Add freqtrade quant strategies and deploy docs

This commit is contained in:
wiki-agent
2026-08-23 04:11:24 +00:00
parent 09ecdbb654
commit 523483f26d
73 changed files with 10346 additions and 0 deletions
@@ -0,0 +1,34 @@
{
"candidate": "seed270_candidate_006",
"note": "Phase 7b non-baseline: pullback=10, up_line_span=576, WF=0.429253",
"train_score": 0.429253,
"full_year_backtest": {
"totalReturn": 38.3,
"maxDrawdown": -13.9,
"totalTrades": 77,
"winRate": 18.18,
"profitFactor": 2.24,
"sharpeRatio": 1.51,
"profitable_months": 8,
"monthlyPnL": {
"2025-01": 909.79,
"2025-02": -359.35,
"2025-03": -142.38,
"2025-04": 1269.18,
"2025-05": 1340.2,
"2025-06": 384.16,
"2025-07": 1134.05,
"2025-08": 330.46,
"2025-09": -76.26,
"2025-10": 1772.54,
"2025-11": -219.31,
"2025-12": -1340.85
},
"exit_reasons": {
"time_stop_pct": 9.09,
"breakeven_stop_pct": 66.23,
"trailing_stop_pct": 23.38,
"lock_profit_stop_pct": 1.3
}
}
}
@@ -0,0 +1,24 @@
{
"strategy_lever_rate": 1.5,
"profit_line": 0.08,
"lock_profit_rate": 0.33,
"open_time_interval": 7,
"up_line_span": 576,
"up_line_offset": 1.8,
"buy_stop_profit_span": 240,
"buy_stop_profit_offset": 0.96,
"ma_span_long": 1,
"regime_slope_lookback": 48,
"regime_slope_threshold": 0.008,
"regime_displace_threshold": 0.14,
"regime_vol_ema_span": 24,
"regime_compression_threshold": 0.63,
"regime_expansion_threshold": 1.0,
"regime_hysteresis_bars": 5,
"entry_up_line_span_short": 96,
"entry_ma_span_short": 7,
"entry_pullback_bars_min": 10,
"exit_max_loss_pct": 0.03,
"exit_breakeven_buffer": 0.001,
"exit_max_hold_bars": 720
}