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

EMA to SMA MACD - extended - MetaTrader 5용 지표

조회수:
5798
평가:
(15)
게시됨:
2018.12.24 19:38
업데이트됨:
2018.12.24 19:43
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

The idea comes from another trading platform. They called it differently there, but the name here reflects exactly what it is all about. The idea is simple : we are counting on a fact that EMA (Exponential Moving Average) is "faster" from SMA (Simple Moving Average). That way a "MACD" is constructed using single period (unlike the "classical" MACD that needs fast and slow period average for calculations). The signal line in this one is calculated as a sma

This version is showing how easy is to extend almost any type of indicator(s) with some of the features that MT5 is offering us

Usage :

It can be used as any other MACD type indicator


EMA to SMA MACD EMA to SMA MACD

EMA to SMA MACD

AMA smoothed RSI - floating levels AMA smoothed RSI - floating levels

AMA smoothed RSI - floating levels

EMA to SMA MACD - on chart EMA to SMA MACD - on chart

EMA to SMA MACD - on chart

View the Value in OnCalculate Parameters View the Value in OnCalculate Parameters

This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a few other functions. The indicator shows: 1) The most recent value provided with the most recent OnCalculate call. 2) The previous value from the previous OnCalculate call. 3) The first value from the first time onCalculate executed.