PureBytes Links
Trading Reference Links
|
Mark,
You will find the answers to those questions in a dedicated
section of the User's Guide that covers using Equity() function:
User's Guide: AmiBroker Formula Language: Equity Function.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Mark B" <markbag@xxxxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, February 22, 2003 4:28 PM
Subject: Re: [amibroker] Newbie question: plot
> Hi Jayson.
>
> Thanks for the reply. Clicking the equity button displays the equity. Also,
> if I am backtesting multiple stocks, does the equity graph show the graph
> for just that stock? Is there a way to show the equity curve for all stocks?
>
> What does plot(Equity(1), "Equity", 5, 64); do - is that useless?
>
> Cheers,
>
> Mark
>
>
>
> ----- Original Message -----
> From: Jayson
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, February 23, 2003 1:45 AM
> Subject: RE: [amibroker] Newbie question: plot
>
>
> Mark,
> after running the back test did you hit the equity button? if yes then
> simply minimize the AA window and you should see your equity curve at the
> bottom of your chart......
>
> Jayson
> -----Original Message-----
> From: Mark B [mailto:markbag@xxxxxxxxxxxxxxxx]
> Sent: Saturday, February 22, 2003 9:34 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Newbie question: plot
>
>
> Hi All.
>
> A basic question, probably just a fundamental misunderstanding at some
> level.
>
> I want to back test a system, and see an equity curve at the end. Pretty
> straight forward. I though I could do something simple like this:
> Buy = Cross( Close, EMA( Close, 45 ) );
> Sell = Cross( EMA( Close, 45 ), Close );
> plot(Equity(1), "Equity", 5, 64);
>
> In the automatic analysis window, hit backtest, and done. But doing this
> produces no equity curve anywhere I can see. What's the fundamental thing
> I'm missing here?
>
> Cheers,
>
> Mark
>
>
>
> 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.
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> 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.
>
>
> 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 http://docs.yahoo.com/info/terms/
>
>
>
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 http://docs.yahoo.com/info/terms/
|