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

AbsolutelyNoLagLwma_Digit - indicateur pour MetaTrader 5

Vues:
2615
Note:
(13)
Publié:
2018.07.09 11:08
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Moving average AbsolutelyNoLagLwma displaying the most recent values as a price label, with the possibility to round the indicator levels to a required number of digits. The number of digits to round is defined by the indicator's input variable Digit:

input uint Digit=3; //Number of digits to round to

If the close price is above the moving average, then the price color is green; if it is below that, then it is red.

Fig 1. Indicator AbsolutelyNoLagLwma_Digit

Fig 1. Indicator AbsolutelyNoLagLwma_Digit

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

ColorXDerivative ColorXDerivative

Indicator Derivative additionally smoothed and made as a color histogram

AbsolutelyNoLagLwma_x2_cloud_HTF AbsolutelyNoLagLwma_x2_cloud_HTF

Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market

Exp_ColorX2MA_X2 Exp_ColorX2MA_X2

Trend-following trading system Exp_ColorX2MA_X2 based on the signals of two indicators ColorX2MA

ColorX2MA_HTF ColorX2MA_HTF

Indicator ColorX2MA with the timeframe selection option available in the input parameters