Scripting tools for Options that work for IB TWS

Discussion in 'Options' started by Ouch1963, Apr 6, 2020.

  1. Ouch1963

    Ouch1963

    Any recommendations on scripting tools that interface with IB's TWS api? Recommendations are welcomed.
     
  2. IB provides spreadsheet samples to fire off orders from Excel. The amount of logic you can handle is less than coding java/python/whatnot but depending on what you are trying to do, it will work.

    Just take the sample spreadsheets, modify it and test against papertrader before going live. GL

    Edit: Watch out for duplicate orders when a criteria is met. You will need to "remember" order has already been fired off and not try to keep sending it in a loop
     
    TooEffingOld and guru like this.
  3. Ouch1963

    Ouch1963

    Where are these sample spreadsheets. BTW - Thx U
     
  4. I am no longer an IB customer and don't have TWS installed. Google it. It should be in TWS install directory IIRC
     
  5. You have to install IB API bundle to get those spreadsheets. I think it is not part of base TWS install