PureBytes Links
Trading Reference Links
|
Terry wrote:
> In order to use the optimize, which is fantastic, you define variables as
> follows for whatever you want. For example, and RSI period, an EMA
> period, a
> STOP loss, anything.
>
> X = optimize(łName˛,10,2,50,2);
>
> Look it up in help for more details.
> If you optimze TWO variables (at a time), then you can get very cool 3D
> graphs of the results.
Actually, Terry, Herman posted some code awhile back that enables you to
view the 3D graph when optimizing only one variable. You would simply
create a dummy variable like:
Dummy = Optimize("Dummy",0,0,1,1);
YourVariable = Optimize("YourVar", 2,1,20,1);
When you plot your 3D graph, you will see a ribbon-like graph of
YourVariable with width of 1 unit. Very cool.
Al Venosa
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|