PureBytes Links
Trading Reference Links
|
David,
I have tested many times the equity() to understand how it works,
try something like this ( if in setting you have initial capital
50000)
PositionSize=10000;
Plot(Equity()-40000,"",4,1);
and you'll get the right equity of your position size.
it is one reason why I have written a LongEquity.dll for a simple
equity ( not compound)to do not be under the control of settings.
stephane
> thanks stephane, i have my intial equity set in the settings at
50000 and my code has the positionsize = 5000
> the curve is still based on 50000 not the 5000 per trade ..
>
> David
> ----- Original Message -----
> From: nenapacwanfr
> To: amibroker@xxxx
> Sent: Monday, April 22, 2002 6:33 PM
> Subject: [amibroker] Re: equity curve
>
>
> David,
>
> it seems that equity take care of the positionsize, but often we
> forget that the equity is dependant of the settings+++
>
> if your position size is >> initial equity, sure the equity fct
> doesn't pay attention to the position size.
>
> stephane
>
>
> > Hi All , I noticed the equity curve doesn't pay attention to
the
> positionsize = XXXX
> >
> > is there a way to make it ? also any suggestion as to how to
get
> it to create a curve for the whole backtest results not just
each
> code ?
> >
> > I guess some of these item will come with future upgrades :)
> >
> > Regards
> >
> >
> > David Holzgrefe
> > msn messenger dtholz@xxxx
> > icq 21622812
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.350 / Virus Database: 196 - Release Date:
4/17/2002
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002
|