I am developing an automated strategy (quite complex) and I am currently debugging it using live data and a simulation account (a separate sim account created for this debug process).
I have attached this strategy to a simple chart window that is not linked to the rest and has no indicators or other strategies on it. In this window, like all other chart windows, I have Trades/Plot executions set to TextAndMarkers (the default).
For some reason, the trades that are generated by the strategy (as well as other trades) show up in all chart windows that display this instrument (a stock), but not on the window where the strategy is attached.
I cannot figure out why it does not display on this window. Note that all windows are 1min windows (although I think that this particular window started off being a 30sec windows and was later changed to 1min)

Comment