You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
You are funny I just wanted to get answer, whether the backtester includes the price for an opening a position and all this stuff or should I include it myself. Many brookers have different prices (2 or 3 pips etc), so my concern was whether I should it include into the file by hand or whether every broker sets these parameter implicitely into the MT... Thanks in advance
You are funny I just wanted to get answer, whether the backtester includes the price for an opening a position and all this stuff or should I include it myself. Many brookers have different prices (2 or 3 pips etc), so my concern was whether I should it include into the file by hand or whether every broker sets these parameter implicitely into the MT... Thanks in advance
Yes, it's already includes the spreads, as long the code is correct (for open trade : BUY using Ask and SELL using Bid, and closing the trade use oppsite - if not base TP and SL)
Also include the Swap (overnight) fee, calculated on the profit.
If that what you asked
Yes, it's already includes the spreads, as long the code is correct (for open trade : BUY using Ask and SELL using Bid, and closing the trade use oppsite - if not base TP and SL)
Also include the Swap (overnight) fee, calculated on the profit.
If that what you askedYes, that's the answer I was asking for! Thank you very much
Yes, that's the answer I was asking for! Thank you very much
You're welcome hanss, glad you got your answer already
thanks GOEN,
will do.....
EA Backtesting Quality
I tried searching the forums for a while and realised that most of the threads are outdated.
I have a simple question. How long should an EA be backtested (with the standard MT4 History Center M1 data, with modeling quality of 90%) ?
My ea screws up (BIG Time) in 2004, but does well from 2005 till now. I'm like WHAT?!?!?!?
Thanks a lot in advance.
Cheers.
P.S: I am definitely going to forward test the ea for like a month or so before putting it on a live account.
I got error...
I tried backtesting an EA, but I saw a message in the Strategy Tester Report like this:
Mismatched charts errors 3544
and I checked the Journal Tab in my meta, there is several messages like this:
2008.09.13 08:20:05 TestGenerator: unmatched data error (low value 1.7570 at 2008.09.05 12:00 is not reached from the least timeframe, low price 1.7572 mismatches)
what should I do to fix it??
can some one here show me the way with step-by-step instruction please...
thanks
I tried backtesting an EA, but I saw a message in the Strategy Tester Report like this:
Mismatched charts errors 3544
and I checked the Journal Tab in my meta, there is several messages like this:
2008.09.13 08:20:05 TestGenerator: unmatched data error (low value 1.7570 at 2008.09.05 12:00 is not reached from the least timeframe, low price 1.7572 mismatches)
what should I do to fix it??
can some one here show me the way with step-by-step instruction please...
thanksThe problem isn't the EA but the MT4 datas.
FerruFx
The problem isn't the EA but the MT4 datas. FerruFx
Ok, how I can fix it??
I already downloaded the history data from meta menu TOOLS - HISTORY CENTER (F2)
but, I still got error
can you help me with step-by-step instruction so I can get valid history datas
thanks