Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

Price Alert - indicador para MetaTrader 4

Visualizaciones:
23096
Ranking:
(15)
Publicado:
2016.02.08 11:40
Actualizado:
2016.11.22 07:32
pricealert.mq4 (4.59 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

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.

Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: 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.