Elite indicators :) - page 728

 

Tradefx1

Not sure that I understand you completely, so posting this.

This is an automatic linear regression channel with an addition. The addition is if you want to see the last value of the channel before the new bar as the history or you do not want it (it is sometimes useful to see it, but bare in mind that those are "trailing values" that are left as a historical values).

PS: there is an indicator with a same name as this, but they are code wise completely different (I hope that in this one it is much easier and obvious what exactly is done)

regards

Mladen

Tradefx1:
Hi mladen,

Where can I find good and reliable regression line indicators ?

Thanks in advance,

Regards,

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

 
mladen:
Upgraded fourer extrapolator of new set of averages. Now it can use the 20 types of averages :
0 = SMA
1 = EMA

2 = Double smoothed EMA

3 = Double EMA (DEMA)

4 = Triple EMA (TEMA)

5 = Smoothed MA

6 = Linear weighted MA

7 = Parabolic weighted MA

8 = Alexander MA

9 = Volume weighted MA

10 = Hull MA

11 = Triangular MA

12 = Sine weighted MA

13 = Linear regression

14 = IE/2

15 = NonLag MA

16 = Zero lag EMA

17 = Leader EMA

18 = Super smoother

19 = Smoother

fourier_extrapolation_of_averages-2_nmc.mq4

Mr.Mladen,

Where i can find and download " Fourier extrapolation.dll " ?

I look your Chart is good..

Thank you.

 
tiwicima:
Mr.Mladen,

Where i can find and download " Fourier extrapolation.dll " ?

I look your Chart is good..

Thank you.

tiwicima

You can download it from this post (the zip file - it is a free download file) : https://www.mql5.com/en/forum/general

 

Updated cci stochastic : cci_stochastic_amp_arrows_nmc.mq4

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

 

altoronto

Here you go Just in case - added 2 parameters : ShowArrowsOnZoneEnterand ShowArrowsOnZoneExit, so it is 100% controllable when the arrows should be drawn.

regards

Mladen

altoronto:
Mladen, can you add arrows on chart when CCI Stochastic went out from overbought/oversold zone? Thank you in advance.

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

 

Updated non repainting CCI : cci_-_nrp_amp_mtf_nmc.mq4

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

Files:
 

:)

tools, as usual, the metatrader team does not care too much about simplicity and efficiency. Their code is anything but what they should show as an example of how to code and I guess that is why you are having problems with it.

So here is one (in 2 steps) : first the simplification (it takes 5 lines of code within the main loop to do the job) and then the nrp version (this one draws colors on over bought and over sold levels) Did it this way in order to make it obvious how the nrp step is added

__________________________________

PS: made an option to use a price in calculation (the same way as the built in metatrader cci), but to make it clear - anything other than a typical price ((High+Low+Close)/3 or CCIPrice parameter = 5) is by definition not a CCI

PPS - added the 3rd step too : the mtf

regards

Mladen

mrtools:
Hi Mladen,

Looking in the code of Cci looks like it must repaint, wondering if you get a chance could you please check it out! Been trying to make a nrp version, but its kicking my butt

Best regards and Thanks in advance

tools

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

 

TrendStrength jurik_mtf_alerts_arrows from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 
altoronto:
Guys, can someone add up/down arrows on chart when trendstrength pass certain levels lets say 0.2 for up and -0.2 for down arrow? Thank you in advance.

Here you go Al, sorry for late answer just saw your post!

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

 

Mladen,

This indicator keeping the track of fluctuating of spreads : spread_recorder.mq4

So is it possible for you to code spread ratio(ask-bid ratio) in a sub window?Thanks.

Files:
Reason: