DislikedHello. I am planning to use CMC Markets MT4 (demo for now), but the symbols are displayed with a '.E' on the charts. For example, EURSD is displayed as EURUSD.£, and is causing my indis/experts/scripts that utilise 'Symbol()' not to work or work correctly. How can I modify the indis/experts/scripts concerned to recognise/or convert for example EURUSD.£ as EIRUSD so as to get the correct symbol market info like spreads, swaps etc? Thank you.Ignored
you need to add the suffix ".£"
... so you will put in the code... like this: Symbol()+".£"
best ... declare like this:
extern string Suffix=".£";
use.... Symbol()+Suffix;
God bless you danjuma and God bless everyone!
The only impartial feeling is love. It is also the only feeling of God.
2