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
Vues:
4386
Note:
(11)
Publié:
2018.09.27 16:16
PCR.mq5 (9.41 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The PCR (Percent Retracement) indicator shows the maximum distance by which the price has moved away from the highest High in the specified range.

The indicator has three input parameters:

  • Period - the range;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculations:

PCR = 100.0 * (1.0 - (Max+Close) / (Max-Min))

where:

  • Min, Max - the highest and lowest prices within the Period interval

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

MultiWajdyss_Ichimoku_x10 MultiWajdyss_Ichimoku_x10

MultiWajdyss_Ichimoku_x10 shows information on the current trends, using the colors of the Wajdyss_Ichimoku_Candle indicator from ten different timeframes.

MAE MAE

The MAE (Moving Average Envelopes Percentage) indicator shows the price as a percentage of the Envelopes channel.

Wajdyss_Ichimoku_x10 Wajdyss_Ichimoku_x10

The Wajdyss_Ichimoku_x10 indicator displaying the colors of the Wajdyss_Ichimoku_Candle indicator candlesticks from ten different timeframes, from the bar defined in the indicator input parameters.

OHLC Check OHLC Check

Checking a trading system: Close > Open → BUY signal, Close < Open → SELL signal.