PureBytes Links
Trading Reference Links
|
Try 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 <tianatrading@xxxxxxxxx> 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
>
>
> ------------------------------
> Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small
> Business<http://us.rd.yahoo.com/evt=41244/*http://smallbusiness.yahoo.com/>.
>
>
>
|