Files
Freqtrade/Empty.json
Jérôme Delacotte 18c392b7f2 ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     55 │         1.51 │         400.599 │        40.06 │ 13 days, 3:00:00 │   54     0     1  98.2 │ 648.572 USDT  31.65% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
2026-02-24 20:40:34 +01:00

37 lines
855 B
JSON

{
"strategy_name": "Empty",
"params": {
"roi": {
"0": 10
},
"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": {
"drop_from_last_entry": -0.015,
"range_pos_stoploss": 0.1,
"stop_buying_indicator": "stop_buying48_1d",
"stoploss_force": -0.01,
"stoploss_indicator": "sma3_deriv2"
},
"sell": {
"sell_score_indicator": "sma48_score"
},
"buy": {
"buy_deriv_sma12d": -0.01,
"buy_deriv_sma5d": -0.06,
"buy_deriv_sma60": -0.001
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-23 21:02:56.692173+00:00"
}