
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
Yes, regardless of ChartSetSymbolPeriod() being called from OnTick() or from OnTimer(), the symbol/TF changes correctly, the EA de-initializes, but doesn't restart - in other words, the EA dettaches from the chart.
So the function ChartSetSymbolPeriod() is apparently working, but whatever it is that should trigger the EA to restart isn't - and that's what is puzzling. I can't use the function as it is removing the EA without starting again.
At my own risk of being Captain Obvious, do you have this Option checked?
At my own risk of being Captain Obvious, do you have this Option checked?
Yes. And no worries about being Captain Obvious, sometimes it is needed.