v1.193.0

nautechsystems/nautilus_traderv1.193.0May 24, 2024by github-actions[bot]

AI Summary

This release adds Market-on-Close (MOC) and Limit-on-Close (LOC) order types for Interactive Brokers and provides new sandbox examples for Bybit and Binance trading.

Key Highlights

  • Added MOC and LOC order types for Interactive Brokers.
  • New sandbox examples for Bybit and Binance.

Breaking Changes

  • Overhauled `SandboxExecutionClientConfig` to more closely match `BacktestVenueConfig`.

New Features

  • Added Interactive Brokers support for Market-on-Close (MOC) and Limit-on-Close (LOC) order types
  • Added Bybit sandbox example
  • Added Binance sandbox example

Full Release Notes

# NautilusTrader 1.193.0 Beta

Released on 24th May 2024 (UTC).

### Enhancements
- Added Interactive Brokers support for Market-on-Close (MOC) and Limit-on-Close (LOC) order types (#1663), thanks @rsmb7z
- Added Bybit sandbox example (#1659), thanks @davidsblom
- Added Binance sandbox example

### Breaking Changes
- Overhauled `SandboxExecutionClientConfig` to more closely match `BacktestVenueConfig` (many changes and additions)

### Fixes
- Fixed DataFusion backend data ordering by `ts_init` when streaming (#1656), thanks @twitu
- Fixed Interactive Brokers tick level historical data downloading (#1653), thanks @DracheShiki