Files
Freqtrade/Empty.json
Jérôme Delacotte a228e56172 ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓
┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDC ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃            Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     45 │         3.05 │         903.533 │        90.35 │ 15 days, 1:43:00 │   44     0     1  97.8 │ 1300.8 USDC  40.60% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴─────────────────────┘
2026-02-20 21:54:17 +01:00

44 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
},
"protection": {
"stop_buying_indicator": "stop_buying12_1d",
"stoploss_indicator": "stop_buying12_1d",
"stoploss_timeperiod": "12"
},
"sell": {
"sell_score_indicator": "sma48_score"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-20 20:19:59.741160+00:00"
}