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