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

Smoothed_ADX - MetaTrader 5용 지표

조회수:
8108
평가:
(15)
게시됨:
2019.02.07 09:00
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator is the smoothed standard indicator Average Directional Movement Index.

It has five adjustable parameters:

  • Period - ADX calculation period
  • Primary smoothing factor - primary factor of smoothing
  • Secondary smoothing factor - secondary factor of smoothing
  • Strong trend level - level of a strong trend
  • Weak trend level - level of a weak trend

Calculations:

SDIP = Secondary smoothing factor * DIPtmp + (1.0 - Secondary smoothing factor) * PrevSDIP
SDIM =Secondary smoothing factor * DIMtmp + (1.0 - Secondary smoothing factor) * PrevSDIM
SADX = Secondary smoothing factor * ADXtmp + (1.0 - Secondary smoothing factor) * PrevSADX

where:

DIPtmp = 2.0 * DMIplus + (Primary smoothing factor - 2.0) * PrevDMIplus + (1.0 - Primary smoothing factor) * PrevDIPtmp
DIMtmp = 2.0 * DMIminus + (Primary smoothing factor - 2.0) * PrevDMIminus + (1.0 - Primary smoothing factor) * PrevDIMtmp
ADXtmp = 2.0 * ADX + (Primary smoothing factor - 2.0) * PrevADX + (1.0 - Primary smoothing factor) * PrevADXtmp
DMIplus, DMIminus - DMI+ и DMI-
ADX - Directional Movement Index(Period)


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

MACD_Osmax MACD_Osmax

Indicator MACD OsmaX

Wide_Narrow_Spread Wide_Narrow_Spread

Indicator Wide/Narrow Spread bar

RSI_Rendiment RSI_Rendiment

Indicator RSI Rendiment

Ilan iMA Ilan iMA

Ilan based on indicator iMA (Moving Average, MA)