Watch how to download trading robots for free
Find us on Telegram!
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

Beginner indicator MT5 - indicator for MetaTrader 5

Views:
1225
Published:
2025.01.30 02:09
Beginner.mq5 (6.96 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Beginner MetaTrader indicator — a very simple custom indicator that displays the local tops and bottoms on the chart with the red and blue dots near them. It analyzes the maximum and minimums on the certain period and then compares them to the range, in which the currency pair was trading, and if the top/bottom is significant enough, it marks it with the dot. This indicator redraws itself and thus should not be used for generating trading signals as the dots' positions may change. Both MT4 and MT5 versions of the indicator are available.

Input parameters

  • AllBars (default = 0) — the amount of bars to use for calculations (0 — all bars). There is no reason to change it.
  • Otstup (default = 30) — the number of percents that are cut from the range before comparing maximums and minimums to determine their significance. The higher this number is the more frequent are the dots.
  • Per (default = 9) — the period, on which the maximums and minimums are calculated at given moment. The higher is the number the fewer dots are drawn.

It is very important to understand that this indicator cannot be used for actual trade signals. For example, you cannot sell when the red dot appears or buy when the blue one is drawn — you will end up losing. This indicator can only be used to quickly find the support and resistance levels if you trade some breakout system or to develop your own indicators.




BB MACD indicator MT5 BB MACD indicator MT5

BB MACD MetaTrader indicator — is a basic MACD (Moving Average Convergence Divergence) indicator variation, which helps in detecting the trend change points and measuring the current trend's strength. The indicator is drawn in the separate window on the chart and consists of two lines (blue and red) and the dots, which can be either green or magenta. The change of the dots' color is a good signal provider, while the width of gap between the two lines indicates the strength of the current trend. This indicator is available for MT4 and MT5.

Basing Candlesticks MT5 Basing Candlesticks MT5

Basing Candlesticks MetaTrader indicator — is an automatic indicator that detects and marks basing candles on the chart. A basing candle is a candle with body length less than 50% of its high-low range. The indicator highlights the basing candles using histogram lines (in MT4) or custom candles (in MT5) directly in the main chart of the platform. The percentage criterion can be changed via input parameters. You can also turn on alerts for when a new basing candle appears.

BMA or Band Moving Average MT5 BMA or Band Moving Average MT5

BMA MetaTrader indicator or Band Moving Average — was created by using the original moving average indicator and the idea from one of the site's visitors. The indicator displays itself in the form of three lines: the central one is the standard MT4/MT5 moving average (which can be simple, exponential or weighted), the upper line is the same as the central one but lifted up by 2% (by default), the lower line is the same as the central one but pushed down by 2%. Those two additional lines serve as the support and resistance levels. The indicator is available for both MT4 and MT5.

Bollinger Squeeze Advanced MT5 Bollinger Squeeze Advanced MT5

Bollinger Squeeze Advanced MetaTrader indicator — is a complex indicator consisting of two components: A measure of trendedness based on the Bollinger bands and Keltner channel "squeeze". A trend direction and strength histogram based on one of the following eight oscillators: Stochastic, CCI, RSI, MACD, Momentum, Williams % Range, ADX, DeMarker.