Skip to content

NautilusTrader 1.194.0 Beta

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 16:42
86acc83

NautilusTrader 1.194.0 Beta

Released on 31st May 2024 (UTC).

Enhancements

Breaking Changes

None

Fixes

  • Fixed SimulatedExchange processing of commands in real-time for sandbox mode
  • Fixed DataEngine unsubscribe handling (edge case would attempt to unsubscribe from the client multiple times)
  • Fixed Bybit order book deltas parsing (was appending bid side twice) (nautechsystems#1668), thanks @davidsblom
  • Fixed Binance instruments price and size precision parsing (was incorrectly stripping trailing zeros)
  • Fixed BinanceBar streaming feather writing (was not setting up writer)
  • Fixed backtest high-level tutorial documentation errors, thanks for reporting @Leonz5288