PureBytes Links
Trading Reference Links
|
Chris,
What I did is made an AddToComposite of it and then plot it. Then I get a
straight line with the value of the starting capital:
Capital = Equity();
AddToComposite(Capital,"~ttt1","C",atcFlagEnableInBacktest);
ttt1 = Foreign("~ttt1", "C");
Plot(ttt1,"",colorBrightGreen,1);
I think it is a right way to test this but I am still looking into it,
rgds, Ed
----- Original Message -----
From: "Christoper" <turkey@xxxxxxxxxxxxxxx>
To: <ed2000nl@xxxxxxx>
Sent: Friday, December 10, 2004 7:00 PM
Subject: Re: [amibroker] Re: PositionSize / Capital
>
> Hey Ed - so how are you verifying the constant capital? via the
> Equity cahrt? or manually calculating the positions with a detailed
> trade log?
>
> I ask b/c, you know I've never really *manually* verfied that my
> positions are changing baesd on equity size. I just saw that all my
> equity is consistantly being used throughout the backtest range (via
> equity chart) so I just assumed my positions are ok.
>
> - chris
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|