Problem Description:
I have successfully imported over 1,900 Taiwan stock 1-minute OHLCV data into AmiBroker, and all price and volume information displays normally.
Issue: After import, my original historical data was corrupted with the following symptoms:
Aux1 displays successfully
Open and High show normal values
Low and Close display -1e+10 (invalid values)
Candlestick charts completely disappear
Related Questions:
Why did this happen? How can I fix it? Is there a better import method?
My historical data contains 1,901 stocks, but the Aux data contains 1,961 stocks. Will the different number of stocks cause problems during data merging?
You need to read the manual prior to using non standard options like hybrid. It does not corrupt anything but it operates the way it is described. It combines existing data with new data so volume gets added, not replaced like without hybrid mode. Hybrid as name says creates a HYBRID of old and new data.
You must have EXISTING data already in the database that would be combined with new data using hybrid mode. Trying to use hybrid without existing data is incredibly BAD IDEA.
You can only use hybrid if you already have valid OHLC records in the database for ALL bars that you want to create hybrid with.
Sorry, still learning this software. I recorded the whole process (video has subtitles) - can anyone spot what I did wrong? Thanks in advance!
Video
|
v
@Albert3919345 I think your time component is the issue, because in data you have it but not in aux1 file. if you want last bar, use the last bar time of the day
For HYBRID to work, that exact DATETIME should be found as mentioned by Tomasz