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:
4510
Note:
(35)
Publié:
2015.01.23 11:06
Mise à jour:
2017.02.06 10:36
MFI_price.mq5 (17.74 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: Paladin80

The Money Flow Index Indicator use typical price (TP = (H + L + C)/3) for its plotting. We just added possibility to use all price types for calculations to the indicators standard code.

This indicator was first implemented in MQL4 and published in CodeBase on August 17, 2012.

Fig.1. MFI_price Indicator

Fig.1. MFI_price Indicator

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

SizeBar SizeBar

Indicator of bar sizes in points with due regard to spread and maximum one way movement only.

ExchangePrice ExchangePrice

The indicator displays change of a current price regarding the price countBarsS/countBarsL bars ago.

SizeBar_HTF SizeBar_HTF

The SizeBar indicator with the timeframe selection option available in input parameters.

ExchangePrice_HTF ExchangePrice_HTF

The ExchangePrice indicator with the timeframe selection option available in input parameters.