AlgoQuant.Trade AutoTrading Bot
The AlgoQuant.Trade Trading Bot is an open source algorithmic trading bot you can use to trade FOREX / Crypto / Futures on exchanges.
It is designed to be used in partnership with the series Build Your Own Algorithmic Trading Bot being published on Medium.
The code is covered by the MIT 2.0 Open Source licence. Code developed by James Hinton through Creative Appnologies.
All trading is at your own risk :)
Published Content
Introduction
How to Install TALib
YouTube
Our YouTube channel algoquant_trade contains tons of helpful content on how
to use the AutoTrading Bot or build one for yourself. Check out these episodes:
MetaTrader 5
- Everything You Need to Connect Your Python Trading Bot to MetaTrader 5
- 7 Indispensable Trading Functions for Your MetaTrader 5 Python Trading Bot - published in Geek Culture
- Retrieve Live Price Information and Calculate Spread
- Level Up Your Trading Bot with Postgres
Related Content
Coinbase Tutorials
How to Build a Crypto Trading Bot with Coinbase and Python Series
- How to Setup Your Crypto Trading Bot for Coinbase with Python. Explains how to set up your code in an extensible format.
- How to Connect to Coinbase with Python 3. Shows you how to connect to the Coinbase Pro API.
- How to Identify Engulfing Candles on Coinbase with Python. Shows you how to use Python to detect Bullish Engulfing Patterns and Bearish Engulfing Patterns in candlesticks. Introduces an advanced detection method as well.
- How to Implement the Engulfing Candle Strategy on Coinbase with Python. Shows you how to implement the Engulfing Candle Strategy using Python and Coinbase Pro REST API
Upcoming Content
Exchanges
Indicators
- SMA (Simple Moving Average) 3, 8, 10, 15, 20, 50, 200
- EMA (Exponential Moving Average) 3, 8, 10, 15, 20, 50, 200
- Stochastic Oscillator
- Moving Average Convergence/Divergence
- Bollinger Bands
- Relative Strength Index
- Fibonacci Retracement
- Standard Deviation
- Average Directional Index (ADI)
- On Balance Volume
- Accumulation distribution line
- Aroon Indicator
Bullish Candlestick Patterns
- Hammer
- Inverse Hammer
- Bullish Engulfing
- Piercing Line
- Morning Star
- Three Soldiers
Bearish Candlestick Patterns
- Hanging Man
- Shooting Star
- Bearish Engulfing
- Evening Star
- Three Black Crows
- Dark Cloud Cover
Continuation Candlestick Patterns
- Doji
- Spinning Top
Strategies
- RSI Strategy
- MACD/Bollinger Band Strategy
- Moving Average Strategy
- Reversal Candle Strategy
- Moving Average Cross Strategy
Sharing
- Sharing on Twitter
- Sharing on Discord
- Sharing on Telegram
- Adding a GUI