Didn't know that pending order changes type over time. Thanks!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MQL4. I have order ticket. How can I check if order is pending or not.
Currently I'm checking if OrderProfit() != 0, but this excludes cases when order is live but price dropped/grossed and current profit is 0.0.