Elite indicators :) - page 770

 

RSX of adaptive super smoother + divergence from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 
mrtools:
RSX of adaptive super smoother + divergence from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

If anyone downloaded this indicator would recommend you redownload it again, there was a bug in the mtf part which I corrected and reposted a corrected version, I apologize for any inconvenience.

 
mladen:
patona Of course

regards

Mladen

Updated version compatible with the new mql : force_histo_amp_mtf_nmc.mq4

 
mrtools:
Hello Yama728, added the 20 options for the nmc moving averages, along with the floating levels.

Hello MR. Tools could you tell me what news indicator you are using? Thanks!

Forexblasters

 
mladen:
Updated version compatible with new mql : allaverages_v2.5_amp_bands_nmc.mq4

Mladen

Is it possible for you to code an indicator in a sliding window to get the probability density values of the Bimodal distribution Bimodal distribution - Wikipedia, the free encyclopedia of the top(high) and bottom(low) of the all averages channel.Not sure this article woulde be helpful 'Statistical Probability Distributions in MQL5' - an article about the algorithmic/automated trading in MetaTrader thanks.

 
nevar:
Mladen Is it possible for you to code an indicator in a sliding window to get the probability density values of the Bimodal distribution Bimodal distribution - Wikipedia, the free encyclopedia of the top(high) and bottom(low) of the all averages channel.Not sure this article woulde be helpful 'Statistical Probability Distributions in MQL5' - an article about the algorithmic/automated trading in MetaTrader thanks.

You mean similar to this https://www.mql5.com/en/forum/general ?

I don't know. I have to check what can be done

As of that article : I have used the probability density function in this indicator https://www.mql5.com/en/forum/general (interesting to compare the dates) but so far haven't tried to use bimodal. Will check

 

I have found some interesting readngs regarding bimodal , I would not mind sharing it in private.

 
forexblasters:
Hello MR. Tools could you tell me what news indicator you are using? Thanks! Forexblasters

Forexblasters

He is using this one : https://www.mql5.com/en/forum/175881/page3

 
mladen:
An old one but ... made differently ___________________________ Since I first saw it, I have always liked the idea of a step stochastic. But every single version I have seen (amibroker, treadestation, metatrader) had two very serious flaws
- minimum and maximum average true range are inherited from a previous bar and thus it makes it depend on the number of bars used in calculations (displayed on chart - for example : if you change the number of bars displayed on chart, all of a sudden you are going to get completely different current results - in short, it will repaint) - the rest of the calculations depends on that "inherited" value, and, since with time the minimum and the maximum are just getting bigger (maximum) and smaller (minimum), the "step quality" of the step stochastic is simply lost when big enough number of bars pass (so the step stochastic becomes deformed and is not a "step" stochastic any more on newest bars) Here is an example of what I mean by this : upper is still having regular steps, and the lower already lost them (with more bars it will just become smoother and smoother, and eventually it will have no "steps" at all)
This one solves those issues. The idea is simple - instead of inheriting previous state of ATR minimum and maximums, the minimum and maximum are cheeked in a "Window" number of past bars. That way it is not deformed and is reacting to latest data fairly good. Compared to the "old" ones you will notice that at the beginning they have the same values (since the "old" still did not "deform") but as time passes the differences grow bigger and bigger - that is the effect of not inheriting and in the end of not repainting)

I decided to use window size of 256 bars simply from visual inspection - changing the window size can change the result dramatically and I guess that one should experiment a bit for a right setting of a Window for different symbols

___________________________

PS: default step stochastic uses close for calculations. See an example of median price used instead of close

Updated step stochastic from that post (the non-repainting step stochastic) made new mql compatible : step_stochastic_nmc.mq4

 

Need some information plse Mladen

Hello Mladen,

I see that the different Build versions are still climbing?

Quick question please:

Is it possible to have the MTF_lined Bars (see attached picture) to show on "offline"-charts? I want to see H8 and H2 on a series starting with H8, H4, H2, H1?

Would appreciate hearing from you.

Best regards,

Reason: