I mean it can happen to any strategy that I have open ( it does not limited to a specific individual or small group of strategies).
Timing of the issue, I find it happens in a number of different instances. Following are a couple examples
- making changes to the code, compiling successfully, saving then running the strategy only to get an error and find the Strategy parameters moved
- saving and closing a strategy, then reopening the strategy to find the Strategy parameters moved
- making changes to the code, compiling successfully, saving then running the strategy once successfully to test, then going to optimization (making no changes to parameter settings) then after running an optmization and returning no results. Going back to the code I find the parameters have moved. ( this pattern happened today)
It may or may not have also occurred with Apply Changes to code, but from memory it usually occurs around saving, closing, opening and running strategies
I used the word random because it does not happen all the time. I can have one of the above issues occur, fix the code and then do the same process where the issue occurred and it will be fine for some time, only to happen again at some later stage ( sometimes 10 minutes later, other times not until next time I use it).
I am using Japanese windows but my Regional settings are set to English / US
Below is a simple strategy that I experienced the issue with today. I actually modified it from an existing strategy in Wealth Lab, ADX Consolidation Breakout
CODE:
Please log in to see this code.