Interface BarInputEntity
Hierarchy
-
InputEntity
- BarInputEntity
Methods
-
Trade volume executed at bid price
Returns number
-
Close price of bar
Returns number
-
High price of bar
Returns number
-
Low price of bar
Returns number
-
Trade volume executed at offer price
Returns number
-
Open price of bar
Returns number
-
Volume profile of the bar. Available if the chart was requested with
withHistogram: true
Returns readonly VolumeProfileLevel[]
-
Timestamp
Returns Date
-
Input data value or Close price of the bar if
inputType === "bars"
Returns number
-
Total trade volume of bar
Returns number
Generated using TypeDoc
Specifies available fields and functions of input elements in
Calculator.map
andCalculator.filter
ifinputType === "bars"