DeMarker

StockSharp.Algo.Indicators

DeMarker.

Inherits: DecimalLengthIndicator

Constructors

DeMarker
public DeMarker()
deMarker = DeMarker()

Initializes a new instance of the DeMarker.

Properties

Measure
public override IndicatorMeasures Measure { get; }
value = deMarker.Measure

IndicatorMeasures.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = deMarker.NumValuesToInitialize

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

Methods

CalcIsFormed
protected override bool CalcIsFormed()
result = deMarker.CalcIsFormed()

Calc IsFormed.

Returns: IsFormed

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = deMarker.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.

Reset
public override void Reset()
deMarker.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).