PureBytes Links
Trading Reference Links
|
Anyone have any experience with this?
-Eric.
--- In amibroker@xxxxxxxxxxxxxxx, "ericleake" <eleake@xxxx> wrote:
>
> Two questions regarding Equity and ATC:
>
> 1. When completing a backtest, I am using AddToComposite to create
a
> ticker of the Equity. I'm then trying to buy that ticker in a "buy
> and hold" strategy, but am not getting the same results as the
> original backtest. For example, original backtest comes in say at
> 18% CAR, but buying and holding the resulting equity curve results
> in a 4% CAR. What am I doing wrong? Buy and hold code is simply:
>
> SetOption("InitialEquity", 100 );
> SetOption("MaxOpenPositions", 1 );
> SetTradeDelays(0,0,0,0);
> PositionSize=-100;
> Buy=1;
> Sell=0;
>
> 2. Is there a way to use ATC in Rotational Mode to accomplish the
> same thing? -i.e. get a ticker symbol for the Equity on a
backtest,
> since there is no scanning a rotational strategy?
>
> Thanks!
>
> -Eric Leake.
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|