修改protection条件, 用来测试敏感度

This commit is contained in:
zhangkun9038@dingtalk.com 2025-08-28 11:46:19 +08:00
parent 124a2c0c4b
commit 0366e692ea

View File

@ -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
}
]