Add freqtrade quant strategies and deploy docs
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"candidate": "seed270_candidate_008",
|
||||
"note": "Phase 7b non-baseline: pullback=6, up_line_span=720, WF=0.423832",
|
||||
"train_score": 0.423832,
|
||||
"full_year_backtest": {
|
||||
"totalReturn": 38.74,
|
||||
"maxDrawdown": -14.76,
|
||||
"totalTrades": 84,
|
||||
"winRate": 17.86,
|
||||
"profitFactor": 2.19,
|
||||
"sharpeRatio": 1.5,
|
||||
"profitable_months": 8,
|
||||
"monthlyPnL": {
|
||||
"2025-01": 909.79,
|
||||
"2025-02": -389.07,
|
||||
"2025-03": -141.81,
|
||||
"2025-04": 1264.03,
|
||||
"2025-05": 1276.92,
|
||||
"2025-06": 379.97,
|
||||
"2025-07": 1031.71,
|
||||
"2025-08": 323.94,
|
||||
"2025-09": 405.24,
|
||||
"2025-10": 1796.33,
|
||||
"2025-11": -359.36,
|
||||
"2025-12": -1345.22
|
||||
},
|
||||
"exit_reasons": {
|
||||
"time_stop_pct": 8.33,
|
||||
"breakeven_stop_pct": 64.29,
|
||||
"trailing_stop_pct": 26.19,
|
||||
"lock_profit_stop_pct": 1.19
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": 720,
|
||||
"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": 48,
|
||||
"entry_ma_span_short": 7,
|
||||
"entry_pullback_bars_min": 6,
|
||||
"exit_max_loss_pct": 0.03,
|
||||
"exit_breakeven_buffer": 0.001,
|
||||
"exit_max_hold_bars": 720
|
||||
}
|
||||
Reference in New Issue
Block a user