
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
How to do it in MQL4?
This way you can track only button presses. But it will not be possible to track changes in edited fields.
Good afternoon!
How can I limit the movement of the panel outside the chart boundaries?
For example, if the panel is placed at the right edge of the chart, then when the navigator panel is switched on, the panel "moves out" beyond the visible area. The example is on the screenshots:
Good afternoon!
How can I limit the movement of the panel outside the chart boundaries?
For example, if the panel is placed at the right edge of the chart, then when the navigator panel is switched on, the panel "moves out" beyond the visible area. The example is on the screenshots:
In the panel move block, the control is implemented. You will not be able to move the panel over the chart. The problem is that the control works only when moving. In your example, the panel is behind the chart when the chart size is changed. Therefore, you need to add the event handling of the chart size change.
Hi I try to download it to trading on current mt5 5.00 build 2433. (I fell MQL auto update build version 5~8 times /month ) But it get some trouble as I press buy or sell "Error of ioen BUY ORDER AutoTrading disabled by client"
And I try to add stop point in code. But it doesn't stop there.
I get confuse that. I think it is working on old version mql, but get failure in current version.
Could you do me a favor to check what happen?
Hi I try to download it to trading on current mt5 5.00 build 2433. (I fell MQL auto update build version 5~8 times /month ) But it get some trouble as I press buy or sell "Error of ioen BUY ORDER AutoTrading disabled by client"
And I try to add stop point in code. But it doesn't stop there.
I get confuse that. I think it is working on old version mql, but get failure in current version.
Could you do me a favor to check what happen?
Hi,
As soon as I use a CDialog feature in one of my indicators, all graphical windows using this indicator close upon compilation.
Do you know how I can solve this problem?
Thank you in advance.
Philippe
Hi,
As soon as I use a CDialog feature in one of my indicators, all graphical windows using this indicator close upon compilation.
Do you know how I can solve this problem?
Thank you in advance.
Philippe
After compilation indicator will be restart at all grafics. In case charts closed in this time, I think, you need to use CAppDialog::Destroy(reason) method in OnDeinit function of your indicator.