"pending trades will not be remembered after closing and re-starting Zorro" - lets say entryLong(0, -1.2345) is executed. Does it really send a limit buy order to broker? Does entryLong(0, 1.2345) really send a stop buy order to broker?

Please allow me yet another example. Zorro on PC "A" sends a market order and then PC "A" suddenly crashes (or powered off). I start Zorro on PC "B" with exactly the same strategy script. Will for(open_trades) know about the trade (given it has not been stopped out)?