Next Bar Timer

  • Thread starter Thread starter Terry7
  • Start date Start date
  • Watchers Watchers 1

Terry7

Trader
Mar 20, 2013
9
1
17
Hi, I have made a template to use Range Bars. Every time I add Daily Pivots the 'Time to Next Bar' appears at the top left of MetaTrader 4. As it is Range Bars this would not apply. Does anyone know how to turn it off? Thanks.
 
Hi, The Daily Pivots is showing in the Custom Indicators. I drag it on to the screen but it also then shows the time for next bar? I cannot find a way to remove it. Cheers.
 
You can turn off the whole top-left corner display of Pivots Daily indicator by adding "//" in front of the line 185 of the source code. If you wish to retain High, Previous Days Range, Low, Current Days Range and Close display, then just remove this part from that line:
MQL4:
,yesterday_close,"\nTime for next bar: ",	minu," min ",seco," sec"
 
Last edited: