Files
Freqtrade/DecisionTreeStrategyLong.json
Jérôme Delacotte 0397b06a97 Add new strategies
2025-03-06 11:44:55 +01:00

41 lines
888 B
JSON

{
"strategy_name": "DecisionTreeStrategyLong",
"params": {
"roi": {
"0": 10
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.01,
"trailing_stop_positive_offset": 0.05,
"trailing_only_offset_is_reached": true
},
"max_open_trades": {
"max_open_trades": 8
},
"buy": {
"bb_width": 0.0,
"percent48": 0.047,
"percent_threshold": 0.0,
"sma_pct_max": 0.0002,
"sma_pct_min": 0.0,
"threshold": -4.4,
"volume_change_buy": 2
},
"sell": {
"pHSL": -0.175,
"pPF_1": 0.008,
"pPF_2": 0.06,
"pSL_1": 0.014,
"pSL_2": 0.066,
"sma20_factor": 0.8,
"volume_change_sell": 8
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-01-29 22:17:25.987035+00:00"
}