Skip to content

Releases: kdraigo/dev_sdk

v1.0.0

17 Jun 09:38

Choose a tag to compare

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 interfaceOnCandle / OnOrderUpdate callbacks.
  • 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