--- In [email protected], "Donald F Lindberg" <[EMAIL PROTECTED]>
wrote:
>
> Sorry, forgot the AFL code,
>
> ----------------Begin Code -------------------
>
> Filter=1;
>
> AddColumn(O,"Open",1.2);
>
> AddColumn(H,"High",1.2);
>
> AddColumn(L,"Low",1.2);
>
> AddColumn(C,"Close",1.2);
>
> AddColumn(V,"Volume",1.2);
>
>
> --------End Code -------------------
>
>   _____
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf
> Of Donald F Lindberg
> Sent: Saturday, June 07, 2008 1:02 PM
> To: [email protected]
> Subject: RE: [amibroker] Re: Deleting zero volume quotes
>
>
>
>
>
> Praveen,
>
> Use the formula I have created below.  This Exploration will give you
the
> Open,High,Low,Close and Volume for all the symbols in your database,
which
> you may sort and choose any field. Select the offending null symbols,
copy
> them into a watch list, then use Symbol Organize on that watch list to
> delete those symbols.
>
>
>   _____
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf
> Of bvpraveenmails
> Sent: Saturday, June 07, 2008 9:14 AM
> To: [email protected]
> Subject: [amibroker] Re: Deleting zero volume quotes
>
>
>
> Hello Donald,
>
> Thanks for your reply.
>
> Your solution is for the entire symbol itself. But my problem is
> different.
>
> I've some dummy quote with o=h=l=c all equal and volume = 0. This
> comes as the last quote for that day, ie I've quote for 3:30:55 with
> OHLC all same and volume as 0, when the actual market time ends at
> 3:29:55.
>
> I hope I've explained my problem in detail.
>
> Regards,
> Praveen.
>


Reply via email to