for example,
i'm getting an occasional "**NT** An Enter() method to submit an entry order at '1/4/2010 7:03:00 AM' has been ignored. Please search on the term 'Internal Order Handling Rules' in the Help Guide for detailed explanation."
however, there's really no way to track down where this is occurring in my strategy since I'm not able to set a breakpoint on where this message is being printed.
if i have chosen 'debug mode' when compiling my strategies, could you please throw exceptions for these messages instead of just printing them to the output window. that way it would be easy to see when they're happening when running under a debugger.

Comment