Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Vues:
3659
Note:
(19)
Publié:
2015.12.04 10:10
Mise à jour:
2016.11.22 07:32
jma.mq5 (23.36 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The JMA indicator implemented as a sequence of candlesticks.

Candlesticks appear as a result of relevant price timeseries processed by the JMA algorithm. In many situations, such approach may be more informative for the purpose of analysis.

Fig.1. The JMACandle indicator

Fig.1. The JMACandle indicator

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

JMA_HTF JMA_HTF

The JMA indicator with the timeframe selection option available in the input parameters.

MomentumCandleSign MomentumCandleSign

A semaphore signal indicator that uses two Momentum indicators, based on Open and Close values of the price series.

JMA_StDev JMA_StDev

The JMA adaptive moving average with additional trend strength indication using colored dots based on the standard deviation algorithm.

Background_JMACandle_HTF Background_JMACandle_HTF

The indicator draws JMACandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.