what is the best way, how to verify that the order entry was successfull?
If I use for example EnterLong() or EnterLongLimit() function for opening position I would like to be sure the position was openned without error. If I have some strategy and I want to open some position I think it is neccessary to use some cycle : while the position was not openned successfully (without error) then try to open it.... for example 10 times and if some error occur 10 times then I will do something - for example end the strategy or ..... I did not find any example in help how to verify the position was successfully openned. Every example in help expect successfull position openning. What is you opinion about it?
Thanks for your help.
Mira

Comment