PureBytes Links
Trading Reference Links
|
Hi David,
You can also detect Lowest Low over intersesing
period and compare
it to today's value:
buy = adx(14) > 1.1 * LLV( adx( 14 ), 4
);
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
David
Holzgrefe
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 25, 200110:59
AM
Subject: [amibroker] % movementof
indicator
Hi TJ and others
Is the a way to measure the % movement in a
direction by an indicator ?
eg the adx has moved up 10 % over the past xn
days
I guess using something like adx(14) >
ref(adx(14)-3);
would tell the adx today is higher that the adx
of 4 days ago
but if it spiked in the middle it would still
give the same signal
maybe I need to sum the adx over 4 days then / 4
to get the average then check if today is greater than average ?
I thought I saw it in a formula some where but
can't find it now ..!
Hmm what I want is to tell if a indicator has
trended up for a few days ?
I'm sure the answer is right under my nose
:))
Thanks David
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|