Files
Freqtrade/Empty.json
Jérôme Delacotte 42832df325 ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     92 │         1.62 │        2474.507 │       247.45 │ 3 days, 23:07:00 │   45     0    47  48.9 │ 359.078 USDT  10.66% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
2026-02-26 23:15:00 +01:00

39 lines
904 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": 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
},
"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-26 20:23:41.717021+00:00"
}