Chris Sellers
Chris Sellers
# Enhancement The trailing stop order types need to be implemented for the `SimulatedExchange`: - `TRAILING_STOP_MARKET` - `TRAILING_STOP_LIMIT` They will also need to be implemented for each adapter which can...
Work is underway on the FTX crypto exchange integration. - [x] HTTP REST API adapter - [x] WebSocket API adapter public channels - [x] WebSocket API adapter private channels -...
Adding a hook for customized risk modules for the `RiskEngine` would be valuable. #508 This would make it easier to add pre and post trade risk checks and other risk...
This is a general announcement that the project will end support for Python 3.8 in approximately 4-6 weeks. The reasons for this include: - We have a general policy of...
# Feature Request Integrate Binance Futures `HEDGE` mode support, so that Nautilus `OMSType.HEDGING` can utilize it. https://www.binance.com/en/support/faq/360041819691
- [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description -...
This issue is to track the effort to port the existing indicators from `nautilus_trader/indicators` to Rust implementations defined in the crate under `nautilus_core/indicators`. Example of the EMA indicator in Cython:...
Add an initial integration for [Databento](https://databento.com/) covering US equities, futures, options on futures and equity options. - Data loader for Databento Binary Encoding (DBN) files - Feeding backtest engines with...
Initial high level specification for Nautilus adapters to support integrations. At least start with the basic outline and the general approach as discussed a couple of times on Discord.
The ability to query for account equity is considered basic functionality for any trading platform, and therefore should be added. One performance consideration to be aware of is that we...