Hello. Please tell me - I optimized the strategy parameters (for example, strategy1) and got the optimization files - strategy1_EURUSD.par strategy1_GBPUSD.par, etc.
But when I get up the code -

Code:
assetList ("AssetsStrat1.csv");
while (asset (loop ("EUR / USD", "GBP / USD"))) {trade}



zorro requires files: strategy1.par

So the question is - zorro will use optimization files:
strategy1_EURUSD.par strategy1_GBPUSD.par and so on or not?
If not, how to write code to use these files in multitranding?

Last edited by Sniv; 02/20/19 05:17.