I have a problem with saving IB data, too.  I have "Request data on save"
checked and save the data, but everytime I start up AB it re-downloads all
the data again.

g


On 11/7/06, Wes Smith <[EMAIL PROTECTED]> wrote:

   I have this problem as well with the latest beta and IB plugin.
Data will be lost after restarting AB, even if you did a save-all before
shutdown.
Seems random .. never know which one will be hit.. have to go thru all my
symbols manually, making sure the history is there and doing a 30day
backfill if not.


----- Original Message ----
From: Moneycat <[EMAIL PROTECTED]>
To: [email protected]
Sent: Monday, November 6, 2006 2:19:59 AM
Subject: Re: [amibroker] Saving Data

Hi,

I have noticed something similar happening with IB plugin.

I have all the securities in the real time quotes pane and use the
"backfill all symbols in the RTQ window" function; then I save the whole
database and close AB.

When I open it I usually find some issues have not been backfilled, or
backfilled data has not been saved.

Any clue is most welcome.

alberto






  At the end of each day I want to be able to download all intraday data
from QFeed and save it locally. For that reason I created a default
exploration with two lines of code:

Filter = c > 1000;
AddColumn(C, "Close");

I open this exploration, I click the "Wait for backfill" checkbox and
then I run it. Sometimes I select "n last days"with 2 as parameter
other times, I select "n last quotations".

After the exploration finishes running, I do a "Save Database" and I
exit the program. I go back in and I noticed that some symbols are
pulling data real-time to complete the drawing. I thought that the
data is already on the hard disk. Why some charts do not display it
from there?

Thanks




Reply via email to