TIndexBuffer
A type that represents a buffer for storing indicator values. Index buffers are used to store and display series of values on the chart.
Description
The TIndexBuffer
type is an array-like object that stores numerical values for an indicator. Each value in the buffer corresponds to a bar on the chart. Buffers can be used to:
Store calculated indicator values
Display lines, histograms, or other visual elements on the chart
Perform calculations that require historical values
Example Usage
Last updated