It is slower than in MT4, but it shouldn't take 10 minutes to calculate the values for one chart. Unless that's M1 chart with several years worth of bars...Hello! I like the indicator very much. There is only one issue: It runs so slow in my mt5 terminal. It needs almost 10 minutes till the numbers are shown on the chart. Is there any way to make it faster?
You could try limiting its total range by adding a line like this just above the line #169:
MQL5:
limit = MathMin(limit, 1000); // Change 1000 to any number of bars you believe is enough for you.
Are there any errors in the Experts tab of the Terminal panel when this happens?BTW, the numbers always disappear as soon as the session begins. So I cannot use it to follow a live session ...