getSymbol()
Previous Top Next
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();
}