| PureBytes Links Trading Reference Links | Sorry didn't understand your request - let's try that again:
H20 = Ref(HHV(C,10),-20);
H10 = Ref(HHV(C,10),-10);
--- In amibroker@xxxxxxxxxxxxxxx, "droskill" <droskill@xxx> wrote:
>
> Easiest thing is to plot it to understand the function:
> 
> H1 = HHV(C,10);
> Plot(H1,"HHV",colorGreen,styleLine);
> 
> Try that.
> 
> --- In amibroker@xxxxxxxxxxxxxxx, Ding <lasallewashington@> wrote:
> >
> > Hi, 
> > 
> > How can I get the highest price from 20 days ago to 10 days ago? eg. let's say today is 2/20, I want to know the highest price from 2/1-2/10. Is there an easy way to use HHV function for this purpose? thx
> > 
> > Ding
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to 
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)
<*> To change settings via email:
    amibroker-digest@xxxxxxxxxxxxxxx 
    amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
 |