Syntax
Public Function GetPanelPriceMin (chartIndex As Integer, Panel As Long) As Double
Description
This function is used to return the minimum value of the vertical scale of the specified sub-window of thegiven chartindex.
Parameters
Key | Description |
chartIndex | The chart position on the chart windows. 0 mean current chart, a value of type Integer. |
Panel | Index of sub window. 0 means the main chart window, a value of type Long. |
Return value
Returns the minimum value of the vertical scale of the specified sub window of thegiven chart, if chart not opened return -1, if sub window not opened return 0.
Sample
Public Sub main() AlertMessage GetPanelPriceMin (0, 0) End Sub
See Also