My MT4 has stopped working for no apparent reason.
I notice that the vast majority of the symbols now have the suffix '.r'
Something has gone wrong but I can not imagine what.
-
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. We can't see your broken code.
-
Broker's use a variety of naming patterns: EURUSD, EURUSDc, EURUSDct, EURUSDecn, EURUSDi, EURUSDm, EURUSDme, EURUSDpro, EURUSDt, "EUR.USD", "EUR/USD", "EURUSD!", "EURUSD#", "EURUSD.", "EURUSD..", "EURUSD.c", "EURUSD.cfx", "EURUSD.G", "EURUSD.i", "EURUSD.r", "EURUSD.SBe", "EURUSD.stp", "EURUSD+", "EURUSD-5", "EURUSD-m", "EURUSD-sb", etc., Financial symbols with '-', '=', '_' and '+'
If the pattern your broker uses doesn't match the pattern of your signal provider's broker, you can't copy the signal.
If the naming pattern of your charts isn't exactly "BasQuo" then your code can fail. Don't hard code things; just use the predefined _Symbol, or add the adornments to predefined _Symbol via Input Variables

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
My MT4 has stopped working for no apparent reason.
I notice that the vast majority of the symbols now have the suffix '.r'
Something has gone wrong but I can not imagine what.
Can anyone help me?