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",
"DOGE-USDT",
"SOL-USDT",
"DYDX-USDT",
"TRUMP-USDT"
"TRUMP-USDT",
"DYDX-USDT"
],
"softCandleSegmentList": [{
"startTime": "2021-12-04 20:00.000",

View File

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

View File

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

BIN
siaga

Binary file not shown.