Keep bot operational when forecast model is unavailable

This commit is contained in:
Курнат Андрей
2026-07-13 11:57:25 +03:00
parent da53483164
commit 668e606ee2
22 changed files with 706 additions and 73 deletions
+1
View File
@@ -89,6 +89,7 @@ def make_settings():
time_series_probe_min_probability_up=0.55,
time_series_probe_size_multiplier=0.40,
time_series_rebound_fallback_enabled=True,
time_series_trend_fallback_enabled=False,
stop_loss_percent=0.02,
stop_loss_exit_enabled=True,
take_profit_percent=0.035,