Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Time To Close v1.01 - MT5

Time To Close MT5

TimeToClose-v1.01 is a chart indicator that displays real-time countdown to candle close with adaptive visual integration. I tried to make it simple, then polish it so it would work out of the box. Key features:

  1. Dynamic Color Adaptation: Text colour automatically matches your theme by the candle border colour or candle body colour based on candle direction (bullish/bearish/doji), maintaining visual consistency with your chart theme.
  2. Strategy Tester Optimization: Uses MQL_VISUAL_MODE detection to disable rendering in non-visual back-tests through EnableTextInVisualBacktest parameter, conserving system resources during optimisation.
  3. Multi-Timeframe Support: Automatically adjusts display format using PeriodSeconds() calculations for all time-frames from 1-minute to monthly
  4. Customizable Display: Configurable through:
    - TextFirstSeparator/TestSecondSeparator for spacing
    - FontSize and TextAnchorPoint positioning
    - Optional DateTime display via ShowTimeDate parameter (disabled by default)

The indicator uses EventSetMillisecondTimer(1000) for precise 1-second updates while maintaining minimal CPU footprint through OnCalculate() optimisations. Visual elements are automatically removed during EA termination and refreshed after parameter changes.

How to use it:

  1. Download
  2. Compile in MetaEditor5
  3. Run

Black and White example:

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

Colour example:

MetaTrader Experts, Indicators, Scripts and Libraries

MetaTrader Experts, Indicators, Scripts and Libraries

Let me know if you find any bugs, optimisation ideas, or if you find it useful. Have a wonderful day!

56559