Interactive Brokers Python API - Advanced Concepts
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.18 GB | Duration: 6h 26m
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.18 GB | Duration: 6h 26m
Deep dive into interactive brokers' python API client
What you'll learn
Algorithmic Trading
Interactive Broker API
Advanced Python Concepts
Advanced IBAPI concepts
Requirements
Completion of Course titled "Algorithmic Trading using Interactive Broker's Python API"
Interactive Broker Pro Account
Intermediate level familiarity with finance/trading
Description
Design and deploy advanced trading strategies on Interactive Broker's platform using parallel programming/multithreading concepts. Gain an edge in your trading by learning to harness advanced IBAPI functionalities and modules such as scanner, advanced orders etc.You can expect to gain the following skills from this courseApplying Parallel programming concepts in API tradingAdvanced order typesHarnessing streaming data (price, position, p&l)Implementing scanner using IBAPIBacktesting strategiesEnd to end design and deployment of advanced strategiesThis course aims to provide a much deeper understanding of IBAPI features to beginner and intermediate level users of IBAPI. I have created this course based on the feedback received on my introductory IBAPI course from students who wanted to delve deeper and deploy advanced algorithms on IBAPI platform. This course seeks to provide you with the required tools to deploy any kind of strategy on Interactive Brokers platform and gain an edge by leveraging IBAPI's advanced functionalities.The course covers and implements Open Range Breakout strategy which is quite complex to implement as it requires a number of tasks to be performed simultaneously (e.g. streaming current price of tickers, streaming PnL of tickers, extracting historical data periodically, performing calculations, generating signals and order management). The course explains how such strategies can be built step by step and how the various IBAPI tools can be used efficiently to ensure that the various parts of the strategy work harmoniously.
Who this course is for:
Traders looking to automate their strategies on Interactive Broker's platform, Anyone interested in Algorithmic trading