Hi,

I often have the problem with "Can't open" messages from Zorro because market is closed, especially on GER30 and UK100. I'm currently coding a strategy with BarPeriod 1440, so signals occur at midnight where those markets are closed.

I set "Entry = 10 * PIP" and wrote a TMF function which returns 2 to enter pending trades as I thought the TMF is executed only when ticks arrive and so when the market is open, but I still get these message and Zorro doesn't open the trade.

@jcl: Can you tell us how the Z strategies enter trades? As I see in the log it is always entered with a pending trade (Entry limit). With the Z strategies I never get a "Can't open" message. Can you post a piece of code how the Z's enter trades?