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

[amibroker] Re: How to count the number of "1" in the array which is returned



PureBytes Links

Trading Reference Links

Hi Herm:

Still not getting it.  Here's what I have:

newhigh=H>Ref(HHV(C,250),-1)+Close < 20 AND Volume > 200000;
Filter=1;
Volume> MA(V,50)*1.5;
LastValue(Cum(newhigh));
AddColumn(newhigh,"HH52",1.2);
AddColumn(Close,"close",1.2);

Where am I going wrong?

Dom

--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
<psytek@xxxx> wrote:
> try lastvalue(cum(cond));
> 
> 
> -----Original Message-----
> From: dom1_1998 [mailto:Dom2000@x...]
> Sent: Thursday, August 21, 2003 8:52 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: How to count the number of "1" in the array
> which is returned
> 
> 
> I'm not having much success with that.  If I cum(cond), each row will
> total the amount of times the condition existed.
> 
> If I have a result column with 1 + 0's. I would like to total the ones
> in the result column.
> 
> How can I do that?
> 
> TIA,
> 
> Dominick
> 
> 
> 
> 
> 
> 
> 
> 
>  In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > Hello,
> >
> > Simply using Cum() function (entire array) or Sum() (part of the
array)
> >
> > Cum( Cross( array1, array2 ) );
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "mmqp" <mmqp@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Friday, August 22, 2003 1:05 AM
> > Subject: [amibroker] How to count the number of "1" in the array
> which is returned
> >
> >
> > > from "cross" function?  TIA.
> > >
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > 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/
> > >
> > >
> > >
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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/


------------------------ 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/