MT5 Alerts

 
Can someone please tell me how I get the "Alert" pop-up window to show on top of other windows/programs of the PC?

When I go to another window (say Chrome) to work on, I don't see the alert pop-up until I go back into MT5.  This is pointless and doesn't help being notified.
 
cdhamo:
Can someone please tell me how I get the "Alert" pop-up window to show on top of other windows/programs of the PC?

Launch the attached "Alert.exe", which brings the window with the word "Alert" in the title bar to the forefront.

If you are using it in a non-English language, rewrite the word "Alert" in the source code and compile it with AutoHotKey.

#WinActivateForce
Loop
{
   if WinExist("Alert")
   WinActivate
   Sleep, 5000
}
Files:
Alert.zip  381 kb