[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] AFL Qustion



PureBytes Links

Trading Reference Links

How can I setup amibroker to get chart from Indian stocket markets namely Sensex and nifty .. Please assist me

 

Jaleel

 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Graham
Sent: Tuesday, June 12, 2007 1:01 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] AFL Qustion

 

First the price making new highs after the first high is made is
actually part of the results

Secondly, why not search for the correction after the highs rather
than the new high

--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com

On 11/06/07, Bill <zim630@xxxxxnet> wrote:
> I am attempting to do a study of what happens to stocks after they
> make a new high over various time frames, i.e. 1 yr high, 2 yr high
> etc.
> When I use the following code:
>
> NewHighs= IIf(H>Ref(HHV(H,252),-1),1,0);
> VW=ValueWhen(NewHighs,C,1.2);
> Filter=NewHighs AND BarCount>252;
> AddTextColumn(FullName(),"Name",10);
> AddColumn(VW,"Close",1.2);
> AddColumn(Ref(C,63),"3 Months",1.2);
> AddColumn(Ref(C,126),"6 Months",1.2);
> AddColumn(Ref(C,189),"9 Months",1.2);
>
> If a stock makes continuous new highs (which happens often) it just
> repeats day after day. Any Ideas on how to eliminate that by having
> the stock correct first before making another new high?
>
> Thanks in advance for any help.
>
> Bill
>

__._,_.___

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___