- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
-----Original Message----- From: David T [mailto:emuvale@hotkey.net.au] Sent: Monday, June 24, 2002 2:14 AM To: Metastockusers@yahoogroups.com Subject: RE: [Metastockusers] New Version of SR ZigZag Trend Hi everyone, can some one help with the formula for a SIROC indicator for metastock 7.02, and exactly how to read it regards David Here you go...... |
|
SIROC II Pds:=Input("ROC Periods",10,100,50); Pds1:=Input("ROC MA Period",5,100,34); Pds3:=Input("RSI Periods",5,50,13); Pds4:=Input("Final Indicator Smoothing",1,100,20); x:= ROC(C,pds, %); y:=Mov(x,pds1,E); 80; 30; {RSI formula} Siroc1:=RSI(pds3); dtrigger1:=Mov(siroc1,pds4,S); dtrigger1; siroc1; |
There are a lot of ways to read Siroc. I look for instances where the indicator rests below the 30 for a bit then begins to break out. You can use a cross of the trigger or a simple break above the 30. The reverse presents sell (or sell short) signals. jayson | |
| |
Source / From: |