Spaces:
Paused
Paused
Update trade_manager.py
Browse files- trade_manager.py +1 -1
trade_manager.py
CHANGED
|
@@ -341,7 +341,7 @@ class TradeManager:
|
|
| 341 |
|
| 342 |
async def _analyze_after_exit_task(self, symbol, exit_price, exit_time, position_size_usd):
|
| 343 |
# ⏳ [تعديل جوهري] ننتظر 15 دقيقة (900 ثانية) فقط
|
| 344 |
-
await asyncio.sleep(
|
| 345 |
|
| 346 |
try:
|
| 347 |
current_price = await self.data_manager.get_latest_price_async(symbol)
|
|
|
|
| 341 |
|
| 342 |
async def _analyze_after_exit_task(self, symbol, exit_price, exit_time, position_size_usd):
|
| 343 |
# ⏳ [تعديل جوهري] ننتظر 15 دقيقة (900 ثانية) فقط
|
| 344 |
+
await asyncio.sleep(300)
|
| 345 |
|
| 346 |
try:
|
| 347 |
current_price = await self.data_manager.get_latest_price_async(symbol)
|