I want to use a try catch block for when orders are rejected . How do I reference the OrderRejected error in my try catch block?
Thx
OK thinking about it , it is of course not a run time error but a property of the order when it is submitted, so how can I stop my strategy from switching off when this occurs and handle the code my self?
OK Ive figured it out.

Comment