ATAS.Indicators
|
To get candles according to the serial number, call the GetCandle (int bar) function, which will returns ATAS.Indicators.IndicatorCandle.
Each ATAS.Indicators.IndicatorCandle has properties that allow receiving the price levels that correspond to the level of the maximum volume, maximum bids, asks etc.: MaxVolumePriceInfo, MaxTimePriceInfo, MaxTickPriceInfo, MaxPositiveDeltaPriceInfo, MaxNegativeDeltaPriceInfo, MaxBidPriceInfo, MaxAskPriceInfo In addition, it is possible to obtain data on the volumes of a particular price level via the GetPriceVolumeInfo (decimal price) function:
Information on the price level volume is presented in the form of ATAS.Indicators.PriceVolumeInfo.