iStochastic confusion

 

Hello, everyone!

I have a simple question. I have this simple Alert.

void OnTick()

  {

   Alert(iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_MAIN,0));

  }

When I run a test on Journal I don't have result on every tick, in fact there are missing most of them:

2017.11.10 12:00:57.903 2017.11.09 23:45:12  Stoh EURUSD.m,H1: Alert: 59.33250927070567

2017.11.10 12:00:57.903 2017.11.09 23:45:09  Stoh EURUSD.m,H1: Alert: 59.45611866502045

2017.11.10 12:00:57.676 2017.11.09 04:38:23  Stoh EURUSD.m,H1: Alert: 46.701846965701

2017.11.10 12:00:57.676 2017.11.09 04:38:22  Stoh EURUSD.m,H1: Alert: 46.4379947229552

Can anyone help me and tell me why? Thanks a lot!

PS. When I use iStochastic condition for an entry, I miss a lot of trades. Again all of this it happens only in Strategy Tester.

 
Monika_: When I run a test on Journal I don't have result on every tick, in fact there are missing most of them:
You do "have result on every tick." It is the GUI "that is missing most of them." Right click -> open and then open the latest file.
 
Thanks a lot!
Reason: