WilliamsPctR Method (3)¶
WilliamsPctR (1 of 3)¶
Summary¶
The Williams Percent R indicator is a momentum indicator measuring overbought and oversold levels.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
periods | int | The period used for calculation. |
Return Value¶
WilliamsPctR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
WilliamsPctR (2 of 3)¶
Summary¶
The Williams Percent R indicator is a momentum indicator measuring overbought and oversold levels.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
periods | int | The period used for calculation. |
Return Value¶
WilliamsPctR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
WilliamsPctR (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
periods | int |
Return Value¶
WilliamsPctR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: June 26, 2022