I recoded it so it shouldn't hang.
Dislikedthe other function OnTick() which seems OnChartEvent(), not functioning.Ignored
This is an INDICATOR not an EA, so the OnTick() event function has no place in an indicator!!!
https://docs.mql4.com/basis/function/events
The OnChartEvent() event function which was applied didn't work, because it wasn't defined for any chart event.
https://docs.mql4.com/constants/char...um_chartevents
And there is no need for this function in this indicator, because there are no chart events on which this indicator should work.
I don't know what an ignorant was messing with this code???
That's why you're not getting the mq4 file, only the ex4 file.
Don't mess with codes when you don't know what you're doing!
DislikedAlso please to request,to add for the following to identify lines with time frames by text on levels lineIgnored
1. Added line object descriptions (on the left),
2. Added tooltip texts when hovering the cursor above a line.
This should be enough.
Don't change the name of the indicator file!!!
Attached File(s)
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!