Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GridIndicator

Index

Constructors

constructor

Properties

allowNewIndicator

allowNewIndicator: boolean

Can we add new indicator calculated from outputData of this one?

colors

colors: string[]

Colors in which curve(s) will be drawed

drawFunction

drawFunction: BaseDrawFunction

Drawing function object

grid

grid: Grid

indicator

indicator: BaseIndicator

Indicator object

name

name: string

Name of indicator, will be displayed on chart

outputData

outputData: number[]

Calculated data to be displayed on chart

parameters

parameters: number[] | string[]

Parameters used for calculating indicator, if empty defaults will be taken from property indicator

parent

Parent from which this is drawn, only basic (OHLC, volume) indicators don't have parent set.

Methods

getMinMax

  • getMinMax(): object
  • Returns object

    • max: number
    • min: number

Generated using TypeDoc