I have a simple strategy (calculate on each tick) that calls EnterShortLimit(3684.50) on a 1 minute historical bar with high = 3685.75 and low = 3683.00
but it gets filled on the low of the next bar at 3684.35
Any ideas?
also get trace output "An Enter() method to submit an entry order at '14/10/2022 16:03:00' has been ignored. Please search on the term 'Internal Order Handling Rules that Reduce Unwanted Positions' in the Help Guide for detailed explanation". But I can't find it in the help guide?

Comment