Can I test start() code when market is closed?

 
Hello,

Is there a good way for me to test my custom indicator code when the market is closed i.e. when there are no incoming ticks?

For example, I have an indicator that displays an Alert() under certain conditions, and I want to test the code even though the market is not sending incoming ticks.

Thank you!