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.
How do I backtest Multiple Crosses simultaneously?
How do I backtest strategies in MetaTrader that use multiple Currency Crosses at the same time?
The Strategy Tester only seems to see the data from the Selected Symbol.
I have some EAs that will not test in MT4. You can see the progress bar going through the test, but when it's done, there is no graph or report, and the results are all zeros.
Any idea why this would affect some EAs, but not others?
Any assistance would be appreciated.
I have some EAs that will not test in MT4. You can see the progress bar going through the test, but when it's done, there is no graph or report, and the results are all zeros.
Any idea why this would affect some EAs, but not others?
Any assistance would be appreciated.
Rob
The only reason I can think about is that there are no valid entry conditions for the EA to trade, your lot size is too big (try increasing the deposit on test or lowering the lot size). Another thing that you should check is if your stops are not too close.
Check the log files - if something is wrong, you'll find it there for sure.
Is there any way to pull the current time in the tester instead of the last server time? When I run my EA, TimeCurrent() returns the last server time from when I logged on. I need it, or something else, to pull the current backtest time so I can backtest my EA.
this is my first post here, but, as a reader, I'm quite an "addicted" of this forum, that I appreciate very much. It seems to be the place of the brightest mql developers, and I owe a lot of lessons to NewDigital, Igorad, Mladen and others, just to cite few.
The only little criticism is that sometimes things are a bit "cryptic", although this is mainly fault of my ignorance and not your mistake.
I am very interested in optimization topics, because I fear that most of the wonderful EA's around miss the objective just because there is nobody having the needed patience and pedantry to go through a full and somehow "scientific" development process (development comes AFTER invention).
Therefore I want just to ask (now) two things:
Does anybody know R. Pardo's "The evaluation and optimization of trading strategies" (2008) book? What do you think about these ideas, methods and results?
I think that the MT4-integrated tester is very powerful, but has some limitations for implementing the kind of strategies Pardo suggests. Just two issues. First: would it be possible "convincing" the tester to output backtesting results ordered by date of execution instead of number of order? (You know: it is different a system generating one trade per day, every day, than one generating a cluster of ten orders once, and then stay out of the market for two weeks before the next cluster... ). Second issue: is it possible to operate the backtester from some external script or even from a mql script? This could be e.g. interesting if you want to poerform genetical algorithm instead of grid optimization, or for step-forward analysis.
Nice to have comments! I apologize in advance if those questions were already discussed somewhere else, but with a so huge "mine of knowledge", sometimes finding information can be hard. Newdigital will help me surely with some link, eventually!
I wonder if it's possible to use Strategy Tester on an offline chart. I have a Renko chart (named GBPUSD,m2) and am toying with some trading strategies. Does anyone know of a way to test an EA on an offline chart with a non-standard timeframe?
I wonder if it's possible to use Strategy Tester on an offline chart. I have a Renko chart (named GBPUSD,m2) and am toying with some trading strategies. Does anyone know of a way to test an EA on an offline chart with a non-standard timeframe?
TIA
I don't think there is a way to do this in MT4, but I could be wrong.
The back tester doesn't really provide reliable results. I recommend the long, but exponentially more accurate forward test. This is the best way to achieve reliable results.
I don't think there is a way to do this in MT4, but I could be wrong.
The back tester doesn't really provide reliable results. I recommend the long, but exponentially more accurate forward test. This is the best way to achieve reliable results.
You are absolutely right - I'm not a big fan of backtesting either but sometimes have used Strategy Tester just to get "the lay of the land" as far as a new strategy idea.