Is it some how possible to have a strategy run using parameters pulled in from a text document using StreamReader which have been split into an array then output an equity curve and some specified statistics to a separate document.
Then have it start over and pull the next set of parameters from the array and spit out another equity curve and data and append it to the separate document?

Comment