Page 157 of 389

Re: Moving Average indicators for MT4

Posted: Sun Feb 14, 2021 8:56 am
by dwenblade
Darks wrote: Sat Feb 13, 2021 6:09 pm

Try this one. Also added different RSI calculation methods.
Dear Dark

Please can you fix this version with Arrow and Alert on color change . Will be great Help

Re: Moving Average indicators for MT4

Posted: Sun Feb 14, 2021 1:20 pm
by mrtools
coders please kindly modify this indicator to have a filter and on chart arrow. or if it can be added to averages-9.4.
thanks.
Added filter and arrow functions.

Re: Moving Average indicators for MT4

Posted: Mon Feb 15, 2021 1:48 am
by Darks
dwenblade wrote: Sun Feb 14, 2021 8:56 am

Dear Dark

Please can you fix this version with Arrow and Alert on color change . Will be great Help
Try this. Also this version doesn't require external dll import.

Re: Moving Average indicators for MT4

Posted: Mon Feb 15, 2021 4:33 am
by talaate
mrtools wrote: Sun Feb 14, 2021 1:20 pm

Added filter and arrow functions.
Hi mrtools
It is very interested indicator just need alters and another histo version
Thanks

Re: Moving Average indicators for MT4

Posted: Mon Feb 15, 2021 4:39 pm
by ZZTop
mrtools wrote: Sun Feb 14, 2021 1:20 pm

Added filter and arrow functions.
👍

Re: Moving Average indicators for MT4

Posted: Tue Feb 16, 2021 4:38 am
by mrtools
talaate wrote: Mon Feb 15, 2021 4:33 am

Hi mrtools
It is very interested indicator just need alters and another histo version
Thanks
Alerts added.

Re: Moving Average indicators for MT4

Posted: Tue Feb 16, 2021 11:10 am
by talaate
mrtools wrote: Tue Feb 16, 2021 4:38 am

Alerts added.
Thanks mrtools

Re: Moving Average indicators for MT4

Posted: Sat Feb 20, 2021 9:40 am
by carlosmartins
Guys, I swear I searched here on the forum but I didn't find anything like it (or I don't know how to search...)
I have a channel formed by two moving averages, one with 10 periods closing at high and the other with 8 periods closing at low. I wanted to find something visual (histogram or zones) marking only when the entire body of the candle crosses one of the regions.
e.g a candle with body (opening and closing) exceeds the average with 10 periods up the histogram or the zone is started. When the candle returns and your entire body exceeds (opening and closing) the average with 8 periods the histogram or the zone ends and starts another histogram or zone.
Has anyone seen anything like this?

Re: Moving Average indicators for MT4

Posted: Sun Feb 21, 2021 3:43 am
by carlosmartins
carlosmartins wrote: Sat Feb 20, 2021 9:40 am Guys, I swear I searched here on the forum but I didn't find anything like it (or I don't know how to search...)
I have a channel formed by two moving averages, one with 10 periods closing at high and the other with 8 periods closing at low. I wanted to find something visual (histogram or zones) marking only when the entire body of the candle crosses one of the regions.
e.g a candle with body (opening and closing) exceeds the average with 10 periods up the histogram or the zone is started. When the candle returns and your entire body exceeds (opening and closing) the average with 8 periods the histogram or the zone ends and starts another histogram or zone.
Has anyone seen anything like this?
I found something on internet (attached file) that is closer to what I need. However I am not able to change the type of price applied in each average... Currently the calculation is only at the closing price. I need it to be at high and low.

Re: Moving Average indicators for MT4

Posted: Sun Feb 21, 2021 4:10 am
by pacois
carlosmartins wrote: Sun Feb 21, 2021 3:43 am

I found something on internet (attached file) that is closer to what I need. However I am not able to change the type of price applied in each average... Currently the calculation is only at the closing price. I need it to be at high and low.
Try!!