--- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > http://www.amibroker.com/f?timeframegetprice > http://www.amibroker.com/guide/h_timeframe.html > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: "Angelo" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, July 04, 2008 1:33 PM > Subject: [amibroker] Tracking intraday High & Low > > > > Hi everybody, > > > > has someone already programmed the AFL formula for an indicator that > > traks on an intraday chart, the high/low since the opening of the > > session? > > Here is an example of what I'd like to get: > > > > http://img365.imageshack.us/my.php?image=fib5mwy0.jpg > > > > Thanks, > > > > Angelo. > > > > > >
Thanks Tomasz, maybe I'm missing something, but I don't feel the need to work on multiple timeframes. My need would be: - at the opening bar: assigning the High and the Low to the variables Htoday and Ltoday; - as far as the day goes on: IF the H of any bar is higher of Htoday THEN Htoday is raised to this new level.... and so on till the last bar of the day.
