PureBytes Links
Trading Reference Links
|
Thanks for answer.
I am using llv(l, 10), but it's not what I am trying to get. I want to
find first major trough from selectedValue/LastValue. I don't want to
limit looking for fixed no. of bars. Is it possible? I tried using
Trough with default 5% change, but its giving minor trough also. BTW,
what is % in Trough. Is it the % difference between 2 bars or trough?
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> this will give you the value of the lowest low in 10 bars before the
> current selected bar
> LastLowest = valuewhen(L==LLV(L,10),L);
>
> best I can offer at the moment as got a bit lost in your description
>
> On 5/26/05, jay_podda <jay_podda@xxxx> wrote:
> > How can I get very first lowest low from selectedValue or
LastValue.
> > Also, if I am in for loop, what I can do to get first lowest low
from
> > current bar inside loop. If I use LowestSince, it will give first
LL
> > after certain condition is true. Or if I use Lowest then I have to
> > provide no. of previous bars to look for.
> >
> >
> >
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|