Class MarketFacilitationIndex
Market Facilitation Index.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
[DescriptionLoc("Str853", false)]
[IndicatorIn]
public class MarketFacilitationIndex : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Remarks
Constructors
MarketFacilitationIndex()
Создать MarketFacilitationIndex.
Declaration
public MarketFacilitationIndex()
Methods
OnProcess(IIndicatorValue)
Обработать входное значение.
Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type | Name | Description |
---|---|---|
IIndicatorValue | input | Входное значение. |
Returns
Type | Description |
---|---|
IIndicatorValue | Результирующее значение. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>