Releases: kdraigo/dev_sdk
Releases · kdraigo/dev_sdk
v1.0.0
dev_sdk v1.0.0 — Initial Release
A production-grade Go SDK for building algorithmic trading bots. The same
strategy code runs across backtesting, paper trading, and live execution —
you only change a single configuration value.
Features
- Unified strategy interface —
OnCandle/OnOrderUpdatecallbacks. - Environment-agnostic — switch between backtest, real_binance, real_bybit without code changes.
- Timeframe aggregation — roll 1m candles into your target timeframe.
- Indicator injection — EMA, RSI, … pre-computed in the callback context.
- Multi-exchange backtesting — synchronized backtests across exchanges in one session.
- Telemetry — built-in reasoning/order logging and publishing.
Install
go get github.com/kdraigo/dev_sdk@v1.0.0