Ticks simulation for weekends...

 

Hello folks, I would like to know if is there some way to simulate ticks to test indicators and expert advisors on weekends?, do I have to create a custom event or something like that?

thanks in advance, Cyberglassed.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events
Documentation on MQL5: Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events
  • www.mql5.com
Standard Constants, Enumerations and Structures / Chart Constants / Types of Chart Events - Documentation on MQL5
 
You can backtest in visual mode in MT5
 
cyberglassed:

Hello folks, I would like to know if is there some way to simulate ticks to test indicators and expert advisors on weekends?, do I have to create a custom event or something like that?

thanks in advance, Cyberglassed.

You can also use timer and OnTimer event handler.
Reason: