PureBytes Links
Trading Reference Links
|
Hello,
The cleanest version to export ticker list is
using Symbol->Watch List->Export
http://www.amibroker.com/guide/h_watchlist.php
You can also create files DIRECTLY from AFL using fopen, fputs
http://www.amibroker.com/f?fopen
http://www.amibroker.com/f?fputs
http://www.amibroker.com/f?fclose
The "APPEND" mode "a+" of fopen function allows
appending at the end of the file.
NO dll is necessary at all.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "buzzmr" <buzzmr@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, June 21, 2004 9:15 PM
Subject: [amibroker] Re: How to scan entire message list for a particular subject?
> Dale,
>
> Although I've played with that solution, doing an 'export' after an
> exploration or scan is NOT the 'cleanest' way to create an external
> text file of symbols/tickers only. I want to do something more
> effective and efficient. I think either using a script or a 'dll'
> would do the job. That way I could create a daily updated-file list
> of candidate tickers (resulting either from explorations or scans)
> DIRECTLY in the (path)/folder where that file is to be accessed by
> other additional analytical programs.
>
> Buzz
> --------------
>
> --- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> > Have you tried clicking the export button after your exploration?
> >
> > To search: the best I've found is LookOut (if you're using
> Outlook).
> >
> > http://www.lookoutsoft.com/Lookout/
> >
> > d
> >
> >
> > _____
> >
> > From: buzzmr [mailto:buzzmr@x...]
> > Sent: Monday, June 21, 2004 3:52 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] How to scan entire message list for a
> particular
> > subject?
> >
> >
> > Group,
> >
> > Does anyone here know how to scan this entire message list of
> nearly
> > 66000 messages for a particular topic? I have downloaded the
> entire
> > 50Mb+ of 'searchable' archive files that comprise about 35000+ of
> the
> > earliest messages, but I'd like to somehow find particular posts
> > which may contain answers from amongst the remaining 31000+
> messages
> > to date.
> >
> > The Yahoo search mechanism apparently only allows searching a small
> > range of messages at a time which would be very time consuming for
> > going thru a very large range. There doesn't seem to be a
> mechanism
> > for specifying a user-selected range (such as msg# 31259 thru
> > msg#65219) to search. Unless I've missed something.
> >
> > Any suggestions would be greatly appreciated.
> >
> > I THINK I recall seeing something a while back regarding writing
> > exploration-result symbols DIRECTLY to a text file (external to
> > AB) 'on-the-fly' WITHOUT having to first store symbols into a
> > watchlist and then exporting them from AB, but I have no idea where
> > that (possible) thread may reside on this forum. Hence my desire
> to
> > search for such a thread. I think it's probably straightforward to
> > do, but likely requires a file-handling script, and I would like to
> > review messages related to this topic. (If anyone can direct me to
> > specific message numbers on this topic, assuming they exist, I
> would
> > appreciate it. Thanks.)
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> >
> >
> > Yahoo! Groups Sponsor
> >
> > ADVERTISEMENT
> >
> >
> <http://us.ard.yahoo.com/SIG=129g9cj2t/M=285832.5079496.6204528.126940
> 4/D=gr
> >
> oups/S=1705632198:HM/EXP=1087890713/A=2142721/R=0/SIG=14di1pg12/*http:
> //www.
> > householdfinance.com/ln/TrackingServlet?
> cmd_MediaCode=&fc=APS&mkt=000&mc=01P
> > SYAYA004001B220000U0300L0020000000000&dest=HOME_PAGE> click here
>
> >
> > <http://us.adserver.yahoo.com/l?
> M=285832.5079496.6204528.1269404/D=groups/S=
> > :HM/A=2142721/rand=500966419>
> >
> >
> > _____
> >
> > Yahoo! Groups Links
> >
> >
> > * To visit your group on the web, go to:
> > http://groups.yahoo.com/group/amibroker/
> >
> >
> > * To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> > <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service
> > <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|