NickRypockTrailingReverse

StockSharp.Algo.Indicators

NickRypockTrailingReverse (Nick Rypock Trailing reverse).

Inherits: DecimalLengthIndicator

Constructors

NickRypockTrailingReverse
public NickRypockTrailingReverse()
nickRypockTrailingReverse = NickRypockTrailingReverse()

Initializes a new instance of the NickRypockTrailingReverse.

Properties

Multiple
public decimal Multiple { get; set; }
value = nickRypockTrailingReverse.Multiple
nickRypockTrailingReverse.Multiple = value

Multiplication factor.

Methods

Load
public override void Load(SettingsStorage storage)
nickRypockTrailingReverse.Load(storage)

Load settings.

storage
Settings storage.
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = nickRypockTrailingReverse.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset
public override void Reset()
nickRypockTrailingReverse.Reset()

To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).

Save
public override void Save(SettingsStorage storage)
nickRypockTrailingReverse.Save(storage)

Save settings.

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

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

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