try your test comment program on EURUSD then USDJPY chart and compare
try your test comment program on EURUSD then USDJPY chart and compare
I tried it on my broker's MT4 (build 180) and then I just tried it on MQ MT4 (build 181). My broker's MT4 is showing the issue, MQ's is not. I wonder if its the version difference and fixed or if the brokers are not handling the currency info correctly.
try your test comment program on EURUSD then USDJPY chart and compare
I tried it on my broker's MT4 (build 180) and then I just tried it on MQ MT4 (build 181). My broker's MT4 is showing the issue, MQ's is not. I wonder if its the version difference and fixed or if the brokers are not handling the currency info correctly.
I just restarted my broker's MT4 and it upgraded with this fixed. I consider this issue closed. Thank you. (nothing like rapid fixes :) .)

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
So, why are these settings being saved in a template:
symbol=GBPUSD
period=60
digits=4
?
None of these are applicable to a different chart. What is really troublesome is that 'digits' is being restored. This is obvious when using Digits or Point within a script applied to a currency with what is suppose to be different Point size or Digits.
Its easy to reproduce. Open a new chart that does not have JPY. Save a template. Open a JPY pair as a new chart (don't change the last chart pair), apply the saved template to it. Then run the following custom indicator (after compiling it):
You'll also notice the O/H/L/C in the upper left of the chart contain two extra decimal places.
The main reason for this topic is to report the restoring of digits from templates as being a bug. Especially, since the built-in variable, Point, is set to the wrong value (ans so is the built-in variable, Digits).