RainbowCharts

StockSharp.Algo.Indicators

Rainbow Charts.

Inherits: BaseComplexIndicator<IRainbowChartsValue>

Constructors

RainbowCharts
public RainbowCharts()
rainbowCharts = RainbowCharts()

Initializes a new instance of the RainbowCharts.

Properties

Lines
public int Lines { get; set; }
value = rainbowCharts.Lines
rainbowCharts.Lines = value

Number of SMA lines.

Methods

CreateValue
protected override IRainbowChartsValue CreateValue(DateTime time)
result = rainbowCharts.CreateValue(time)

Create .

time
Time
Load
public override void Load(SettingsStorage storage)
rainbowCharts.Load(storage)

Load settings.

storage
Settings storage.
Save
public override void Save(SettingsStorage storage)
rainbowCharts.Save(storage)

Save settings.

storage
Settings storage.
ToString
public override string ToString()
result = rainbowCharts.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.