I have for example a chart of 2014. I want to backtest the last candle of 2014 in 2014. It doesnt work with BarShift(extern datetime), because the pattern is in the Future(iClose(Symbol(),0,-100) while the backtest is running. I cant pay someone for something that he cant do.
Your Answer confirms my thoughts that it doesnt work because of MT4.
So move the tester forward

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
Hello,
i want to predict/backtest Patterns. The Pattern are the last 1-5 Candles in the Chart. I want to have this price data in my backtest, but i dont get these data with iBarShift(date), because i just can get the data of the past in the backtest which have been tested.
How i can get them automatically(except the Date) without typing in Open/Close etc?
best regards