Are you sure you want to do this? this is a dangerous operation. it could
trash your database if you make a mistake.


  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of fox97us
Sent: Tuesday, 1 May 2007 2:14 PM
To: [email protected]
Subject: [amibroker] Re: Help! How can I remove EOD data from an intraday
database?



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 [EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com,
"Paul Ho" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com
[mailto:[EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com] 
On Behalf
> Of fox97us
> Sent: Monday, 30 April 2007 1:22 PM
> To: [EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com
> 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!
>



 

Reply via email to