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

Candle Range - MetaTrader 5용 지표

조회수:
5034
평가:
(5)
게시됨:
2025.01.22 06:21
업데이트됨:
2025.01.29 14:43
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.