CreateIndexBuffer
Last updated
Last updated
Creates a new buffer for storing indicator values.
This method does not take any parameters.
Returns a object that can be used to store indicator values.
The CreateIndexBuffer
method creates a new buffer for storing indicator values. This buffer can then be assigned to a specific index using the SetIndexBuffer method. Each buffer represents a series of values that can be displayed on the chart.
See for more information about working with indicator buffers.