├── .gitignore ├── Appendix01 └── images │ ├── 127.0.0.1 - Google Chrome_060.png │ ├── ALGOBULLS - Kite Connect developer - Google Chrome_056.png │ ├── Authorize Kite - Kite - Google Chrome_059.png │ ├── Billing - Kite Connect developer - Google Chrome_053.png │ ├── Create a new app - Kite Connect developer - Google Chrome_052.png │ ├── Dashboard - Kite - Google Chrome_047.png │ ├── Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_045.png │ ├── Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_046.png │ ├── Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_057.png │ ├── Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_058.png │ ├── Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_048.png │ ├── Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068 (copy).png │ ├── Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068.png │ ├── Login - Kite Connect developer - Google Chrome_069.png │ ├── My apps - Kite Connect developer - Billing.png │ ├── My apps - Kite Connect developer - Google Chrome_054.png │ ├── My apps - Kite Connect developer - Google Chrome_055.png │ ├── My apps - Kite Connect developer - Google Chrome_070.png │ ├── Opening a Zerodha account online - YouTube - Google Chrome_044.png │ ├── Signup - Kite Connect developer - Google Chrome_049.png │ ├── hist data not activated.png │ └── old.png ├── Appendix02 └── images │ ├── AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067 (copy 1).png │ ├── AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067.png │ ├── Broking - AlgoBulls - Google Chrome_071.png │ ├── Broking - AlgoBulls - Google Chrome_076.png │ ├── Broking - AlgoBulls - Google Chrome_076v2.png │ ├── Broking - AlgoBulls - Google Chrome_076v3.png │ ├── Broking - AlgoBulls - Google Chrome_077.png │ ├── Broking - AlgoBulls - Google Chrome_079.png │ ├── Broking - AlgoBulls - Google Chrome_080.png │ ├── General - AlgoBulls - Google Chrome_066.png │ ├── Login - AlgoBulls - Google Chrome_061.png │ ├── Register - AlgoBulls - Google Chrome_062.png │ ├── Register - AlgoBulls - Google Chrome_063.png │ ├── Register - AlgoBulls - Google Chrome_064.png │ ├── Register - AlgoBulls - Google Chrome_065.png │ ├── https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082.png │ ├── https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082v2.png │ └── sms.jpg ├── Chapter01 ├── CHAPTER 1.ipynb ├── README.md └── requirements.txt ├── Chapter02 ├── CHAPTER 2.ipynb ├── README.md └── requirements.txt ├── Chapter03 ├── CHAPTER 3.ipynb ├── README.md └── requirements.txt ├── Chapter04 ├── CHAPTER 4.ipynb ├── README.md ├── images │ ├── convert_image_pdf_to_png.sh │ ├── pdf │ │ ├── 1.pdf │ │ ├── 10.pdf │ │ ├── 11.pdf │ │ ├── 12.pdf │ │ ├── 13.pdf │ │ ├── 14.pdf │ │ ├── 15.pdf │ │ ├── 16.pdf │ │ ├── 17.pdf │ │ ├── 18.pdf │ │ ├── 19.pdf │ │ ├── 2.pdf │ │ ├── 20.pdf │ │ ├── 21.pdf │ │ ├── 22.pdf │ │ ├── 23.pdf │ │ ├── 24.pdf │ │ ├── 25.pdf │ │ ├── 26.pdf │ │ ├── 27.pdf │ │ ├── 28.pdf │ │ ├── 29.pdf │ │ ├── 3.pdf │ │ ├── 30.pdf │ │ ├── 31.pdf │ │ ├── 32.pdf │ │ ├── 33.pdf │ │ ├── 34.pdf │ │ ├── 35.pdf │ │ ├── 36.pdf │ │ ├── 37.pdf │ │ ├── 38.pdf │ │ ├── 39.pdf │ │ ├── 4.pdf │ │ ├── 40.pdf │ │ ├── 41.pdf │ │ ├── 42.pdf │ │ ├── 43.pdf │ │ ├── 44.pdf │ │ ├── 45.pdf │ │ ├── 46.pdf │ │ ├── 47.pdf │ │ ├── 48.pdf │ │ ├── 5.pdf │ │ ├── 6.pdf │ │ ├── 7.pdf │ │ ├── 8.pdf │ │ └── 9.pdf │ └── png │ │ ├── 1.pdf.png │ │ ├── 10.pdf.png │ │ ├── 11.pdf.png │ │ ├── 12.pdf.png │ │ ├── 13.pdf.png │ │ ├── 14.pdf.png │ │ ├── 15.pdf.png │ │ ├── 16.pdf.png │ │ ├── 17.pdf.png │ │ ├── 18.pdf.png │ │ ├── 19.pdf.png │ │ ├── 2.pdf.png │ │ ├── 20.pdf.png │ │ ├── 21.pdf.png │ │ ├── 22.pdf.png │ │ ├── 23.pdf.png │ │ ├── 24.pdf.png │ │ ├── 25.pdf.png │ │ ├── 26.pdf.png │ │ ├── 27.pdf.png │ │ ├── 28.pdf.png │ │ ├── 29.pdf.png │ │ ├── 3.pdf.png │ │ ├── 30.pdf.png │ │ ├── 31.pdf.png │ │ ├── 32.pdf.png │ │ ├── 33.pdf.png │ │ ├── 34.pdf.png │ │ ├── 35.pdf.png │ │ ├── 36.pdf.png │ │ ├── 37.pdf.png │ │ ├── 38.pdf.png │ │ ├── 39.pdf.png │ │ ├── 4.pdf.png │ │ ├── 40.pdf.png │ │ ├── 41.pdf.png │ │ ├── 42.pdf.png │ │ ├── 43.pdf.png │ │ ├── 44.pdf.png │ │ ├── 45.pdf.png │ │ ├── 46.pdf.png │ │ ├── 47.pdf.png │ │ ├── 48.pdf.png │ │ ├── 5.pdf.png │ │ ├── 6.pdf.png │ │ ├── 7.pdf.png │ │ ├── 8.pdf.png │ │ └── 9.pdf.png └── requirements.txt ├── Chapter05 ├── CHAPTER 5.ipynb ├── README.md ├── images │ ├── convert_image_pdf_to_png.sh │ ├── pdf │ │ ├── 1.pdf │ │ ├── 10.pdf │ │ ├── 2.pdf │ │ ├── 3.pdf │ │ ├── 4.pdf │ │ ├── 5.pdf │ │ ├── 6.pdf │ │ ├── 7.pdf │ │ ├── 8.pdf │ │ └── 9.pdf │ └── png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png └── requirements.txt ├── Chapter06 ├── CHAPTER 6.ipynb ├── README.md ├── images │ ├── diagrams │ │ ├── bracket-order-flowchart.dia │ │ ├── bracket-order-flowchart.png │ │ ├── cover-order-flowchart.dia │ │ ├── cover-order-flowchart.png │ │ ├── regular-limit-order-state-diagram.dia │ │ ├── regular-limit-order-state-diagram.png │ │ ├── regular-limit-order-state-diagram2.png │ │ ├── regular-market-order-state-diagram.dia │ │ ├── regular-market-order-state-diagram.png │ │ ├── regular-stoploss-limit-order-state-diagram.dia │ │ ├── regular-stoploss-limit-order-state-diagram.png │ │ ├── regular-stoploss-market-order-state-diagram.dia │ │ └── regular-stoploss-market-order-state-diagram.png │ ├── screenshots │ │ ├── recipe10_child1_open.png │ │ ├── recipe10_order1_open.png │ │ ├── recipe10_order2_complete.png │ │ ├── recipe10_order2_open.png │ │ ├── recipe1_order1_complete.png │ │ ├── recipe1_order2_complete.png │ │ ├── recipe1_order3_complete.png │ │ ├── recipe1_order4_complete.png │ │ ├── recipe2_order1_complete.png │ │ ├── recipe2_order1_open.png │ │ ├── recipe2_order2_complete.png │ │ ├── recipe2_order2_open.png │ │ ├── recipe2_order3_complete.png │ │ ├── recipe2_order3_open.png │ │ ├── recipe2_order4_complete.png │ │ ├── recipe2_order4_open.png │ │ ├── recipe3_order1_complete.png │ │ ├── recipe3_order1_trigger_pending.png │ │ ├── recipe3_order2_complete.png │ │ ├── recipe3_order2_trigger_pending.png │ │ ├── recipe3_order3_complete.png │ │ ├── recipe3_order3_trigger_pending.png │ │ ├── recipe3_order4_complete.png │ │ ├── recipe4_order1_complete.png │ │ ├── recipe4_order1_trigger_pending.png │ │ ├── recipe4_order1_trigger_pending_old.png │ │ ├── recipe4_order2_complete.png │ │ ├── recipe4_order2_trigger_pending.png │ │ ├── recipe4_order3_complete.png │ │ ├── recipe4_order3_complete_old.png │ │ ├── recipe4_order3_trigger_pending.png │ │ ├── recipe4_order3_trigger_pending_old.png │ │ ├── recipe4_order4_compelte.png │ │ ├── recipe4_order4_trigger_pending.png │ │ ├── recipe5_order1_child1_cancelled_on_exit.png │ │ ├── recipe5_order1_child1_open.png │ │ ├── recipe5_order1_child2_complete_on_exit.png │ │ ├── recipe5_order1_child2_open.png │ │ ├── recipe5_order1_complete.png │ │ ├── recipe5_order1_open.png │ │ ├── recipe5_order2_complete.png │ │ ├── recipe5_order2_open.png │ │ ├── recipe9_order1_child1_open.png │ │ ├── recipe9_order1_child1_trigger_pending.png │ │ ├── recipe9_order1_complete.png │ │ ├── recipe9_order1_open.png │ │ ├── recipe9_order2_child1_trigger_pending.png │ │ └── recipe9_order2_complete.png │ └── unsorted │ │ ├── bankbaroda │ │ ├── Selection_035.png │ │ ├── Selection_045.png │ │ ├── Selection_046.png │ │ └── Selection_047.png │ │ ├── icicibank │ │ └── Selection_034.png │ │ ├── kotak │ │ └── recipe4_order3_trigger_pending.png │ │ └── sbin │ │ ├── Selection_041.png │ │ ├── Selection_042.png │ │ ├── Selection_043.png │ │ ├── Selection_044.png │ │ └── recipe5_order2_complete.png └── requirements.txt ├── Chapter07 ├── CHAPTER 7.ipynb ├── README.md └── requirements.txt ├── Chapter08 ├── CHAPTER 8.ipynb ├── README.md ├── images │ └── diagrams │ │ ├── strategy_execution_flowchart.dia │ │ └── strategy_execution_flowchart.png └── requirements.txt ├── Chapter09 ├── CHAPTER 9.ipynb ├── README.md ├── images │ └── diagrams │ │ ├── abc-job-status-state-diagram.dia │ │ └── abc-job-status-state-diagram.png └── requirements.txt ├── Chapter10 ├── CHAPTER 10.ipynb ├── README.md ├── images │ └── diagrams │ │ ├── abc-job-status-state-diagram.dia │ │ └── abc-job-status-state-diagram.png └── requirements.txt ├── Chapter11 ├── CHAPTER 11.ipynb ├── README.md ├── images │ └── diagrams │ │ ├── abc-job-status-state-diagram.dia │ │ └── abc-job-status-state-diagram.png └── requirements.txt ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | */.ipynb_checkpoints/* 2 | virtualenv/ 3 | .idea/ 4 | -------------------------------------------------------------------------------- /Appendix01/images/127.0.0.1 - Google Chrome_060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/127.0.0.1 - Google Chrome_060.png -------------------------------------------------------------------------------- /Appendix01/images/ALGOBULLS - Kite Connect developer - Google Chrome_056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/ALGOBULLS - Kite Connect developer - Google Chrome_056.png -------------------------------------------------------------------------------- /Appendix01/images/Authorize Kite - Kite - Google Chrome_059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Authorize Kite - Kite - Google Chrome_059.png -------------------------------------------------------------------------------- /Appendix01/images/Billing - Kite Connect developer - Google Chrome_053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Billing - Kite Connect developer - Google Chrome_053.png -------------------------------------------------------------------------------- /Appendix01/images/Create a new app - Kite Connect developer - Google Chrome_052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Create a new app - Kite Connect developer - Google Chrome_052.png -------------------------------------------------------------------------------- /Appendix01/images/Dashboard - Kite - Google Chrome_047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Dashboard - Kite - Google Chrome_047.png -------------------------------------------------------------------------------- /Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_045.png -------------------------------------------------------------------------------- /Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_046.png -------------------------------------------------------------------------------- /Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_057.png -------------------------------------------------------------------------------- /Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite - Zerodha's fast and elegant flagship trading platform - Google Chrome_058.png -------------------------------------------------------------------------------- /Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_048.png -------------------------------------------------------------------------------- /Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068 (copy).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068 (copy).png -------------------------------------------------------------------------------- /Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Kite Connect – REST-like HTTP trading APIs for individual traders and startups - Google Chrome_068.png -------------------------------------------------------------------------------- /Appendix01/images/Login - Kite Connect developer - Google Chrome_069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Login - Kite Connect developer - Google Chrome_069.png -------------------------------------------------------------------------------- /Appendix01/images/My apps - Kite Connect developer - Billing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/My apps - Kite Connect developer - Billing.png -------------------------------------------------------------------------------- /Appendix01/images/My apps - Kite Connect developer - Google Chrome_054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/My apps - Kite Connect developer - Google Chrome_054.png -------------------------------------------------------------------------------- /Appendix01/images/My apps - Kite Connect developer - Google Chrome_055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/My apps - Kite Connect developer - Google Chrome_055.png -------------------------------------------------------------------------------- /Appendix01/images/My apps - Kite Connect developer - Google Chrome_070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/My apps - Kite Connect developer - Google Chrome_070.png -------------------------------------------------------------------------------- /Appendix01/images/Opening a Zerodha account online - YouTube - Google Chrome_044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Opening a Zerodha account online - YouTube - Google Chrome_044.png -------------------------------------------------------------------------------- /Appendix01/images/Signup - Kite Connect developer - Google Chrome_049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/Signup - Kite Connect developer - Google Chrome_049.png -------------------------------------------------------------------------------- /Appendix01/images/hist data not activated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/hist data not activated.png -------------------------------------------------------------------------------- /Appendix01/images/old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix01/images/old.png -------------------------------------------------------------------------------- /Appendix02/images/AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067 (copy 1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067 (copy 1).png -------------------------------------------------------------------------------- /Appendix02/images/AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/AlgoBulls | An Algorithmic Trading Platform with Social Trading - Google Chrome_067.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_071.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_076.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_076v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_076v2.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_076v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_076v3.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_077.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_079.png -------------------------------------------------------------------------------- /Appendix02/images/Broking - AlgoBulls - Google Chrome_080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Broking - AlgoBulls - Google Chrome_080.png -------------------------------------------------------------------------------- /Appendix02/images/General - AlgoBulls - Google Chrome_066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/General - AlgoBulls - Google Chrome_066.png -------------------------------------------------------------------------------- /Appendix02/images/Login - AlgoBulls - Google Chrome_061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Login - AlgoBulls - Google Chrome_061.png -------------------------------------------------------------------------------- /Appendix02/images/Register - AlgoBulls - Google Chrome_062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Register - AlgoBulls - Google Chrome_062.png -------------------------------------------------------------------------------- /Appendix02/images/Register - AlgoBulls - Google Chrome_063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Register - AlgoBulls - Google Chrome_063.png -------------------------------------------------------------------------------- /Appendix02/images/Register - AlgoBulls - Google Chrome_064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Register - AlgoBulls - Google Chrome_064.png -------------------------------------------------------------------------------- /Appendix02/images/Register - AlgoBulls - Google Chrome_065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/Register - AlgoBulls - Google Chrome_065.png -------------------------------------------------------------------------------- /Appendix02/images/https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082.png -------------------------------------------------------------------------------- /Appendix02/images/https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/https:--devel.appv2.algobulls.com-account-broking - Google Chrome_082v2.png -------------------------------------------------------------------------------- /Appendix02/images/sms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Appendix02/images/sms.jpg -------------------------------------------------------------------------------- /Chapter01/CHAPTER 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter01/CHAPTER 1.ipynb -------------------------------------------------------------------------------- /Chapter01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter01/README.md -------------------------------------------------------------------------------- /Chapter01/requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | -------------------------------------------------------------------------------- /Chapter02/CHAPTER 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter02/CHAPTER 2.ipynb -------------------------------------------------------------------------------- /Chapter02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter02/README.md -------------------------------------------------------------------------------- /Chapter02/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter03/CHAPTER 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter03/CHAPTER 3.ipynb -------------------------------------------------------------------------------- /Chapter03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter03/README.md -------------------------------------------------------------------------------- /Chapter03/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter04/CHAPTER 4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/CHAPTER 4.ipynb -------------------------------------------------------------------------------- /Chapter04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/README.md -------------------------------------------------------------------------------- /Chapter04/images/convert_image_pdf_to_png.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/convert_image_pdf_to_png.sh -------------------------------------------------------------------------------- /Chapter04/images/pdf/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/1.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/10.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/11.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/12.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/13.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/14.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/14.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/15.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/16.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/17.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/18.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/19.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/2.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/20.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/21.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/22.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/22.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/23.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/24.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/25.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/26.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/26.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/27.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/28.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/28.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/29.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/29.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/3.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/30.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/31.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/31.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/32.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/33.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/33.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/34.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/34.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/35.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/35.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/36.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/36.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/37.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/37.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/38.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/38.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/39.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/39.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/4.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/40.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/40.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/41.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/41.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/42.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/42.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/43.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/43.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/44.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/44.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/45.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/45.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/46.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/46.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/47.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/47.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/48.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/48.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/5.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/6.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/7.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/8.pdf -------------------------------------------------------------------------------- /Chapter04/images/pdf/9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/pdf/9.pdf -------------------------------------------------------------------------------- /Chapter04/images/png/1.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/1.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/10.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/10.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/11.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/11.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/12.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/12.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/13.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/13.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/14.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/14.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/15.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/15.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/16.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/16.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/17.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/17.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/18.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/18.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/19.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/19.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/2.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/2.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/20.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/20.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/21.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/21.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/22.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/22.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/23.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/23.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/24.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/24.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/25.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/25.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/26.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/26.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/27.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/27.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/28.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/28.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/29.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/29.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/3.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/3.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/30.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/30.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/31.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/31.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/32.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/32.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/33.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/33.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/34.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/34.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/35.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/35.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/36.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/36.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/37.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/37.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/38.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/38.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/39.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/39.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/4.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/4.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/40.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/40.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/41.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/41.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/42.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/42.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/43.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/43.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/44.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/44.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/45.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/45.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/46.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/46.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/47.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/47.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/48.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/48.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/5.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/5.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/6.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/6.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/7.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/7.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/8.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/8.pdf.png -------------------------------------------------------------------------------- /Chapter04/images/png/9.pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter04/images/png/9.pdf.png -------------------------------------------------------------------------------- /Chapter04/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | quandl 3 | -------------------------------------------------------------------------------- /Chapter05/CHAPTER 5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/CHAPTER 5.ipynb -------------------------------------------------------------------------------- /Chapter05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/README.md -------------------------------------------------------------------------------- /Chapter05/images/convert_image_pdf_to_png.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/convert_image_pdf_to_png.sh -------------------------------------------------------------------------------- /Chapter05/images/pdf/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/1.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/10.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/2.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/3.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/4.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/5.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/6.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/7.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/8.pdf -------------------------------------------------------------------------------- /Chapter05/images/pdf/9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/pdf/9.pdf -------------------------------------------------------------------------------- /Chapter05/images/png/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/1.png -------------------------------------------------------------------------------- /Chapter05/images/png/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/10.png -------------------------------------------------------------------------------- /Chapter05/images/png/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/2.png -------------------------------------------------------------------------------- /Chapter05/images/png/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/3.png -------------------------------------------------------------------------------- /Chapter05/images/png/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/4.png -------------------------------------------------------------------------------- /Chapter05/images/png/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/5.png -------------------------------------------------------------------------------- /Chapter05/images/png/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/6.png -------------------------------------------------------------------------------- /Chapter05/images/png/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/7.png -------------------------------------------------------------------------------- /Chapter05/images/png/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/8.png -------------------------------------------------------------------------------- /Chapter05/images/png/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter05/images/png/9.png -------------------------------------------------------------------------------- /Chapter05/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | TA-Lib 3 | -------------------------------------------------------------------------------- /Chapter06/CHAPTER 6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/CHAPTER 6.ipynb -------------------------------------------------------------------------------- /Chapter06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/README.md -------------------------------------------------------------------------------- /Chapter06/images/diagrams/bracket-order-flowchart.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/bracket-order-flowchart.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/bracket-order-flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/bracket-order-flowchart.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/cover-order-flowchart.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/cover-order-flowchart.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/cover-order-flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/cover-order-flowchart.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-limit-order-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-limit-order-state-diagram.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-limit-order-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-limit-order-state-diagram.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-limit-order-state-diagram2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-limit-order-state-diagram2.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-market-order-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-market-order-state-diagram.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-market-order-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-market-order-state-diagram.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-stoploss-limit-order-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-stoploss-limit-order-state-diagram.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-stoploss-limit-order-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-stoploss-limit-order-state-diagram.png -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-stoploss-market-order-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-stoploss-market-order-state-diagram.dia -------------------------------------------------------------------------------- /Chapter06/images/diagrams/regular-stoploss-market-order-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/diagrams/regular-stoploss-market-order-state-diagram.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe10_child1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe10_child1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe10_order1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe10_order1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe10_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe10_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe10_order2_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe10_order2_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe1_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe1_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe1_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe1_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe1_order3_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe1_order3_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe1_order4_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe1_order4_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order2_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order2_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order3_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order3_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order3_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order3_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order4_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order4_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe2_order4_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe2_order4_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order1_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order1_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order2_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order2_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order3_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order3_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order3_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order3_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe3_order4_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe3_order4_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order1_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order1_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order1_trigger_pending_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order1_trigger_pending_old.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order2_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order2_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order3_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order3_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order3_complete_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order3_complete_old.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order3_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order3_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order3_trigger_pending_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order3_trigger_pending_old.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order4_compelte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order4_compelte.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe4_order4_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe4_order4_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_child1_cancelled_on_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_child1_cancelled_on_exit.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_child1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_child1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_child2_complete_on_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_child2_complete_on_exit.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_child2_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_child2_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe5_order2_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe5_order2_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order1_child1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order1_child1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order1_child1_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order1_child1_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order1_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order1_complete.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order1_open.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order2_child1_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order2_child1_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/screenshots/recipe9_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/screenshots/recipe9_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/bankbaroda/Selection_035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/bankbaroda/Selection_035.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/bankbaroda/Selection_045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/bankbaroda/Selection_045.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/bankbaroda/Selection_046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/bankbaroda/Selection_046.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/bankbaroda/Selection_047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/bankbaroda/Selection_047.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/icicibank/Selection_034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/icicibank/Selection_034.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/kotak/recipe4_order3_trigger_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/kotak/recipe4_order3_trigger_pending.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/sbin/Selection_041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/sbin/Selection_041.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/sbin/Selection_042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/sbin/Selection_042.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/sbin/Selection_043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/sbin/Selection_043.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/sbin/Selection_044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/sbin/Selection_044.png -------------------------------------------------------------------------------- /Chapter06/images/unsorted/sbin/recipe5_order2_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter06/images/unsorted/sbin/recipe5_order2_complete.png -------------------------------------------------------------------------------- /Chapter06/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter07/CHAPTER 7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter07/CHAPTER 7.ipynb -------------------------------------------------------------------------------- /Chapter07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter07/README.md -------------------------------------------------------------------------------- /Chapter07/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter08/CHAPTER 8.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter08/CHAPTER 8.ipynb -------------------------------------------------------------------------------- /Chapter08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter08/README.md -------------------------------------------------------------------------------- /Chapter08/images/diagrams/strategy_execution_flowchart.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter08/images/diagrams/strategy_execution_flowchart.dia -------------------------------------------------------------------------------- /Chapter08/images/diagrams/strategy_execution_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter08/images/diagrams/strategy_execution_flowchart.png -------------------------------------------------------------------------------- /Chapter08/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter08/requirements.txt -------------------------------------------------------------------------------- /Chapter09/CHAPTER 9.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter09/CHAPTER 9.ipynb -------------------------------------------------------------------------------- /Chapter09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter09/README.md -------------------------------------------------------------------------------- /Chapter09/images/diagrams/abc-job-status-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter09/images/diagrams/abc-job-status-state-diagram.dia -------------------------------------------------------------------------------- /Chapter09/images/diagrams/abc-job-status-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter09/images/diagrams/abc-job-status-state-diagram.png -------------------------------------------------------------------------------- /Chapter09/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter10/CHAPTER 10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter10/CHAPTER 10.ipynb -------------------------------------------------------------------------------- /Chapter10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter10/README.md -------------------------------------------------------------------------------- /Chapter10/images/diagrams/abc-job-status-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter10/images/diagrams/abc-job-status-state-diagram.dia -------------------------------------------------------------------------------- /Chapter10/images/diagrams/abc-job-status-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter10/images/diagrams/abc-job-status-state-diagram.png -------------------------------------------------------------------------------- /Chapter10/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /Chapter11/CHAPTER 11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter11/CHAPTER 11.ipynb -------------------------------------------------------------------------------- /Chapter11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter11/README.md -------------------------------------------------------------------------------- /Chapter11/images/diagrams/abc-job-status-state-diagram.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter11/images/diagrams/abc-job-status-state-diagram.dia -------------------------------------------------------------------------------- /Chapter11/images/diagrams/abc-job-status-state-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/Chapter11/images/diagrams/abc-job-status-state-diagram.png -------------------------------------------------------------------------------- /Chapter11/requirements.txt: -------------------------------------------------------------------------------- 1 | pyalgotrading 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Algorithmic-Trading-Cookbook/HEAD/README.md --------------------------------------------------------------------------------