Finally, learn how to Real Trade your own algorithmic trading strategy in live markets and real money using two strategy coding examples involving Regular and Bracket orders respectively. Also, learn to fetch execution logs and various types of Real Trading reports including P&L reports and statistics reports in real-time for your strategy.
- EMA-Regular-Order Strategy: Fetching the Strategy
- EMA-Regular-Order Strategy: Real Trading the Strategy
- EMA-Regular-Order Strategy: Fetching Real Trading Logs in real time
- EMA-Regular-Order Strategy: Fetching Real Trading Report - Profit-&-Loss Table
- EMA-Regular-Order Strategy: Fetching Real Trading Report - Statistics Table
- MACD-Bracket-Order Strategy: Fetching the Strategy
- MACD-Bracket-Order Strategy: Real Trading the Strategy
- MACD-Bracket-Order Strategy: Fetching Real Trading Logs in real time
- MACD-Bracket-Order Strategy: Fetching Real Trading Report - Profit-&-Loss Table
- MACD-Bracket-Order Strategy: Fetching Real Trading Report - Statistics Table
[Click here to VIEW Chapter 11 Jupyter Notebook on nbviewer]
[Click here to RUN Chapter 11 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