Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

2XMA_Ichimoku_Signal - indicateur pour MetaTrader 5

Vues:
3825
Note:
(12)
Publié:
2018.06.18 10:18
Mise à jour:
2023.03.29 13:48
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.