Table of Contents

Class RainbowChartsValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

RainbowCharts indicator value.

public class RainbowChartsValue : ComplexIndicatorValue<RainbowCharts>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
RainbowChartsValue
Implements
Inherited Members
Extension Methods

Constructors

RainbowChartsValue(RainbowCharts, DateTimeOffset)

Initializes a new instance of the RainbowChartsValue.

public RainbowChartsValue(RainbowCharts indicator, DateTimeOffset time)

Parameters

indicator RainbowCharts

RainbowCharts

time DateTimeOffset

Time

Properties

Averages

Gets values of all moving averages.

public decimal[] Averages { get; }

Property Value

decimal[]