Next Bar Timer

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.
 

Terry7

Trader
Mar 20, 2013
9
1
17
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.
 

Terry7

Trader
Mar 20, 2013
9
1
17
Hi, thanks for that I have attached the file. Here is hoping
 

Attachments

  • PIVOTS DAILY.MQ4
    14.8 KB · Views: 17

Enivid

Administrator
Staff member
Nov 30, 2008
18,617
1,366
144
Odesa
www.earnforex.com
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: