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
Indicateurs

AbsolutelyNoLagLwma_HTF - indicateur pour MetaTrader 5

Vues:
2546
Note:
(10)
Publié:
2018.06.18 10:21
\MQL5\Indicators\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator AbsolutelyNoLagLwma with the timeframe selection option available in input parameters, alerting when the indicator changes its color:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe)

For the indicator to operate, the AbsolutelyNoLagLwma.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig.1. Indicator AbsolutelyNoLagLwma_HTF

Fig.1. Indicator AbsolutelyNoLagLwma_HTF

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

ID Compare HH LL and delta base ID Compare HH LL and delta base

This oscillator shows the differences in points between the successive High of bars/candlesticks and Low of bars/candlesticks. It also shows them in different colors, depending on the directions and amount of points set in the properties.

AbsolutelyNoLagLWMA AbsolutelyNoLagLWMA

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

ADX_Cross_Hull_Style_NRTR ADX_Cross_Hull_Style_NRTR

An NRTR-type indicator using Average Directional Movement Index.

AIS2 Trading Robot AIS2 Trading Robot

An automated trading system with a data panel in form of the OBJ_LABEL objects.