PureBytes Links
Trading Reference Links
|
indiana0352 wrote:
> Hi all,
>
> My computer spontaneously rebooted today while Amibroker was open.
> Now when I load my dataset, I only have symbols up to tickers starting
> with the letter 'E'. All other symbols are simply an empty set of
> brackets. If I look at the files on the hard drive though, they're
> all still listed.
>
> Does anyone know if this data is recoverable? Alternatively, is there
> an updated version of the US-Stocks template available as the one
> posted at Amibroker.com seems out of date.
>
> Thanks in advance,
> Chris
try this:
1. create new database with the parameters as in the damage one, best on
different partition. I assume you have checked "local store enable"
option (this is what I used to have using AB without any data plugin)
2. open this new database
3. add one symbol name to it, one that you can see in the old database
-- let's say it is SPX.X
4. save changes to this new database and close AB
5. go to the old database folder where you have the old file SPX.X under
the "S" subfolder
6. copy (not move, just copy) old SPX.X file to new database "S"
subfolder and replace new, small SPX.X file with this old one (which
probably is larger in size)
7. open AB and load the new database
if everything is OK you would see SPX.X data in the new database. repeat
that for other symbols..
this procedure is what I did some time ago because of hdd crashes. it
worked for me, it may work for you.
cheers,
BM
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|