Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi, my EA check current symbol ( for example eurusd) , and if the letters 1-3 or 3-6 contain "usd" , return 1 else return 2 . can any one help me ?
int func() if (StringFind(Symbol())="USD") return(1) else return(2)