PureBytes Links
Trading Reference Links
|
Lets say I have system based on Moving Avarage crosses. I want to
optimize periods lengths, but i dont want to test buy signals when
slow MA above fast MA.
firstma = Optimize("First MA", 10, 3, 50 ,1);
secondma = Optimize("Second MA", 30, 9, 150 ,1);
How can i resolve this problem?
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/
|