Add freqtrade quant strategies and deploy docs
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"label": "lever=0.8 offset=1.8",
|
||||
"seed": 292,
|
||||
"candidate": "candidate_421",
|
||||
"trainScore": 0.513198,
|
||||
"totalReturn": 43.73,
|
||||
"maxDrawdown": -12.62,
|
||||
"totalTrades": 81,
|
||||
"winRate": 19.75,
|
||||
"profitFactor": 2.48,
|
||||
"sharpeRatio": 1.74,
|
||||
"annualReturn": 43.73,
|
||||
"totalProfit": 4372.55,
|
||||
"totalCommission": 2381.71,
|
||||
"nWins": 16,
|
||||
"nLosses": 65,
|
||||
"monthlyPnL": {
|
||||
"2025-01": 685.89,
|
||||
"2025-02": -424.66,
|
||||
"2025-03": -145.51,
|
||||
"2025-04": 1189.9,
|
||||
"2025-05": 1252.58,
|
||||
"2025-06": 217.71,
|
||||
"2025-07": 898.75,
|
||||
"2025-08": 242.32,
|
||||
"2025-09": 530.45,
|
||||
"2025-10": 1585.12,
|
||||
"2025-11": -160.96,
|
||||
"2025-12": -1499.04
|
||||
},
|
||||
"exitReasons": {
|
||||
"unknown": 81,
|
||||
"time_stop": 7,
|
||||
"breakeven_stop": 52,
|
||||
"trailing_stop": 20,
|
||||
"lock_profit_stop": 1,
|
||||
"protective_stop": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"profit_line": 0.08,
|
||||
"lock_profit_rate": 0.33,
|
||||
"open_time_interval": 7,
|
||||
"up_line_span": 504,
|
||||
"buy_stop_profit_offset": 1.04,
|
||||
"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.59,
|
||||
"regime_expansion_threshold": 1.0,
|
||||
"regime_hysteresis_bars": 5,
|
||||
"entry_up_line_span_short": 60,
|
||||
"entry_ma_span_short": 7,
|
||||
"entry_pullback_bars_min": 8,
|
||||
"exit_max_loss_pct": 0.03,
|
||||
"exit_breakeven_buffer": 0.001,
|
||||
"exit_max_hold_bars": 720,
|
||||
"strategy_lever_rate": 0.8,
|
||||
"up_line_offset": 1.8,
|
||||
"buy_stop_profit_span": 240
|
||||
}
|
||||
Reference in New Issue
Block a user