Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Candle Range - indicatore per MetaTrader 5

Visualizzazioni:
4437
Valutazioni:
(5)
Pubblicato:
2025.01.22 06:21
Aggiornato:
2025.01.29 14:43
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Candle Range MetaTrader indicator — is a very simple and lightweight indicator that displays the candle's range in pips on mouseover. In addition, to the High/Low range, it can optionally display the body size (Open/Close) for candles. Multiple display parameters are available to control how the indicator looks. This indicator is available for both MT4 and MT5 versions of the trading platform.

Input parameters

  • ShowBodySize (default = false) — if true, a candle's body size will also be shown.
  • HavePipettes (default = false) — if true, the indicator will assume that the currency pair's quote contains pipettes and will show the pip ranges accordingly.
  • TrueRange (default = false) — if true, the indicator will calculate true range (including the gap part) instead of the normal range.
  • font_color (default = clrLightGray) — the color of the candle range indicator.
  • font_size (default = 10) — the size of the candle range indicator.
  • font_face (default = "Verdana") — the font of the candle range indicator.
  • corner (default = CORNER_LEFT_UPPER) — the location for the candle range indicator on the chart.
  • distance_x (default = 3) — the horizontal distance from the corner to the indicator.
  • distance_y (default = 12) — the vertical distance from the corner to the indicator.
  • DrawTextAsBackground (default = false) — if true, the text label with the candle range value will be drawn as background. It can be useful if you want to prevent the indicator from obscuring the chart.
  • ObjectPrefix (default = "CR-") — the prefix for chart objects for compatibility with other indicators.

Forex news events reaction EA: An mql5 calendar introduction. Forex news events reaction EA: An mql5 calendar introduction.

An MQL5 Expert Advisor that reacts to high-impact forex news events using the MQL5 Calendar. It identifies news related to inflation (CPI/PPI) and interest rate decisions, placing breakout trades with pending orders. Ideal for traders looking to automate news-based strategies. (This is just a starting point)

Zigzag fibo oscillator Zigzag fibo oscillator

An advancement of the MetaQuotes zigzag with an oscillator mode, current bar leg tracking, fib levels, and dynamic scaling

Negative Volume Index indicator Negative Volume Index indicator

Negative Volume Index (NVI) is a free technical indicator for advanced chart analysis in MT4, MT5 platforms. It is based on tick volume (can be substituted with real volume in MT5) and has two useful features added: Support for multi-timeframe (MTF) operation. Can be switched to show Positive Volume Index.

Breakeven Line Indicator for MT5 Breakeven Line Indicator for MT5

Breakeven Line Indicator is a MetaTrader indicator that calculates breakeven level based on all open positions and displays it on your chart as a horizontal line. Additionally, it will calculate the total number trades, the total number of lots, and the distance to the breakeven line in points and profit/loss. The indicator is available for both MT4 and MT5.