Something interesting, old thread - page 68

 

Of course they left some things out mladen they are bloke plonkers over there.....lol

good looking out and thanks for the real updated version{obviously}

 

Same changes that were made for on chart stochastic are made for the on chart RSI too (to make it more usable in trading)

Files:
 

mql4 to mql5 compatibility pack. It should help to people that are used to mql4 to convert the code to mql5. Description of the functions can be found here : Migrating from MQL4 to MQL5

PS: it is still better to write the code from the scratch in metatrader 5, but for the impatient ones, this pack might help

Files:
mql4compat.mqh  53 kb
 

MA fan

MA fan indicator (by sergeev)

Files:
afanma.mq5  5 kb
ma_fan.gif  48 kb
 

Ama slope

Ama slope : "The oscillator shows the rate of change of the AMA indicator in points of the price chart."

Files:
ama_slope.mq5  6 kb
 

Percentage Price Oscillator (PPO)

Definition of 'Percentage Price Oscillator - PPO' :

A technical momentum indicator showing the relationship between two moving averages. To calculate the PPO, subtract the 26-day exponential moving average (EMA) from the nine-day EMA, and then divide this difference by the 26-day EMA. The end result is a percentage that tells the trader where the short-term average is relative to the longer-term average.

Calculated as:

______________________________________________

The PPO and the moving average convergence divergence (MACD) are both momentum indicators that measure the difference between the 26-day and the nine-day exponential moving averages. The main difference between these indicators is that the MACD reports the simple difference between the exponential moving averages, whereas the PPO expresses this difference as a percentage. This allows a trader to use the PPO indicator to compare stocks with different prices more easily. For example, regardless of the stock's price, a PPO result of 10 means the short-term average is 10% above the long-term average.

smoothalgorithms.mqh

Files:
 

Rapid RSI with adaptive T3 price pre-filtering

Unlike the metatrader 4 version, in metatrader 5 we can have more colors for a line and we can do almost the same thing that is easily done in tradestation. So, this version is using that possibility to make it change colors depending on its value in user definable steps (example is using 20 steps for that purpose)

 

Fooling around a bit : a version that uses a color histogram 2 (that is a novelty for metatrader 5 too - the only problem is tat you can not make the histogram wider : no matter how wide you set the histogram lines to, it will use some width that it decides to use and you can not assign color none to histogram (to make it invisible for example - in color histogram color none is equal to black))

 

T3 std adaptive

And one more in this series : this is the T3 using standard deviations to make it adaptive and made with that "fancy" gradient colors. If you wish to turn the gradient colors of, simply set the starting and ending color to same value

Files:
 

Super smoother

Super smoother (from this post : https://www.mql5.com/en/forum/174980/page32 ) made as metatrader 5 version

Reason: