PureBytes Links
Trading Reference Links
|
Hi,
Is it possible to test, optimize and explore multiple systems
(different buy, sell, cover, short rules and stops) on one security in
Amibroker?
Let's say
1st system is
Buy=Cross(C, MA(C,15));
Sell=Cross(MA(C,15), C));
and trailing stop at 2%
2nd system
Buy=Cross(C, MA(C,25));
Sell=Cross(MA(C,25), C));
and trailing stop at 3%
Allocate 50% of equity or fixed 1 contract (points only testing) for
each system.
There can be situations when one system is long and the other is short
in the same time. Position size cannot be zero, because one system
could get a stop and this leads to a net long or short position.
So I think backtester should treat each system singly.
I'd like to get combined performance results based on trading multiple
systems.
Please, help :) Thanks
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|