PureBytes Links
Trading Reference Links
|
I was trying to optimize the dekay for dtochastic signal line
with the code below.
Problem I ran into is inconsistent results between backtest /
optimize.
I set the optimize settings so that the only value of variable
=0, same as its default value... so backtest and optimize should give same
results.
The results when using backtest and optimize are significantly
different!
Anyone ran into this problem?
Ara
Stoc = StochD<FONT
size=1>(Stoc_Period);
StocSig_Filter = 9;
StocSig_Filter = Optimize<FONT
size=1>("StocSig_Filter"<FONT
size=1>,9,<FONT
color=#ff00ff size=1>9,<FONT color=#ff00ff
size=1>9,1<FONT
size=1>);
Stoc_Sig = MA<FONT
size=1>(Stoc,StocSig_Filter);
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|