Releases: BYTEX-TRADE/bytex
Releases · BYTEX-TRADE/bytex
Release list
BYTEX 0.1.0
The first tagged release of the engine.
Included
- Event-driven kernel, domain model, strategy SDK, risk and execution engines
(Bytex.Core). - Deterministic backtesting with a simulated venue (
Bytex.Backtest). - Live and sandbox trading nodes (
Bytex.Live). - Venue adapters for Binance and Bybit, and the Tardis data adapter.
- Parquet data catalog and CSV loaders (
Bytex.Data), indicators
(Bytex.Indicators), Redis persistence, and thebytexcommand line.
Added
bytex run --env-file <path>loads venue credentials inside the node
process, so the process that launches a node never reads them (#5).- Engine test suite: seven test projects run on Linux, Windows and macOS on
every commit (#8). Tests markedBUGare skipped on purpose: each holds the
correct expectation for a known defect and is enabled by the fix.