All Projects → purefinance → mmb

purefinance / mmb

Licence: GPL-3.0 license
Trading bot implemented in Rust, with market making and strategy automation for any exchange or blockchain.

Programming Languages

rust
11053 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mmb

algotrading-example
algorithmic trading backtest and optimization examples using order book imbalances. (bitcoin, cryptocurrency, bitmex, binance futures, market making)
Stars: ✭ 169 (-52.92%)
Mutual labels:  trading-bot, trading-strategies, orderbook
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (-63.51%)
Mutual labels:  trading-bot, trading-strategies
Chanlun
文件 笔和线段的一种划分.py,只需要把k线high,low数据输入,就能自动实现笔,线段,中枢,买卖点,走势类型的划分了。可以把sh.csv 作为输入文件。个人简历见.pdf。时间的力量。有人说择时很困难,有人说选股很容易,有人说统计套利需要的IT配套设施很重要。还有人说系统有不可测原理。众说纷纭。分布式的系统,当你的影响可以被忽略,你才能实现,Jiang主席所谓之,闷声发大财。
Stars: ✭ 206 (-42.62%)
Mutual labels:  trading-bot, trading-strategies
Blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+305.57%)
Mutual labels:  trading-bot, trading-strategies
Cassandre Trading Bot
Cassandre makes it easy to create your Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions.
Stars: ✭ 120 (-66.57%)
Mutual labels:  trading-bot, trading-strategies
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-66.02%)
Mutual labels:  trading-bot, trading-strategies
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-43.45%)
Mutual labels:  trading-bot, trading-strategies
Gekko
A bitcoin trading bot written in node - https://gekko.wizb.it/
Stars: ✭ 9,839 (+2640.67%)
Mutual labels:  trading-bot, trading-strategies
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-63.23%)
Mutual labels:  trading-bot, trading-strategies
Quant Trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
Stars: ✭ 2,407 (+570.47%)
Mutual labels:  trading-bot, trading-strategies
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-57.66%)
Mutual labels:  trading-bot, trading-strategies
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-68.25%)
Mutual labels:  trading-bot, trading-strategies
Aat
Asynchronous, event-driven algorithmic trading in Python and C++
Stars: ✭ 109 (-69.64%)
Mutual labels:  trading-bot, trading-strategies
Bitcoin Arbitrage Trading Bot
Trading bot which exploits price-spreads between cryptocurrency exchanges 🔍💸
Stars: ✭ 129 (-64.07%)
Mutual labels:  trading-bot, trading-strategies
Zvt
modular quant framework.
Stars: ✭ 1,801 (+401.67%)
Mutual labels:  trading-bot, trading-strategies
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-63.23%)
Mutual labels:  trading-bot, trading-strategies
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+621.17%)
Mutual labels:  trading-bot, trading-strategies
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (-72.14%)
Mutual labels:  trading-bot, trading-strategies
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (-71.03%)
Mutual labels:  trading-bot, trading-strategies
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-63.23%)
Mutual labels:  trading-bot, trading-strategies

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].