PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxx> wrote:
>
> Same here, Ara.
> I looked in the `Watchlists' folder and found the TLS file
unchanged.
Of course it WORKS. It sorts the SYMBOLS inside the watch list.
The TLS file won't be changed until you SAVE THE DATABASE.
The disk files ARE NOT WRITTEN until you save the database.
If disk files were written constantly AmiBroker would be slow as hell.
Watch list operations are optimized for speed and operate in-memory.
Files are not touched. The same applies to creating .TLS files
externally - they won't be read at all, until database is (re)loaded.
In general case you should NOT touch files inside "Watchlists" folder
if AmiBroker is currently working on given database, because AB will
overwrite this files anyway at save. The only safe thing you can do
is to create new .TLS file.
Best regards,
Tomasz Janeczko
amibroker.com
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|