
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
I will look into it.
I have indentified and corrected the cause of the terminal freezing. Two instances of many identical indicators other than symbol names and data were trying to execute the WebRequest() function (even though it is not allowed by MetaTrader), which is found in the class instantiation. Even if the condition didn't call for it. Oddly, one was trying randomly, the other systematically.
If you want the EA or indicator to load the file after it has been altered, use CustomEvents to notify your program of reloading
How do you reload the indicator without removing it and adding it back?
How do you reload the indicator without removing it and adding it back?