| Name: |
Intermediate KST Simple Moving Average |
| Description: |
The KST indicator is constructed
by summing four smoothed rates of change. The name KST comes from
"Know Sure Thing". For interpretation refer to TASC magagine (September
1992), "Summed Rate of Change (KST)" by Martin Pring.
|
| Syntax: |
Sum(SMA(RoC(Close(0), 10), 10), (SMA(RoC(Close(0),
13), 13) * 2), (SMA(RoC(Close(0), 15), 15) * 3), (SMA(RoC(Close(0),
20), 20) * 4)) |
| Function Name: |
IKST_Sma() |
Download to import into Tradecision. 
How to use this custom indicator in Tradecision:
- Click Download.
- Save this indicator in a safe location on your hard drive.
- Open Tradecision and in the Tools menu click the Indicator Builder.
- In the Indicator Builder dialog, click Import, locate the saved file and then click OK.
Now you can insert the indicator directly into a price chart or modify it like any other in-built indicator.
|