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:
3916
Note:
(13)
Publié:
2018.03.01 11:58
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator draws a moving average line calculated based in the low and high prices over the given interval of bars.


Calculation formula

MinMaxMA[i] = (Min + Max)/2

where Min, Max are the lowest and the highest prices in the range between (i-Period + 1) and (i).

It has two parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

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

MACD_Signal_Divergence MACD_Signal_Divergence

The indicator searches for divergences and displays them on the chart of the signal line of the custom MACD indicator.

MACD_Divergence MACD_Divergence

The indicator searches for divergences and displays them on the chart of the custom MACD indicator.

Other_Candles Other_Candles

The indicator draws candlesticks in a separate window in the form of a histogram from the zero line.

Patterns Patterns

A set of thirty popular candlestick patterns.