Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
3400
Note:
(9)
Publié:
2018.06.16 11:03
PC.mq5 (10.66 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Price Cycle oscillator.

It has four input parameters:

  • Period - calculation period;
  • Method - calculation method;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculations:

PC = MA(Close-Low) / ATR
When the indicator line moves beyond the daily overbought/oversold level and the price approaches to the extreme monthly ranges, we can consider it is time to buy/sell.

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

MI MI

Indicator MI (Mass Index).

EMV EMV

Indicator Arms' Ease of Movement Value (EMV).

TQ TQ

Indicator Trend Quality.

SL_Calculator SL_Calculator

Indicator StopLoss Calculator.