Table of Contents

Interface ILengthIndicator

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

The interface for indicators with one resulting value and based on the period.

public interface ILengthIndicator
Extension Methods

Properties

Length

Period length. By default equal to 1.

int Length { get; }

Property Value

int