Consider, I have a single C# strategy (MyStrategy) with parameters, and I make a Combo consisting of 5 instances of the same strategy (logic), but with different parameters (e.g. always enter at RSI(14) 80, and exit after 1,2,3,4,5 days).
When Meta is backtested, I can see 5 different equity curves, but can't understand which is which, as legend contains 5 labels of different color and the same name "MyStrategy". Is there any way to distinguish between them?
So far the only way I can see is to create and "id" of a strategy by combining parameter values (e.g. "MyStrategy\ExitDays5\Rsi14-80"), then setting Tag field of each Transaction to the above mentioned "id", then export to Excel, group by "id" and plot individual graphs there.
But may be there is some other better solution in WealthLab? E.g. somehow set strategy Alias?
Thank you
When Meta is backtested, I can see 5 different equity curves, but can't understand which is which, as legend contains 5 labels of different color and the same name "MyStrategy". Is there any way to distinguish between them?
So far the only way I can see is to create and "id" of a strategy by combining parameter values (e.g. "MyStrategy\ExitDays5\Rsi14-80"), then setting Tag field of each Transaction to the above mentioned "id", then export to Excel, group by "id" and plot individual graphs there.
But may be there is some other better solution in WealthLab? E.g. somehow set strategy Alias?
Thank you
Rename
Currently there are no replies yet. Please check back later.
Your Response
Post
Edit Post
Login is required