PureBytes Links
Trading Reference Links
|
Try Ref with a positive offset:
myLLV = LLV(Low,10);
myLookAheadLLV = Ref(myLLV,10);//use +10 not -10 to look
ahead
Depending on what you want to do, you may want to use 11
instead of 10 for the Ref offset.
b
--- dimension@xxxxxxxxxxxxx wrote:
> Hi,
>
> Given a “trigger date/bar”, how can I look ahead two
> weeks from that
> bar/date and determine what the low was within those two
> weeks, providing
> there exists data in that look ahead time frame? Is
> there something like
> LLV and HHV for looking ahead? (I tried using a negative
> number to no
> avail).
>
>
>
> thanks
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.13.7/182 - Release
> Date: 11/24/2005
>
>
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|