myTestFreqAI/freqtrade/templates/freqaiprimer.json
zhangkun9038@dingtalk.com 3725e15c2c remove 2nd linear_map
2025-06-25 10:44:46 +08:00

40 lines
958 B
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"stoploss": {
"stoploss": -0.05
},
"max_open_trades": {
"max_open_trades": 5
},
"buy": {
"ADD_POSITION_THRESHOLD": -0.045,
"BUY_THRESHOLD_MAX": -0.006,
"BUY_THRESHOLD_MIN": -0.1,
"COOLDOWN_PERIOD_MINUTES": 2,
"MAX_ENTRY_POSITION_ADJUSTMENT": 3
},
"sell": {
"EXIT_POSITION_RATIO": 0.305,
"SELL_THRESHOLD_MAX": 0.053,
"SELL_THRESHOLD_MIN": 0.004,
"TRAILING_STOP_DISTANCE": 0.008,
"TRAILING_STOP_START": 0.039
},
"protection": {},
"roi": {
"0": 0.044,
"7": 0.034999999999999996,
"14": 0.009,
"68": 0
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.292,
"trailing_stop_positive_offset": 0.361,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2025-06-25 02:38:38.192887+00:00"
}