| 
 PureBytes Links 
Trading Reference Links 
 | 
I try to write a formula for an exploration.
I want to buy in a dip after the price has made 3 lower highs
I got these: ThreeLowerHighs=Sum(H<Ref(H,-1),3)==3;
             Filter=ThreeLoweHighs;
             addcolumn(H,"High",5.2);
How could I get the  four following conditions:
1)-the stock must be in an UP TREND
2)-the price today must be higher than it was a month ago
3)-low volume on all three candles of the pullback
4)-cci(6) must be lower than -100
If some trader use other conditions, new ideas are welcome.
Thank you. Traderix.
             
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
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 
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/
 
 |