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
I experience a very strange situation when I call TimeGMT(), it does not get executed on every tick although I have placed it in OnTick() event.
For example,
I placed the following code, it may have iterated hundreds of ticks times, and it will only sparingly print out the print statement containing TimeGMT() function. I could put the TimeGMT() into an if statement, etc. and it will not execute every tick. Does anyone know why?