Help required to adjust the TIME on th3 software!

 

Please help me with a small setup problem i have! Urgent response needed. The time on the software is showing GMT+1 How can i adjust it to show GMT+0? Any quick responses would be appreciated.Thank u!

 
fettes5:

Please help me with a small setup problem i have! Urgent response needed. The time on the software is showing GMT+1 How can i adjust it to show GMT+0? Any quick responses would be appreciated.Thank u!

You can't. That's broker server time.

:D 

 

Yeah you can't. However, if you desperately need it, You could write (or ask somebody to write it for you) indicator that re-draw the chart with GMT+0 time.

For starting, please see this for reference:

https://www.mql5.com/en/docs/customind/indicators_examples/draw_candles

Documentation on MQL5: Custom Indicators / Indicator Styles in Examples / DRAW_CANDLES
  • www.mql5.com
Custom Indicators / Indicator Styles in Examples / DRAW_CANDLES - Documentation on MQL5
 
meisme:

Yeah you can't. However, if you desperately need it, You could write (or ask somebody to write it for you) indicator that re-draw the chart with GMT+0 time.

For starting, please see this for reference:

https://www.mql5.com/en/docs/customind/indicators_examples/draw_candles


... And GMT time function ( https://www.mql5.com/en/docs/dateandtime/timegmt ), however there's no need to redraw the whole chart - even though there's nothing can stop you from redrawing it - instead you can create object ( https://www.mql5.com/en/docs/objects/objectcreate ) and use object OBJ_VLINE ( https://www.mql5.com/en/docs/constants/objectconstants/enum_object ) to mark the GMT time - as well as to mark Sidney, Tokyo, London, and New York opening and closing time.

:D 

Documentation on MQL5: Date and Time / TimeGMT
  • www.mql5.com
Date and Time / TimeGMT - Documentation on MQL5