[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Benchmarking



PureBytes Links

Trading Reference Links

The equity function applied to the composite might be useful as well, if you want an array to plot.  Here's a clip I use in an indicator chart.

JOE

// Dev the buy and hold equity for Long Fund.

SetForeign(fund2ticker);

Buy = 1;

Sell = 0;

bhldeq = Equity( 1, 3, startdatenum , enddatenum );

bhldeq = bhldeq/1000;

RestorePriceArrays();

----- Original Message -----
Sent: Tuesday, July 22, 2008 8:16 AM
Subject: Re: [amibroker] Benchmarking

Hello,
 
Two steps:
1. Create a benchmark (index) symbol using AddToComposite. Check "Introduction to ATC" doc for instructions.
2. Run benchmark buy and hold backtest using:
 
Buy = Status("firstbarintest");
Sell = Status("lastbarintest");
 

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
Sent: Tuesday, July 22, 2008 1:26 PM
Subject: [amibroker] Benchmarking


Dear All,

I am trying to test an active asset allocation strategy versus a passive benchmark. This benchmark would be static and include various asset classes (e.g. 40% equities, 40% bonds, 10 % commodities, etc.).

Is it possbile to create such a benchmark in Amibroker? I saw in the archives a discussion back in 2006, where Tomasz was thinking about implementing something down these lines. Has such a function been added meanwhile? Or is there a work around to this?

Any input highly appreciated

Best regards,
André




************************ DISCLAIMER ************************
This message is intended only for use by the person
to whom it is addressed. It may contain information
that is privileged and confidential. Its content does
not constitute a formal commitment by Lombard
Odier Darier Hentsch Group and any of its affiliates.
If you are not the intended recipient of this message,
kindly notify the sender immediately and destroy this
message. Thank You.
*****************************************************************

__._,_.___

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




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___