Super trend – simple Alert – indicator MetaTrader 5

Super trend - simple Alert
Description of the indicator Several types of signals have been added to the Super trend – simple:  custom indicator when the line color changes. The following types of signals are available: Sound Alert Send mail Send push notification Pic. 1. Super trend – simple Alert Super trend – simple Alert – indicator MetaTrader 5

Send LINE Notify – Send Alert Message to LINE APP – script MetaTrader 4

Send LINE Notify - Send Alert Message to LINE APP - script for MetaTrader 4
This Script is the example of using function LineNotify that use to send message to LINE APP via Line Notify service As the function LineNotify use webrequest to send HTTP request so it can be used in EA or Script program only , can’t use in Indicator program Watch some more examples on how to … Read more

Get message of Popup Alert MT4 using – script MetaTrader 4

Get message of Popup Alert MT4 using - script for MetaTrader 4
this is small script using external DLL “user32.dll”. 1. Import Dll and its functions #define WM_GETTEXTLENGTH 0xE #define WM_GETTEXT 0xD #import “user32.dll”    int FindWindowW(string lpClassName, string lpWindowName);    int FindWindowExW(int hWnd1, int hWnd2, string lpsz1, string lpsz2);    int SendMessageA(int hwnd, int wMsg, int wParam, int lParam);    int SendMessageA(int hwnd, int wMsg, int … Read more

Connect Disconnect Sound Alert – EA MetaTrader 5

Connect Disconnect Sound Alert - expert for MetaTrader 5
This utility is simple example to add sound alert on connect / disconnect Add sounds wav files inside MQL5FilesSounds folder Copy the code and compile the EA Utility, the attached file has commented lines as using of #resource makes uploading impossible //+——————————————————————+ //|                               Connect_Disconnect_Sound_Alert.mq5 | //|                                Copyright 2024, Rajesh Kumar Nait | //|                  https://www.mql5.com/en/users/rajeshnait/seller | //+——————————————————————+ #property … Read more