TimeWeightedAveragePrice
StockSharp.Algo.Indicators
Time Weighted Average Price (TWAP) indicator.
Inherits: BaseIndicator
Constructors
TimeWeightedAveragePrice()
Initializes a new instance of the TimeWeightedAveragePrice.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset()
Reset state.