Metastock Indicator Formula |
123 Ross Hook |
The formula “1 2 3 Ross Hook” published in your “Formula Index” is erroneous. I have attached the necessary corrections to make it work. It would be nice if you could correct the mistake and update the info. Your efforts are much appreciated.
Kind regards, MS |
Formula: |
{Col A}
Peak(1,H,10)<=1.1*Peak(2,H,10) AND
Peak(1,H,10)>=0.9*Peak(2,H,10) AND
Trough(1,L,10)>=1.1*Trough(2,H,10) AND Trough(1,L,10)<=0.9*Trough(2,H,10);
{Col B}
Peak(1,H,5)<=1.1*Peak(2,H,5) AND
Peak(1,H,5)>=0.9*Peak(2,H,5) AND
Trough(1,L,5)>=1.1*Trough(2,H,5) AND
Trough(1,L,5)<=0.9*Trough(2,H,5);
{Col C}
Peak(1,H,1)<=1.1*Peak(2,H,1) AND
Peak(1,H,1)>=0.9*Peak(2,H,1) AND
Trough(1,L,1)>=1.1*Trough(2,H,1) AND
Trough(1,L,1)<=0.9*Trough(2,H,1);
{Filter}
colA=1 OR colB=1 OR colC=1; |
|
|