PureBytes Links
Trading Reference Links
|
Now that I see my own screen shot, it's apparently parsing the code and
printing the default value (1 in my example), then it goes into Optimize
mode and runs those values (10-19) as the AA/Optimize results in the
lower right show.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Terry
Sent: Friday, October 27, 2006 17:22
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Optimizer extra loop? (4.80 pro)
I get the same DebugView results, but the Optimize only returns 2
results. I change some of your numbers. Similar results. Don't think it
really matters.
See screen shot.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of whitneybroach
Sent: Friday, October 27, 2006 15:23
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Optimizer extra loop? (4.80 pro)
New to AB.
When running this formula...
////////////////////////////////////////
tm_analyze=1;
tm_report=2;
tm_step=1;
testmode= Optimize( "TestMode", tm_analyze, tm_analyze, tm_report,
tm_step );
trace=True;
if ( Trace )
{
_TRACE( "Test mode=," + StrFormat( "%1.0f", testmode ) );
}
Buy=Sell=0;
////////////////////////////////////////
... I get these _TRACE results....
----------------------------------------
00000000 15:00:40.156 [2204] Test mode=,1
00000001 15:00:40.156 [2204] Test mode=,1
00000002 15:00:40.156 [2204] Test mode=,2
----------------------------------------
Isn't that an extra optimizer pass?
( Max - min ) / step
=
( 2 - 1 ) / 1 = 1 , correct?
Puzzled in Denver,
Whitney
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
http://groups.yahoo.com/group/amibroker/
Individual Email | Traditional
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
amibroker-unsubscribe@xxxxxxxxxxxxxxx
http://docs.yahoo.com/info/terms/
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006
|