Table of Contents

Class NickRypockTrailingReverse

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

NickRypockTrailingReverse (Nick Rypock Trailing reverse).

public class NickRypockTrailingReverse : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable, ILengthIndicator
Inheritance
NickRypockTrailingReverse
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

NickRypockTrailingReverse()

Initializes a new instance of the NickRypockTrailingReverse.

public NickRypockTrailingReverse()

Properties

Multiple

Multiplication factor.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MultiplicationFactor", Description = "MultiplicationFactorDesc", GroupName = "General")]
public decimal Multiple { get; set; }

Property Value

decimal

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.

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).

public override void Reset()

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.