PureBytes Links
Trading Reference Links
|
I believe quickafl is permanently turned on and cannot be turned off
you need to use setbarsrequired in your afl
On Sun, 30 Jan 2005 21:15:09 -0000, seneca_kw <seneca_kw@xxxxxxxxx> wrote:
>
>
> One more note to self: I'm not saying you should turn off QuickAFL.
> In fact, Tomasz has said that's highly discouraged. I was just
> saying that by turning it off I could see that this was the source of
> what appeared to be strange behavior.
>
> --- In amibroker@xxxxxxxxxxxxxxx, "seneca_kw" <seneca_kw@xxxx> wrote:
> >
> > Stumbled across the solution: turn off QuickAFL
> > (Tools>Preferences>AFL).
> >
> > Wayne
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "seneca_kw" <seneca_kw@xxxx>
> wrote:
> > >
> > > I've finally started to tackle flow control and looping. For a
> non-
> > > programmer, it's brutal. I'm trying to inch forward one tiny
> step
> > at
> > > a time. My first little project is to understand subscript
> > > operators.
> > >
> > > In the User's Guide, Tomasz gives this example:
> > >
> > > WriteVal(Close[0]); // prints the first bar of close array
> > >
> > > Simple enough. I decided to quickly verify by this by displaying
> > the
> > > value in the IB window:
> > >
> > > Title=WriteVal(Close[0]);
> > >
> > > Sure enough, it displayed the close of the first bar. But as I
> > > scrolled to the right in the main window, the value suddenly
> > started
> > > changing. Why would it change? Why doesn't it always display
> the
> > > close of the first bar? I've experimented over and over but
> can't
> > > figure out where the changed numbers are coming from or what they
> > > represent.
> > >
> > > Can someone explain?
> > >
> > > Thanks,
> > > Wayne
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|