I have a strategy in Visual Studio and run it in debug mode. All works well, WL starts up, and I can run and debug the strategy just fine. Just one annoying issue though: the strategy settings (Position Sizing / Backtest Data) are not saved from one run to the next, even if I have hit the Save button. So if I stop (WL closes) and start again (WL reopens), all strategy settings are back to there defaults when I select my strategy.
Is there some way to have the strategy settings saved, so I do not have to re-enter them all each time I run?
Is there some way to have the strategy settings saved, so I do not have to re-enter them all each time I run?
Rename
I am able to reproduce this. Despite my compiled strategy's metadata gets saved into ..\WealthLab8\CompiledStrategies\.., it's not applied.
Just verified Dion's fix for the bug. Look forward to it in B45.
Thanks. Looking forward to it!
Strategy Settings are not persisted for a Compiled Strategy.
I.e. if I close and restart WL my carefully chosen strategy settings ("Single Symbol", "Data Range") are gone.
Also: Support->Extension API->Strategy Library says that WealthLab.Backtest should be referenced. This DLL no longer exists and is not necessary.
I.e. if I close and restart WL my carefully chosen strategy settings ("Single Symbol", "Data Range") are gone.
Also: Support->Extension API->Strategy Library says that WealthLab.Backtest should be referenced. This DLL no longer exists and is not necessary.
QUOTE:
Strategy Settings are not persisted for a Compiled Strategy.
Yes, this is already known and fixed. Merged your (previously) new topic with this already existing one.
Your Response
Post
Edit Post
Login is required