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!
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, 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:
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.