July 22, 2017 UPDATE :
Yahoo today changed the order of columns (swapped \u201cClose\u201d with \u201cAdjusted Close\u201d).
To fix, you need to edit aqh.format file (in Formats subdirectory).<\/p>
Old format line<\/p>
$FORMAT Date_DMY,Open,High,Low,Skip,Close,Volume
<\/code><\/p>
should be changed to:<\/p>
$FORMAT Date_DMY,Open,High,Low,Close,Skip,Volume
<\/code><\/p>
A ready to use aqh.format file can be downloaded from here<\/a> (right click and choose “Save target as…”). Place it into “Formats” subdirectory.<\/p>
This is new Yahoo error due to the fact that they added “dividend adjustments” incorrectly
http:\/\/forum.amibroker.com\/t\/amiquote-3-15-is-coming\/171\/18<\/a><\/p>
Charts looked correct (albeit without dividend adjustments).<\/p>
Here is example of EWJ data downloaded from Yahoo:<\/p>
02-08-2010, 39.000000, 39.360001, 38.880001, 9.840000, 35.239758, 4488800<\/code><\/p>
The columns are as follows:<\/p>
Date, AdjOpen, AdjHigh, AdjLow, RawClose, AdjCloseForSplitsAndDividends, Volume<\/code><\/p>
So here is where the mess is coming from.<\/p>
That is why you are getting Close field below OHL fields and strange looking charts.<\/p>
Another example – this time straight from Yahoo web site.<\/p>
Link:
https:\/\/finance.yahoo.com\/quote\/IP\/history?period1=804549600&period2=807055200&interval=1d&filter=history&frequency=1d<\/a><\/p>
This needs to be fixed by Yahoo on their site. You need to complain to Yahoo to fix their mess.<\/p>
There is already a thread that describes this data error on Yahoo web site https:\/\/forums.yahoo.net\/t5\/Yahoo-Finance-help\/Historical-Data-Split-and-Dividend-Adjustment-Errors-in-EEM\/td-p\/279800<\/a> but apparently Yahoo does not see \/ understand that yet.<\/p>