Something interesting, old thread - page 72

 

Since we made a stochastic of rsx for metatrader 4 here is a version for metatrader 5 too (it is a bit different than the metatrader 4 version though)

 
mladen:
Since we made a stochastic of rsx for metatrader 4 here is a version for metatrader 5 too (it is a bit different than the metatrader 4 version though)

Great idea! Can you share link where stochastic of rsx for metatrader 4 is found. Thanks!

 
andy570:
Great idea! Can you share link where stochastic of rsx for metatrader 4 is found. Thanks!

andy570

It was posted here : https://www.mql5.com/en/forum/177239/page35

 

Awesome oscillator divergence TIMisthebest

Awesome oscillator divergence (this version coded by TIMisthebest)

As a subset of MACD it is a logical step to have a divergence version of awesome oscillator too

 

Just a side-note : with some of the newest builds of metatrader 5 the indicators that are using "SmoothAlgorithms.mqh" can not be compiled normally any more. And since there is no fix of that include file, all the indicators made by godzilla are going to have that problem

_____________________

PS: this is not the first time that it happens with metatrader 5. I remember at least 3 occasions when all that was written for metatrader 5 had to be revised since it wouldn't compile. So, metatrader 5 had more than one occasion that it was not compatible to itself downwards - not a good news for the developers waiting for a new metatrader 4

 

Here is how, after latest changes, one of the indicators posted at the metatrader 5 code base looks like when placed on chart (it is this indicator : Indicators - Hull_Candles - MQL5 Code Base - did not post it here so that everybody can check the original posted there, only copied the picture from there so that it can be seen how it should look like). If it is the dirrection that the whole development is going in, then it does not look promising

This is how it looks like now :

And this is how it looked when it worked OK

Files:
picture.png  41 kb
 

Ehlers inverse fisher transform

Ehlers inverse fisher transform that allows using rsi, Wilder's rsi, rsx and Cuttler's rsi in calculation. On the example picture rsx is used for calculation

 

This is a velocity indicator for metatrader 5.

Sometimes it is referred to as Jurik velocity or a smoother momentum. Calculation itself is rather simple (compared to some versions of jvelocity this one is much, much shorter with same results)

__________________

PS: metatrader 4 version was posted at this post https://www.mql5.com/en/forum/176430/page4

Files:
velocity_5.gif  33 kb
velocity.mq5  5 kb
 

Stochastic of adaptive smoother (in this one instead of using "plain" smoother, standard deviations adaptive smoother is used for price filtering).

Adapting is done using standard deviations in order to make the indicator react to price changes as quickly as it is possible. Filtered prices are adding to the false signals cleaning so, beause of that, we can consider this indicator to be a "trending" indicator

 

Multi time frame version of Donchian channel

Reason: