Skip to content

v0.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jan 03:49
· 16 commits to main since this release

Installation

go get github.com/backtesting-org/kronos-sdk@v0.0.7

For Plugin Authors

Update your existing plugins:

go get github.com/backtesting-org/kronos-sdk@v0.0.7
go build -buildmode=plugin -o your_strategy.so your_strategy.go

What's Changed

  • feat(klines) collect klines on start up by @lwtsn in #65
  • feat(sdk) prefer floats over decimal by @lwtsn in #75
  • chore: remove connector availability service by @lwtsn in #77
  • 78 problem sdk does not differentiate between spot and perps by @lwtsn in #79
  • chore: test case by @lwtsn in #80

Full Changelog: v0.0.6...v0.0.7