View Single Post
  #5 (permalink)  
Old 05-04-2007, 08:43 AM
dunhill dunhill is offline
Member
 
Join Date: Apr 2007
Posts: 33
dunhill is on a distinguished road
these are lines 107 and 108 of the EA

if(OrderType()==OP_BUY) MyOrderType=2;
if(OrderType()==OP_SELL) MyOrderType=1;

if you will just reverse the MyOrderType= (2 reversed to 1, 1 reversed to 2)
it might just work.
Reply With Quote