ComplexIndicatorModes
StockSharp.Algo.Indicators
Embedded indicators processing modes.
Fields
Parallel
public const ComplexIndicatorModes Parallel
value = ComplexIndicatorModes.Parallel
In parallel. Results of indicators execution for not depend on each other.
Sequence
public const ComplexIndicatorModes Sequence
value = ComplexIndicatorModes.Sequence
In-series. The result of the previous indicator execution is passed to the next one,.