Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

2XMA_Ichimoku_Signal - MetaTrader 5 için gösterge

Görüntülemeler:
3822
Derecelendirme:
(12)
Yayınlandı:
2018.06.18 10:18
Güncellendi:
2023.03.29 13:48
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.

The indicator uses the SmoothAlgorithms.mqh library classes (copy them to <terminal_data_directory>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.

Fig.1. Indicator 2XMA_Ichimoku_Signal

Fig.1. Indicator 2XMA_Ichimoku_Signal

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20757

Bands 2 Bands 2

A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock).

Exp_AverageChangeCandle Exp_AverageChangeCandle

A trading system based on the signals of indicator AverageChangeCandle.

Martingale Martingale

Dynamic managing the lot size depending on the balance.

AbsolutelyNoLagLWMA AbsolutelyNoLagLWMA

A moving average using double LWMA-averaging and implemented in color.