Slow, but steady (sort of...) (de GridsForPips)

The user has deleted this strategy.

Discussion Slow, but steady (sort of...)

Jun 26, 2010 at 21:28
Vues 896
1 Replies
Membre depuis Jun 16, 2010   posts 205
Jun 26, 2010 at 22:45
Doesn't the site state that it takes about 60 secs. to analyze a test? Or is approx 1 million tickets just a little too many to manage for their servers? 😇
Always get cashback -
Membre depuis Jun 16, 2010   posts 205
Jun 26, 2010 at 23:15
Screendump taken at the end of the test:

<a href='' target='_blank'><img src=''/></a>

Notice especially the 'Lowest Equity%'-value, which is programmed like this:

   if(AccountBalance()>HighBalance) HighBalance=AccountBalance();
   if(AccountEquity()/HighBalance*100<LowEquityPercent) LowEquityPercent = AccountEquity()/HighBalance*100;

plus:

   Comment('Lowest Equity% is '+ DoubleToStr(LowEquityPercent,2));

explained: it reveals the largest achieved DD against AccountBalance, which I think reveals more than a detailed report from the Metatrader Terminal, in this EA's case it would look something like this: (detailed report from my live cent-account)

<a href='https://www.myfxbook.com/files/GridsForPips/DetailedStatement_xJ.htm' target='_blank'>DetailedStatement_xJ.htm</a>

Lots of small trades, I know, but the point is, ZERO DD!!

Fichiers joints:

Always get cashback -
Se connecter / S’inscrire to comment
You must be connected to Myfxbook in order to leave a comment
*Lutilisation commerciale et le spam ne seront pas tolérés et peuvent entraîner la fermeture du compte.
Conseil : Poster une image/une url YouTube sera automatiquement intégrée dans votre message!
Conseil : Tapez le signe @ pour compléter automatiquement un nom dutilisateur participant à cette discussion.