随机指标/KDJ
Stochastic / KDJ
技术指标P0 核心Momentum/Oscillator适用:美股
定义
Measures overbought/oversold by the close's position within the recent high-low range.
计算公式
RSV=(C−n-low)/(n-high−n-low)×100, K=⅔Kₚᵣₑᵥ+⅓RSV, D=⅔Dₚᵣₑᵥ+⅓K, J=3K−2D; international Stochastic convention: %K=RSV, %D=SMA(%K,3), Slow/Full versions smooth once more (using SMA rather than the recursion above)
默认参数
{
"k": 9,
"d": 3,
"j": true
}解读要点
>80 overbought, <20 oversold; K crossing above D = golden cross; J overshooting the bounds signals reversal.
输入high, low, close输出oscillator库STOCH
数据来源:H, L, C。公开知识,不构成投资建议。
在热门美股上查看随机指标/KDJ的实时计算值 →
相关指标
参考元数据 —— 公开、通用的指标定义。非投资建议。