This repository contains example files to help you get started with AutoTrader. More strategies will be added over time.
To run the strategies in this repository, you must first have AutoTrader installed. The easiest way to do so is by using pip:
pip install autotrader
Clone this repository by your preffered method. If you are new to git, simply click the green 'code' button at the top right of this page and download the zip. Alternatively, click here. You can also clone the repository on the command line using:
git clone https://github.com/kieran-mackle/autotrader-demo/
If you would like a detailed explanation of how to construct a strategy with AutoTrader, refer to the tutorials on the AutoTrader website, by clicking here.
The following is a list of demo strategies provided.
- MACD Crossover Trend Strategy (from website tutorials)
- EMA Crossover Strategy (long only)
- SuperTrend Trend Detector (AutoScan demo)