Skip to content

WIP: Implementation in ordermanager #2498

WIP: Implementation in ordermanager

WIP: Implementation in ordermanager #2498

Triggered via push December 2, 2024 13:20
Status Failure
Total duration 2m 38s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: main.go#L15
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
lint: engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
lint: engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)
lint: backtester/main.go#L18
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
lint: engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
lint: engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)
lint: backtester/plugins/strategies/example/example-strategy.go#L62
s.GetBaseData undefined (type *CustomStrategy has no field or method GetBaseData) (typecheck)
lint: cmd/config_builder/builder.go#L10
could not import github.com/thrasher-corp/gocryptotrader/engine (-: # github.com/thrasher-corp/gocryptotrader/engine
lint: engine/engine.go#L168
invalid operation: b.Config.OrderManager.Enabled != nil (mismatched types bool and untyped nil)
lint: engine/engine.go#L168
invalid operation: cannot indirect b.Config.OrderManager.Enabled (variable of type bool)) (typecheck)