Files
Freqtrade/Empty.json
Jérôme Delacotte 1656ab695a ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     92 │         2.23 │        4810.221 │       481.02 │ 4 days, 18:13:00 │   51     0    41  55.4 │ 778.975 USDT  20.25% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
2026-03-01 11:06:09 +01:00

46 lines
1.1 KiB
JSON

{
"strategy_name": "Empty",
"params": {
"roi": {
"0": 5
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": null,
"trailing_stop_positive_offset": 0.0,
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 20
},
"protection": {
"b30_indicateur": "sma36",
"baisse": 0.3,
"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_score_indicator": "sma24_score"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-28 17:28:20.867470+00:00"
}