Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 326 Bytes

StochasticOscillator.md

File metadata and controls

7 lines (6 loc) · 326 Bytes

Stochastic Oscillator (KD)

The Stochastic Oscillator is a momentum indicator comparing a particular closing price of a security to a range of its prices over a certain period. It is calculated using the following formula:

%K = (Current Close - Lowest Low) / (Highest High - Lowest Low) * 100
%D = 3-period SMA of %K