
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is there a variable of any kind that I can access from an expert which persists across strategy tester optimization runs?
I have tried GlobalVariable functions however they don't appear to persist across optimization tests.
I don't want to resort to using files as that seems like a hack and potentially problematic with multithreaded access. (Again with no global variable available for the expert in the strategy tester, I can't lock across expert instances)