Interface IComplexIndicator
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.BusinessEntities.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.
IReadOnlyList<IIndicator> InnerIndicators { get; }