For orders submitted via the Chart Trader buttons can we determine from which chart they originate?
For example, if i have a strategy running on two ES charts (1 minute and 5 minute interval) and i click on one of the button on the Chart Trader panel, is there a way for the strategy to determine on which chart the order was submitted? the 1 or 5 minute chart?
Using the OnOrderUpdate event handler which will trigger on both instances of the strategy, i can only determine the instrument and account to which the order belongs. I'd like to know the chart and interval on which the order was placed to adjust the stop and target accordingly.
Thanks for any help

Comment