1. i load a strategy to a chart
2. the strategy creates and shows a form
3. i change a property inside the form
4. i load another instance of the same strategy to the same chart
5. changes i made on the first form are now reset back to default
why?
attached is a sample code for reproducing the issue

Comment