[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: KST



PureBytes Links

Trading Reference Links

Here is one of the explorations as a start, but do buy his CDRom(s), the
5-pack is on discount I believe at Equis' website, and as they are well worth it.

The CdRom set also comes with plenty of more KST short+long term Buy+Sell
explorations, 8 in total I believe, and also with very well explainatory
videodemo's, more charts and composites as examples and ready to use,
Metastock program instructions, TA intro's, TA educations+explanations
on plenty of other indicators build-in the MS program, what to look for etc. etc.).

In MetaStock6.x - Explorer

General:
Name: DAILY KST BUY
Notes: KST BUY SIGNAL FROM BELOW ZERO

ColA:
Name: Close
CLOSE
ColB:
Name: KST
(Mov(ROC(C,10,%),10,S)*1)+(Mov(ROC(C,15,%),10,S)*2)+
(Mov(ROC(C,20,%),10,S)*3)+(Mov(ROC(C,30,%),15,S)*4)
ColC:
Name: KST MA
Mov((Mov(ROC(C,10,%),10,S)*1)+(Mov(ROC(C,15,%),10,S)*2)+
(Mov(ROC(C,20,%),10,S)*3)+(Mov(ROC(C,30,%),15,S)*4),10,S)
ColD:
Name: KST-1
Ref( (Mov(ROC(C,10,%),10,S)*1)+(Mov(ROC(C,15,%),10,S)*2)+
(Mov(ROC(C,20,%),10,S)*3)+(Mov(ROC(C,30,%),15,S)*4),-1)
ColE:
Name: MA KST-1
Ref(Mov((Mov(ROC(C,10,%),10,S)*1)+(Mov(ROC(C,15,%),10,S)*2)+
(Mov(ROC(C,20,%),10,S)*3)+(Mov(ROC(C,30,%),15,S)*4),10,S),-1)
Filter:
When(colB,>,colC)AND When(colB,<,0)AND When( colD,<,colE)

Regards,
Ton Maas
ms-irb@xxxxxx





 
----- Original Message ----- 
From: Jean-Michel Daniele <jmdaniele@xxxxxxxxxx>
To: Metastock-list <metastock@xxxxxxxxxxxxx>
Sent: maandag 18 januari 1999 13:46
Subject: KST


>Good afternoon,
>
>At present, I am reading the book written by Martin Pring entitled The
>Momentum.
>
>In the book is talking about an incicator that would include all the
>cycles of the market by combining a short, medium and long term
>indicator. He says that you should smoothen the indicators with
>exponantial moving average and level headed them. The latest data should
>count more than the older one.
>
>The indicator should be built as under:
>
>                                        ROC
>MAE                Level-Headed
>short term                       10 days                 10
>days                      1
>medium term                   15 days                10
>days                       2
>long term                         20 days                10
>days                       3
>longer term                      30 days                15
>days                       4
>
>
>1. You build the ROC and you smoothen it with the moving average
>2.everything should be included in one indicator (KST) respecting level
>headed
>
>Anyone has tried such a system?
>Could somebody help me to code it to implement it in metastock?
>
>Thanks in advance,
>
>J.-M. Daniele
>
>