merging intraday and EOD data in single database using afl code or any other process

#1
i am a using single database for viewing both Intraday Quotes and EOD Quotes with 1 Min tick and Allow Mixed Intrday and EOD data enabled.
But for Intraday i am getting data for 15 days only and if i want to view EOD data i can get only for 15 days only and both Intraday and EOD data are stored as two different data files in same database.
Eg: CIPLA EOD data will be like CIPLA.NS which has data for three years but it doesn't have 1 min data for 15 days and CIPLA 1 min data will be like CIPLA but it will have 1 min data for 15 days.
Currently i am using merge option in Amibroker to copy CIPLA.NS three years data EOD to CIPLA data file and after that running AFL code on this data file. So daily i have to perform manual operation. If its one or two scripts its easy but for if 20 to 30 scrips its taking time. Also i am not change the scrip name from cipla.ns to cipla or cipla to cipla.ns while copying data from data feeder.

Please let me know whether any script or any another option to merger to data files in backend?
 

Similar threads