Hi,
I have a question about batch backtesting option. Is it possible to run multiple backtests one after the other and say input the results in one log or some file for all the backtests?
I have a simple strategy that has HMA(Hull Moving Average) on one side and number of days after which a sell signal is generated and I'd like to programmatically check what is the best combination of HMA(n), where n - number of bars and days(m), where m - number of days to hold the asset before selling.
How can I automate the backtesting so I can find the best sharpe ratio out of all possible permutations for example?
Thanks and regards