只做热门行业,剔除中信行业

This commit is contained in:
yanweidong
2026-02-12 20:38:22 +08:00
parent c4fb37761b
commit 64b2a63fe2

View File

@@ -28,7 +28,7 @@ func Starter(ctx *gin.Context) {
stratRule.RunRsi(code)
// 过滤无需AI分析
if model.UpDateDay > 180 && model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 && model.ScoreRsi > 0 {
if model.UpDateDay > 180 && model.StScore > 0 && model.IndustryScore > 1 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 && model.ScoreRsi > 0 {
model.AiScore = 0 // 待分析
} else {
model.AiScore = -2