That's not what happens. It gets executed 200 times. I have refresh set to 0 
btw, so it runs 200 times and then stops. it will run if I scroll the chart 
window of course.

This is just not making sense to me.


--- In [email protected], Aron <aron.gro...@...> wrote:
>
> each time chart refreshes.
> 
> 
> Conrad Joach wrote:
> > I have a database with 5000 minute bars in it. I open a chart set to 15 
> > minute interval.
> >
> > I place the following AFL on the chart:
> >
> > fvb = Status("firstvisiblebar");
> > lvb = Status("lastvisiblebar");
> >
> >
> > _TRACE(NumToStr(fvb));
> > _TRACE(NumToStr(lvb));
> >
> > How many times should this pair of values be printed? 5000/15? Or 5000?
> >
> >
> >
> > ------------------------------------
> >
> > **** IMPORTANT PLEASE READ ****
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > TO GET TECHNICAL SUPPORT send an e-mail directly to 
> > SUPPORT {at} amibroker.com
> >
> > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > http://www.amibroker.com/feedback/
> > (submissions sent via other channels won't be considered)
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>


Reply via email to