PureBytes Links
Trading Reference Links
|
Thank you Mike.
I've gotten way too used to
Filter = 1 ;
as part of the scenery!
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> Set Filter to Status("lastbarinrange") as follows:
>
> Closes = Cum(IIF(Status("barinrange"), Close, 0));
> Filter = Status("lastbarinrange");
> AddColumn(Closes, "Closes");
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "progster01" <progster@> wrote:
> >
> > Hi.
> >
> > Suppose one is doing a daily exploration over the course of a date range.
> >
> > It's easy to calculate anything and show the value each and every day using AddColumn().
> >
> > However, suppose one is calculating rolling statistics and has no interest in seeing any values but the final values when the exploration is run.
> >
> > Is there a technique whereby one can have the exploration visit all the bars across the date range but only display the final value?
> >
> > IOW, the running the exploration in the AA window would display one row per symbol, where that row contains the summary stat(s) which is (are), in fact, the last value of a continuously calculated array.
> >
>
------------------------------------
**** 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
<*> 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:
amibroker-digest@xxxxxxxxxxxxxxx
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/
|