
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'm going to sprinkle in some more.
On startup the terminal swears the specified symbol is not selected. I transferred it to another MT5 via cloud - it works, and with commented strings using tickers.
I'd try to find the reason, but I don't know where to start searching for such a stray error. May be, why don't you re-install the terminal at once?
Add used symbols to Market Watch window during indicator initialization.
SymbolSelect()
Add used symbols to the Market Watch window when initialising an indicator.
SymbolSelect()
Thanks for the tip. It didn't work and would hardly work as all symbol references in the code are commented out.
Any other ideas? I'll try to run an empty indy now
I commented out everything I could, but the specified symbol is not selected
I commented out everything I could, but the specified symbol is not selected
I have no such error in either the first or the second version. ))
I told you that via the cloud to another terminal and I don't have one. Is moving the terminal the only option? I just want to solve the issue as simply as possible, I don't care about the reason
TimeGMTOffset() on MQ server returns wrong value.
Quotes are at +2 offset from GMT,
and TimeGMTOffset() returns +3 from GMT.
TimeGMTOffset() on MQ server returns wrong value.
Quotes are at +2 offset from GMT,
and TimeGMTOffset() returns +3 from GMT.
Good afternoon!
It would be good to make it possible to suspend the output of print commands in the experts tab. From running indicator, for example
Thank you!
I made this possible through TRACE() macros - inside the macro, the display flag is checked, and depending on how it is set - the output is either to Print or to a file, or to both, or nothing is output at all.