RangeActionVerificationIndex

StockSharp.Algo.Indicators

Range Action Verification Index.

Inherits: BaseIndicator

Constructors

RangeActionVerificationIndex
public RangeActionVerificationIndex()
rangeActionVerificationIndex = RangeActionVerificationIndex()

Initializes a new instance of the RangeActionVerificationIndex.

Properties

LongSma
public SimpleMovingAverage LongSma { get; }
value = rangeActionVerificationIndex.LongSma

Long moving average.

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

IndicatorMeasures.

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

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

ShortSma
public SimpleMovingAverage ShortSma { get; }
value = rangeActionVerificationIndex.ShortSma

Short moving average.

Methods

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

Calc IsFormed.

Returns: IsFormed

Load
public override void Load(SettingsStorage storage)
rangeActionVerificationIndex.Load(storage)

Load settings.

storage
Settings storage.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = rangeActionVerificationIndex.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.

Save
public override void Save(SettingsStorage storage)
rangeActionVerificationIndex.Save(storage)

Save settings.

storage
Settings storage.
ToString
public override string ToString()
result = rangeActionVerificationIndex.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.