PureBytes Links
Trading Reference Links
|
Filter is for explorations. To do the same for backtests, add the logic to your Buy/Short statement(s), else use the GUI as suggested in the previous post.
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Markus Witzler" <funnybiz@xxx> wrote:
>
> Thanks, Mike.
>
> I still wonder somehow why my filters didn´t do the trick, especially Filter = GroupID() != 253
>
> Thanks
>
> Markus
>
>
> ----- Original Message -----
> From: Mike
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Monday, August 03, 2009 8:34 PM
> Subject: [amibroker] Re: Excluding composites from backtest
>
>
> Click on the Define button in the Apply To section of the AA window. On the excludes tab, enter 253 for groups. Now when running, composites will be ignored.
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Markus Witzler" <funnybiz@> wrote:
> >
> > Hello,
> >
> > I specified
> >
> > Filter = GroupID() != 253
> >
> > to exclude newly created composites from backtest, but that doens´t work.
> >
> > Also
> > Filter = StrLeft( Name(), 1)!= "~"
> >
> > doesn´t exclude them.
> >
> > Any suggestions for me?
> >
> > Thanks
> >
> > Markus
> >
>
------------------------------------
**** 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:
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/
|