myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-06-21 22:33:29 +08:00

40 lines
942 B
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"stoploss": {
"stoploss": -0.05
},
"max_open_trades": {
"max_open_trades": 5
},
"buy": {
"ADD_POSITION_THRESHOLD": -0.042,
"BUY_THRESHOLD_MAX": -0.008,
"BUY_THRESHOLD_MIN": -0.045,
"COOLDOWN_PERIOD_MINUTES": 6,
"MAX_ENTRY_POSITION_ADJUSTMENT": 2
},
"sell": {
"EXIT_POSITION_RATIO": 0.596,
"SELL_THRESHOLD_MAX": 0.099,
"SELL_THRESHOLD_MIN": 0.01,
"TRAILING_STOP_DISTANCE": 0.02,
"TRAILING_STOP_START": 0.048
},
"protection": {},
"roi": {
"0": 0.081,
"17": 0.058,
"23": 0.01,
"30": 0
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.054,
"trailing_stop_positive_offset": 0.101,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2025-06-21 14:12:39.140743+00:00"
}