Knowledge Base has a the code for RefDay() which is like Ref() but uses calendar days.
Bill ----- Original Message ----- From: "hatizen" <[EMAIL PROTECTED]> To: <[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/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > > -- > 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 > >
