You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
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
Upgraded fourer extrapolator of new set of averages. Now it can use the 20 types of averages :
Mr.Mladen,
Where i can find and download " Fourier extrapolation.dll " ?
I look your Chart is good..
Thank you.
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
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
:)
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 mtfregards
Mladen
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
toolsUpdated 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.
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.