PureBytes Links
Trading Reference Links
|
Jayson,
I just posted here <http://groups.yahoo.com/group/amiquote/> on the
same topic. I have not tried to run a composite yet but may try to do
so soon and unless your composite has many symbols, it shouldn't be a
problem.
John
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Ken,
>
> I have found the same thing. For instance I cannot run a composite
update on
> the RT data as there are too many holes. I think perhaps explore
calls the
> stocks too quickly for esignal to process. It may have something to
do with
> the esignal symbol limit as well. Once you reach it AB resets the
number of
> stocks open so you may exceed the limit but if esignal has yet to
fill your
> request you get a hole. I have found that by running the routine
several
> times it improves each time but this is not really a viable
workaround.
> Perhaps setting your filter to look only for stocks with yesterdays
date
> would eliminate the currently updated stocks and speed the process
and
> number of retries needed to update the whole DB?? Any one out there
found a
> better way?
>
>
> Jayson
> -----Original Message-----
> From: Ken Close [mailto:closeks@x...]
> Sent: Thursday, February 27, 2003 3:36 PM
> To: AmiBroker List
> Subject: [amibroker] How do you update your RT DB
>
>
> All:
>
> Tomasz's advice in the past has been to update your RT database (the
> symbols you may not look at each day) by running the following
simple
> code on "All Stocks"
>
> Filter=1;
> Buy=0;
> Addcolumn(C,"C",1.2);
>
> Supposedly this would update all symbols in some rolling fashion.
>
> I have been doing this for a long time. Today, I did it again,
including
> saving the db after the explore process, then looked up a stock I
> normally do not look at, and when I opened the screen, the bars
loaded,
> refreshing the data. It was as if the procedure I describe above
had no
> effect.
>
> Can anyone (including Tomasz) share the method to update stocks in
the
> RT database?
>
> Thanks,
>
> Ken
>
>
>
> 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 ---------------------~-->
New Yahoo! Mail Plus. More flexibility. More control. More power.
Get POP access, more storage, more filters, and more.
http://us.click.yahoo.com/Hcb0iA/P.iFAA/46VHAA/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/
|