IndicatorBuffers
Syntax
IndicatorBuffers(bufferCount: number): voidParameters
Return Value
Description
Example
// For a simple indicator with one line
this.api.IndicatorBuffers(1)
// For Bollinger Bands (middle, upper, lower)
this.api.IndicatorBuffers(3)
// For MACD (MACD line, signal line, histogram)
this.api.IndicatorBuffers(3)Last updated