Slow, but steady (sort of...) (에 의해 GridsForPips)

The user has deleted this strategy.

Slow, but steady (sort of...) 토론

Jun 26, 2010 at 21:28
909 개의 뷰
1 Replies
Jun 16, 2010 부터 멤버   게시물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 -
Jun 16, 2010 부터 멤버   게시물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!!

첨부 파일:

Always get cashback -
로그인 / 가입하기 to comment
You must be connected to Myfxbook in order to leave a comment
*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.