BarStatus

From MultiCharts
Revision as of 11:52, 19 January 2012 by 194.84.116.138 (talk) (→‎Usage)
Jump to navigation Jump to search

Returns a numerical value, indicating the status of the most recent tick in the current bar of the specified data series. A value of 0 indicates that the tick is the opening tick of the bar, 1 indicates that the tick is within the bar, and 2 indicates that the tick is the closing tick of the bar.

Usage

BarStatus(DataNum)

Where: DataNum - a numerical expression specifying the data number of the series

If DataNum is not specified, a value for the current data series will be returned.

Example

BarStatus(1)will return a value of 2 if the current tick in the data series 

with the data number 1 is the closing tick of a bar