Hi!
I've a question. I've developed number of quantitative trading algorithms and now looking for the way to optimize input parameters.
I've decided to "run" the algorithms with various permutations of input parameters and the store historic trades in database.
Now what I'm looking is easy way to compare between all results that created by all permutation runs and be able according to rules I define to find the best choice.
I had in mind some library that I can use coding let's say in C# to get some results like: gain, sharpe ratio, maximum drawdown etc and then I can build some function that will choose the best permutation.
Please let me know if I'm thinking right. Please advise on some tools, libraries, batch processes that I can use.
Thanks in advance!
I've a question. I've developed number of quantitative trading algorithms and now looking for the way to optimize input parameters.
I've decided to "run" the algorithms with various permutations of input parameters and the store historic trades in database.
Now what I'm looking is easy way to compare between all results that created by all permutation runs and be able according to rules I define to find the best choice.
I had in mind some library that I can use coding let's say in C# to get some results like: gain, sharpe ratio, maximum drawdown etc and then I can build some function that will choose the best permutation.
Please let me know if I'm thinking right. Please advise on some tools, libraries, batch processes that I can use.
Thanks in advance!