tantran201094 / Publications
Forum
Backtest visual mode, data loads is NOT consistent.
Hi all, I have a multi timeframe EA. I notice there is a prolem when it comes to load data in the visual mode compare to the real envonment. Scenario 1 (see picture 1): when I run the backtesting and choose the Daily as my main view and Weekly is loaded. Notice the same bar reading is different
Backtest Result showing Initial Deposit 0.0
I started with $10000. But then the backtest result came out the initial deposit $0.00 has anyone seen this ? Please see attachment
Is it possible to create custom D2, D3, D4 Timeframe ??
Hi, I am looking for a way to create custom timeframe like D2, D3, D4. is it even possible in MQL5
ChartTimePriceToXY() does not give the values correctly in NON-VISUAL mode tester
datetime timeLastTickProcessed = D'1971.01.01 00:00' ; int OnInit () { return ( INIT_SUCCEEDED ); } void OnTick () { if (isProcessThisIteration()){ int x1 = 0 ; int y1 = 0 ; int x2 = 0 ; int y2 = 0 ; datetime time1 = iTime ( _Symbol , PERIOD_H1 , 1 ); datetime time2 = iTime (
Strategy tester in MQL5 break down into 2 separate tests itself.
I am running strategy tester in mql5. In the middle of the test it restart itself including: close the exist positions, restart the balance as if it runs in 2 separate test. Anyone has any idea why ? I expect it to run the entire of the perio as per the log file, in the middle of the test it restart