getInterval()

eSignal EFS 2

getInterval()

Top  Previous  Next

 

getInterval()

 

Returns the bar interval of the symbol currently being charted.

 

Parameters

 

none

function takes no parameters

 

Usage

 

function main() {

var nInterval;

 

       ...

       ...

       //get the bar interval of the current symbol

       nInterval = getInterval();

 

}