┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓

┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃ Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     59 │         3.30 │        4263.790 │       426.38 │ 6 days, 23:28:00 │        33     0    26 │ 603.373 USDT  18.82% │
This commit is contained in:
Jérôme Delacotte
2026-02-28 18:58:41 +01:00
parent f5bf4a4ac1
commit 123804b5f3
3 changed files with 513 additions and 365 deletions

View File

@@ -2,7 +2,7 @@
"strategy_name": "Empty",
"params": {
"roi": {
"0": 10
"0": 5
},
"stoploss": {
"stoploss": -1.0
@@ -14,26 +14,33 @@
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 1
},
"buy": {
"buy_deriv1_sma12d": -0.05,
"buy_deriv1_sma5d": -0.03,
"buy_deriv1_sma60": 0.0,
"buy_deriv2_sma12d": 0.0,
"buy_deriv2_sma5d": -0.07,
"buy_deriv2_sma60": -0.003,
"buy_longue": 200
"max_open_trades": 20
},
"protection": {
"drop_from_last_entry": 0.0
"b30_indicateur": "sma36",
"baisse": 0.33,
"drop_from_last_entry": -0.03
},
"buy": {
"buy_deriv1_sma12d": -0.04,
"buy_deriv1_sma5d": -0.02,
"buy_deriv1_sma60": 0.001,
"buy_deriv2_sma12d": -0.02,
"buy_deriv2_sma5d": 0.0,
"buy_deriv2_sma60": -0.001,
"buy_longue": 160,
"buy_longue_derive": "sma80_deriv1_1d",
"start_bear_deriv1": -0.004,
"start_bear_deriv2": 0.002,
"start_bear_indicator": "sma80",
"start_bull_deriv1": 0.001,
"start_bull_deriv2": -0.002,
"start_bull_indicator": "sma120"
},
"sell": {
"sell_crossed_sma_indicators": "sma60",
"sell_score_indicator": "sma60_score",
"sell_sma_indicators": "sma48_1d"
"sell_score_indicator": "sma24_score"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-26 20:23:41.717021+00:00"
"export_time": "2026-02-28 17:28:20.867470+00:00"
}