Breakout indicator build on MQL4 langage sends push notifications to the mobile terminals according to multiple condition based on Donchian indicator, RSI, ATR and moving average.
- Install MetaTrader 4 for computer
- Install Metatrader app on mobile
- Demo or real account from any Broker
- Navigate to “File” in the upper left hand corner and then select "Open Data Folder"
- From there navigate to the folder called "MQL4"
- From there navigate to the folder called "Indicators"
- Drag and drop the indicators that you want to install into this folder
- Close and open MT4 plateform
Find your MetaQuote ID
- Open the "MT4" App. When the App opens the first time, select "OK" to allow Notifications.
- Select "Settings" at bottom of page.
- Select "Messages".
- Find your MetaQuotes ID# at the bottom of the page.
Set your MetaQuote ID in your MetaTrader 4 plateform
- Open Your MetaTrader 4 Platform and Select Tools->Options
- In "Notifications" Tab, Enter Your MetaQuotes ID # and Select OK
- Refresh file
SendNotification((string)Symbol()+" Cassure Haussière !");
Strict use restrictions are set for the SendNotification() function: no more than 2 calls per second and not more than 10 calls per minute. Monitoring the frequency of use is dynamic. The function can be disabled in case of the restriction violation.
SendNotification() function does not work in the Strategy Tester.