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();
}
Submit feedback about this site to: