getCurrentBarIndex()
From eSignal EFS
getCurrentBarIndex()
getCurrentBarIndex()
Returns the index of the bar currently being computed.
Example:
nBarIndex = getCurrentBarIndex();
if (nBarIndex != 0) return;
From eSignal EFS
getCurrentBarIndex()
getCurrentBarIndex()
Returns the index of the bar currently being computed.
Example:
nBarIndex = getCurrentBarIndex();
if (nBarIndex != 0) return;