Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 01:28:40 +0000



Post From: Spreadsheet Auto Trader : Cancel Working Orders [J27]

[2015-12-22 20:04:58]
UserNameTodd - Posts: 4
You knew enough!
I took your advice, experimented with logic conditions in time as it relates to the present bar and saw that J27 will invoke the cancellation somewhat independent to the "toggle" condition...it got a little cloudy at that point.....so I changed my logic around in relation to when an order is actually entered and got it working...best guess is there was a race condition?

The fix involved using price level comparisons from current bar to prior bar - move the order signal to the next bar after the "true" signal on the current bar with an "AND" condition - while keeping the cancellation as an immediate - it's not "perfect", but it works. Will be interesting to see if it holds in a fast moving market ;-). Might end up going to ACSIL after all....

Be that as it may = Done. Thanks again!
Todd