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