21in7
02e41881ac
feat: strategy parameter sweep and production param optimization
- Add independent backtest engine (backtester.py) with walk-forward support
- Add backtest sanity check validator (backtest_validator.py)
- Add CLI tools: run_backtest.py, strategy_sweep.py (with --combined mode)
- Fix train-serve skew: unify feature z-score normalization (ml_features.py)
- Add strategy params (SL/TP ATR mult, ADX filter, volume multiplier) to
config.py, indicators.py, dataset_builder.py, bot.py, backtester.py
- Fix WalkForwardBacktester not propagating strategy params to test folds
- Update production defaults: SL=2.0x, TP=2.0x, ADX=25, Vol=2.5
(3-symbol combined PF: 0.71 → 1.24, MDD: 65.9% → 17.1%)
- Retrain ML models with new strategy parameters
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 23:39:43 +09:00
..
2026-03-01 22:16:15 +09:00
2026-03-01 19:30:17 +09:00
2026-03-01 19:30:17 +09:00
2026-03-01 15:57:08 +09:00
2026-03-01 17:07:18 +09:00
2026-03-01 20:39:26 +09:00
2026-03-01 20:39:26 +09:00
2026-03-01 17:07:18 +09:00
2026-03-01 17:07:18 +09:00
2026-03-01 22:02:32 +09:00
2026-03-01 18:30:01 +09:00
2026-03-01 17:07:18 +09:00
2026-03-01 17:07:18 +09:00
2026-03-01 23:50:18 +09:00
2026-03-01 18:30:01 +09:00
2026-03-01 15:57:08 +09:00
2026-03-01 18:54:00 +09:00
2026-03-01 15:57:08 +09:00
2026-03-02 20:01:18 +09:00
2026-03-03 00:13:42 +09:00
2026-03-03 00:13:42 +09:00
2026-03-02 14:16:09 +09:00
2026-03-02 14:39:07 +09:00
2026-03-02 14:39:07 +09:00
2026-03-02 14:16:09 +09:00
2026-03-02 01:34:36 +09:00
2026-03-02 01:34:36 +09:00
2026-03-02 00:41:34 +09:00
2026-03-02 16:33:08 +09:00
2026-03-02 16:33:08 +09:00
2026-03-03 21:18:22 +09:00
2026-03-03 21:18:22 +09:00
2026-03-03 00:57:19 +09:00
2026-03-03 21:18:22 +09:00
2026-03-04 20:43:05 +09:00
2026-03-04 20:43:05 +09:00
2026-03-04 19:56:42 +09:00
2026-03-04 20:00:36 +09:00
2026-03-05 23:34:01 +09:00
2026-03-05 23:34:01 +09:00
2026-03-06 23:39:43 +09:00