거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
6248
평가:
(23)
게시됨:
2015.07.03 11:10
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator determines and marks WRB (Wide Range Bars or Wide Range Bodies). Because WRBs are not useful themselves, the indicator also determines hidden gaps based on these bars. It shows filled and unfilled hidden gaps differently, so you can quickly get the current situation. You can also turn on notifications about price entering the unfilled gap area.

Input parameters:

  • UseWholeBars (by default = false) — if true, the indicator searches for Wide Range Bars instead of Wide Range Bodies.
  • WRB_LookBackBarCount (by default = 3) — how many bars to compare to determine WRB. The higher this number, the rarer and more significant WRBs will be.
  • WRB_WingDingsSymbol (by default = 115) — text symbol code to designate WRBs. By default, a small rhombus is used.
  • HGcolor1 (by default = clrDodgerBlue) — first (and default) hidden gap rectangles color.
  • HGcolor2 (by default = clrBlue) — second color for hidden gap rectangles.
  • HGstyle (by default = STYLE_SOLID) — line style for drawing hidden gap rectangles.
  • StartCalculationFromBar (by default = 100) — number of bars in chart history to analyze to mark WRBs and hidden gaps.
  • HollowBoxes (by default = false) — if true, the hidden gap rectangles will be without filling.
  • DoAlerts (by default = false) — true turns on notifications about price entering a hidden gap area.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13177

ColorZeroLAG_MA_HTF ColorZeroLAG_MA_HTF

The ColorZeroLAG_MA indicator with the timeframe selection option available in the input parameters.

ColorZeroLAG_MA ColorZeroLAG_MA

The ZeroLAG MA indicator is a Moving Average with zero lag.

ColorZerolagRVI ColorZerolagRVI

This RVI oscillator analogue is calculated based on four Relative Vigor Index indicators.

Dots Dots

The indicator shows current trend direction by placing colored dots on the main chart.