revert to ^

This commit is contained in:
Ubuntu 2025-02-22 12:07:19 +08:00
parent d4ab8c5b63
commit c76b9859b4
4 changed files with 5 additions and 15 deletions

View File

@ -199,8 +199,8 @@
"OKB-USDT", "OKB-USDT",
"DOGE-USDT", "DOGE-USDT",
"SOL-USDT", "SOL-USDT",
"DYDX-USDT", "TRUMP-USDT",
"TRUMP-USDT" "DYDX-USDT"
], ],
"softCandleSegmentList": [{ "softCandleSegmentList": [{
"startTime": "2021-12-04 20:00.000", "startTime": "2021-12-04 20:00.000",

View File

@ -77,9 +77,9 @@ func main() {
}() }()
// 这些暂时不运行, 以后要不要运行再说 // 这些暂时不运行, 以后要不要运行再说
go func() { // go func() {
md.CoasterProcess(&cr) // core.CoasterProcess(&cr)
}() // }()
// go func() { // go func() {
// core.SeriesProcess(&cr) // core.SeriesProcess(&cr)
// }() // }()

View File

@ -725,16 +725,6 @@ func MaXsProcess(cr *core.Core) {
}(mx) }(mx)
} }
} }
func CoasterProcess(cr *core.Core) {
for {
ci := <-cr.CoasterChan
go func(coa *core.CoasterInfo) {
coa.Process(cr)
}(ci)
}
}
func RsisProcess(cr *core.Core) { func RsisProcess(cr *core.Core) {
for { for {
rsi := <-cr.RsiProcessChan rsi := <-cr.RsiProcessChan

BIN
siaga

Binary file not shown.