PureBytes Links
Trading Reference Links
|
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|