Rejoignez notre page de fans
- Vues:
- 1816
- Note:
- Publié:
- 2025.02.01 02:11
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Price Alert MetaTrader indicator — can issue any type of alert when the price reaches certain levels set by a trader. There are three types of price levels: the first one is used when the price rises above certain level (displayed with the green line on the chart), the second one is used when the price falls below certain level (displayed with the red line on the chart), and the third one is used when the price reaches the certain level exactly (displayed with the yellow line). Three alert types include: native (popup), email, and push-notification. For email and push-notification alert features 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 price, levels, and types.
Input parameters
Main
- PriceGoesAbove (default = 0.0) — if price goes above this value the alert will be triggered.
- PriceGoesBelow (default = 0.0) — if price goes below this value the alert will be triggered.
- PriceIsExactly (default = 0.0) — if price is exactly at this value the alert is triggered.
- 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 foreground, and the chart will be drawn as 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

Keltner Channel (MetaTrader indicator) — is a classical technical analysis indicator developed by Chester W. Keltner in 1960. The indicator is somewhat similar to the Bollinger Bands and Envelopes. It uses three plot lines: the middle line is the 10-day simple moving average applied to the typical price ((high + low + close) / 3), the upper and the lower bands are produced by adding and subtracting the moving average of the daily price range (High and Low difference) from the middle line. This way, a volatility-based channel is built. In this version of the indicator you can modify all the parameters of the MA. The indicator is available both for MT4 and MT5 versions of the platform.

Gain/Loss Info MetaTrader indicator — displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage. The indicator can calculate gain/loss in two modes: plain candlestick Close and Open difference, and as difference between current Close and previous Close. You can set minimum change limits (for pips and percentage), change modes, and you can also control font color of the output numbers. The indicator is available for both MT4 and MT5.

QQE MetaTrader indicator — or Quantitative Qualitative Estimation, is based on a rather complex calculation of the smoothed RSI indicators. As a result, you get two lines in a separate indicator window — the fast one and the slow one. There is also an important indicator level (50), which is used in signals. You can enable text, sound, and e-mail alerts for this indicator. This QQE implementation supports multi-timeframe analysis with upper timeframe display. The indicator is available for MT4, MT5

Rainbow Multiple Moving Average (RMMA) MetaTrader indicator — is a very simple but visually informative indicator based on the standard moving average. It draws 66 rainbow-colored moving average lines of your preferred type and price directly in the main window of the chart. This indicator is available for both MT4 and MT5 versions of the trading platform.