Can Someone tell me how to get Alert pop up window manually without Alert() command in EA/Script?
Hi,
I am looking for feature of MT4 if there is one such that I will be able to get Alert pop up window manually to review my old Alerts.
I know this Alert pop up window I can get by executing Alert() command in EA/Script/CI, but for some reason if I close this window then How do I get it back manually?
Any suggestion will be greatly appreciated.
Thanks
Yes, very good suggestion. I also did not think there is such feature on MT4.
Thanks
Yes, very good suggestion. I also did not think there is such feature on MT4.
Thanks
I don't think there is an other than running a code with an Alert. So you can create a very simple script with only an Alert("Display"), and maybe attached it a shortcut key.
How do I create Shortcut Key? Any idea.
I can create script and invoke it by running the script.
If there is a shortcut key it will be better.
only with WIAPI
Thanks!
How do I create Shortcut Key? Any idea.
I can create script and invoke it by running the script.
If there is a shortcut key it will be better.
only with WIAPI
Hi,
I am looking for feature of MT4 if there is one such that I will be able to get Alert pop up window manually to review my old Alerts.
I know this Alert pop up window I can get by executing Alert() command in EA/Script/CI, but for some reason if I close this window then How do I get it back manually?
Any suggestion will be greatly appreciated.
Thanks
To see your old Alerts and have the pop up aleret box show, just run this script.
pLACE THE SCCRIPT INTO YOUR SCRIPTS FOLDER AND DROP THE FILE ON ANY CHART TO RUN IT..
Cheers
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I am looking for feature of MT4 if there is one such that I will be able to get Alert pop up window manually to review my old Alerts.
I know this Alert pop up window I can get by executing Alert() command in EA/Script/CI, but for some reason if I close this window then How do I get it back manually?
Any suggestion will be greatly appreciated.
Thanks