ATAS
|
Represents an interface for supporting price information. More...
Public Member Functions | |
IEnumerable< PriceVolumeInfo > | GetAllPriceLevels () |
Gets all available price levels with associated volume information. | |
IEnumerable< PriceVolumeInfo > | GetAllPriceLevels (PriceVolumeInfo cacheItem) |
Gets all available price levels with associated volume information and caches the data of the last element in the specified cacheItem. | |
PriceVolumeInfo | GetPriceVolumeInfo (decimal price) |
Gets the PriceVolumeInfo object associated with the specified price. | |
Properties | |
PriceVolumeInfo | MaxVolumePriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum volume. | |
PriceVolumeInfo | MaxTickPriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum tick count. | |
PriceVolumeInfo | MaxAskPriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum ask price. | |
PriceVolumeInfo | MaxBidPriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum bid price. | |
PriceVolumeInfo | MaxTimePriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum time. | |
PriceVolumeInfo | MaxPositiveDeltaPriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum positive delta. | |
PriceVolumeInfo | MaxNegativeDeltaPriceInfo [get] |
Gets the PriceVolumeInfo object with the maximum negative delta. | |
ValueArea | ValueArea [get] |
Gets the ValueArea object which represents value are of candle. | |
Represents an interface for supporting price information.
IEnumerable< PriceVolumeInfo > ATAS.Indicators.ISupportedPriceInfo.GetAllPriceLevels | ( | ) |
Gets all available price levels with associated volume information.
Implemented in ATAS.Indicators.IndicatorCandle.
IEnumerable< PriceVolumeInfo > ATAS.Indicators.ISupportedPriceInfo.GetAllPriceLevels | ( | PriceVolumeInfo | cacheItem | ) |
Gets all available price levels with associated volume information and caches the data of the last element in the specified cacheItem.
cacheItem | A PriceVolumeInfo object to caching. |
Implemented in ATAS.Indicators.IndicatorCandle.
PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.GetPriceVolumeInfo | ( | decimal | price | ) |
Gets the PriceVolumeInfo object associated with the specified price.
price | The price for which the PriceVolumeInfo object is to be retrieved. |
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum ask price.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum bid price.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum negative delta.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum positive delta.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum tick count.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum time.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the PriceVolumeInfo object with the maximum volume.
Implemented in ATAS.Indicators.IndicatorCandle.
|
get |
Gets the ValueArea object which represents value are of candle.
Implemented in ATAS.Indicators.IndicatorCandle.