Design and deploy trading strategies on Interactive Broker’s platform. Automate every step of your strategy including, extracting data (stock data and fundamental data), performing technical/fundamental analysis, generating signals, placing trades, risk management etc. Gain a thorough understanding of native interactive broker’s API. You can expect to gain the following skills from this courseAPI tradingAdvanced python concepts (OOP concepts, multi-threading etc.) Extracting historical dataExtracting fundamental dataHarnessing streaming tick level dataIncorporating technical indicators using pythonEnd to End strategy design and deploymentHandling asynchronous callsSqlite database managementInteractive Broker’s TWS terminalRelevant account settings in IB Important note - Course prerequisites: Please note that this course requires basic python proficiency. At the minimum, you should be comfortable with: basic python data types and formatbasic python data structures such as list, dictionary, tuple etc. how to create python functionshow to implement loops in pythoninstalling and importing libraries Basic python proficiency is mandatory because Interactive Broker API’s python client uses advanced OOP and asynchronous programming concepts. While, I have devoted an entire section explaining these concepts, students with no python knowledge will really struggle to follow along.