PureBytes Links
Trading Reference Links
|
Hi Terry and Anthony!
Thank you for your replies. In the meantime I found the reason for my
problem. I should first mention that (in an attempt to not make the
matter too complicated) I presented the formulas in my posting using
the standard Param() function. In fact I used the ParamOptimize
function Herman suggested some time ago in the amibroker-beta list:
function ParamOptimize( description, default, minv, maxv, step )
{ return Optimize(description, Param(description,default, minv,
maxv, step ), minv, maxv, step ); }
It seems that this function was the "culprit". After replacing all
instances of ParamOptimize() with Param() everything works as it
should.
And I guess that function was also the culprit for a problem I sent
one week ago to AB support (without having received an answer yet,
just the automatic response). For a system I developed the
optimization results did not correspond with the respective
backtesting results.
That's a pity since I really loved that function! But, well, it's my
fault - I should have tested it more thoroughly...
Greetings, Thomas
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|