0 Mb of tick data

 

Hi everyone!


I can't figure why I have no ticks in my strategy tester


For example, if my EA is:

int OnInit()

  {

   return(INIT_SUCCEEDED);

  }

void OnDeinit(const int reason)

  {

  }

void OnTick()

  {

  Print("HelloTick");

  }


And then I start the strategy tester with it (keeping all settings by default, just changing date to Last Month), nothing is printed. In the log I can read:
"Tester 4386 Mb memory used including 0.94 Mb of history data, 0 Mb of tick data"

Any advice?
Thanks!

Discover new MetaTrader 5 opportunities with MQL5 community and services
Discover new MetaTrader 5 opportunities with MQL5 community and services
  • www.mql5.com
Ask questions on technical analysis, discuss trading systems and improve your MQL5 programming skills to develop your own trading strategies. Communicate and share your experience with traders from anywhere in the world, answer questions and help beginners — MQL5.community is developing along with you. mql5.com support? Does anyone know if...
 
Ok it appears that Last month doesn't have any ticks!