I bought this system too, but I'd like to point out that it's a system with many rules to follow. It takes a lot of practice to trade his system...
Butterfly, I ran across a short IBPy tutorial by sentdex on YouTube. Also, many videos he has uploaded on just about anything Python:...
Butterfly, this is awesome. Thanks, unfortunately I had to move on to programming my app in Java. But I'm sure others will find this useful. Is...
2rosy, you are correct. I do not know why there isn't just a reqOrderStatus() function. But I thought the client ID needed to unique. Now that I...
I didn't think reqAutoOpenOrders() returns filled=0 or orderStatus()?
Thanks for the link. It certainly looks possible, however, for a beginner in programming what you sent is like trying to take a sip of water from...
Actually, this works only once but doesn't update the fillStatus variable every time an OrderStatus message is sent from IB. I looked at it's type...
I figured it out and because I'm not a total douche here is what I did: def print_orderstatus(msg): global fillStatus if msg.filled == 0...
Thanks, appreciate all responses. But I am asking how my algorithm can get the "filled=0" field from the IB message into the code (as a variable...
Butterfly, now that we've got an orderStatus response from IB, how can I cancel/replace an order only if its filled=0. I was hoping for an example...
How do you get the COB data feed. I'm finding it is very costly to get data for a COB of any kind.
Separate names with a comma.