PureBytes Links
Trading Reference Links
|
Thanks a lot for your very kind help.
I am not good at coding. Would you please give me some examples how
to remove EOD data using AFL?
--- In amibroker@xxxxxxxxxxxxxxx, "Paul Ho" <paultsho@xxx> wrote:
>
> The difference between EOD bars and intraday bars lies in the
function
> TimNum();
> such that eod = TimeNum() == 0; you can write an afl that remove
bars which
> are eod.
> To make sure it doesnt happen again, use different symbology for
eod and
> intraday tickers. this is possible even if they are the same ticker
from
> your data source with the use of alias.
>
>
>
> _____
>
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On Behalf
> Of fox97us
> Sent: Monday, 30 April 2007 1:22 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Help! How can I remove EOD data from an
intraday
> database?
>
>
>
> I accidentally imported end of day (EOD) data into an intraday
database
> using Amiquote. Now the 9:30 am bars are replaced by EOD data on
> intraday view. How can I remove EOD data? How can I prevent this
> mistake to happen again by set the database setting?
>
> This is a very important database for me. Thank you very much!
>
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/
|