Hi,
I am looking for assistance regarding AmiQuote (v4.30) and AmiBroker (v6.40.4).
I am interested in downloading unadjusted data from Yahoo Finance. Specifically, I want to import what Yahoo identifies as "Close" (which is adjusted for splits only), rather than "AdjClose" (which is adjusted for both splits and dividends).
Currently, when I run AmiQuote, it downloads the Adjusted Close into AmiBroker by default. The aqh.format content by default is:
$FORMAT Date_DMY,Open,High,Low,Close,AdjClose,Volume
I followed the instructions in this KB article to change the mapping:
I modified the format file to:
$FORMAT Date_DMY,Open,High,Low,Close,Skip,Volume
However, every time I run AmiQuote, the aqh.format file is automatically overwritten and reset to the default version (including AdjClose). As a result, AmiBroker keeps loading the Adjusted Close.
I have verified that the .aqh files in the AmiQuote download folder do contain both values, but I cannot get AmiBroker to load the unadjusted "Close" column because the format file keeps resetting itself.
My questions are:
- Is there a way to prevent AmiQuote from overwriting the
aqh.formatfile every time it runs? - How can I permanently configure AmiQuote or AmiBroker so that the "Auto-update" feature loads the unadjusted Close instead of the AdjClose?
Thank you in advance for your help.
Best regards,
