Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Price Alert - indicator for MetaTrader 4

Views:
23085
Rating:
(15)
Published:
2016.02.08 11:40
Updated:
2016.11.22 07:32
pricealert.mq4 (4.59 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.