PureBytes Links
Trading Reference Links
|
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 --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
|