
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
If OP can't open more than one/two charts, and my 7 year old laptop can open 30, there's a problem. Instead of OP kludging he needs to find the real problem.
You put the variable name in quotes. So the code will treat the variable as a string instead of a variable that holds a string value. Your code will look for a symbol named "Button_Symbol_01". The correct way to change the symbol is with either of the two lines of code below.
The line of code below is all that is needed to change a symbol of the current chart. Just change the second parameter to a string value of which pair you want to switch to.