修复趋势突破
This commit is contained in:
@@ -86,6 +86,7 @@ class KeyMonitorConfig(BaseModel):
|
||||
volume_ratio_min: float = Field(1.3, gt=0.0)
|
||||
breakout_amp_min_pct: float = Field(0.03, ge=0.0)
|
||||
breakout_amp_max_pct: float = Field(0.5, gt=0.0)
|
||||
trend_breakout_amp_max_pct: float = Field(1.5, gt=0.0)
|
||||
daily_volume_rank_max: int = Field(30, ge=1)
|
||||
# 全市场 5m TRIGGER 是否仍转发执行器(默认关;关键位走 forward_executor)
|
||||
auto_scan_forward_executor: bool = False
|
||||
|
||||
Reference in New Issue
Block a user