[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 564
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
I have already given you the code to remove the exp from the chart. Since there can only be one (per chart), calling this function with its own handle will cause the exp to delete itself
...to give a command to himself to be removed
Thanks, it works.
P.S..
#include <WinUser32.mqh>
Thank you.
Close your window, give yourself a command to delete...
So, MQL4 does not provide a standard way to terminate the Expert Advisor. Only through a direct use of Win32 API.
Got it, thanks.
So, MQL4 does not provide a standard way to terminate an Expert Advisor. Only by direct use of Win32 API.
I see, thank you.
Library. Lots of useful functions for MT4 management. Including removal of Expert Advisor is there.
Took a look (so far in a cursory manner). Wonderful library!
Thank you!
Good afternoon.
Order modification works partially, help me to figure out what the problem is.
Code and log attached. I have written in the log what works and what doesn't.....
Good afternoon.
Order modification works partially, help me to figure out what the problem is.
Code and log attached. In the log I've written what works and what doesn't.....
For a start, correct these lines:
on these:
For a start, correct these lines:
to these:
didn't help...