PureBytes Links
Trading Reference Links
|
hi,
thanks for your reply.
I set up a new data base for the Nasdaq 100. Now I set it up right from the beginning, 120000 bars and "wait for backfill" button set on.
then I ran this little explore:
Buy = C > 0;
Filter = Buy;
AddColumn(C,"C");
and this seemed to have done the trick. But indeed it is strange that using my old database it refuses to do this. I set that one up initially with like 5000 bars or so. Changing it later enables one to do a forced download but is doesn't notice it automatically ....
ed
----- Original Message -----
From: Brian
To: amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, September 26, 2004 9:19 AM
Subject: [amibroker] Re: question for eSignal users
Yeah, esignal is not without its faults. I recommend you see which
tickers are not loading automatically and suggest deleting ones that
seem to be causing the problem. Delete them, then click SAVE. Empty
the current cache (option in the database creation section of AB).
Manually delete the ticker folder from your Esignal database.
Open AB again and enter the deleted ticker as a new symbol. Try to
load it again. Should be fine.
~B
--- In amibroker@xxxxxxxxxxxxxxx, "ed nl" <ed2000nl@xxxx> wrote:
> no doesn't do the trick. Still have to do a forced download for
each symbol.
>
> The manual says:
>
> "Usually the plugin automatically handles all backfills so you
don't need to trigger backfills by hand. If the plugin detects that
you have some missing quotes from last available bar till current
date/time it triggers backfills and it is all automatic"
>
> this however is not what I see. In my database settings I set the
number of bars to 120000. This downloads 1-minute data all the way
back to April 2004. But I still have to force it for each symbol.
Also I have set the "wait for backfill" button on.
>
> What am I doing wrong?
>
> Ed
> ----- Original Message -----
> From: ed nl
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, September 26, 2004 8:41 AM
> Subject: Re: [amibroker] question for eSignal users
>
>
> ok I think I found it ..... "wait for backfill" button,
>
> sorry bout that
>
> ed
> ----- Original Message -----
> From: ed nl
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, September 26, 2004 8:24 AM
> Subject: [amibroker] question for eSignal users
>
>
> hi,
>
> for eSignal I create various databases. Each database not
containing more than 100 symbols. I just created the Nasdaq-100
database. Question: how can I quickly do a forced download for ALL
symbols?
>
> I created a little explore, something like:
>
> Buy = C > 0;
> Filter = Buy;
> AddColumn(C,"C");
>
> and run it for all symbols, but this does do the trick. It
download only partially. So now I have to do a forced download for
all symbols individually. What is the trick to avoid this?
>
> Also, some symbols do not download. Then I shut Amibroker down,
bring it back up and then I can download the data. Why is this?
>
> rgds, Ed
>
> [Non-text portions of this message have been removed]
>
>
>
> 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
>
>
>
>
>
> ------------------------------------------------------------------
------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> 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
>
>
>
>
>
> --------------------------------------------------------------------
----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> [Non-text portions of this message have been removed]
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
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|