View Single Post
  #2 (permalink)  
Old 06-29-2006, 03:12 AM
lexygoo lexygoo is offline
Member
 
Join Date: Feb 2006
Location: Afghanistan
Posts: 51
lexygoo is on a distinguished road
Hi,

why do you have: if(OrderType()<=OP_SELL.....

??

this should be

if(OrderType()==OP_SELL.....
Reply With Quote