NautilusTrader 1.129.0 Beta - Release Notes
Released on 12th, September 2021
Breaking Changes
- Removed CCXT adapter (#428).
- Backtest configuration changes.
- Renamed
UpdateOrdertoModifyOrder(terminology standardization). - Renamed
DeltaTypetoBookAction(terminology standardization).
Enhancements
- Added
BacktestNode. - Added
BookIntegrityErrorwith improved integrity checks for order books. - Added order custom user tags.
- Added
Actor.register_warning_event(also applicable toTradingStrategy). - Added
Actor.deregister_warning_event(also applicable toTradingStrategy). - Added
ContingencyTypeenum (for contingency orders in anOrderList). - All order types can now be
reduce_only(#437). - Refined backtest configuration options.
- Improved efficiency of
UUID4using thefastuuidRust bindings.