Table of Contents

Enum ComplexIndicatorModes

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

Embedded indicators processing modes.

public enum ComplexIndicatorModes
Extension Methods

Fields

Parallel = 1

In parallel. Results of indicators execution for not depend on each other.

Sequence = 0

In-series. The result of the previous indicator execution is passed to the next one,.