Quote from crmorris:
a question for api users, especially those using the gateway instead of tws. what kind of front end do you use for your applications? excel is so easy -- gives you a lot for free. is there anything already built, anything out of the box, any simple development ideas, AND would anybody be willing to share some code or just snapshots?
thanks.
you need to build your own front end,
Excel is fine for most trading logic, but the IB API for Excel is very clumsy and prone to manipulation error
for Java, using Eclipse RCP as a Rich Client for the underlying IB API is also a very good option. This is my next project and might do a tutorial here about it.