更新trailing stop
This commit is contained in:
parent
1a45a852a5
commit
144ab6a899
@ -19,14 +19,14 @@
|
||||
"EXIT_POSITION_RATIO": 0.472,
|
||||
"SELL_THRESHOLD_MAX": 0.065,
|
||||
"SELL_THRESHOLD_MIN": 0.002,
|
||||
"TRAILING_STOP_DISTANCE": 0.015,
|
||||
"TRAILING_STOP_START": 0.016
|
||||
"TRAILING_STOP_DISTANCE": 0.025,
|
||||
"TRAILING_STOP_START": 0.075
|
||||
},
|
||||
"protection": {},
|
||||
"trailing": {
|
||||
"trailing_stop": true,
|
||||
"trailing_stop_positive": 0.106,
|
||||
"trailing_stop_positive_offset": 0.196,
|
||||
"trailing_stop_positive": 0.025,
|
||||
"trailing_stop_positive_offset": 0.075,
|
||||
"trailing_only_offset_is_reached": false
|
||||
}
|
||||
|
||||
|
||||
@ -89,8 +89,8 @@ class FreqaiPrimer(IStrategy):
|
||||
use_custom_stoploss = True
|
||||
position_adjustment_enable = True # 启用动态仓位调整
|
||||
trailing_stop = True
|
||||
trailing_stop_positive = 0.046
|
||||
trailing_stop_positive_offset = 0.146
|
||||
trailing_stop_positive = 0.025 # 🎯 降低锁定利润到2.5%
|
||||
trailing_stop_positive_offset = 0.08 # 🎯 降低启动阈值到8%
|
||||
trailing_only_offset_is_reached = False
|
||||
|
||||
minimal_roi = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user