PureBytes Links
Trading Reference Links
|
Wes,
Glad to see I am not the only one...
Did you ever request support on this issue?
alberto
----- Original Message -----
From: Wes Smith
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, November 07, 2006 6:43 PM
Subject: Re: [amibroker] Saving Data
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 <moneycat@xxxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
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
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
|