I've got a project to automate some trades that are all multi-leg options trades: short strangles, iron condors, double calendars, etc.
I have both the Python and the C++ versions of the Interactive Brokers' TWS API running and working for sending single options orders.
I first tried the...