- Introduction
- Function Introduction
- Performance Monitor
- Fusion Hunter
- Quantitative Chart
- SEC Filing
- Insider Trading (Search by Ticker)
- Insider Trading (Search by Reporter)
- Insider Trading (Top Insider Trading)
- Institutional Holdings
- Investment Trends (Investment Company List)
- Investment Trends (Sector & Industry Sentiment)
- Investment Trends (Investment Company Sentiment)
- Investment Trends (Top Institutional Trading)
- Investment Trends (Top Institutional Hldg Change)
- Key Ratio Distribution
- Screener
- Financial Statement
- Key Metrics
- High Current Difference
- Low Current Difference
- Relative Strength Index
- KDJ
- Bollinger Bands
- Price Earnings Ratio
- Price to Book Value
- Debt Equity Ratio
- Leverage Ratio
- Return on Equity
- Return on Assets
- Gross Margin
- Net Profit Margin
- Operating Margin
- Income Growth
- Sales Growth
- Quick Ratio
- Current Ratio
- Interest Coverage
- Institutional Ownership
- Sector & Industry Classification
- Data Portal
- API
- SEC Forms
- Form 4
- Form 3
- Form 5
- CT ORDER
- Form 13F
- Form SC 13D
- Form SC 14D9
- Form SC 13G
- Form SC 13E1
- Form SC 13E3
- Form SC TO
- Form S-3D
- Form S-1
- Form F-1
- Form 8-k
- Form 1-E
- Form 144
- Form 20-F
- Form ARS
- Form 6-K
- Form 10-K
- Form 10-Q
- Form 10-KT
- Form 10-QT
- Form 11-K
- Form DEF 14A
- Form 10-D
- Form 13H
- Form 24F-2
- Form 15
- Form 25
- Form 40-F
- Form 424
- Form 425
- Form 8-A
- Form 8-M
- Form ADV-E
- Form ANNLRPT
- Form APP WD
- Form AW
- Form CB
- Form CORRESP
- Form DSTRBRPT
- Form EFFECT
- Form F-10
- Form F-3
- Form F-4
- Form F-6
- Form F-7
- Form F-9
- Form F-n
- Form X-17A-5
- Form F-X
- Form FWP
- Form G-405
- Form G-FIN
- Form MSD
- Form N-14
- Form N-18F1
- Form N-18F1
- Form N-30B-2
- Form N-54A
- Form N-8A
- Form N-CSR
- Form N-MFP
- Form N-PX
- Form N-Q
- Form TTW
- Form TA-1
- Form T-3
- Form SC 14F1
- Form SE
- Form SP 15D2
- Form SUPPL
- Form 10-12G
- Form 18-K
- Form SD
- Form STOP ORDER
- Form TH
- Form 1
- Form 19B-4(e)
- Form 40-APP
- Form 497
- Form ABS-15G
- Form DRS
- Form MA
- Form UNDER
- AI sentiment
- Access guide
- Academy
- Term of service
- GDPR compliance
- Contact Us
- Question Center
Font Size: |
KDJ (stochastic oscillator)
Stochastic oscillator is a momentum indicator which uses support and resistence levels to monitor potential turning points after stock price reaches extremes of recent range.
Stochastic oscillator is composed of three components named K, D, J.
K is calculated as
K=(Close Price - Lown)/(Highn - Lown)
where Highn and Lown are the highest and lowest prices in the last n periods (period can be hour, day, week, month, or any other meaningful time frames). K is a value between 0 and 1.
D is calculated as
D=(K1 + K2 + ... + Km)/m
where m represents the number of Ks used to calculate average value. Usually m equals to 3. m is value between 0 and 1
J describes the divergence between K and D. It is calculated as
J=3*K - 2*D
When a crossover happens (i.e K equals to D), J and K and D equal to each other.
In practice, the algorithm above (also called fast stochastic, or stochastic fast) was found too sensitive to the movement of price and often leads to premature turning signal. Stochastic slow was invented to solve this issue and proved to reduce the number of false crossovers. It is calculated by applying a three-period moving average to K of stochastic fast.
Kslow=(X1 + X2 + X3)/(Y1 + Y2 + Y3)
where Xn represents the nominator of the nth period (of K). Yn represents the denominator of the nth period (of K).
D and J are calculated in the same way as fast stochastic, using Kslow instead.
Usually, K below 0.2 or above 0.8 are viewed as signal of oversold or overbought, respectively. When K cross 0.2 in a bearish manner (i.e. from above 0.2 to below 0.2), the stock price will potentially trade at the bottom of the range in a major downtrend. However, when K cross 0.8 in a bullish manner (i.e. from below 0.8 to above 0.8), usually it means the top will soon be reached and a downturn is very close in the future.
In Katelynn's report, weekly stochastic slow is used to monitor mid to mid-long term momentum of a stock. We carefully reviewed hundreds of different stochastic movement patterns and their correlations with price movement, and determined that 9-week periods provide the optimal balance between sensitivity and specificity. Basically, the following algorithms are used to generate the weekly KDJ metrics shown on "Advanced Query" webpage.
%K=((Close Price - Low9)/(High9 - Low9)) * 100
%D=(%K1 + %K2 + %K3)/3
%J=3*%K - 2*%D
For the divergence metric %J, we also provided performance monitor to illustrate the quantile location of %J in corresponding industry, sector, and on the whole market. Since %J has no boundary (i.e. can be less than 0 or greater than 100), it is more effective to judge the level of divergence using quantile loation of %J rather than %J itself.
Example: IBM (International Business Machine) has the following weekly KDJ as of 2018-04-27
The data shows K is smaller than D, indicates K line has crossed D line in a bearish manner and is now below D line. Only 14% of industry peers, 10% sector peers, and 11% stocks on the whole market have divergence lower than 5.75, which indicates the oversold level of IBM is above market average during the last 9 weeks. Without considering other covariates, the information above suggests we could put IBM on our radar and watch for turning signal.
Frequently, using weekly KDJ requires investors to watch for stocks with large negative(or positive) divergence, and wait patiently for signal of bullish(or bearish) crossover to take long(or short) position. Making investment decision based on premature signal often leads to significant lose.