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

NEMA indicator - that calculates depth (offspring) of EMA of arbitrary "depth".

Nema can calculate all the known variations (offspring) of EMA : EMA, DEMA, TEMA, ... DecEMA, ... and so on, up to "levels" or "depth" 50 (whatever name it would be)

Some known depths :

  • 1 -> EMA
  • 2 -> DEMA
  • 3 -> TEMA
  • ....
  • 10 -> DecEMA
  • ....
  • 50 -> the maximal depth calculated by this indicator

If the depth is set to 1, NEMA is equal to EMA, for depth 2 it is equal to DEMA, for depth 3 it is equal to TEMA and so on ..., up to depth 50. In any case, depths over 40 are — due to the way how internal calculation is done, are losing precision too much and unlike the lower depths, should be used for with extreme care and with reserve. Also, as a deviation from EMA (and DEMA and TEMA...) this indicator allows fractional period for calculation (there is no reason whatsoever why any EMA-type indicator should use only integer bound calculation period)

On the example picture are the first 3 (EMA, DEMA and TEMA) using default parameters only the depth is set to 1, 2 and 3.



Nema MACD Nema MACD

MACD calculated using the NEMA.

Adaptive Laguerre filter 2 Adaptive Laguerre filter 2

The newest version of Adaptive Laguerre filter.

Stochastic RSI (OMA) Stochastic RSI (OMA)

Stochastic of 7 possible types of RSI(oma).

ExpHAWaves ExpHAWaves

ExpHAWaves is a MetaTrader 5 Expert Advisor based on the Heiken Ashi and StepUpDown indicators.