| 
 PureBytes Links 
Trading Reference Links 
 | 
Thanks Anthony!!
That is exactly what I wanted.
May your house be free from tigers.
Dominick
-- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx> wrote:
> Dom,
> 
> Try this:
> N last quotations and n=
> click explore
> n=5;//set this to match n=
> 
> pat=C > Ref(C,-1) AND Ref(C,-1) < Ref(C,-2) AND Ref(C,-2) <
Ref(C,-3) AND
> Ref(C,-3) < Ref(C,-4);
> 
> Buy=pat;//added to see the pattern bar , double click on ticker to
see the
> arrows
> 
> Filter= Pat > 0;
> 
> AddColumn(pat,"");
> 
> AddColumn(Sum(pat,n),"sum");
> 
> 
> *** Not quite sure what you mean here ***
> 
> "Regarding the indicator builder, how can I limit the indicator graphs
> to show up within the N number?"
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |