- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Double Smoothed Stochastics (W. Bressert)
kaynak
forum.metastock.com
Kod:
Pds:=Input("Periods double stoch",3,100,21);
Slw:=Input("Slowing double stoch",1,20,3);
trigger:=Input("Trigger Length",1,20,3);
A:=Mov((CLOSE-LLV(LOW,Pds))/(HHV(H,pds)-LLV(L,Pds)),Slw,E)*100;
DSS:=Mov((A-LLV(A,pds))/(HHV(A,Pds)-LLV(A,Pds)),Slw,E)*100;
DSS;
Mov(DSS,trigger,S);
MetaStock.com Forum
The best resource for interacting with other MetaStock users. Our discussion forums are filled with thousands of MetaStock clients from around the world. Search for an answer, post your question, or answer other user's questions.