Greetings!
I'm creating a simple block strategy, and the strategy is delivering the correct results, including buying and selling 8 positions.
Finally, I clone the strategy and open it as a C# code strategy, run the backtest, and get completely different results. How is that possible? I always thought the code would completely inherit the commands from the building block?
Am I mistaken, or is this a bug?
Thanks again!
I'm creating a simple block strategy, and the strategy is delivering the correct results, including buying and selling 8 positions.
Finally, I clone the strategy and open it as a C# code strategy, run the backtest, and get completely different results. How is that possible? I always thought the code would completely inherit the commands from the building block?
Am I mistaken, or is this a bug?
Thanks again!
Rename
It could be one of several things, including a bug. But to be sure you could email the exported Strategy XML file to us at support@wealth-lab.com. I'll report back here what it was.
sent
I see the issue, exporting to code is not copying the state of the "Retain NSF Positions". I'll get that fixed for Build 151.
Your Response
Post
Edit Post
Login is required