Access to Bar Arrays
Last updated
Last updated
This section provides functions to access historical bar data such as open, high, low, close, volume, and time. These functions are essential for building logic in custom indicators.
: Gets the volume value of the current bar.
: Retrieves volume value from a specific bar index.
: Retrieves the timestamp of a specific bar.
: Retrieves the open price of a specific bar.
: Finds the lowest value over a range of bars.
: Gets the low price of a specific bar.
: Finds the highest value over a range of bars.
: Gets the high price of a specific bar.
: Retrieves the close price of a specific bar.
: Finds the index of a bar by time.
: Returns the number of bars between two dates.
: Gets the close price of the current bar.
: Gets the high price of the current bar.
: Gets the low price of the current bar.
: Gets the open price of the current bar.
: Returns the total number of bars.
: Gets the time of the current bar.
Click on any function name to view its detailed documentation.