fix bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user