getSymbol() From eSignal EFS 2 previous page next page getSymbol() Top Previous 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(); } previous page start next page