
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
Here https://www.mql5.com/ru/forum/137651/page3 I posted my closing function
Replace GetInfo() with print, Fun_Error() = ErrorDescription()
I have already written how many times, after selecting an order, check the closing time, if !=0 then the order is already closed.
"And these people teach me to pick my nose..."
I have already written how many times, after selecting an order, check the closing time, if !=0 then the order is already closed.
"And these people teach me to pick my nose..."
Yes, by the way, I'm remembering now...
If you've got one available, please copy it... with a time control, something like - if it's not equal to/equal to zero... because only closed orders have a closing time...
https://www.mql5.com/ru/forum/137651/page3
if(OrderCloseTime()!=0){return;}
https://www.mql5.com/ru/forum/137651/page3
if(OrderCloseTime()!=0){return;}
It's all about closure. FAQ, could you post the opening function as well?
There is no sense, it has too many links to other functions of the trading library, then the entire library should be described, where and how to apply. When I finish my class of visual mouse trading and window interface for the terminal, I will start my own topic and write several articles, because there I will get a full-fledged API...
So far, only pictures :)
And all this is served by ten lines of code:
And it all behaves like full-fledged windows, move, overlay, all the buttons work, but there's still quite a lot to do.