QStick
StockSharp.Algo.Indicators
QStick.
Inherits: LengthIndicator<IIndicatorValue, CircularBufferEx<IIndicatorValue>>
Constructors
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = qStick.Measure
IndicatorMeasures.
Methods
CalcIsFormed
protected override bool CalcIsFormed()
result = qStick.CalcIsFormed()
Calc IsFormed.
Returns: IsFormed
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = qStick.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset
public override void Reset()
qStick.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).