Join our fan page
- Views:
- 6966
- Rating:
- Published:
- 2012.12.11 15:09
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The real author:
VladMsk
An alternative replacement for the standard RVI indicator which considers trades volume.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 15.06.2010.
Fig.1 The True RVI indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1157

When market activity decreases, then the Expert Advisor places two pending stop orders

Rise or fall in prices is often preceded by increased activity of trading. The True MFI indicator tries to use this factor.

The Exp_2pbIdealMA indicator is based on the crossing of two Moving Averages. A signal to perform a deal is formed at bar closing if there is crossing of a fast 2pbIdeal1MA Moving Average with a slow 2pbIdeal3MA Moving Average

The 2pbIdealXOSMA indicator represents the MACD histogram based on the 2pbIdeal1MA and 2pbIdeal3MA indicators.