PureBytes Links
Trading Reference Links
|
CS,
Again - I checked it and can not reproduce this problem.
Therefore I can not confirm any problem with optimize
columns.
Apparently there is an error in your AFL code.
Send me the code and then I will be able to solve this
issue.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
CS
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, April 27, 2002 8:11
AM
Subject: Re: [amibroker] Re: optimize
columns
loul,
There are no scripts in the formula.
The results seen under the LBC column must range from
0 to 5 (depending on STEP used) as it was set up in:
LBC=Optimize("LBC",3,0,5,1);
Unexpected results usually come from the STEP increment
not evenly dividing into the MIN to MAX range, so I always pay
attention to it.
|