修改protection条件, 用来测试敏感度
This commit is contained in:
parent
124a2c0c4b
commit
0366e692ea
@ -223,11 +223,11 @@ class FreqaiPrimer(IStrategy):
|
||||
{
|
||||
"method": "ConsecutiveLossProtection",
|
||||
# 最大连续亏损次数
|
||||
"max_consecutive_losses": 3,
|
||||
"max_consecutive_losses": 1,
|
||||
# 锁定时长(3小时)
|
||||
"stop_duration": 180,
|
||||
"stop_duration": 120,
|
||||
# 回看期(6小时)
|
||||
"lookback_period": 360
|
||||
"lookback_period": 60
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user