PureBytes Links
Trading Reference Links
|
<SPAN
class=261032815-27022003>Waz,
close
it then run a new backtest in AA. Each back test is updated into the equity
line. If you were to open the indicator you would see your buy sell conditions
at the top of the indicator above this section....
<SPAN
class=261032815-27022003>
<FONT
color=#008000 size=2>
/**/
//--equity-plot-- do not remove this
line
MaxGraph=0<FONT
size=2>;GraphXSpace=<FONT
size=2>5<FONT
color=#0000ff>;<FONT
color=#0000ff>
GraphZOrder=<FONT
size=2>1<FONT
color=#0000ff>;
Plot( <FONT color=#0000ff
size=2>Equity( <FONT color=#ff00ff
size=2>0, -<FONT color=#ff00ff
size=2>2 ), <FONT color=#ff00ff
size=2>"Equity",-<FONT color=#ff00ff
size=2>2, <FONT color=#000000
size=2>styleArea );<FONT
color=#008000 size=2>
/* now buy and hold simulation */<FONT
color=#000000 size=2>
Short=Cover<FONT
size=2>=0<FONT
color=#0000ff>;<FONT
color=#0000ff>
Buy=<FONT
size=2>Status(<FONT
size=2>"firstbarintest"<FONT
color=#0000ff>);<FONT
color=#0000ff>
Sell=Status<FONT
size=2>("lastbarintest"<FONT color=#282828
size=2>);<FONT color=#0000ff
size=2>
SetTradeDelays(<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0); <FONT color=#000000
size=2>PositionSize = -<FONT
color=#ff00ff size=2>100;<FONT
color=#0000ff size=2>
ApplyStop(<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0);<FONT color=#0000ff
size=2>
ApplyStop(<FONT color=#ff00ff
size=2>1,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0);<FONT color=#0000ff
size=2>
ApplyStop(<FONT color=#ff00ff
size=2>2,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0,<FONT color=#ff00ff
size=2>0);<FONT color=#0000ff
size=2>
Plot( <FONT color=#0000ff
size=2>Equity( <FONT color=#ff00ff
size=2>0, -<FONT color=#ff00ff
size=2>2 ), <FONT color=#ff00ff
size=2>"Buy&Hold", -<FONT
color=#ff00ff size=2>9,<FONT
color=#000000 size=2>styleThick );
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Listes trading
[mailto:listes.trading@xxxxxxx]Sent: Thursday, February 27, 2003 7:55
AMTo: AmiBrokerSubject: [amibroker] Help on
equity
<SPAN
class=852315312-27022003>Hello
<SPAN
class=852315312-27022003>
Could someone
remind me how to reset the built-in equity indicator?
<SPAN
class=852315312-27022003>Thanks.
<SPAN
class=852315312-27022003>
<SPAN
class=852315312-27022003>WazSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|