SetBackOffsetForCalculation
Syntax
SetBackOffsetForCalculation(offset: number): voidParameters
Return Value
Description
Example
// Include 50 additional bars in calculations
this.api.SetBackOffsetForCalculation(50)
// For indicators that need a lot of historical data
this.api.SetBackOffsetForCalculation(200)Last updated