All Projects → melphi → algobox

melphi / algobox

Licence: Apache-2.0 license
Open Source algorithmic trading platform in Java / Python

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to algobox

quick trade
convenient script for trading with python.
Stars: ✭ 63 (-30%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
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 (+15.56%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+32.22%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (+46.67%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (+68.89%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+398.89%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+152.22%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+46.67%)
Mutual labels:  trading, trading-platform, trading-strategies, algorithmic-trading
Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (+112.22%)
Mutual labels:  trading, trading-platform, algorithmic-trading
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (+11.11%)
Mutual labels:  trading, trading-platform, trading-strategies
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+2776.67%)
Mutual labels:  trading, trading-platform, 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 (+11.11%)
Mutual labels:  trading, trading-platform, trading-strategies
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1148.89%)
Mutual labels:  trading, trading-strategies, algorithmic-trading
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (+15.56%)
Mutual labels:  trading, trading-platform, trading-strategies
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+1053.33%)
Mutual labels:  trading, trading-strategies, algorithmic-trading
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+1035.56%)
Mutual labels:  trading, trading-platform, trading-strategies
Aat
Asynchronous, event-driven algorithmic trading in Python and C++
Stars: ✭ 109 (+21.11%)
Mutual labels:  trading, trading-strategies, algorithmic-trading
Devalpha Node
A stream-based approach to algorithmic trading and backtesting in Node.js
Stars: ✭ 217 (+141.11%)
Mutual labels:  trading, trading-strategies, algorithmic-trading
Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (+33.33%)
Mutual labels:  trading, trading-platform, trading-strategies
Grademark
An API for backtesting trading strategies in JavaScript and TypeScript.
Stars: ✭ 140 (+55.56%)
Mutual labels:  trading, trading-strategies, algorithmic-trading

Build Status Code Climate

algobox

Algobox is an open source algorithmic trading software. The software is used in production however the profitable strategies are in a privare repository.

Modules

The features currently implemented are:

  • Multiple connectors support (Currenlty Oanda, IgIndex and FXMC) to receive prices and manage orders.
  • Collects histotical price ticks.
  • Supports multiple strategies written in Java, other languages like Python can be considered.
  • Trading service written in Java and API exposed via REST, this allow to use any language as a client.
  • Very basic market rick module which can be extended.
  • A good balance of microservice architecture with Docker, without marking the system too complex to manage.
  • Client in Python. The management, monitoring and data analysis is performed mostly with Jupyter Notebook.
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].