Represents an interface for an integer-based candle.
More...
|
| int | Open [get, set] |
| | Open price of the candle.
|
| |
| int | High [get, set] |
| | High price of the candle.
|
| |
| int | Low [get, set] |
| | Low price of the candle.
|
| |
| int | Close [get, set] |
| | Close price of the candle.
|
| |
| decimal | Ask [get, set] |
| | Ask price of the candle.
|
| |
| decimal | Bid [get, set] |
| | Bid price of the candle.
|
| |
| decimal | Betweens [get, set] |
| | Volume between bids and asks.
|
| |
| decimal | Delta [get] |
| | Delta value of the candle.
|
| |
| int | Ticks [get, set] |
| | Ticks count of the candle.
|
| |
| DateTime | BeginTime [get, set] |
| | Starting time of the candle.
|
| |
| DateTime | LastTime [get, set] |
| | Last time of the candle.
|
| |
| decimal | Volume [get] |
| | Volume of the candle.
|
| |
| decimal | OI [get, set] |
| | Open interest of the candle.
|
| |
| decimal | MaxOI [get, set] |
| | Maximum open interest value of the candle.
|
| |
| decimal | MinOI [get, set] |
| | Minimum open interest value of the candle.
|
| |
| decimal | MaxDelta [get, set] |
| | Maximum delta value of the candle.
|
| |
| decimal | MinDelta [get, set] |
| | Minimum delta value of the candle.
|
| |
| decimal | VWAP [get] |
| | Volume-weighted average price of the candle.
|
| |
Represents an interface for an integer-based candle.
◆ Ask
| decimal ATAS.Indicators.IIntCandle.Ask |
|
getset |
◆ BeginTime
| DateTime ATAS.Indicators.IIntCandle.BeginTime |
|
getset |
Starting time of the candle.
◆ Betweens
| decimal ATAS.Indicators.IIntCandle.Betweens |
|
getset |
Volume between bids and asks.
◆ Bid
| decimal ATAS.Indicators.IIntCandle.Bid |
|
getset |
◆ Close
| int ATAS.Indicators.IIntCandle.Close |
|
getset |
Close price of the candle.
◆ Delta
| decimal ATAS.Indicators.IIntCandle.Delta |
|
get |
Delta value of the candle.
◆ High
| int ATAS.Indicators.IIntCandle.High |
|
getset |
High price of the candle.
◆ LastTime
| DateTime ATAS.Indicators.IIntCandle.LastTime |
|
getset |
◆ Low
| int ATAS.Indicators.IIntCandle.Low |
|
getset |
◆ MaxDelta
| decimal ATAS.Indicators.IIntCandle.MaxDelta |
|
getset |
Maximum delta value of the candle.
◆ MaxOI
| decimal ATAS.Indicators.IIntCandle.MaxOI |
|
getset |
Maximum open interest value of the candle.
◆ MinDelta
| decimal ATAS.Indicators.IIntCandle.MinDelta |
|
getset |
Minimum delta value of the candle.
◆ MinOI
| decimal ATAS.Indicators.IIntCandle.MinOI |
|
getset |
Minimum open interest value of the candle.
◆ OI
| decimal ATAS.Indicators.IIntCandle.OI |
|
getset |
Open interest of the candle.
◆ Open
| int ATAS.Indicators.IIntCandle.Open |
|
getset |
Open price of the candle.
◆ Ticks
| int ATAS.Indicators.IIntCandle.Ticks |
|
getset |
Ticks count of the candle.
◆ Volume
| decimal ATAS.Indicators.IIntCandle.Volume |
|
get |
◆ VWAP
| decimal ATAS.Indicators.IIntCandle.VWAP |
|
get |
Volume-weighted average price of the candle.
The documentation for this interface was generated from the following file: