enhancements

This commit is contained in:
Dobromir Popov
2025-04-01 13:46:53 +03:00
parent a46b2c74f8
commit 73c5ecb0d2
17 changed files with 2279 additions and 736 deletions

View File

@@ -350,9 +350,9 @@ async def run_realtime_training():
model = CNNModelPyTorch(
window_size=window_size,
num_features=num_features,
timeframes=timeframes,
output_size=output_size,
timeframes=timeframes
num_pairs=1 # Single trading pair
)
# Try to load existing model