WellesWilderSmoothing Method¶
WellesWilderSmoothing¶
Summary¶
Welles Wilder Smoothing eliminates noise to identify the trend.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The source data used for calculation. |
periods | int | The value of the periods used for calculation. |
Return Value¶
WellesWilderSmoothing
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: July 1, 2022