TypicalPrice
StockSharp.Algo.Indicators
Typical Price indicator.
Inherits: BaseIndicator
Constructors
TypicalPrice
public TypicalPrice()
typicalPrice = TypicalPrice()
Initializes a new instance of the TypicalPrice.
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = typicalPrice.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.