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

CandleSizes - MetaTrader 5용 지표

조회수:
8610
평가:
(16)
게시됨:
2015.07.29 14:56
업데이트됨:
2016.11.22 07:32
candlesizes.mq5 (16.05 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator shows the size of candlestick elements. One histogram bar corresponds to a certain element size on a current candlestick, the histogram line indicates the daily average value of selected elements. A histogram bar changes its color to the color of the line if the element size exceeds the daily average.

Input Parameters:

  • inpType — display type (show the size of upper shadows, lower shadows or bodies);
  • inpClr — histogram color (if the element size exceeds the daily average);
  • inpNeutralClr — neutral color, if the element size doesn't exceed the daily average.

Tips:

  • Analyze the values of upper shadows after an uptrend movement, and the values of lower shadows — after a downtrend movement (trend reversal).
  • It can be used as a confirming signal to determine important price levels (instead of a candlestick patterns indicator).
  • It can be used as a basis for developing candlestick indicators.
  • The indicator can work on timeframes up to Н2.

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

ColorZerolagMomentumOSMACandle ColorZerolagMomentumOSMACandle

The ColorZerolagMomentumOSMA indicator implemented as a sequence of candlesticks.

ColorZerolagMomentumOSMA_HTF ColorZerolagMomentumOSMA_HTF

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

FractalsNoRedraw FractalsNoRedraw

Bill Williams' fractals indicator based on the built-in Fractals indicator. The distinctive feature of this indicator is that it doesn't repaint.

Exp_ColorZerolagMomentumOSMA Exp_ColorZerolagMomentumOSMA

The Exp_ColorZerolagMomentumOSMA Expert Advisor is based on the ColorZerolagMomentumOSMA histogram's change of direction.