Mmb is an open-source trading engine implemented in Rust
GREEN - Connector is working properly and safe to use
YELLOW - Connector is either new or has one or more issues
RED - Connector is broken and unusable
logo | id | name | ver | doc | status |
---|---|---|---|---|---|
Binance | Binance Spot | 3 | API | ||
Binance | Binance USDⓈ-M Futures | 3 | API | ||
Bitmex | Bitmex | 1 | API | ||
Serum | Serum | 1 | API | ||
IBKR | Interactive Brokers | 1 | API |
- Go to
example/src
directory - Configure your strategy in
config.toml
- Provide api keys and secrets in
credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
- Execute
cargo build
- Execute
cargo run
We welcome contributions from the community:
- Code and documentation contributions via pull requests
- Bug reports and feature requests through Github issues