ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.ISupportedPriceInfo Interface Reference

Represents an interface for supporting price information. More...

Inheritance diagram for ATAS.Indicators.ISupportedPriceInfo:
[legend]

Public Member Functions

IEnumerable< PriceVolumeInfoGetAllPriceLevels ()
 Gets all available price levels with associated volume information.
 
IEnumerable< PriceVolumeInfoGetAllPriceLevels (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.
 

Detailed Description

Represents an interface for supporting price information.

Member Function Documentation

◆ GetAllPriceLevels() [1/2]

IEnumerable< PriceVolumeInfo > ATAS.Indicators.ISupportedPriceInfo.GetAllPriceLevels ( )

Gets all available price levels with associated volume information.

Returns
An enumerable collection of PriceVolumeInfo objects representing all price levels.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ GetAllPriceLevels() [2/2]

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.

Parameters
cacheItemA PriceVolumeInfo object to caching.
Returns
An enumerable collection of PriceVolumeInfo objects representing all price levels.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ GetPriceVolumeInfo()

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.GetPriceVolumeInfo ( decimal  price)

Gets the PriceVolumeInfo object associated with the specified price.

Parameters
priceThe price for which the PriceVolumeInfo object is to be retrieved.
Returns
The PriceVolumeInfo object representing the specified price.

Implemented in ATAS.Indicators.IndicatorCandle.

Property Documentation

◆ MaxAskPriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxAskPriceInfo
get

Gets the PriceVolumeInfo object with the maximum ask price.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxBidPriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxBidPriceInfo
get

Gets the PriceVolumeInfo object with the maximum bid price.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxNegativeDeltaPriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxNegativeDeltaPriceInfo
get

Gets the PriceVolumeInfo object with the maximum negative delta.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxPositiveDeltaPriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxPositiveDeltaPriceInfo
get

Gets the PriceVolumeInfo object with the maximum positive delta.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxTickPriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxTickPriceInfo
get

Gets the PriceVolumeInfo object with the maximum tick count.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxTimePriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxTimePriceInfo
get

Gets the PriceVolumeInfo object with the maximum time.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ MaxVolumePriceInfo

PriceVolumeInfo ATAS.Indicators.ISupportedPriceInfo.MaxVolumePriceInfo
get

Gets the PriceVolumeInfo object with the maximum volume.

Implemented in ATAS.Indicators.IndicatorCandle.

◆ ValueArea

ValueArea ATAS.Indicators.ISupportedPriceInfo.ValueArea
get

Gets the ValueArea object which represents value are of candle.

Implemented in ATAS.Indicators.IndicatorCandle.


The documentation for this interface was generated from the following file: