If you need to use times during the day to define sessions then just use timenum
this will give session times for 10am to 4pm, just adjust the times and < <= > >= conditions to suit how you have the bar period times shown, ie shows at start or end of period per your preferences
Start = ref(timenum(),-1)<100000 and timenum()>=100000;
Finish = timenum()<=160000 and ref(timenum(),1)>160000;
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 21/09/06, J. Biran <[EMAIL PROTECTED]> wrote:
That was my initial thought too, but, what do you do if the data base is 24hr data?
Joseph Biran
____________________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of Graham
Sent: Wednesday, September 20, 2006 3:29 PM
To: [email protected]
Subject: Re: [amibroker] first/last 1-minute bar of each dayTry this
FirstBar = datenum()!=ref(datenum(),-1);
Lastbar = datenum()!=ref(datenum(),1);
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 20/09/06, dirk schreiber <[EMAIL PROTECTED]> wrote:hello group,i want to simulate/backtest a system which closes all positions via MOC. how do i reference the LAST 1-minute bar for each individual day (sometimes my DB has 15:59, sometimes 15:58, sometimes 16:00 etc.)and how would i code the FIRST 1-minute bar for the day?thanks,dirk
__._,_.___
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 other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
| Software support | Small business finance | Business finance online |
| Business finance training | Business finance course |
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
