----- Original Message -----
Sent: Friday, December 14, 2007 2:46
PM
Subject: [amibroker] What after
optimization is done ...
Hi
could someone enlight me on this problem:
After Optimization is done ,for example :
X
= Optimize("X", 10, 1, 20, 1);
Y = Optimize("Y", 100, 1, 200, 1);
Z =
Optimize("Z", 1000, 1, 2000, 1);
how
to integrate into Trading system 5 sets of best Optimization
results:
Set1: X=10;Y= 115; Y= 1350;
Set2: X=11;Y= 100; Y= 1450;
Set3: X=13;Y= 150; Y= 1445;
Set4: X=10;Y= 112; Y= 1500;
Set5: X=10;Y= 105; Y= 1100;
The trading system should execute only when the
preselected best sets conditions are met.
Thank you for any help
Drazen