Page 369 of 389

Re: Moving Average indicators for MT4

Posted: Thu Oct 24, 2024 12:50 am
by mrtools
Mickey Abi wrote: Wed Oct 23, 2024 5:07 pm Thanks for this Mr. Toolz, can we also get buttons and alerts ?
Added on\off button and alerts.

Re: Moving Average indicators for MT4

Posted: Sun Nov 10, 2024 8:53 pm
by Ganesh
mrtools wrote: Thu Oct 24, 2024 12:50 am Added on\off button and alerts.
Hi, mrtools, can you kindly add option to change central line width, option to hide channels and also add shadow colouring. thank you in Advance.

Re: Moving Average indicators for MT4

Posted: Mon Nov 11, 2024 4:37 am
by mrtools
Ganesh wrote: Sun Nov 10, 2024 8:53 pm Hi, mrtools, can you kindly add option to change central line width, option to hide channels and also add shadow colouring. thank you in Advance.
Hello, try!

Re: Moving Average indicators for MT4

Posted: Mon Nov 11, 2024 8:05 am
by kvak
Double 2x Average Cross Filtered with Stochastic

Here is PM request.
Cross of two moving averages filtered with stochastic.
Stochastics pack and averages included, with this many settings can be achieved......

Stochastic calculation methods available:
  • Stochastic
  • Stochastic Double Smoothed
  • Stochastic Triple Smoothed
  • Stochastic Extra Smoothed
Other versions

Re: Moving Average indicators for MT4

Posted: Tue Nov 12, 2024 5:00 pm
by horizon202
Hello Kvak, this indicator is very good, can you make this into MTF?
kvak wrote: Mon Nov 11, 2024 8:05 am Here is PM request.
Cross of two moving averages filtered with stochastic.
Stochastics pack and averages included, with this many settings can be achieved......

Re: Moving Average indicators for MT4

Posted: Wed Nov 13, 2024 11:33 am
by almostprofitable101
hello i was wondering if it is possible to add 2 color to this indicator i believe its some MA type ?

Re: Moving Average indicators for MT4

Posted: Thu Nov 14, 2024 12:55 am
by mrtools
almostprofitable101 wrote: Wed Nov 13, 2024 11:33 am hello i was wondering if it is possible to add 2 color to this indicator i believe its some MA type ?
Sadukey Digital Filters indicator (lines version) with Color Change on Slope

The "Sadukey" indicator integrates two digital filters on a chart to provide an evaluation of the prevailing trend.

In Mladen's description of this code he explained that the specific characteristics of the digital filters remain unclear and that it is highly likely that these filters were created using the digital filter generator accessible for MetaTrader 4, and subsequently incorporated into this indicator.

Regardless of the absence of adjustable parameters for modifying the indicator's functionality, it appears to be a valuable tool and, at first glance, a dependable option for trend traders.

What exactly does the code contain?

Upon inspection of the code, the indicator seems to be designed to identify and visualize trends and price action by using varying weights to different price bars (by using weighted moving averages) on the historical price data. This emphasizes on more recent data, which can help in detecting trends and smooth out price fluctuations over a standard SMA.

Try!

Re: Moving Average indicators for MT4

Posted: Thu Nov 14, 2024 4:37 am
by almostprofitable101
mrtools wrote: Thu Nov 14, 2024 12:55 amTry!
thank you mrtools it will help to easily see the start of the direction change 🙌🏽🙌🏽💥

Re: Moving Average indicators for MT4

Posted: Sat Nov 16, 2024 1:54 am
by qwepoi123
mrtools wrote: Thu Nov 14, 2024 12:55 am Sadukey Digital Filters indicator (lines version) with Color Change on Slope

The "Sadukey" indicator integrates two digital filters on a chart to provide an evaluation of the prevailing trend.

In Mladen's description of this code he explained that the specific characteristics of the digital filters remain unclear and that it is highly likely that these filters were created using the digital filter generator accessible for MetaTrader 4, and subsequently incorporated into this indicator.

Regardless of the absence of adjustable parameters for modifying the indicator's functionality, it appears to be a valuable tool and, at first glance, a dependable option for trend traders.

What exactly does the code contain?

Upon inspection of the code, the indicator seems to be designed to identify and visualize trends and price action by using varying weights to different price bars (by using weighted moving averages) on the historical price data. This emphasizes on more recent data, which can help in detecting trends and smooth out price fluctuations over a standard SMA.

Try!
Dear mrtools, can FiBB (Fibonacci Bollinger Bands) be added? Is that okay?

Re: Moving Average indicators for MT4

Posted: Sat Nov 16, 2024 6:19 am
by mrtools
qwepoi123 wrote: Sat Nov 16, 2024 1:54 am Dear mrtools, can FiBB (Fibonacci Bollinger Bands) be added? Is that okay?
Sadukey Digital Filters indicator (lines version) with Color Change on Slope & Fibonacci Bands

Added the fib bands, also would recommend you redownload the Sadukey again for some reason got in my head was doing slope coloring and wrongly coded it that way.