Does this create a series?
If not, what's the reason it doesn't and is there a way to make it create a series?
THANKING YOU IN ADVANCE.
PHP Code:
if(bInit==false){
if(Symbol == null || Symbol == undefined ) Symbol = getSymbol();
xAvgr1c1 = eval( iParm01 );
xAvgr1c2 = eval( iParm02 );
bInit=true; }
THANKING YOU IN ADVANCE.
Comment