Table of Contents

Interface IComplexIndicator

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

The interface of indicator, built as combination of several indicators.

public interface IComplexIndicator : IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inherited Members
Extension Methods

Properties

InnerIndicators

Embedded indicators.

IEnumerable<IIndicator> InnerIndicators { get; }

Property Value

IEnumerable<IIndicator>