getSymbol()
Returns the symbol name of the symbol currently being charted.
Parameters
none
function takes no parameters
Usage
function main() {
var sSymbol;
...
//get the symbol name of the symbol currently being charted
sSymbol = getSymbol();
}
Submit feedback about this site to: