Elite indicators :) - page 757

 

Dwma & jma oscillator made to be new metatrader compatible : dwma_amp_jma_oscillator_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/general

 

DWMA - JMA indicators ...

MrTools told me that someone has asked for this : JMA / DWMA oscillator


It is a system that checks for crosses of double weighted moving average and jurik ma. The idea of the double weighted moving average is to make it as smooth as it is possible using only linear weighted weight coefficients and even though I doubted at start that it will give some surprising results, it does ...

At this post I am posting a "simple" double weighted moving average (DWMA) and JMA indicators : the on chart and the oscillator of the same (it is a kind of MACD, but instead of using EMAs for that purpose, in this one the DWMA and JMA are used) Default parameters used are the widely known MACD parameters (12,26) but in the original (as far as I was able to find it out) the are using 10,7. Anyway those parameters are a subject of experimenting even though the 12,26 combination is not too bad at all (even though I use it in rather strange way, you will discover when you start the indicator ). Also it seems that the indicator will have its use in divergence tracking and discovering

Updated version posted here : https://www.mql5.com/en/forum/general

 

Dear mladen,

would you please be so kind and add interpolation to the attached "Blau-smi" ?

Thanks in advance

derfel

Files:
 
derfel:
Dear mladen,

would you please be so kind and add interpolation to the attached "Blau-smi" ?

Thanks in advance

derfel

derfel

Here you go : blau_-_smi_averages_mtf.mq4

Happy trading

Files:
 
mladen:
derfel

Here you go : blau_-_smi_averages_mtf.mq4

Happy trading

Very nice. Thank you very much.

 

Apeiron

Here you go

Histogram version and alerts added
regards

Mladen

Apeiron:
BB Stops - EMA deviations Histogram + Alert

updated version posted here: https://www.mql5.com/en/forum/general

 

Ssa of price histogram version (with multi time frame and alert options) : ssa_of_price_-_advanced_histo_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/general

 

yama

I hope I understood correctly : made a histo version of it and multi time frame

regards

Mladen

yama728:
Hello,mladen:)

Please adding separate and MTF !

thanks

Updated version posted here : https://www.mql5.com/en/forum/general

 

Centered triangular moving average bands : triangularma_centered_bands_-_mtf_amp_alerts_nmc.mq4

PS: please read the original post (this one https://www.mql5.com/en/forum/general ) for additional explanation how centered triangular moving average behaves in real time

 

Gia

First of Centered TMA. Every centered moving average is shifted by calculating period to the left and then the "missing part" that is "emptied" that way (since all the values are shifted left) is extrapolated.

The extrapolated part (HalfLength bars in case of Centered Triangular MA) is recalculated over and over. Centered moving averages can not be made differently since there is no extrapolation method that calculates values in a non changing (100% sure) manner. Extrapolation is more or less a guess based on past values as a best fit for assumed future values

So much about Centered triangular moving average. Even though Brian Millard recommended only this moving average in cycle finding, one must know that it is meant to be used in non-mechanical systems (so not as signals but estimates)

_________________________________

Now regradles of all said about centered TMA the error you are describing is not comming from it. As far as the "#mtf tma centered" is concerned, it is wrongly coded. The wrong code consists of 2 errors. Centered TMA last HalfLength always must be recalculated and that way freshened and the error number 2 is concerning the limit in multi time frame mode (it calculates less bars than needed) Those 2 errors are causing what you described in your post

I do not have the "TMA centered" indicator which is used by it (I have a couple other with other names, but if it is my indicator (and from the "calculateTMA" parameter it seems to be mine) I use that parameter to recursively call the indicator itself to do other job. In short, in mtf I do not use 2 indicators but one which calls itself to calculate basic values that are then shown in mtf frame (there is almost always one more parameter before that parameter that is called "indicatorFileName" which holds the name of the indicator, "calculateTMA" (which is in place of TimeFrame parameter, not in place of the indicator name) just "orders" it to calculate values.

From the parameters used it seems to be the indicator I attached here, but if that is the one it is a mtf already and it does not need any separate mtf (it is a single multi time frame indicator - it does not need any other indicator) and it works as I described above. It looks like this in mtf mode (placed it in interpolated and non-interpolated mode to show the difference), and it does not have the errors that the "#mtf ..." version has, but still bare in mind the HalfLength extrapolation recalculation

regards

Mladen

Gia:
I experienced problems with the attacched indicator. I would like to use it for a EA but it repaints it values drammatically while bar formation.

Can you help me in finding a solution ?

Moreover looking at its code I noted that a custom indicator colled " calculateTma " is recall but I do not have that indicator stored in my pc.

To better esplain what is going to happen I also inserted the pics in which it is possible to see the light blue line behavior.

in the pic. 16 the light blu line is whipping, I made double clic on it and immediatelly it became as per pic 17.

Please help...

Mladen I would like to highlight that the MTF inticatore uses the "TMA CENTERED " indicator in which the " calculateTma " is recalled sorry for the inaccuracy

Updated version posted here : https://www.mql5.com/en/forum/general

Reason: