All Projects → amor71 → LiuAlgoTrader

amor71 / LiuAlgoTrader

Licence: MIT license
Framework for algorithmic trading

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
PLpgSQL
1095 projects
shell
77523 projects

Projects that are alternatives of or similar to LiuAlgoTrader

quick trade
convenient script for trading with python.
Stars: ✭ 63 (-87.74%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading, trading-systems, cryptocurrency-exchanges
stockbot
Alpaca algo stock trading bot
Stars: ✭ 105 (-79.57%)
Mutual labels:  algo-trading, trading-algorithms, trade, algorithmic-trading, alpaca-trading-api, alpaca-markets
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (-72.96%)
Mutual labels:  algo-trading, trading-platform, trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (-55.84%)
Mutual labels:  algo-trading, trading-platform, trading-strategies, trading-algorithms, 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 (-79.77%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+98.83%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, cryptocurrency-exchanges
awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+9.53%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-74.32%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+101.95%)
Mutual labels:  trading-strategies, trading-algorithms, trade, algorithmic-trading
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-74.32%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading
tvjs-overlays
💴 Collection of overlays made by the TradingVueJs community
Stars: ✭ 65 (-87.35%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, trading-systems
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 (+368.29%)
Mutual labels:  trading-strategies, trading-algorithms, algorithmic-trading, trading-systems
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 (-76.85%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-70.43%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms, algorithmic-trading
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (-80.74%)
Mutual labels:  algo-trading, trading-strategies, trading-algorithms, trading-systems
Elitequant
A list of online resources for quantitative modeling, trading, portfolio management
Stars: ✭ 1,823 (+254.67%)
Mutual labels:  trading-platform, algorithmic-trading, trading-systems
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+12.84%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms
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 (-80.54%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms
Zvt
modular quant framework.
Stars: ✭ 1,801 (+250.39%)
Mutual labels:  trading-platform, trading-strategies, algorithmic-trading
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+1004.09%)
Mutual labels:  trading-platform, trading-strategies, trading-algorithms

LiuAlgoTrader

pdm-managed PyPI - Python Version Python 3 Updates Documentation Status Tested with Hypothesis Gitter Sourcery codecov

Introduction

LiuAlgoTrader is a scalable, multi-process ML-ready framework for effective algorithmic trading. The framework simplifies development, testing, deployment, analysis, and training algo trading strategies. The framework automatically analyzes trading sessions, hyper-parameters optimization, and the analysis may be used to train predictive models.

The framework currently support trading and back-testing of US Equities, and Crypto strategies.

LiuAlgoTrader can run on a laptop and hedge-on-the-go, or run on a multi-core hosted Linux server and it will automatically optimize for best performance for either. LiuAlgoTrader is a full trading platform with a breath of tools to manage automated investment portfolios.

LiuAlgoTrader supports:

See LiuAlgoTrader in Action

LiuAlgoTrader comes equipped with powerful & user-friendly back-testing tool.

Quick-start

Prerequisite

Install & Configure

Step 1: To install LiuAlgoTrader just type:

pip install liualgotrader

Having issues installation? check out the installation FAQ page

Step 2: To configure the frame work type:

liu quickstart

and follow the installation wizard instructions. The wizard will walk you through the configuration of environment variables, setup of a local dockerized PostgreSQL and pre-populate with test data.

Note for WINDOWS users

Try the samples

LiuAlgoTrader quickstart wizard installs samples allowing a first-time experience of the framework. Follow the post-installation instructions, and try to back-test a specific day.

Additional samples can we found in the examples directory.

Tutorials

LiuAlgoTraders articles are published on Medium:

Back-testing

While Liu is first and foremost a trading platform, it comes equipped with full back-testing capabilities, providing command-line tool & jupyter notebook for analysis, and a browser-based UI covering both functionalities.

Machine Learning

These features are still work in process:

Analysis & Analytics

The framework includes a wide ranges of analysis Jupyter Notebooks, as well as streamlit applications for analysis for both trading and back-testing sessions. To name a few of the visual analytical tools:

  • tear-sheet analysis,
  • gain&loss analysis,
  • anchored-VWAPs,
  • indicators & distributions

What's Next?

Read the documentation and learn how to use LiuAlgoTrader to develop, deploy & testing money making strategies.

Watch the Evolution

LiuAlgoTrader is an ever evolving platform, to glimpse the concepts, thoughts and ideas visit the design folder and feel free to comment.

Contributing

Would you like to help improve & evolve LiuAlgoTrader? Do you have a suggestion, comment, idea for improvement or a have a wish-list item? Please read our Contribution Document or email me at [email protected]

Contributors

Special thanks to the below individuals for their comments, reviews and suggestions:

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].