[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 161

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
Here is the code for the script:
When running the script, a message is displayed in the Expert Log:
I.e. the value of k starts from 9572, and it should be the first value t*4/2 = 2*4/2 = 4. What is the snag?
Here is the code for the script:
When running the script, a message is displayed in the Expert Log:
I.e. the value of k starts from 9572, and it should be the first value t*4/2 = 2*4/2 = 4. What is the snag?
Look in the logs
Look at the logs
I purposely deleted all the logs. Then I ran the script again and this is what I saw in the logs after that:
No errors other than the system asking me to update the terminal, but I don't need that for a test terminal as I have standing scripts not working on later versions of MT4.
How may this logs help?
By the way. I noticed that the initial value of variable k outputted by Print operator always starts from different values (+- couple of hundred).
I purposely deleted all the logs. Then I ran the script again and this is what I saw in the logs after that:
No errors other than the system asking me to update the terminal, but I don't need that for a test terminal as I have standing scripts not working on later versions of MT4.
How may this logs help?
By the way. I noticed that the initial value of variable k outputted by Print operator always starts from different values (+- couple of hundred).
Thank you, I got it! The whole reason is the operator's slowness... it only outputs part of the data.
Slow... yes, but it gets everything out!
Slow... yes, but it gets everything out!
It doesn't work for me if I have a lot to output... almost 10k lines.