只做热门行业,剔除中信行业
This commit is contained in:
@@ -28,7 +28,7 @@ func Starter(ctx *gin.Context) {
|
|||||||
stratRule.RunRsi(code)
|
stratRule.RunRsi(code)
|
||||||
|
|
||||||
// 过滤无需AI分析
|
// 过滤无需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 // 待分析
|
model.AiScore = 0 // 待分析
|
||||||
} else {
|
} else {
|
||||||
model.AiScore = -2
|
model.AiScore = -2
|
||||||
|
|||||||
Reference in New Issue
Block a user