Table of Contents

Class RainbowCharts

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

Rainbow Charts.

[Display(ResourceType = typeof(LocalizedStrings), Name = "RC", Description = "RainbowCharts")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class RainbowCharts : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
RainbowCharts
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

RainbowCharts()

Initializes a new instance of the RainbowCharts.

public RainbowCharts()

Properties

Lines

Number of SMA lines.

[Display(ResourceType = typeof(LocalizedStrings), Name = "SMA", Description = "SimpleMovingAverage", GroupName = "General")]
public int Lines { get; set; }

Property Value

int

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string