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

It is often said that the candlestick models of the reversal should be applied only when the market is at the high/low price level. The Disparity Index indicator is used to define these levels. I.e. when the histogram bars are blue and rising above the overbought level, you must search the candlestick combinations that signal about down reversal. And, vice versa, if the histogram bars fall below the oversold level and changes the color to red then look if it coincides with some candlestick model of up reversal.

Although you can use a fixed overbought/oversold level (3-10 percents depending on the market and the indicator parameters), this version levels are calculated dynamically. Behavior is the following:

  • calculates the absolute value of price change in percentage in each bar
  • calculates the average value of these changes for the set period and multiplies it on the coefficient. The received value is the overbought level. The same value with a minus sign is the oversold level

Disparity Index with dynamic overbought/oversold levels


Recommendations:

  • when overbought/oversold levels are overcome then it is recommended to use in combination with the candlestick models.
  • when the difference index is between overbought/oversold levels, it can serve to define the trend. The increasing index indicates of the bull market, the decreasing index is about the bear market.
  • another way of application is divergence trade.

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

i-KlPrice i-KlPrice

A trend indicator drawn on the basis of the advanced Keltner channel.

Renko Renko

The renko (renko) chart in a separate subwindow. No matter on what chart timeframe the indicator is attached, the renko is drawn on close price of М1 timeframe.

Exp_ColorLeManTrend Exp_ColorLeManTrend

The Exp_ColorLeManTrend trading system is based on changes of the trend direction displayed by the ColorLeManTrend indicator

The class to create the ring buffer The class to create the ring buffer

The class allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.