PureBytes Links
Trading Reference Links
|
The use of fixup=1 in Foreign() function will fill the intermediate
holes, not the [probable] last missing bar[s].
DT
--- In amibroker@xxxxxxxxxxxxxxx, "downhillspeedster
<downhillspeedster@xxxx>" <downhillspeedster@xxxx> wrote:
>
> Utilize Foreign with Fixup = True to generate the input array for
> AddtoComposite. This will fill in the holes.
>
>
> --- 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/
|