--- In amibroker@xxxxxxxxxps.com,
"Curt" <crcmcc@xxx> wrote:
>
> Does it make sense to try to use the optimizer if PositionScore is
set
> to Random()? For example:
>
> OptimizerSetengine("cmae");
> PositionScore = Random();
>
I should clarify that by setting PositionScore=Random(), runs with
exactly the same parameters will not produce the same results. This is
because, in the cases where the portfolio becomes fully invested, a
different set of stocks will populate the portfolio each run.