Know Sure Thing (KST)

Here you can post and download custom indicators written in JavaScript.

Moderator: admin

Know Sure Thing (KST)

Postby Alexander.Gettinger » Sat Nov 24, 2018 2:55 pm

The KST indicator was developed by Martin J. Pring. The name KST comes from "Know Sure Thing". The KST is constructed by summing four smoothed rates of change. For more interpretation refer to Martin Pring's article "Summed Rate of Change (KST)" in the September 92 issue of TASC.

The indicator formula is
W = R1 + R2 + R3 + R4;
KST = R1/W * MA(ROC(R1), M1) + R2/W * MA(ROC(R2), M2) + R3/W * MVA(ROC(R3), M3) + R4/W * MVA(ROC(R4), M4);
SIGNAL = MA(KST, S)

Where: R1, R2, R3, R4, M1, M2, M3, M4, S and the moving average method are the indicator's parameters.

The typical usage of the indicator is to long when signal line crosses the kst line down and to short when signal line crosses the kst line up.

kst.PNG


Download:
kst_JS.jsl
(4.93 KiB) Downloaded 452 times


KST bands.

The indicator draws a line KST, builds bands on it and show their points of intersection.

KST_Bands.PNG


Download:
KST_Bands_JS.jsl
(4.61 KiB) Downloaded 448 times
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Return to JavaScript Indicators and Strategies

Who is online

Users browsing this forum: No registered users and 7 guests