PureBytes Links
Trading Reference Links
|
Explore the database for the n=1 last quotations
Filter=1;
AddColumn(Cum(C>Ref(C,-1)),"totalbars",1.0);
AddColumn(Sum(C>Ref(C,-1),100),"100bars",1.0);
for all the updays or the updays of the last 100 bars.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "kk12338" <kk2628@xxxx> wrote:
> Hello,
>
> I really appeciate someone could help me with the
following "simple"
> problem :
>
> In the AA window, I choose all quotations and all stocks to explore
a
> simple calculation of number of up days for each stock. From the
> result list, I see multiple lines for each stock. Is there a way to
> make the list just to report one stock and the total number of up
> days in a single line just like the report parameter "no trade
list"
> option ?
>
> for example:
>
> INTC 300
> IBM 500
>
> Instead of
>
> INTC 1
> INTC 5
> INTC 20
> :
> :
> INTC 300
>
>
> Thanks
> KK
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/ybSovB/hP.FAA/3jkFAA/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/
|