tool for ticks when market close MT5

 

I looking for a tool for MT5 to make ticks (like one each second or 5 sec) when makret is closed.

I need it for test purpose. If anyone know of it please let me know.

Or is it possible for an indicator to recall the functions on time bases and not on ticks like the OnTimer function does with an EA?

 

Bernhard Schweigert:

I need it for test purpose. If anyone know of it please let me know.

Or is it possible for an indicator to recall the functions on time bases and not on ticks like the OnTimer function does with an EA?

  1. It's called the strategy tester. It's built in.
  2. Perhaps you should read the manual. MQL5 programs / Program Running - Reference on algorithmic/automated trading language for MetaTrader 5

    Type

    Function name

    Parameters

    Application

    Comment

    void

    OnTimer

    none

    Expert Advisors and indicators

    Timer event handler.