I thought maybe it would be helpful for people to learn how to backtest better and to learn how to use the "Strategy Tester" in MT4.
Every time I use the strategy tester, this is what happens.
It doesn't matter if I do "every tick" or "control points," it runs the test, and then it doesn't give me any results.
Can anyone provide a quick step by step tutorial on using Strategy Tester or on backtesting for us idiots who are obviously doing something wrong? The trusty old search engine seems to be failing in telling me what I'm doing wrong.
Thanks!
Re: Backtesting - How-Tos & Strategy Tester
2there are a loo of things to consider when backtesting :rain wrote: Sat Sep 26, 2020 10:13 pm I thought maybe it would be helpful for people to learn how to backtest better and to learn how to use the "Strategy Tester" in MT4.
Every time I use the strategy tester, this is what happens. Screenshot_1.jpg
It doesn't matter if I do "every tick" or "control points," it runs the test, and then it doesn't give me any results.
Can anyone provide a quick step by step tutorial on using Strategy Tester or on backtesting for us idiots who are obviously doing something wrong? The trusty old search engine seems to be failing in telling me what I'm doing wrong.
Thanks!
-is the spread set in the settings greater than the spread filter set in the EA parameters?
-are time settings ok? (and is it trading during high spread periods)
-are you backtesting real tick data ? or default tick data? or even control points or open prices?
- is lot size too big for the account balance ?
please show us your logs
thanks
Jeff
Scalping the Century TimeFrame since 1999
Re: Backtesting - How-Tos & Strategy Tester
3Thanks Jeff,ionone wrote: Sun Sep 27, 2020 12:38 am there are a loo of things to consider when backtesting :
-is the spread set in the settings greater than the spread filter set in the EA parameters?
-are time settings ok? (and is it trading during high spread periods)
-are you backtesting real tick data ? or default tick data? or even control points or open prices?
- is lot size too big for the account balance ?
please show us your logs
thanks
Jeff
Okay, so I'm wanting to test this indicator to see if to these settings So 1 hour timeframe, and I want to use that as a third confirmation for my trades on a 5 or 15 minute chart. In other words, don't counter trend trade against these settings, would it improve my results as a trend confirmation if I am wanting to focus on trend trading. Here's my current settings. I have tried this using "control points" and "every tick" in the past. I usually try to keep it to only a month of data, and I'm using GBPUSD. I have $500 in the live trading account.
Here's my error log I'm not sure what they mean though or how to fix them.
Thanks for any help. It's much appreciated! I hate that the Strategy Tester has been something that I can't quite figure out how to use since I started trading, but I think it would really improve my trading if I could see if something is helpful or not!
Re: Backtesting - How-Tos & Strategy Tester
4never seen those errorsrain wrote: Sun Sep 27, 2020 10:04 am
Thanks Jeff,
Okay, so I'm wanting to test this indicator price cross ma histo (mtf + alerts).mq4 to see if to these settings
Screenshot_2.jpg
So 1 hour timeframe, and I want to use that as a third confirmation for my trades on a 5 or 15 minute chart. In other words, don't counter trend trade against these settings, would it improve my results as a trend confirmation if I am wanting to focus on trend trading.
Screenshot_4.jpg Here's my current settings. I have tried this using "control points" and "every tick" in the past. I usually try to keep it to only a month of data, and I'm using GBPUSD. I have $500 in the live trading account.
Here's my error log Screenshot_5.jpg
I'm not sure what they mean though or how to fix them.
Thanks for any help. It's much appreciated! I hate that the Strategy Tester has been something that I can't quite figure out how to use since I started trading, but I think it would really improve my trading if I could see if something is helpful or not!
but you are testing an indicator in the strategy tester? indicators don't open orders, it's not an EA/robot. So it's normal that no orders are opened.
you need to develop an EA to be able to trade the indicator
Scalping the Century TimeFrame since 1999
Re: Backtesting - How-Tos & Strategy Tester
5Okay, I'm an idiot! Haha. Everyone kept saying I can test the indicator.
Now I'm off to learn to turn a set of indicators into a strategy.
Now I'm off to learn to turn a set of indicators into a strategy.
Re: Backtesting - How-Tos & Strategy Tester
6you're not a idiot, you're a noob. everybody probably made the same mistake in their beginningsrain wrote: Mon Sep 28, 2020 1:55 am Okay, I'm an idiot! Haha. Everyone kept saying I can test the indicator.
Now I'm off to learn to turn a set of indicators into a strategy.
Scalping the Century TimeFrame since 1999
Re: Backtesting - How-Tos & Strategy Tester
7Hello I an using a EA strategy backtester and I keep getting this error can someone please help me, it seems there is an error with the indicator I am using.