I couldn't guess it myself, so please advise what application scenarios you see as useful?
Alternative to Alert and graphical objects. Any informing the user.
@Andrey Voytenko, it would be super to add feedback - opening the message source by double-clicking on the icon.
@Andrey Voytenko, it would be super to add feedback - opening the message source by double-clicking on the icon.
Yes, Andrey, it would be nice, but MQL doesn't allow it. We need to implement a message handler in some window. From MQL we can't create a window via CreateWindow, we need a reference to a callback function (the recently invented in MQL pointer to function is not suitable), so it's a dead end. We have a chart window, but everything is filtered there, it is impossible to receive messages from outside, because of the notorious security. At the moment it can be done through a self-written DLL that will create its own window, its own handler. And this, as you understand, is no longer interesting.
Yes, Andrei, it would be nice, but MQL does not allow it. We need to implement a message handler in some window. From MQL we can't create a window via CreateWindow, we need a reference to a callback function (the recently invented in MQL pointer to function is not suitable), so it's a dead end. We have a chart window, but everything is filtered there, it is impossible to receive messages from outside, because of the notorious security. At the moment it can be done through a self-written DLL that will create its own window, its own handler. And this, as you realise, is no longer interesting.
Or through checking something by timer.
How am i supose to install this to be on my MT5 platform?
is there a specific place i need to place it?
do i need to add it on my chart or as script on my mt5 application?
Thanks a lot, seems like exactly what i would like (alarm nofitication to appear on my pc)
Thanks again
Hello, sorry i am very not used to install or code these kind of files.
How am i supose to install this to be on my MT5 platform?
is there a specific place i need to place it?
do i need to add it on my chart or as script on my mt5 application?
Thanks a lot, seems like exactly what i would like (alarm nofitication to appear on my pc)
Thanks again

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Notify Icon:
A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative.
Author: Andrey Voytenko