Real author: Mohit Marwaha
The indicator shows a text block with the values โโof the user defined DeMarker oscillator period for each timeframe. The size of the text block is customizable. You can also change the text font and disable the display of unused timeframes. The maximum number of simultaneously displayed indicators is ten. The color of the text block depends on the position of the DeMarker indicator relative to overbought and oversold zones, which are set in the indicator input parameters
input double HighLevel=0.70;ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // overbought level input double LowLevel=0.30;ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // oversold level input color HighColor=clrBlue;ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // overbought color input color MiddleColor=clrGray;ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // no-trend color input color LowColor=clrMagenta;ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // oversold color
Fig.1. The DeMarkerValues indicator