Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Theme

Index

Properties

backgroundColor

backgroundColor: string = "#ffffff"

font

font: string = "Tahoma, sans-serif, verdana"

fontStyle

fontStyle: string = "normal"

gridColor

gridColor: string = "rgba(170, 170, 170, 0.5)"

resizeTriangleColor

resizeTriangleColor: string = "#666666"

textColor

textColor: string = "#000000"

textSize

textSize: number = 10

Object literals

indicators

indicators: object

adx

adx: Indicator = new Indicator(['#00cc00', '#ff0000', '#0000ff'])

aroon

aroon: Indicator = new Indicator(['#22ffff', '#ffaa00'])

average_true_range

average_true_range: Indicator = new Indicator(['#0000CC'])

bollinger_bands

bollinger_bands: Indicator = new Indicator(['#0000ff'])

comparison

comparison: Indicator = new Indicator(['#000000', '#ff0000', '#0000cc', '#00cc00'])

dc

dc: Indicator = new Indicator(['#2222cc', '#2222cc', '#666666'])

ema

ema: Indicator = new Indicator(['#226600'])

fast_stochastic

fast_stochastic: Indicator = new Indicator(['#0000cc', '#cc0000'])

macd

macd: Indicator = new Indicator(['#22ffff', '#2222ff'])

macd_histogram

macd_histogram: Indicator = new Indicator(['#990000', '#006600'])

mae

mae: Indicator = new Indicator(['#ff0000', '#0000ff', '#0000ff'])

momentum

momentum: Indicator = new Indicator(['#226600'])

ohlc

ohlc: Indicator = new Indicator(['#990000', '#666666', '#006600'], ['#000000', '#000000', '#000000', '#000000'])

parabolicSar

parabolicSar: Indicator = new Indicator(['#000000'])

rate

rate: Indicator = new Indicator(['#cc0000'])

rsi

rsi: Indicator = new Indicator(['#000000'])

slow_stochastic

slow_stochastic: Indicator = new Indicator(['#0000cc', '#cc0000'])

sma

sma: Indicator = new Indicator(['#cc0000'])

trix

trix: Indicator = new Indicator(['#000000'])

tsi

tsi: Indicator = new Indicator(['#000000'])

volume

volume: Indicator = new Indicator(['#990000', '#666666', '#006600'], ['#000000'])

williamsR

williamsR: Indicator = new Indicator(['#000000'])

Generated using TypeDoc