PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Instead of "I" try using OI which is an empty field for Open Interest.
Scan to create the data composite then select that composite and explore for the
data in that composite. If you wish to see/use that data in a calculation on
other stock data then call it using the foreign()
function....
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: firstview2000
[mailto:firstview2000_1999@xxxxxxxxx]Sent: Tuesday, November 11, 2003
12:06 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Re: Counting stock number of Watch list in
AAJayson,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@xxxx]> 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: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group FAQ at:>
<A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|