Discuss Round Levels indicator (display of psychological S/R zones near round price levels) for MT4 and MT5 in this thread. You can ask any questions about this indicator here.
You can add 3 different instances of the Round Levels indicator to the chart and set different distance for each.Please check the image link as i want to see this indicator like that ...
https://prnt.sc/1j09w2b
You can add as many instances of the Round Levels indicator on one chart as you want - just make sure you are setting different ObjectPrefix parameter each time.@Envivid
Hello there,
I have been searching the web for weeks looking for the sweetspots indicator (originally mt4) for mt5 . I found some options for mt5 and currently use 3 separate indicators
, one for 00s , one for 50 levels and another for the 25 and 75 levels.
The problem with this is that it glitches a lot, it wont save as a consistent template , One of the lines will vanish every time i change time frames. Ive tried different combinations for the levels with the indicators and nothing helps.
I found Your Round Number indicator Yesterday and managed to set it up perfectly for 100 pip lines , but it will only work one time on a chart , it glitched from one line position to the other when i added it more than once.
Is it possible to adapt this indicator to have options for 3 levels? for example ,
line for 100 pips
line for 50 pips
line for 25,75 pip
With width and style options. Can there be an option to put the lines in the background?
Or is it possible for it to be added multiple times to a chart?
Can there be an option to put the lines in the background?
I hope this makes sense.
Thank You Jacka
You can add as many instances of the Round Levels indicator on one chart as you want - just make sure you are setting different ObjectPrefix parameter each time.
Lines/zones are drawn as background by default.
Yeah, it looks like the lines are generated not as background, the zones are. I will fix this in the next version of the indicator. Meanwhile you can try fixing it for yourself by copying this line of code to the DrawLine function too:Hi , Ok thats brilliant i changed ObjectPrefix and it works perfectly and smoothly between switching time frames. Thank you very much . I will attach a link of a screen shot , the lines are in front of the candles still. Can you advise please ?thanks you.
ObjectSetInteger(0, name, OBJPROP_BACK, true);
I have tried to add it and pressed compile but it comes up with warnings . Then when i drag it onto a chart nothing happens. Can you give any further guidance please ? i really have no idea what to do. How much would you charge to fix this ? Im very greatful for your help.Yeah, it looks like the lines are generated not as background, the zones are. I will fix this in the next version of the indicator. Meanwhile you can try fixing it for yourself by copying this line of code to the DrawLine function too:
MQL5:ObjectSetInteger(0, name, OBJPROP_BACK, true);
Yeah, it looks like the lines are generated not as background, the zones are. I will fix this in the next version of the indicator. Meanwhile you can try fixing it for yourself by copying this line of code to the DrawLine function too:
MQL5:ObjectSetInteger(0, name, OBJPROP_BACK, true);[/CO [/QUOTE]
OH WOW ! i just added it ands its worked ! Thank you so much you legend of a human. Weeks i have been searching lol. CheersYeah, it looks like the lines are generated not as background, the zones are. I will fix this in the next version of the indicator. Meanwhile you can try fixing it for yourself by copying this line of code to the DrawLine function too:
MQL5:ObjectSetInteger(0, name, OBJPROP_BACK, true);