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

Colored Zerolag MACD - MetaTrader 5용 지표

Original code by: RD - marynarz15@wp.pl | Korean English Русский 中文 Español Deutsch 日本語 Português
게시자:
Farzin Sadeghi Bonjar
조회수:
18899
평가:
(38)
게시됨:
2017.05.22 13:49
업데이트됨:
2017.05.22 13:51
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is the MQL5 version of ZeroLag MACD that was available for MetaTrader 4 here: https://www.mql5.com/en/code/9993

Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703

I fixed the MetaTrader 4 version which has 95 lines of code. It took me 5 days to write the MetaTrader 5 version.(reading the logs and testing multiple times and finding out the difference of MetaTrader 5 and MetaTrader 4!)

My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and now for reading all of the history it has around 290 lines of code!

In My first MQL5 version of this indicator I used IMAonArray from MetaTrader 5 site and it used to take 8 seconds to load for the first time for calculating 700 candles!

As MetaTrader 5 does not have iMAonArray and the code iMAOnArrayMQL4 from https://www.mql5.com/en/articles/81 has some loops with too much cycles, so I rewrote it.

Also the time series in MetaTrader 5 is from old to new candles (from left to right) but in MetaTrader 4 the time array is set as timeseries by default, so it is from new to old (right to left). As the MQL4 version of the indicator was coded somehow that I couldn't simply set arrays as timeseries (change their direction) and get the correct results in MQL5, so I had to change all the loops and write my own method to calculate all the candles of history for this MetaTrader 5 version.

As the original code was free, I will share product for free in market too. hope it will be useful for getting faster signals than the traditional MACD.


Indicator parameters

  • FastEMA - default is 12. the number for setting the faster EMA period.
  • SlowEMA - default is 26. the number for setting the slower EMA period. It's value should be greater than the FastEMA.
  • SignalEMA - default is 9. The number for setting the period for calculating the Signal line which is drawn in blue color.

Standard Deviation Channel MT5 Standard Deviation Channel MT5

A channel based on standard deviation of close price.

Binary Options Simulated Trading Indicator for MT5 Binary Options Simulated Trading Indicator for MT5

This is a binary options simulated trading indicator on MetaTrader 5 client, novice traders can use to practice trading strategies, program interface have simplified Chinese and English.

MetaCOT 2 CFTC ToolBox (Set of Indicators) MT5 MetaCOT 2 CFTC ToolBox (Set of Indicators) MT5

MetaCOT 2 CFTC ToolBox Indicators is a set of MetaCOT 2 indicators that provide access to CFTC reports. MetaCOT 2 supports COT, Disaggregated COT, TFF and CIT reports. It allows to draw COT charts straight in the MetaTrader terminal. All indicators are available as source code, and anyone can use them to create their own trading system.

Cronex T RSI BBSW Cronex T RSI BBSW

The Cronex T RSI BBSW indicator for MetaTrader 5.