- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Here is the formula for the deviation oscillator from William Cringan's "Zigzag Targets" in this issue. To input a new formula into MetaStock, select Indicator Builder from the Tools menu, select New, and enter the following formula: |
|
Zigzag Targets x:=Input("number of time periods in average",10,200,40); x2:=x*2; pd:=C-Mov(C,x,E); hpd:=HHV(pd,x2); lpd:=LLV(pd,x2); nf:=200/(hpd-lpd); ((pd-lpd)*nf)-100 |
�
| |
| |
Source / From: | |