Quote from Shreddog:
And I have to say I cringe when I find a new idea is better suited to my prop firm and I have to write it for Sterling. It's just so much harder to code for Sterling. I do about 300-600K shrs per day,FWIW. [/B]
Hey Shreddog,
Have you considered coding a little server for each brokerage's API that creates a common interface for all your brokerages? That's what I've done, as I can't imagine coding VB for this brokerage, Java for that, C++ for the other, etc., etc....
The lack of a modify or explicit cancel/replace in Sterling's API is one thing I hadn't noticed before -- thanks for pointing this out. That's a hassle if one needs to modify an order, as it seems impossible to guarantee that one order is canceled before the next is sent without explicitly waiting for the cancel (there's no guarantee that a cancel and then a new order are going to be executed in the sequence in which they were sent), right?