PureBytes Links
Trading Reference Links
|
See LastValue() and SelectedValue functions in help
Count = LastValue(BarsSince(Buy));
----- Original Message -----
From: "Mike" <sfclimbers@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, March 31, 2008 9:45 PM
Subject: [amibroker] How do I get current bar index as a scaler?
> Does anyone have an easy way to get the current bar index as a scaler?
>
> I find that I often want to dereference an array to get a scaler, but
> don't know of an easy way (aside from looping) to get the current bar
> index.
>
> For example; How would I figure out 'x' in the snippet below without
> looping:
>
> Count = BarsSince(Buy);
> Value = stdev(Close, Count[x]);
>
> The above is just a meaningless example. The array to dereference does
> not have to be BarsSince, and the function could be any function
> taking a scaler.
>
> Thanks.
>
>
>
> ------------------------------------
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
> Yahoo! Groups Links
>
>
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|