Search results

  1. T

    Exel VBA commands to place orders with IB

    The examples do work, but I want to use the script in my own custom excel sheet and there are tons of unneeded rows of code that I don't need.
  2. T

    Exel VBA commands to place orders with IB

    Hello, I am trying to create a simple buy order through Excel API but can't manage to do so. The sample excel of TWS has hundreds lines of code and tons of loops which are mostly irrelevant.. The basic code should be something like: Symbol = "XOM" Side = "BUY" Quantity = 1000...
Back
Top