• Stars
    star
    500
  • Rank 88,178 (Top 2 %)
  • Language
    Rust
  • License
    GNU General Publi...
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Trading bot implemented in Rust, with market making and strategy automation for any exchange or blockchain.

Welcome to mmb

Mmb is an open-source trading engine implemented in Rust

Connectors

GREEN GREEN - Connector is working properly and safe to use

YELLOW YELLOW - Connector is either new or has one or more issues

RED RED - Connector is broken and unusable

logo id name ver doc status
Binance Binance Binance Spot 3 API GREEN
Binance Binance Binance USDβ“ˆ-M Futures 3 API GREEN
Bitmex Bitmex Bitmex 1 API YELLOW
Binance Serum Serum 1 API GREEN
InteractiveBrokers IBKR Interactive Brokers 1 API YELLOW

Quick Start

  1. Go to example/src directory
  2. Configure your strategy in config.toml
  3. Provide api keys and secrets in credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
  1. Execute cargo build
  2. Execute cargo run

Contributions

We welcome contributions from the community: