Use Torch as the only forecast model

This commit is contained in:
Codex
2026-06-21 08:37:09 +03:00
parent 25651d7fa7
commit f19856ca6e
7 changed files with 129 additions and 278 deletions
-2
View File
@@ -64,9 +64,7 @@ def make_settings():
kelly_max_fraction=0.20,
time_series_forecast_enabled=True,
time_series_min_candles=120,
time_series_validation_window=30,
time_series_forecast_horizon=3,
time_series_ewma_lambda=0.94,
time_series_min_edge_percent=0.04,
time_series_max_adjustment=0.08,
time_series_lstm_enabled=True,