Quote:
Originally Posted by equity.wm Rick, I managed to get the backtest going by staying online but I can't have a fixed spread  . This make the backest very unreliable. I wonder how you did it, please advise.
Thank you. |
I don't know what you mean by
. Do you want a fixed
spread 
and the backtest is not giving you this or do you not want a fixed
spread 
and you are getting this in your testing?
Keep in mind that you should not be backtesting when the market is closed. The
spread 
you get in the backtest will be fixed (and high). You need an active market and being online to record a better
spread 
estimate.
The way I do backtests is:
1. Make sure the market is open otherwise you will get a fixed high
spread 
.
2. Put a chart on the screen the same as the EA needs. You don't have to attach the EA to the chart. This makes sure that you are receiving
tick 
data as the backtest runs.
3. Set the EA and time frame in the strategy tester.
4. Go to the properties, set the initial deposit/equity and load the same set file that you plan on using.
5. Set the start and end date. With FH, any more than about 3 months at the same base lot size is not important.
6. Press 'start'
If you get bad results or no results, check the journal. It will tell you what has gone wrong.
Rick