Continue script between timeframes - page 2

 
WHRoeder:

Change it to an EA and get rid of the loop. The EA will be displaying the last tick data.

  1. There are no ticks when the market is closed. Run the tester in VISUAL MODE to end of history and it will display the current status. No coding needed.
  2. If you want to have the EA update when the market is closed and you switch pairs/TF, then have init() queue a tick to force start().

thanks this is really useful to know - I'm trying not to use the Tester as it's a bit cumbersome for what I'm trying to do but with 'queue a tick' I can use the charts in regular mode.
Reason: