Table of Contents

Class LunarPhase

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

Lunar Phase indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "LP", Description = "LunarPhase")]
public class LunarPhase : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
LunarPhase
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

LunarPhase()

public LunarPhase()

Properties

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.