Would appreciate if somebody could help me understand the following piece of the log from a live trading system:
Quote
[Mon 20-05-11 03:00] 4893 +52.28 0 (115.85)
(AUD/NZD:WET:S) Short 9@1.06702 Entry limit
[AUD/NZD:WET:S] Skipped (Max = 1)
(AUD/NZD:WET:S) Entry limit 1.06705 hit by 1.06705 at 03:10:46
[AUD/NZD:WET:S21463] Short 9@1.06709 at 03:10:46
I do have MaxLong=MaxShort=1 set in the script, but:
- there have been NO prior trades open in this pair
- the trade was opened as it should

Entry limit is updated in a TMF depending on the spread. Is it possible that at the update attempt Zorro prints a "skipped" message, but does update the entry price and the trade is pending with a new limit?

(however, I have not had such 'skipped' messages last week trading the same script).