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

Price Alert - MetaTrader 4용 지표

조회수:
23313
평가:
(15)
게시됨:
2016.02.08 11:40
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Price Alert plays sound alerts when the price reaches certain levels, specified by trader. It supports three types of signals: the first is used when the price rises above the specified level (shown as a green line on the chart); the second is used when the price falls below a certain level (red line on the chart); the third is used when the price reaches a strictly specified level (yellow line).

All signals disabled after triggering and can be re-enabled with new levels. If you use the feature of sending the signal by email, do not forget to configure the SMPT server and to specify the email address in your MetaTrader platform options window.

Input Parameters:

  • SoundWhenPriceGoesAbove (default = 0.0) — if the price rises above this value, a signal is generated.
  • SoundWhenPriceGoesBelow (default = 0.0) — if the price falls below this value, a signal is generated.
  • SoundWhenPriceIsExactly (default = 0.0) — if the price reaches this exact value, a signal is generated.
  • SendEmail (default = false) — if true and the correct email sending parameters in the MetaTrader platform options window are set, then the signal will be sent to the email address as well.

Recommendations:

  • This indicator can be used as a direct signal for action, since it does not generate signals to buy or sell. You can just use it when you need sound notification on reaching certain price levels. Then you can use the moment to work with the market. You can leave some input parameters at zero value to disable the corresponding signals.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13192

HAN HAN

The Heiken Ashi Naive Expert Advisor is based on the Heiken Ashi candle chart system and uses the standard indicator of the same name.

GainLossInfo GainLossInfo

Shows the current gain and loss for the candlesticks on the chart.

Length of trend Length of trend

The indicator shows the length of the trend line in points.

Placing Stop Orders Grid Placing Stop Orders Grid

The script determines the price at the point of the chart, on which it was dropped down, and depending on that it places a grid of orders.