Add Torch probe entries and Pi artifact sync

This commit is contained in:
Курнат Андрей
2026-06-24 21:31:05 +03:00
parent 15a50fb575
commit cb8efb7cd7
16 changed files with 307266 additions and 363669 deletions
+4
View File
@@ -83,6 +83,10 @@ def make_settings():
time_series_max_adjustment=0.08,
time_series_lstm_enabled=True,
time_series_lstm_model_path=tmp_path / "lstm_forecaster.json",
time_series_probe_enabled=True,
time_series_probe_min_edge_percent=0.02,
time_series_probe_min_probability_up=0.55,
time_series_probe_size_multiplier=0.40,
stop_loss_percent=0.02,
take_profit_percent=0.035,
trailing_stop_percent=0.015,