getCurrentBarCount() |
Top Previous Next |
getCurrentBarCount()
New in EFS2. Returns the current bar count calculated as ( 1+ getCurrentBarIndex() - getOldestBarIndex() ).
Parameters
Usage
function main() { var myVar; ... ...
myVar = getCurrentBarCount();
}
|