Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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_Oscillator - indicateur pour MetaTrader 5

Vues:
3228
Note:
(7)
Publié:
2018.06.16 10:17
Mise à jour:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.

For the indicator to work, there must be indicator XMA_Ichimoku.ex5 in the <terminal_data_directory>\MQL5\Indicators folder.

The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\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_Ishimoku_Oscilator

Fig.1. Indicator 2XMA_Ichimoku_Oscillator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20615

VR---Moving VR---Moving

An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.

KWAN_CCC_HTF KWAN_CCC_HTF

The KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.

2XMA_Ichimoku_Oscillator_HTF 2XMA_Ichimoku_Oscillator_HTF

Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.

UniversalMACrossEA UniversalMACrossEA

The EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.