Files
Freqtrade/Empty.json
Jérôme Delacotte 60ed27529a ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     49 │         2.64 │         680.535 │        68.05 │ 14 days, 0:38:00 │   44     0     5  89.8 │ 629.763 USDT  27.26% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
2026-02-21 18:40:21 +01:00

45 lines
1.1 KiB
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
},
"buy": {
"buy_crossed_indicator0": "sma24_deriv2",
"buy_crossed_indicator1": "sma48_deriv2",
"buy_crossed_indicator2": "sma60_deriv1",
"buy_indicator0": "sma12_deriv1",
"buy_indicator1": "sma3_score",
"buy_indicator2": "sma5_deriv2",
"buy_operator0": ">",
"buy_operator1": "D",
"buy_operator2": "D",
"buy_real_num0": -0.7,
"buy_real_num1": 1.0,
"buy_real_num2": -0.4
},
"sell": {
"sell_score_indicator": "sma48_score"
},
"protection": {
"range_pos_stoploss": 0.1,
"stop_buying_indicator": "stop_buying60_1d",
"stoploss_force": -0.01,
"stoploss_indicator": "sma3_deriv2"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-21 17:38:15.366827+00:00"
}