What is the function that can force a new current symbol ? I want to cycle 
through industrys using a parameter in an indicator and as each new indicator 
is drawn, I want the current symbol to be a composite of that industry group, 
which I have previously created with a unique name ?

I just need to force "CompName" to be the current Symbol.
...
IIDnum = ListNum; // selected by param above
IIDname = ListName; // selected by param above
CompName     = "~i" + IIDnum + "-" + StrLeft( IIDname, 16 );
...

Reply via email to