PureBytes Links
Trading Reference Links
|
Trouble-shooting question.:)
Is your system-test code set up to give you portfolio-based results?
Do you have something like this (position-sizing code below) at the
end of it?
PosQty = 10; // Define how many open positions you want
SetOption("MaxOpenPositions", PosQty );
PositionSize = -99/PosQty; // invest 99% of portfolio equity
Luck,
Sebastian
--- In amibroker@xxxxxxxxxxxxxxx, "Barry Scarborough" <razzbarry@xxxx>
wrote:
>
> I am running beta 4.74.6 and I try to back test only on a watch list
> from 11/2 to date. Those settings are correct. But the report shows
> only one symbol rather than the results of all the trades on the
> stocks in the watch list. How do I set up back tester to show the
> combined results of all the trades? I want to see the overall
> gain/loss on the "portfolio." These stocks are not in the portfolio.
>
> Anyway I messed around with the back test and report options but
> nothing I do seems to allow BT to calculate the results of all the
> stocks.
>
> Thanks,
> Barry
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|