results look similar, have to test for a few weeks on this one.. keep in mind, that there will be lots of winning trades, however the loosing trade usally allot bigger then winning trades, you lot size looks good for you balance.
I've made small change to the code too add fix for mini's trading with jpy pairs..
I think it has something to do with the large number in jpy pairs.. this addition simply looks for the jpy pairs, and makes and adjustment for proper analysis...
Code:
if ((Symbol()=="EURJPY") || // FIXED BY SKYLINE ON 11 Aug 2006
(Symbol()=="USDJPY") ||
(Symbol()=="CHFJPY") ||
(Symbol()=="AUDJPY") ||
(Symbol()=="CADJPY") ||
(Symbol()=="NZDJPY") ||
(Symbol()=="GBPJPY") ||
(Symbol()=="SGDJPY") ||
(Symbol()=="EURJPYm") ||
(Symbol()=="USDJPYm") ||
(Symbol()=="CHFJPYm") ||
(Symbol()=="AUDJPYm") ||
(Symbol()=="CADJPYm") ||
(Symbol()=="NZDJPYm") ||
(Symbol()=="GBPJPYm") ||
(Symbol()=="SGDJPYm"))
{
return((dv1-dv2)/100);
}
else
{
return(dv1-dv2);
}
}

Originally Posted by
bnbb2004
Please kp us posted on your progress as I don't think I'm getting the same results that you've previously posted on a ibfx mini - demo.