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...