PureBytes Links
Trading Reference Links
|
Stan,
If you don't want to backtest on everything, then you must limit it
by defining a filter in the Apply to box. You can filter by group,
watchlist, etc.
If you only want longs trades, then click on the Settings button in
the AA window and set your Positions to Long only. If you don't want
to see out of market position, go to the Report tab and uncheck
Include out of market positions.
HB
--- In amibroker@xxxxxxxxxxxxxxx, "sjsolak" <sjsolak@xxxx> wrote:
> Please help me learn the backtesting feature of AmiBroker.
>
> I tried the tutorial within AmiBroker for a very simple test.
> But it seems to short when I only want Longs, and I only want
stocks.
>
>
> I have two commands within the Auto Analysis window:
>
> Buy = Cross( Close, EMA( Close, 45 ) );
> Sell = Cross( EMA( Close, 45 ), Close );
>
> Apply to: all stocks
> Range: from 1/8/03 to 4/18/03
> Click: Back Test
>
> Results example:
>
> $advq Out 1/8/2003 1,195.0000 etc.
> $advq Long 1/9/2003 2,334.0000 etc.
>
> Then it does the index's (^)
>
> Finally the stocks:
>
> A Out 1/8/2003 820.0000 etc
> A Long 3/18/2003 825.0000 etc
>
> I do not want to go short (Out, I think)
> I do not want the mutual funds ($) or index(^).
>
> Would someone please help me? I do not have ready access to the
> internet, so it may take a couple of days for me to respond to
> any help. Thank you
>
>
> Stan Solak
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|