RelativeStrengthIndex Method¶
RelativeStrengthIndex¶
Summary¶
The Relative Strength Index indicator measures turns in price by measuring turns in momentum.
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¶
RelativeStrengthIndex
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023