In my strategy I have two bar objects (13 m and 3 m). On bar updates I have a filter if BarsInProgress==1 then return (leave). Later I place and order EnterLongLimit(0,false,...)
This order does not get executed because it gets cancelled by the order with BarsInProgress==1. How is it possible?
Thank you.

Comment