suggestions

This commit is contained in:
Dobromir Popov
2025-02-12 01:38:05 +02:00
parent 33a5588539
commit c8b0f77d32
10 changed files with 109 additions and 10 deletions

View File

@ -154,4 +154,4 @@ async def train(model, data_manager, optimizer, criterion_candle, criterion_volu
# Plot data
if len(trade_history)>0: # only after the first trade
plot_live_data(candles, list(trade_history))
await asyncio.sleep(1) # Adjust sleep time as needed
await asyncio.sleep(1) # Adjust sleep time as needed