This commit is contained in:
yanweidong
2026-02-03 19:56:22 +08:00
parent f040b969e4
commit 815fa9db1a
2 changed files with 6 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ func main() {
stratRule.RunRsi(code)
// 过滤无需AI分析
if model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 {
if model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 && model.ScoreRsi > 0 {
stratRule.RunAi(code)
} else {
model.AiScrore = -2