PercentK Property¶
Summary¶
Calculation of %K is 100 multiplied by the ratio of the closing price minus the lowest price over the last N periods over the highest price over the last N minus the lowest price over the last N periods.
Signature¶
1 |
|
Return Value¶
IndicatorDataSeries
Declaring Type¶
cAlgo.API.Indicators.StochasticOscillator
Examples¶
1 |
|
Last update: January 27, 2023