| 
 PureBytes Links 
Trading Reference Links 
 | 
Ale,
Col A: BullFear
  n := 12 {Time periods};
 BullFear := (HHV(HIGH,n) - LLV(HIGH,n))/2 +
 LLV(HIGH,n);
 CLOSE > BullFear
Col B: BearFear
  n := 12 {Time periods};
 BearFear := (HHV(LOW,n) - LLV(LOW,n))/2 +
 LLV(LOW,n);
 CLOSE < BearFear
Filter colA OR colB
Filter enabled : Yes
... It gives you a "1" on column A for a bullFear or in column B for a
BearFear.
Pierre
"pippial2000 " a écrit :
>  Hello
>
> Who can help me to build exporation formula for this system:
>
>
> n := 12 {Time periods};
> BullFear := (HHV(HIGH,n) - LLV(HIGH,n))/2 + LLV(HIGH,n);
> CLOSE > BullFear
>
>
> n := 12 {Time periods};
> BearFear := (HHV(LOW,n) - LLV(LOW,n))/2 + LLV(LOW,n);
> CLOSE < BearFear
>
>
>
> Thanks
>
> Ale
>
>
>                    Yahoo! Groups Sponsor
                        ADVERTISEMENT
                        [Image][Image]
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online-No late fees! Try Netflix for FREE!
http://us.click.yahoo.com/XfSp7B/XlOFAA/46VHAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 |