What makes some EA's backtest slower?

Jul 01, 2016 at 01:55
509 zobrazení
4 Replies
Členem od Oct 23, 2012   349 příspěvků
Jul 01, 2016 at 01:55
I know calling external indicators will slow it down, but what if the EA is not calling on external indicators what are the other causes?
if you follow the flock like sheep you always end up stepping in shit!
forex_trader_25447
Členem od Dec 21, 2010   131 příspěvků
Jul 01, 2016 at 11:29
Try to comment some part of the program,
and find where is the most slow code.
Členem od Dec 01, 2013   2 příspěvků
Jul 01, 2016 at 19:32
Во-первых, количество расчетов, которые совершает EA.
Во-вторых, замедление работы EA может быть связано с самим терминалом. В окне 'Обзор рынка' нужно оставлять только те символы, на которых торгуешь, а остальные убирать
Členem od Dec 01, 2013   2 příspěvků
Jul 01, 2016 at 19:54
StoneHeart posted:
Try to comment some part of the program,
and find where is the most slow code.
Если есть код, то время работы лучше посмотреть в MetaEditor - Отладка - Начать профилирование.
Členem od Nov 12, 2010   174 příspěvků
Aug 22, 2016 at 05:09
The more functions that are called outside the EA, the more time the EA will take to test. More internal variables in place of calling the same function such as getting the OrderOpenPrice() or another value multiple times will greatly speed up the EA.
See my profile or message me for my latest EA
You must be connected to Myfxbook in order to leave a comment
*Komerční použití a spam nebudou tolerovány a mohou vést ke zrušení účtu.
Tip: Zveřejněním adresy URL obrázku /služby YouTube se automaticky vloží do vašeho příspěvku!
Tip: Zadejte znak @, abyste automaticky vyplnili jméno uživatele, který se účastní této diskuse.