I have a simple question. I have my chart open (say NQ 5minutes) and with the Chart Trader or via context menu (available at the right click of the mouse on the chart) I MANUALLY enter market or I create a limit order. Is there a way to capture such events from within a strategy or an indicator (so within the source code) which is running on the same chart?
I have tried to run in debug mode a very simple strategy where the following methods OnExecutionUpdate, OnOrderUpdate and OnPositionUpdate are there just to see if in case a market order is entered via Chart Trader or via limit order through context menu they got triggered. As I result I see that they are not triggered (I guess because it's not the strategy itself that has placed such orders but they were placed manually). Is there any possible solution to my question?
Thank you so much in advance
Best regards

Comment