PureBytes Links
Trading Reference Links
|
To limit Explore output to one line per symbol:
lastbar = BarIndex() == BarCount - 1;
Filter = lastbar;
The above keeps you from having to remember to select 'n last days = 1'.
Phsst
--- 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 Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/xlw.sC/XP.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/
|