| 
 PureBytes Links 
Trading Reference Links 
 | 
Jayson,
when a bar is missing, the exploration does not "see" it at all, 
consequently we can not read V=0 for this bar.
DT
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Peter,
> perhaps you could do it with an IIF statement. something like
> iif(v==0,ref(c,-1),c). This would check for 0 volume and if found 
replace
> the c with yesterdays close?? A different approach might be to 
simply filter
> out the very thinly traded stocks all together....
> 
> Jayson
> -----Original Message-----
> From: amiabilityy <amiabilityy@xxxx> [mailto:amiabilityy@x...]
> Sent: Tuesday, March 04, 2003 8:52 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] how do i fix holes for composites
> 
> 
>    Hi members, is it possible to fix holes in the data for 
composites
> for the days that the stock doesnt trade.
> 
> 
> Thanks
>          peter.
> 
> 
>       Yahoo! Groups Sponsor
>             ADVERTISEMENT
> 
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> 
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |