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

RE: [amibroker] Stepping Your Equity by the month



PureBytes Links

Trading Reference Links

Where do I plug in it? (Which one of the many windows do I put it in?

Thanks!

dingo

-----Original Message-----
From: Herman van den Bergen [mailto:psytek@x...] 
Sent: Sunday, July 21, 2002 7:57 PM
To: Amibroker@xxxx Com
Subject: [amibroker] Stepping Your Equity by the month



This formula gives you a quick view of loosing periods, given in nm
months:

E = Equity();
Plot(E,"T3xx QQQ",1,1);

nm = 3; //number of months for equity breakdown >1
m = Cum(Month() != Ref(Month(),-1));
Ok = Cross(m/nm,int(m/nm));
E = ValueWhen(OK,E);
Plot(E,"Monthly Equity",6,1); 




Yahoo! Groups Sponsor	

ADVERTISEMENT

<http://rd.yahoo.com/M=228862.2128520.3581629.1829184/D=egroupweb/S=1705
632198:HM/A=1155068/R=0/*http://adfarm.mediaplex.com/ad/ck/990-1736-1039
-302> 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> . 



------=_NextPart_001_0074_01C230F2.A8C58110
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii"=
>
<TITLE>Message</TITLE>

<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff si=
ze=3D2>Thats'=20
really neat!&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff si=
ze=3D2>Where=20
do I plug in it?&nbsp; (Which one of the many windows do I put it=20
in?</FONT></SPAN></DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff=20
size=3D2>Thanks!</FONT></SPAN></DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D924330900-22072002><FONT face=3DArial color=3D#0000ff=20
size=3D2>dingo</FONT></SPAN></DIV>
<BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft><FO=
NT=20
face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B> Herman =
van den=20
Bergen [mailto:psytek@x...] <BR><B>Sent:</B> Sunday, July 21, 2002 =
7:57=20
PM<BR><B>To:</B> Amibroker@xxxx Com<BR><B>Subject:</B> [amibroker=
]=20
Stepping Your Equity by the month<BR><BR></FONT></DIV>
<P><FONT size=3D2>This formula gives you a quick&nbsp;view of loosing per=
iods,=20
given in&nbsp;nm months:<BR><BR>E =3D Equity();<BR>Plot(E,"T3xx=20
QQQ",1,1);<BR><BR>nm =3D 3; //number of months for equity breakdown &gt;1=
<BR>m =3D=20
Cum(Month() !=3D Ref(Month(),-1));<BR>Ok =3D Cross(m/nm,int(m/nm));<BR>E =
=3D=20
ValueWhen(OK,E);<BR>Plot(E,"Monthly Equity",6,1);</FONT> </P>
<P><IMG alt=3D"" hspace=3D0 src=3D"cid:924330900@xxxx"; align=3Db=
aseline=20
border=3D0></P><BR><BR><TT>Your=20
use of Yahoo! Groups is subject to the <A=20
href=3D"http://docs.yahoo.com/info/terms/";>Yahoo! Terms of Service</A>.</=
TT>=20
<BR></BLOCKQUOTE></BODY></HTML>

------=_NextPart_001_0074_01C230F2.A8C58110--

Attachment: Description: ""