Very Useful.
Thnak you.
Instead of strict comparison:
if (StringSubstr(symb, 0, 6) != StringSubstr(Symbol(), 0, 6)) continue;
it would be better to check substrings because many signals use non-standard instruments with prefixes and suffixes. I'm using (in other script):
if(StringFind(symb, Symbol()) != -1 || StringFind(Symbol(), symb) != -1) // then proceed

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
SignalViewer:
Author: icebob