Thread: 10points 3.mq4
View Single Post
  #15 (permalink)  
Old 08-30-2006, 11:47 AM
G-Riper G-Riper is offline
Junior Member
 
Join Date: Mar 2006
Posts: 18
G-Riper is on a distinguished road
Try this, it may fix the problemnerd)

under this part of the code:

if (OrderType()==OP_BUY)

Should Read:

OrderModify(OrderTicket(),OrderOpenPrice(),Bid-Point*TrailingStop,OrderClosePrice()+TakeProfit*Po int+TrailingStop*Point,800,Yellow);
return(0);

I'm new at this and could be wrong, but it is working for me on interbankFX.
I also changed the date code.


MKH
Attached Files
File Type: mq4 10points 3.mq4 (9.4 KB, 2584 views)
Reply With Quote