PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Donald F Lindberg" <dlindber@xxx>
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: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf
> Of Donald F Lindberg
> Sent: Saturday, June 07, 2008 1:02 PM
> To: amibroker@xxxxxxxxxxxxxxx
> 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: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf
> Of bvpraveenmails
> Sent: Saturday, June 07, 2008 9:14 AM
> To: amibroker@xxxxxxxxxxxxxxx
> 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.
>
------------------------------------
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/
|