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

PercentageCrossover - indicateur pour MetaTrader 5

Vues:
7189
Note:
(25)
Publié:
2017.05.29 15:54
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: Vic2008

A Moving indicator that does not use averaging in its code.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 07.09.2010.

Fig.1 The PercentageCrossover indicator

Fig.1 The PercentageCrossover indicator

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

RiskSpread RiskSpread

The indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.

Move Trend line Move Trend line

The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.

PercentageCrossoverChannel_System PercentageCrossoverChannel_System

The indicator implements a breakthrough system using the PercentageCrossoverChannel channel.

GRFLeadingEdger_Pivot_HTF GRFLeadingEdger_Pivot_HTF

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two channels on one bar of any timeframe of the GRFLeadingEdge indicator.