SetIndexLabel
Sets a label for a buffer.
Syntax
Parameters
bufferIndex
- A number representing the index of the buffer.bufferName
- A string containing the label for the buffer.
Return Value
This method does not return a value.
Description
The SetIndexLabel
method sets a descriptive label for a buffer. This label is displayed in the indicator's legend and in tooltips when hovering over the indicator on the chart.
Example
Last updated