Unisciti alla nostra fan page
- Visualizzazioni:
- 9902
- Valutazioni:
- Pubblicato:
- 2019.01.02 14:31
- Aggiornato:
- 2023.03.29 13:48
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Original author:
The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence.
In addition to divergences, MACD provides a superb display of reversals on minor periods, such as 1, 5 and 15 min. Intersection of the MACD signal line and MFI can serve as an additional signal to open a trade. MFI line color changes after such an intersection.
Input parameters contain the MACD histogram and MFI parameters, as well as caliber - the RSI scaling factor. This factor has been added due to a large variation of MACD values on different timeframes. So, "caliber" for 15 minute EURUSED is about 4, for daily TF "caliber" = 20, for M1 "caliber" =0.5.
The indicator uses the CMoving_Average class from the SmoothAlgorithms.mqh library. The class is described in detail in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.
Fig.1. The MACD_MFI indicator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/23150

Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor

Brief Description

RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.

Trading is based on the analysis of yesterday's OHLC with the current day value.