거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
3235
평가:
(9)
게시됨:
2018.09.27 15:59
GD.mq5 (8.28 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Generalized DEMA moving average. Double exponential smoothing is applied to a price, taking into account the effect of the secondary smoothing.

The indicator has three input parameters:

  • Volume factor (in percent) - secondary smoothing effect factor, in percent
  • Period - calculation period
  • Applied price

Calculation:

GD = (1.0+Volume factor) * EMA1 - Volume factor * EMA2

where:

EMA2 - EMA(EMA1, Period) EMA1 - EMA(Applied price, Period)

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

RSI_Histogram_Vol RSI_Histogram_Vol

The Relative Strength Index oscillator displayed as a color histogram, using volumes.

Exp_Trading_Channel_Index Exp_Trading_Channel_Index

A trading system based on the Trading_Channel_Index oscillator signals.

CCI_Histogram_Vol CCI_Histogram_Vol

The Commodity Channel Index oscillator displayed as a color histogram, using volumes.

Investor_Preference_Index Investor_Preference_Index

The Investor Preference Index indicator