
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
Hello.
I am using a session indicator (MQLTA MT5 Trading Session Time) that seems to be causing the data from another indicator (candle_time_end_and_spread) to disappear from my chart at random times. I have isolated the problem and have determined that the MQLTA indicator is the cause. However, when analyzing the code, I have not been able to precisely locate the problem in order to stop this issue from happening. I have tried commenting out every portion that calls for CleanChart() but that does not seem to work. I do not have any formal coding experience. I was hoping that someone with more knowledge could take a look.
This indicator was downloaded from a third-party site and is freely available for use. I have contacted the author, but I am still waiting for a response.
Here is the vanilla code (without any modifications):
Thank you.