Train Torch model for 12 spot pairs
This commit is contained in:
@@ -265,6 +265,7 @@ def _safe_config(settings: Settings) -> dict[str, Any]:
|
||||
"time_series_probe_min_edge_percent": settings.time_series_probe_min_edge_percent,
|
||||
"time_series_probe_min_probability_up": settings.time_series_probe_min_probability_up,
|
||||
"time_series_probe_size_multiplier": settings.time_series_probe_size_multiplier,
|
||||
"time_series_rebound_fallback_enabled": settings.time_series_rebound_fallback_enabled,
|
||||
"time_series_model_artifact": _time_series_model_artifact(settings),
|
||||
"stop_loss_percent": settings.stop_loss_percent,
|
||||
"take_profit_percent": settings.take_profit_percent,
|
||||
|
||||
Reference in New Issue
Block a user