PureBytes Links
Trading Reference Links
|
Jayson,
Thanks for your reply.
Do you know if it is possible to display the "I" field calculated via
ATC in the explore window.
Charles
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Charles,
> addtocomposite(1,"~compn","I")
>
> will create the composite ~compn if you SCAN the watchlist. It will
do as
> you desire and increment a count in the "I" field. You then need to
explore
> that ticker or use it with an indicator to see the value.
Alternatively you
> could simply explore your watchlist with c>0 and look at the bottom
of the
> exploration to see the number of stocks that have met the
criteria...
>
> Regards,
> Jayson
> -----Original Message-----
> From: firstview2000 [mailto:firstview2000_1999@x...]
> Sent: Monday, November 10, 2003 1:16 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Counting stock number of Watch list in AA
>
>
> Dear Experts,
>
> I tried to count the stock number in a watch list in AA-explore
> window using the following AFL.
>
> AddToComposite( 1, "~CompN", "I", atcFlagResetValues |
> atcFlagEnableInExplore);
>
> Buy = 0;
> Filter = 1;
>
> AddColumn(OpenInt, "Count",1.0);
>
> But the Count field always displays 0.
>
> Can you tell me what's wrong with it ???
>
> Thanks,
> Charles
>
>
>
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> 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 the Yahoo! Terms of Service.
------------------------ 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/mOAaAA/3exGAA/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/
|