Thank's

but after I trying I get parameters in the .par file only for 1 asset:

Quote:
EUR/GBP 975 974 968 785 2.43 785 2.43 785 3.24=> 1.511


for other 2 (EUR/USD, GBP/USD) no
( version 1.745 S)

I thinking if have this:
Code:
asset("EUR/USD");
       nE=optimize(...);

	asset("EUR/NZD");
       nN=optimize(...);

	asset("EUR/JPY");
       nY=optimize(...);

...
...

	asset("EUR/USD");
       nE2=optimize(...);

	asset("EUR/NZD");
       nN2=optimize(...);

	asset("EUR/JPY");
       nY2=optimize(...);



save PARAMETERS only for last Asset -> "EUR/JPY"
only for nY and nY2



Last edited by Grat; 01/18/18 21:14.