if (Historical) return;
So, if you are refreshing the chart or it's processing back-data, it should not continue in the subroutine and not submit any orders, right?
However, I have a customer that when they put this strategy on a chart, or press F5 to refresh the chart, it DOES submit orders for all of the historical bars on the chart! How can these bars bypass the above code? When is a bar considered "historical" -- because in this one customer's case, NONE of the bars on the chart seem to be Historical bars!
Thanks!
Bryan

Comment