Chris Sellers

Results 25 issues of 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...

enhancement

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 -...

enhancement
epic

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...

enhancement

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...

build/tooling
RFC

# Feature Request Integrate Binance Futures `HEDGE` mode support, so that Nautilus `OMSType.HEDGING` can utilize it. https://www.binance.com/en/support/faq/360041819691

enhancement

- [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:...

enhancement
help wanted
good first issue
rust

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...

enhancement

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.

enhancement

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...

enhancement