CodeRe: Moving Average indicators for MT4

3684
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
These users thanked the author kvak for the post (total 12):
Ricstar_8, Jimmy, thomdel, Akela, horizon202, Guntur, johnere, 太虚一毫, MACDBOSS, alex4x, mrtools, alexm


Re: Moving Average indicators for MT4

3687
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!
These users thanked the author mrtools for the post (total 9):
nbibu, almostprofitable101, Jimmy, thomdel, ManilaSpurs, Krunal Gajjar, Lwqa, macd & rsi, Negas

Re: Moving Average indicators for MT4

3689
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

3690
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.
These users thanked the author mrtools for the post (total 5):
kvak, Guntur, thomdel, Jimmy, RodrigoRT7