I have a strategy running on a chart that interfaces with a DOM via AtmStrategy methods.
I would like to monitor stops/targets within the custom Strategy I've written.
OnOrderUpdate is not viable when using AtmStrategy approach. Hence, how to monitor stops ?
I noticed "TraceOrders" prints the information I'm looking for, to the log file.
So there must be a system/library call to retrieve current Stop Target values.
Thanks in advance!

Comment