Skip to content

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

License

Notifications You must be signed in to change notification settings

purefinance/mmb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5362862 · Nov 17, 2022
Aug 4, 2022
Sep 3, 2022
Nov 2, 2022
Nov 17, 2022
Nov 17, 2022
Dec 14, 2020
Jun 8, 2022
Nov 17, 2022
Nov 16, 2022
Nov 17, 2022
Nov 2, 2022
Nov 2, 2022
Apr 18, 2022
Nov 17, 2022
Oct 28, 2022
Nov 17, 2022
Jul 15, 2022
Mar 10, 2022
Nov 11, 2022
Oct 28, 2022
Dec 14, 2020
Sep 3, 2022

Repository files navigation

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: