Hi. I am new to Zorro and very impressed when I learned how capable is the tool.

I have a question about automation.

In Zorro, testing/training a strategy can be done by writing a strategy script and clicking the Test or Train button.

Assume that I need to test many models (say 100) where I already generate a strategy script for each one seperately.

Is it possible to write a script in which I can **call** Zorro to run a backtest (without clikcing the Test button in main GUI)?

If yes, then I can write a script with a for loop, and at each iteration of the loop I can call Zorro to backtest my strategy and I can save the results to a file.