This commit is contained in:
yanweidong
2026-02-02 19:04:32 +08:00
parent b267b10697
commit 827ec7bf5a
13 changed files with 337 additions and 541 deletions

View File

@@ -30,6 +30,10 @@ type StratModel struct {
ValRsiPrve float64
ValRsiLast float64
Desc []StratDesc `gorm:"foreignKey:StratModelID"`
//AI
AiScrore int
AiReply string
}
func init() {