Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BarInputEntity

Specifies available fields and functions of input elements in Calculator.map and Calculator.filter if inputType === "bars"

Hierarchy

Methods

  • bidVolume(): number
  • close(): number
  • high(): number
  • low(): number
  • offerVolume(): number
  • open(): number
  • profile(): readonly VolumeProfileLevel[]
  • Volume profile of the bar. Available if the chart was requested with withHistogram: true

    Returns readonly VolumeProfileLevel[]

  • timestamp(): Date
  • value(): number
  • volume(): number

Generated using TypeDoc