Why don't you use TimeCurrent() (From the reference of the editor: mouse above the function + F1):
During testing in the Strategy Tester, TimeCurrent() is simulated according to historical data.
Beside that instead of IntegerToString() you can write as well : (string)TimeHour(..)
Hi Carl,
TimeCurrent is the Current time isn't it? I want the time the tick occurred so I can use the backtesting.
Steve
scarr:
Hi Carl,
TimeCurrent is the Current time isn't it? I want the time the tick occurred so I can use the backtesting.
Steve
If you only bother to follow the link Carl has published...
Hi Ex Ovo,
I did but misread it :-( Thanks :-)
Steve
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
Hi all,
I am trying to back test my EA but when I try to get the time of the tick it keeps returning the actual current time
I have tried but Time[] and iTime[]
Any help anyone?
Steve