I have intraday 1m data with manual import. following is the intraday settings
I dont feed the EOD data. It seems like the Amibroker generate the EOD row automatically. However, the EOD OHCL does not have the correct data. If you can see on the first screenshot, the stock was closed at 8700, but the EOD give different number, 8625.
From WHERE do you get that data? What is YOUR DATA SOURCE?
Unfortunately your question isn't clear enough and does not provide all necessary details to give you an answer. Please follow this advice: How to ask a good question
EOD records are those without TIME (date is provided without time component). So check your data files.
The other reason could be that you have run Quotation Editor and by mistake (by clicking random places) you have added EOD record yourself.
All the data records are containing DATE and TIME part, thats why, as your recommendation somewhere else in this forum, imported separately as DATE_YMD and TIME.
from your response, I can conclude that there is no mechanism which the engine (AMI) generate EOD data automatically. There must be somehow added, either by mistake or else.