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
- Inheritance
-
NickRypockTrailingReverse
- Implements
-
IPersistableICloneable<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
Methods
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe 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
SettingsStorageSettings storage.