Thread
:
Martingale Optimization
View Single Post
#
5
(
permalink
)
05-04-2007, 08:43 AM
dunhill
Member
Join Date: Apr 2007
Posts: 33
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.
dunhill
View Public Profile
Send a private message to dunhill
Find all posts by dunhill