Syntax
Public Function VisibleBarsCount (chartIndex As Integer) As Long
Description
This Function is used to return the count of the visible bars on the specific chart.
Parameters
Key | Description |
Chart_index | The chart position on the chart windows.0 means the current chart, the value of type Integer |
Return value
Returns the total number of visible bars on the chart.
Sample
Public Sub main() AlertMessage VisibleBarsCount (0) End Sub
See Also