KST

Category: Indicators By: lolo Created: October 12, 2015, 8:13 PM
October 12, 2015, 8:13 PM
Indicators
1 Comment

Inspired by Martin Pring.
See It uses an average of the sum of the rate of change for 4 time periods. I’m not sure if I have interpreted it correctly so any changes are welcome. Try the default settings on the FTSE 100 Index.

Parameters

period1 (period1 = 10)

period2 (period2 = 15)

period3 (period3 = 20)

period4 (period4 = 30)

smoothing (sf = 9)

x=ROC[period1](close)+ROC[period2](close)+ROC[period3](close)+ROC[period4](close)
KST=Average[sf](x)
Return KST

Download
Filename: KST.itf
Downloads: 139
lolo New
This author is like an anonymous function, present but not directly identifiable. More details on this code architect as soon as they exit 'incognito' mode.
Author’s Profile

Comments

Logo Logo
Loading...