PureBytes Links
Trading Reference Links
|
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group. Please use this
page to reply.
Thnks.......nice set up.... I will
try it
how i adapt it..
thanks again
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=no_reply@xxxxxxxxxxxxxxx
href="">pumrysh
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Thursday, January 30, 2003 2:09
AM
Subject: Re: [EquisMetaStock Group]
Adjusting parameters with volatility
Juan,Just to give you an idea, here is an adaptive
indicator. It is part of the Hilbert's.H cycle count 2a
value:= Fml("Hilbert cycle period - 1a");If(Sum(value,16)>=360 AND
Sum(value,15)<360 ,16,0) +If(Sum(value,17)>=360 AND
Sum(value,16)<360 ,17,0) +If(Sum(value,18)>=360 AND
Sum(value,17)<360 ,18,0) +If(Sum(value,19)>=360 AND
Sum(value,18)<360 ,19,0) +If(Sum(value,20)>=360 AND
Sum(value,19)<360 ,20,0) +If(Sum(value,21)>=360 AND
Sum(value,20)<360 ,21,0) +If(Sum(value,22)>=360 AND
Sum(value,21)<360 ,22,0) +If(Sum(value,23)>=360 AND
Sum(value,22)<360 ,23,0) +If(Sum(value,24)>=360 AND
Sum(value,23)<360 ,24,0) +If(Sum(value,25)>=360 AND
Sum(value,24)<360 ,25,0)Notice that "value" is an external formula.
In the if statement "value" is summed for a period of time and the total
is used to assign a final value or zero. In your case I believe the
indicator will look different but this will give you an
idea.PrestonTo
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|