Explore Now »
Myfxpaddy Price Alert Indicator for MetaTrader 4 and MetaTrader 5 can issue any type of alert when the price reaches certain levels set by a trader. There are three types of price levels:
1. Above Level: Triggers an alert when the price rises above this level (displayed with a green line on the chart).
2. Below Level: Triggers an alert when the price falls below this level (displayed with a red line on the chart).
3. Exact Level: Triggers an alert when the price reaches this level exactly (displayed with a yellow line).
Three alert types include: native (popup), email, and push-notification. For email and push-notification alerts to work, you need to set up the email or MetaQuotes ID settings in your MetaTrader platform options window. The indicator is available for both MT4 and MT5.
The indicator is equipped with a control panel that lets you quickly set alert prices, levels, and types.
Input Parameters
Main
• PriceGoesAbove (default = 0.0): Triggers the alert if the price goes above this value.
• PriceGoesBelow (default = 0.0): Triggers the alert if the price goes below this value.
• PriceIsExactly (default = 0.0): Triggers the alert if the price is exactly at this value.
• NativeAlert (default = false): If true, the indicator will issue a native platform alert (popup window with a sound).
• SendEmail (default = false): If true and the correct email settings are set in the MetaTrader options window, the indicator will issue an email alert.
• SendPush (default = false): If true and the correct MetaQuotes ID settings are set in the MetaTrader options window, the indicator will issue a push notification alert to your mobile device.
• AlertOnPrice (default = Normal Ask/Bid): Defines the price type for the alerts to use: normal Ask/Bid, only Ask, only Bid, or Close of the previous candle.
• PanelOnTopOfChart (default = true): If true, the panel will be drawn on the foreground, and the chart will be drawn as the background. Setting it to false will uncover the chart behind the panel.
Lines
• Above Line Color (default = clrGreen): Color of the above line.
• Below Line Color (default = clrRed): Color of the below line.
• Exactly Line Color (default = clrYellow): Color of the exactly line.
• Above Line Style (default = STYLE_SOLID): Above line style.
• Below Line Style (default = STYLE_SOLID): Below line style.
• Exactly Line Style (default = STYLE_SOLID): Exactly line style.
• Above Line Width (default = 1): Above line width.
• Below Line Width (default = 1): Below line width.
• Exactly Line Width (default = 1): Exactly line width.
Position
• PanelPositionX (default = 0): Default horizontal distance from the selected panel position corner.
• PanelPositionY (default = 15): Default vertical distance from the selected panel position corner.
• PanelPositionCorner (default = CORNER_LEFT_UPPER): Default panel position corner.
Example
This indicator cannot be used as a trading system and does not generate any signals on its own. You can use it whenever you wish to be notified of new price levels. Then you can decide how to respond to the market. Set an alert level value to zero to ignore a specific type of price level alert.
Download
Original build credits to: earnforex, indicator revamped and improved by myfxxpaddy.