I was going through the code posted in the Knowledge Base and could not
figure this out by myself. If one wished to extract the total number of
bars i.e. trading days from a given number of calender days how should one
go about it?
Thanks for any help.
R
On 6/7/07, wavemechanic <[EMAIL PROTECTED]> wrote:
*Knowledge Base has a the code for RefDay() which is like Ref() but uses
calendar days.*
**
*Bill*
**
*----- Original Message ----- * *From: "hatizen" <[EMAIL PROTECTED]<[EMAIL
PROTECTED]>
*>*
*To: <[EMAIL PROTECTED] <[email protected]>*>*
*Sent: Wednesday, June 06, 2007 11:58 PM*
*Subject: [amibroker] Use calendar day rather than trading day*
*
*
*> Hi,
>
> I'm trying to find the growth percentage between close price today and
> close price 30 calendar days ago.
>
> When i use 30 in the formular below, it returns the price as of 30
> TRADING days ago, not calendar days. What do i need to do to make it
> fetch the calendar day price? thank you
>
> growth = (Close - Ref(Close, -30)) / Ref(Close, -30) <= 0.1;
>
>
>
> 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/* <http://www.amibroker.com/devlog/>
*>
> For other support material please check also:
>
**http://www.amibroker.com/support.html*<http://www.amibroker.com/support.html>
*>
> Yahoo! Groups Links
>
>
> **mailto:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
*>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.472 / Virus Database: 269.8.9/834 - Release Date: 6/5/2007
2:38 PM
>
>*