- The indicator(s) the EA is using is not on the chart. It's on a hidden chart.
- You can't remove them, unless you change the EA's code.
My issue is terminal freezing when the EA is periodically doing its thing and I change the timeframe/reinitialize the indicator at the same time.
I just modified my indicator code so maybe the issue will be fixed. Hopefully.
My issue is terminal freezing when the EA is periodically doing its thing and I change the timeframe/reinitialize the indicator at the same time.
I just modified my indicator code so maybe the issue will be fixed. Hopefully.
Could you clarify, are you using an EA or an indicator?
And if both, what is doing what?
ANd which is removing the indicator?
I've tried to delete an indicator from an EA
They are not on the same chart.
I think it would also solve my refreshing issue if I added it back after the file was written.
https://www.mql5.com/en/forum/451098- 2023.07.21
- www.mql5.com
They are not on the same chart.
I think it would also solve my refreshing issue if I added it back after the file was written.
https://www.mql5.com/en/forum/451098- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I've tried to delete an indicator from an EA, but it's taking me too long.
How can I find all the chart IDs that have this indicator?
I began with
WindowFind("Indicator name")
but it returns -1
...