Thread
:
Why no simultaneous trades not happening?
View Single Post
#
2
(
permalink
)
06-29-2006, 03:12 AM
lexygoo
Member
Join Date: Feb 2006
Location: Afghanistan
Posts: 51
Hi,
why do you have: if(OrderType()<=OP_SELL.....
??
this should be
if(OrderType()==OP_SELL.....
lexygoo
View Public Profile
Send a private message to lexygoo
Find all posts by lexygoo