PureBytes Links
Trading Reference Links
|
You guys totally missed it... This came from whom I believe is the best coder and most elegant of writers. Graham is not as available as he once was, but this guy is the MAN. What he wrote in ONE LINE was your whole program!!! Do a search and learn from the master grasshopper. (completely tongue in cheak, however watching how he consolidates code is amazing)
Kim
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxx> wrote:
>
> Cond3=Cond1 AND Cond2 AND HHV(ADX(14),x)<20;
>
>
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
> -----Original Message-----
> From: Henry Chau [mailto:henry_chau@...]
> Sent: Sunday, 31 August 2003 10:47 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Help with formula
>
>
> Hi guys,
>
> For the following buy search what code do i need to add if I want the
> ADX(14) to be less than 20 for the last x days ?
>
> Cond1=PDI(14)>MDI(14);
> Cond2=Cross(ADX(14),MDI(14));
> Cond3=Cond1 AND Cond2;
> Filter=cond3;
> AddColumn(cond3,"My Test");
> Buy=Cond3;
> Cheers
> Henry
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxx
> Send SUGGESTIONS to suggest@xxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
------------------------------------
**** 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/
|