I see no real discussion on the async vs sync topic....
I suppose ... Its not really that much important...
thanks guys
I suppose ... Its not really that much important...
thanks guys
Ninja's architecture has not passed the "test" IMHO.Quote from heech:
Just curious, why not use the NinjaTrader API? I"m not a troll nor am I marketing for them. But I do use the platform, and I see it as a convenient layer for sitting on top of IB's API so I don't need to deal with these issues.
The API is still event-driven for order, but simplifies your workload substantially. I'm interested in hearing the devil's advocate argument against it, thanks.
Quote from Chronos.Phenomena:
especially in the higher than traditional frequency...
do you handle all the asynchronous logic in your application, or do you handle that in a API layer... i.e. for your application Interactive Brokers provides synchronous service?
my current application handles all the asynchronous aspects in the "business logic"... however, I'm thinking of synchronizing their API... for example, submit cancel order and then wait until the order is canceled...
thoughts!