iTime() seems with bugs

 

Hello, I found the iTime() seems with bugs in tester, when PERIOD M5 H1...... . iTime return 0 value.

At the time, PERIOD M1 H4... work well. My version is 610.

void OnTick()
  {
//---
  Print(iTime(Symbol(),PERIOD_M5,0));
  }
 

Addiction Information: My Tester's Period is M1....

 

I have checked the data again. It seems to be caused by my empty M5 history data. So, that would be normal. Sorry about open this post...

 
abear:

I have checked the data again. It seems to be caused by my empty M5 history data. So, that would be normal. Sorry about open this post...

No need to be sorry, you found the answer yourself, it's the better way to learn
Reason: