You can do it with MQL4 only:
ChartSetInteger(0,CHART_BRING_TO_TOP,0,true); // first argument determines chart
See documentation for ChartSetInteger() and CHART_BRING_TO_TOP example
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
Hi,
I am struggling to solve the following problem: I have many charts open on which I am running different analysis. In most cases, there is no action of visual check needed, but in some cases yes. What I want is to send an alarm sound, plus bring the chart in front.
I have tried many user32.dll functions to achieve this, without success. Here is my latest try. Before, I tried with the function SetForegroundWindow() as well.
Does anyone has some idea how to achieve it?
Thanks,
Zoltan