Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
4572
Rating:
(35)
Published:
2015.01.23 11:06
Updated:
2017.02.06 10:36
MFI_price.mq5 (17.74 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.