거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Price Alert MT5 - MetaTrader 5용 지표

조회수:
2745
평가:
(3)
게시됨:
2025.02.01 02:11
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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
 



Point and Figure Indicator for MetaTrader 5 Point and Figure Indicator for MetaTrader 5

Point-and-Figure MetaTrader 5 indicator is an indicator that can plot a point-and-figure chart directly in the main window of your normal MT5 chart. You can set up all the point-and-figure method parameters, such as the box size and the reversal distance, according to your preference. In addition, you can control all the display parameters of the PnF chart. This point-and-figure indicator supports all sorts of alerts. It is based on real ticks data, and thus is available only for MT5.

Pinbar Detector MT4 Pinbar Detector MT4

Pinbar Detector is a MetaTrader indicator that tries to detect Pinbars (also known as "Pin-bar" or "Pin bar") and marks them by placing a "smiling face" symbol below the bullish Pinbars and above the bearish Pinbars. It is a pure price action indicator, which is not using any standard technical indicators in its code. The configuration of Pinbar detection can be done via the indicator's input parameters. Pinbar Detector can issue platform alerts and email alerts on detection. The indicator is available both for MT4 and MT5 versions of the trading platform.

QQE Quantitative Qualitative Estimation MT5 QQE Quantitative Qualitative Estimation 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) MT5 Rainbow Multiple Moving Average (RMMA) 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.