diff --git a/configs/basicConfig.json b/configs/basicConfig.json index ea332de..c93da9f 100644 --- a/configs/basicConfig.json +++ b/configs/basicConfig.json @@ -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", diff --git a/main.go b/main.go index efafd4a..da6a1b7 100644 --- a/main.go +++ b/main.go @@ -77,9 +77,9 @@ func main() { }() // 这些暂时不运行, 以后要不要运行再说 - go func() { - md.CoasterProcess(&cr) - }() + // go func() { + // core.CoasterProcess(&cr) + // }() // go func() { // core.SeriesProcess(&cr) // }() diff --git a/modules/extent.go b/modules/extent.go index e471318..27db57b 100644 --- a/modules/extent.go +++ b/modules/extent.go @@ -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 diff --git a/siaga b/siaga deleted file mode 100755 index 7c51550..0000000 Binary files a/siaga and /dev/null differ