In my strategy, I am using
RealtimeErrorHandling= RealtimeErrorHandling.TakeNoAction; and handling the OrderState.Rejected in OnOrderUpdate.
IgnoreOverFill = true; and handling the over fill in the code.
With the above two options set in the initialize method, Do I need to handle any other errors in my code other than OverFill and Rejected statuses?
Do I need to handle any data connection related issues in my code if I have above options set?
Is there a way to access the broker/account position (Not the strategy position through Position object) in my strategy?
Thanks,
gsreddy

Comment