nautechsystems / nautilus_trader

A high-performance algorithmic trading platform and event-driven backtester
https://nautilustrader.io
GNU Lesser General Public License v3.0
1.7k stars 400 forks source link

Multi-currency support for SANDBOX mode #1671

Closed VeraLyu closed 1 month ago

VeraLyu commented 1 month ago

Feature Request

For use cases of cross currencies arbitrage we need our account to support multi base currencies, we can do this in live mode, but for SANDBOX mode we just support set single currency for now.

cjdsellers commented 1 month ago

This is now supported on develop branch https://github.com/nautechsystems/nautilus_trader/commit/54d05103b79c2859a5b8efe1847627fee1a716fc.

willjay97 commented 4 days ago

@VeraLyu Hello, I'm a newer about NautilusTrader. I'm finding out how to subscribe to multi-currency market data in a strategy, would you mind sharing an example code about this? Thank you.