KD指標為美國交易員George Lane所創,原名為Stochastic Oscillator。 K_Value即隨機指標中的快速線(%K)。
範例:
value1 = K_Value(9,3); //計算KD指標中的K值 plot1(value1, "K");