Page 245 of 383
Re: Moving Average indicators for MT4
Posted: Sun Oct 02, 2022 9:12 am
by kvak
Someone asked me for this indicator but without button.
I couldn't find the original post, I'm post it here...
Alma 2x ribbon
Re: Moving Average indicators for MT4
Posted: Tue Oct 04, 2022 10:23 am
by kvak
E-Averages Experiment (Additional Averages)
This is another version of my Average experiments...
Whats new?
I added few averages method whats I found in mql5 from Mr Mladen like Range weighted EMA, Double smoothed range weighted EMA, Double smoothed Wilders EMA, Deviation scaled moving average, Endpoint moving average, Generalized DEMA, Quadratic Regression moving average,....
Made function for variable MA, volume weighted MA and EMA, HMA( EMA based), Ehlers optimal tracking filter.
Re: Moving Average indicators for MT4
Posted: Tue Oct 04, 2022 10:29 am
by kvak
Trend MA (Averages & Full Price Options)
Trend ma extended with
averages pack and full price options....
Re: Moving Average indicators for MT4
Posted: Thu Oct 06, 2022 6:40 am
by mrtools
Linear Regression-Adjusted Exponential Moving Average
From Mladen Rakic:
One more experiment
___________________________
Seems that lately there is a hype of indicators with on / off buttons
This one will be one of those too, but:
- a lot of versions I have seen with on/off buttons are simply not OK
- they are making the indicator slow in runtime
- they are making it literally unusable from EAs or via iCustom() calls
- some of the version posted on this same forum that I have seen would take hours and hours to complete a simplest test when called via iCustom() even for short testing periods (did not run them to the end because I would need to take a vacation till they end)
- they are literally unusable in visual back tests too (for the same speed of execution issue)
- some are losing settings whenever you change anything in parameters (not related at all to on / off buttons)
- some are using global variables which makes a chance of a complete mess when settings from one reflect other(s) probable
- also seems that a lot do not know that global variables are written into files
that introduces delay that can take seconds some time before the changes are "noticed"
So made this version - as an experiment.
So far it avoids all the above (and some issues not mentioned above). I am quite sure that some of the excellent coders on this forum are going to make even better implementations (once when they solve the issues in their existing copy / paste versions) but till then (while we wait that they do so), here is this toy to play with
Re: Moving Average indicators for MT4
Posted: Sat Oct 08, 2022 12:25 pm
by mrtools
chickensword wrote: Sat Oct 08, 2022 10:16 am
May Mr Tools please make this indicator MTF ? im looking to replicate Deez strategy of 15m fractals, 5m non lag dot, on 1m timeframe
Non-lag Moving Average Dots
My understanding about that version if you are using color > 0 then the color will repaint. Have this mtf version fairly confident the results are the same as the version you posted.
What do the dots show us?
This indicator displays the (non-lag) Moving Average as "dots" instead of a line.
- As the dots move further apart, it indicates strong price movement
- As the dots sit closer to each other, this indicates a ranging, (no trend) market
PS: For the subindow version, please see here:
Non Lag Moving Average Dots (Subwindow).
Re: Moving Average indicators for MT4
Posted: Tue Oct 11, 2022 5:34 am
by acer777
Dear MrTools
I have a request for you.
Could please code a indicator for 3 MA Cross with alert, here the idea is to print continuous arrow untill and unless 3 MA's cross to the opposite side: it consists of three MA's fast, medium, slow.
When fast, medium both cross slow then there should be a UP/DOWN arrow, for suppose if fast, medium both crossed slow towards up, then there should be a up arrow printed, after sometime, fast crossed medium and slow down, but medium didnt crossed slow towards down, again after a little while , fast crossed medium and slow towards up, again there should be a UP arrow printed as medium failed to cross slow towards down, in general a 3 MA cross indicator, will not print a continuous arrow, it will print arrows for individual crossover, here the logic is opposite arrow should only perform when three MA's cross each others, but here iam requesting you, if possible kindly code a indicator with this idea, a opposite UP/DOWN arrow should be printed only when both fast, medium cross slow, if fast cross medium and slow, but medium didnt cross slow means no arrow should be printed, if again fast crossed slow and medium again a continuous arrow should be printed, as medium didnt crossed slow. Please find the below attachment for more details. Iam really sorry if didnt conveyed the idea properly, if so please kindly let me know, i'll try to explain once again. Thank you so much.
Re: Moving Average indicators for MT4
Posted: Tue Oct 11, 2022 6:25 am
by mrtools
acer777 wrote: Tue Oct 11, 2022 5:20 am
Dear MrTools
Thank you so much, it means alot to me. Iam sorry to say that still sound alert with notification are not performing. Thank you.
This version works and again please remember it repaints.
Re: Moving Average indicators for MT4
Posted: Tue Oct 11, 2022 10:20 am
by kvak
acer777 wrote: Tue Oct 11, 2022 5:34 am
Dear MrTools
I have a request for you. Could please code a indicator for 3 MA Cross with alert, here the idea is to print continuous arrow untill and unless 3 MA's cross to the opposite side: it consists of three MA's fast, medium, slow. When fast, medium both cross slow then there should be a UP/DOWN arrow, for suppose if fast, medium both crossed slow towards up, then there should be a up arrow printed, after sometime, fast crossed medium and slow down, but medium didnt crossed slow towards down, again after a little while , fast crossed medium and slow towards up, again there should be a UP arrow printed as medium failed to cross slow towards down, in general a 3 MA cross indicator, will not print a continuous arrow, it will print arrows for individual crossover, here the logic is opposite arrow should only perform when three MA's cross each others, but here iam requesting you, if possible kindly code a indicator with this idea, a opposite UP/DOWN arrow should be printed only when both fast, medium cross slow, if fast cross medium and slow, but medium didnt cross slow means no arrow should be printed, if again fast crossed slow and medium again a continuous arrow should be printed, as medium didnt crossed slow. Please find the below attachment for more details. Iam really sorry if didnt conveyed the idea properly, if so please kindly let me know, i'll try to explain once again. Thank you so much.
3 x MA Cross (Modified)
Here is your mod....
But dont know now how to filtered this situation marked with orange rectangle...
Re: Moving Average indicators for MT4
Posted: Tue Oct 11, 2022 5:38 pm
by acer777
Dear Kvak and Mrtools
First of all i thank you both from the bottom of my heart. You both had a great impact on me and my trading journey. The support and help you provide to the community is very appreciable. I love you both. All your indicators helped me alot to understand price action. Frankly speaking, i lost hope on myself, trading and on my system due to lack of knowledge, discipline, not enough strong psychology and poor execution of orders. But from past two months when i started following forex-station especially you both, again my hope start boosting. You guys helped me to develop, correct and strengthen my system. I cant thank you both enough. May god bless you both abundantly . I thank you both on behalf of the whole community also. So much of love from India to you both. Today is the day iam feeling overwhelming, as if i have achieved something impossible. Thank you once again.
Re: Moving Average indicators for MT4
Posted: Tue Oct 11, 2022 5:39 pm
by acer777
kvak wrote: Tue Oct 11, 2022 10:20 am
Here is your mod....
But dont know now how to filtered this situation marked with orange rectangle...
Dear Kvak
I really thank you so much, for accepting my request. Thank you so much.