PureBytes Links
Trading Reference Links
|
What type of data base, intraday or eod? If it is intraday you may
have data you don't see, i.e. after hours data. Also your database
may have tickers that have not been updated for a while. Deleting the
last 5 bars might not give the desired results so whatever program
you use you must be specific.
I don't know how to do this with AFL but you could do it with a java
script program. You will probably need to pass parameters to the
program to define exactly what bars, date and time, you want to
delete. If you go this route Google BackEdit 11 and download the free
java editor. You can use notepad but it is much easier to use
BackEdit, especially if you have code errors. There are samples of
script files shipped with AB so look at those first in the Scripts
folder. The cleanup.js program shows you how to migrate through the
whole database.
Barry
--- In amibroker@xxxxxxxxxxxxxxx, "khaleel_sk" <indbears@xxx> wrote:
>
> how to delete latest five bars from entire database through AFL
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|