getSymbol()

eSignal EFS 2

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();

 

}