Huobi: V2 subscription support #7672
Annotations
10 errors and 1 warning
golangci-lint:
backtester/plugins/strategies/example/example-strategy.go#L62
s.GetBaseData undefined (type *CustomStrategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/strategies_test.go#L75
cannot use new(customStrategy) (value of type *customStrategy) as Handler value in argument to AddStrategy: *customStrategy does not implement Handler (missing method CloseAllPositions) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/strategies_test.go#L94
cannot use &customStrategy{} (value of type *customStrategy) as Handler value in argument to createNewStrategy: *customStrategy does not implement Handler (missing method CloseAllPositions) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/binancecashandcarry/binancecashandcarry.go#L87
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/binancecashandcarry/binancecashandcarry.go#L91
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/dollarcostaverage/dollarcostaverage.go#L42
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/rsi/rsi.go#L54
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
backtester/eventhandlers/strategies/top2bottom2/top2bottom2.go#L100
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
|
golangci-lint:
engine/helpers.go#L48
could not import github.com/thrasher-corp/gocryptotrader/exchanges/huobi (-: # github.com/thrasher-corp/gocryptotrader/exchanges/huobi
|
golangci-lint:
exchanges/huobi/huobi_websocket.go#L182
undefined: stream.ErrNoMessageListener) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading