PDA

View Full Version : Deleting IEOD data in Amibroker


Sam
13th December 2009, 09:47 PM
Is there a way by which the intraday quotes for a day for all scrips be deleted at once? That is, without recourse to backed up AB data, or export to csv and deletion in Metastock.

sitesupport
23rd December 2009, 12:15 AM
Is there a way by which the intraday quotes for a day for all scrips be deleted at once? That is, without recourse to backed up AB data, or export to csv and deletion in Metastock.

Assuming that you have wrong quotes for one of the days, one of the ways to do this would be to over-write the existing quotes with the correct ones.

If you just want to delete this day forever then it will require some AB scripting to do it.

As far as i know the older versions of AB do not support single day deletions. We will need to check which version of AB you are using and if its scripting APIs handle day deletion. In case it is supported as said above you will need to get this script done.