Thread
:
Why no simultaneous trades not happening?
View Single Post
#
3
(
permalink
)
06-29-2006, 11:05 PM
Michel
Senior Member
Join Date: Feb 2006
Posts: 558
Quote:
Originally Posted by
lexygoo
Hi,
why do you have: if(OrderType()<=OP_SELL.....
??
this should be
if(OrderType()==OP_SELL.....
This means that only OP_BUY and OP_SELL are concerned, not the pendings.
Michel
View Public Profile
Send a private message to Michel
Find all posts by Michel