PureBytes Links
Trading Reference Links
|
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 http://docs.yahoo.com/info/terms/
|