enhancements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user