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

MACD Candles - MetaTrader 5용 지표

게시자:
Mladen Rakic
조회수:
12976
평가:
(27)
게시됨:
2016.10.03 18:12
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

It does not have signal line and it does not have the price. Instead it is calculating 4 MACD-values (of open, close, high and low) and constructs MACD from those 4 values as a candles. Color of the candles (and the "trend" that macd should show) depends on the macd of open and close (not on a slope or something similar).
A deviation was made in the calculation: I decided to allow the 4 types of averages to be used (even though by definition of Gerald Appel the macd is calculated as ema(fast)-ema(slow)). So we can have a macd of sma, smma  and lwma too — all using same calculating periods.




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

    Candles, arbitrary seconds Candles, arbitrary seconds

    This is an indicator that generates simulated data for any period - but in seconds

    Bcrypt Bcrypt

    Class for working with AES-256 encryption.

    Fibonacci Auto Channel Fibonacci Auto Channel

    The indicator is finding out the minimum and maximum for the desired period and draws fibo zones in those bounds.

    Bollinger Bands with Filling Bollinger Bands with Filling

    This version of Bollinger Bands has a choice of calculating the standard deviation as a sample or as an uncorrected deviation.