Recruitment of participants Algorithmic Options Trading on Interactive Brokers' Platform

Discussion in 'Video courses, trainings, educational material' started by Dron, 13 February 2024.

Stage:
Recruitment of participants
Price:
55.00 USD
Participants':
0 of 9
Organizer:
Dron
0%
Settlement fee for participation:
7 USD
  • (The main list is still empty)

    (Writing to the backup list is prohibited)

  1. Dron

    Dron Well-Known Member
    Staff Member Organizer

    Joined:
    14 September 2019
    Messages:
    2,928
    Likes Received:
    181
    Trophy Points:
    63
    Gender:
    Male
    Location:
    USA
    Algorithmic Options Trading on Interactive Brokers' Platform
    Using interactive brokers' python API client to implement options trading strategies

    What you'll learn

    • Learn about options trading
    • Trade options algorithmically
    • Gain familiarity with IBAPI tools
    • Use parallel programming concepts to implement sophisticated trading strategies
    upload_2024-2-13_9-42-21.png

    Requirements

    • Completion of Courses titled "Algorithmic Trading using Interactive Broker's Python API" and "Interactive Brokers Python API - Advanced Concepts"
    • Interactive Broker Pro Account
    • Intermediate level familiarity with finance/trading
    Description
    The much awaited and sought after Options Trading course is here!!

    Most Algorithmic trading courses focus on stocks and forex (and lately crypto asset classes) but avoid derivative trading owing to the complexity associated with effectively implementing derivative (options and futures) trading strategies. However, this course will not only introduce you to trading options algorithmically on Interactive Brokers platform but also help you gain a thorough understanding of IBAPI options trading tools to help implement complex strategies such as Straddle and Bear Spread.

    You can expect to gain the following skills from this course

    • Basics of options trading and option valuation
    • Implement option valuation using the Black Scholes model and Monte Carlo Simulation
    • Calculate implied volatility using the Black Scholes model.
    • Options trading settings on TWS and market data access
    • Extracting option chain for any underlying
    • Using parallel programming/multi threading to stream and store options market data
    • Extracting options historical data
    • Identifying option contracts of interest algorithmically
    • Advanced order types (Combo)
    • End to end design and deployment of advanced strategies (Straddle & Bear Spread)
    I have created this course based on the strong and persistent demand for an options trading course from my existing students. This course seeks to provide you with the required tools to deploy any kind of options trading strategy on Interactive Brokers platform and gain an edge by leveraging IBAPI's advanced functionalities.

    ################################################################################################

    Course Prerequisite

    This is a conceptually advanced and technically involved topic and therefore completion of my other two IBAPI courses listed below is required to get the most out of this course

    1) Algorithmic Trading using Interactive Broker's Python API
    2) Interactive Brokers Python API - Advanced Concepts

    ################################################################################################

    The course covers and implements Options Straddle and Bear Spread strategy which are quite complex to implement as they require a number of tasks to be performed in tandem (e.g. extracting options chain, streaming options market data, identifying option contracts of interest, generating signals and executing orders). 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 option trading strategies on Interactive Broker's platform
    • Anyone interested in Algorithmic trading