Files
Freqtrade/Empty.json
Jérôme Delacotte 0250e30e57 ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃    Avg Duration ┃  Win  Draw  Loss  Win% ┃            Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     53 │         1.76 │        1312.665 │       131.27 │ 4 days, 1:16:00 │   33     0    20  62.3 │ 116.751 USDT  7.37% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴─────────────────┴────────────────────────┴─────────────────────┘
2026-02-26 19:44:39 +01:00

38 lines
895 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
},
"buy": {
"buy_deriv1_sma12d": -0.06,
"buy_deriv1_sma5d": -0.01,
"buy_deriv1_sma60": -0.003,
"buy_deriv2_sma12d": 0.0,
"buy_deriv2_sma5d": -0.07,
"buy_deriv2_sma60": -0.004
},
"protection": {
"drop_from_last_entry": 0.0
},
"sell": {
"sell_crossed_sma_indicators": "sma60",
"sell_score_indicator": "sma60_score",
"sell_sma_indicators": "sma48_1d"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-25 18:15:42.432169+00:00"
}