H_000Lines

This indicator plots horizontal lines at every 00 line.  That’s it!  I added a few tweaks to make the lines a bit more visible.  Everyone knows that each round number is something you should be watching.

Depending of what lines you have selected in the parameter’s tab of the indicator, you are able to plot lines at every 000, 00 or 50, and also you can change the colors of the lines.

I made a condition to plot the lines conditional to the scale of the timeframe;  for example, in the weekly and monthly charts, only 000 and 00 lines will be plotted because if we have all the lines visible, that would be just messy.   In the daily and below, 000, 00 and 50 are visible.  This can be easily edited in the code.


Parameters
Indicator : indicator name
Indicator_ON?  :  activate or deactivate the indicator, without losing your configuration
Show_000_lines:  activate or deactivate 000 lines
Line_color_000: color of the 000 lines
Show_00_lines:  activate or deactivate 00 lines
Line_color_00: color of the 00 lines
Show_mid_lines:  activate or deactivate 50 lines
Line_color_mid: color of the 50 lines

 v1.01
+----------------------------------------------------------------------------------------------------+
 History:
Posted:
Updated: March 12th 2014: Revised version