Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I am looking for the tester to test MT4 EAs.
Do we have alternative of MT4 backtester?
Yes I know that good alternative is live (demo) testing.
Do we really need to test everything during the very long time?
Anyway I is testing on the historical data. It is not future. :confused:
In the beginning of the start() block of the code insert:
SetTrace();
For example:
int start()
{
int ticket, total,totalExpert;
SetTrace();
Then save the EA using MetaEditor (for example e.2.11.test).
Test it using everytick model (do not forget to choose "recalculate").
Click on Open chart button:
red small dots are sell orders, blue - buy; big dots are exit (green - in profit; crimson - loss).