Class MedianPrice
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Median price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "MedPr", Description = "MedianPrice")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class MedianPrice : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
MedianPrice
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Remarks
Constructors
MedianPrice()
Initializes a new instance of the MedianPrice.
public MedianPrice()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.