Learn how to Paper Trade your own algorithmic trading strategy in live markets using two strategy coding examples involving Regular and Bracket orders respectively. Also, learn to fetch execution logs and various types of Paper Trading reports including P&L report, statistics report and order history log in real-time for your strategy.
- EMA-Regular-Order Strategy: Fetching the Strategy
- EMA-Regular-Order Strategy: Paper Trading the Strategy
- EMA-Regular-Order Strategy: Fetching Paper Trading Logs in real time
- EMA-Regular-Order Strategy: Fetching Paper Trading Report - Profit-&-Loss Table
- EMA-Regular-Order Strategy: Fetching Paper Trading Report - Statistics Table
- EMA-Regular-Order Strategy: Fetching Paper Trading Report - Order History
- MACD-Bracket-Order Strategy: Fetching the Strategy
- MACD-Bracket-Order Strategy: Paper Trading the Strategy
- MACD-Bracket-Order Strategy: Fetching Paper Trading Logs in real time
- MACD-Bracket-Order Strategy: Fetching Paper Trading Report - Profit-&-Loss Table
- MACD-Bracket-Order Strategy: Fetching Paper Trading Report - Statistics Table
- MACD-Bracket-Order Strategy: Fetching Paper Trading Report - Order History
[Click here to VIEW Chapter 10 Jupyter Notebook on nbviewer]
[Click here to RUN Chapter 10 Jupyter Notebook in the cloud using binder. No installation needed on your end.]
- Python 3.7+
- Additional Python Packages required for this chapter can be installed as follows -
$ source <virtualenv> # optional, if you use a virtualenv
$ cd <path-to-this-folder>
$ pip install -r requirements.txt