StockSharp - trading and algorithmic trading platform
StockSharp - trading and algorithmic trading platform
StockSharp API
StockSharp.Algo.Indicators
TripleExponentialMovingAverage Class
TripleExponentialMovingAverage Methods
OnProcess Method
Reset Method
TripleExponentialMovingAverage
OnProcess Method
To handle the input value.
Namespace:
StockSharp.Algo.Indicators
Assembly:
StockSharp.Algo (in StockSharp.Algo.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
Copy
protected
override
IIndicatorValue
OnProcess
(
IIndicatorValue
input
)
Parameters
input
Type:
StockSharp.Algo.Indicators
IIndicatorValue
The input value.
Return Value
Type:
IIndicatorValue
The resulting value.
See Also
Reference
TripleExponentialMovingAverage Class
StockSharp.Algo.Indicators Namespace
© 2020 - StockSharp LP
Send comments on this topic to
feedback