This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-12 22:51:48 +08:00
parent e788f81529
commit 70cde74f26

View File

@ -408,6 +408,8 @@ func MakeMaX(cr *core.Core, cl *core.Candle, count int) (error, int) {
}
if curLast > 0 {
ct++
} else {
logrus.Warn("strconv.ParseFloat curLast:", curLast)
}
amountLast += curLast
//----------------------------------------------