Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

MACD Candles - MetaTrader 5 için gösterge

Yayınlayan:
Mladen Rakic
Görüntülemeler:
13069
Derecelendirme:
(27)
Yayınlandı:
2016.10.03 18:12
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 tarafından Rusçadan çevrilmiştir.
    Orijinal kod: 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.