This commit is contained in:
2026-02-25 11:04:03 +08:00
parent 24fe2a97cf
commit 13cb1ed479
8 changed files with 118 additions and 92 deletions

View File

@@ -23,18 +23,18 @@ type StratModel struct {
GtPrice int // 最近20日交易日价格大于设定值
RoeScore int // ROE 是否大于设定值
ValRoe float64 // ROE 值
ScoreRsi int
RecommendDesc string // 推荐描述
Status int // 状态 -1:不推荐0:正常 1:推荐
RecommendDesc string // 推荐描述
Status int // 状态 -1:不推荐0:正常 1:推荐
// macd
MacdScore int
MacdScore int `gorm:"default:0"`
MacdVal float64
// 值
ValRsiOversold int
ValRsiPrve float64
ValRsiLast float64
// Rsi
RsiScore int `gorm:"default:0"`
RsiValOversold int
RsiValPrve float64
RsiValLast float64
//AI
AiSummary string