Hi,
I believe this should work but it doesn't:
This code works but I need the sym() feature:
Thanks in advance.
Wayne
I believe this should work but it doesn't:
PHP Code:
var vSymbol = "IBM,3";
var sPriceSource = "Close";
var nLength = 20;
var aSource = getValue(sPriceSource, 0, -nLength, sym(vSymbol));
PHP Code:
var sPriceSource = "Close";
var nLength = 20;
var aSource = getValue(sPriceSource, 0, -nLength);
Wayne
Comment