fix StkFactorPro

This commit is contained in:
2026-05-20 18:24:03 +08:00
parent 62c420c8bf
commit afaecacb5b
2 changed files with 6 additions and 0 deletions

View File

@@ -35,10 +35,13 @@ type DatasetIndicatorPro struct {
MaQfq5 float64 `gorm:"type:decimal(20,6);comment:MA5前复权"`
MaQfq10 float64 `gorm:"type:decimal(20,6);comment:MA10前复权"`
MaQfq20 float64 `gorm:"type:decimal(20,6);comment:MA20前复权"`
MaQfq30 float64 `gorm:"type:decimal(20,6);comment:MA30前复权"`
MaQfq60 float64 `gorm:"type:decimal(20,6);comment:MA60前复权"`
EmaQfq5 float64 `gorm:"type:decimal(20,6);comment:EMA5前复权"`
EmaQfq10 float64 `gorm:"type:decimal(20,6);comment:EMA10前复权"`
EmaQfq20 float64 `gorm:"type:decimal(20,6);comment:EMA20前复权"`
EmaQfq30 float64 `gorm:"type:decimal(20,6);comment:EMA30前复权"`
EmaQfq60 float64 `gorm:"type:decimal(20,6);comment:EMA60前复权"`
MacdQfq float64 `gorm:"type:decimal(20,6);comment:MACD前复权"`
MacdDifQfq float64 `gorm:"type:decimal(20,6);comment:MACD DIF前复权"`
MacdDeaQfq float64 `gorm:"type:decimal(20,6);comment:MACD DEA前复权"`