PureBytes Links
Trading Reference Links
|
For the first question try setting the Position size within the
formular you are testing
You can enter the position size as a percentage of equity
PositionSize = -10; // position size is 10 % of equity , -50 = 50% etc
You can also set the position size as a fixed amount
Postionsize = 10000;// Position size = $10000
You can also use a formular to set postion size.
Not sure on the studies as I havn't used them yet.
See Change
--- In amibroker@xxxxxxxxxxxxxxx, "pennellp2000" <pennellp2000@xxxx>
wrote:
> When I use the backtester it only does 1 trade at a time. It wont
> enter a second till the first is finished. In portfolio setting I
> have it set to maximum of 10 open positions, or is that the way it
> works?
> Secondly, when I draw studies on many charts I have to "delete all
> studies " for each chart. Is there something in the way of a "
delete
> all studies or dont save studies" setting when closing down.
thanks
> in advance, Phill
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|