Page 321 of 389

Re: Moving Average indicators for MT4

Posted: Thu Oct 26, 2023 12:26 pm
by 太虚一毫
kvak wrote: Tue Oct 24, 2023 9:30 am Hello.
Try, I recode indicator. It is possible use it as you requested, or use it like a "cross" indicator with fast/slow period....
Image

Image


Very good! :thumbup:

I understand the MACD Digital Kahler's signal line as "trend" and REX as "momentum". When their signals (colors) coincide, it is often worth placing an order.

Looking forward to the teacher to research and see if you can make a version of macd digital kahler + REX histo, similar to the STEP VHF adaptive vma (x2) histo format?

The merit is immeasurable!

Re: Moving Average indicators for MT4

Posted: Thu Oct 26, 2023 1:27 pm
by 太虚一毫
rsioma (+gma + BT) —— this format is not bad either! :thumbup:

Re: Moving Average indicators for MT4

Posted: Thu Oct 26, 2023 2:25 pm
by 太虚一毫
This is a comparative analysis of the Awesome averages signal and the REX signal. If you make them into an indicator, it is more conducive to trading —— trading becomes simple!

Re: Moving Average indicators for MT4

Posted: Thu Oct 26, 2023 3:17 pm
by RodrigoRT7
kvak wrote: Fri Oct 20, 2023 9:30 am 2x Double Moving Average with Parabolic SAR

I must redo menu ( for mtf was full icall )
Added button, test it....
Image
Hello Kvak, how are you? This indicator is already one of the best we have here, I really liked it.

With that, I came up with the idea of ​​2 x ma + Schaff Trend Cycle MTF, considering that the STC is an excellent confirmation indicator.

Is there such a possibility? Thanks a lot in advance :D

Re: Moving Average indicators for MT4

Posted: Thu Oct 26, 2023 9:09 pm
by chris006
Hi Kvak,

Could you add an input variable so to make the outer bb line as thick as one wants (to use values greater than 5).
It would be nice to put 2 instances of the indicator on chart, one for current timeframe and another for the equivalent of the higher timeframe. So a way is needed to make the higher timeframe to stand out (for example, I would make it thick 10).

Also, colors 17 and 18 seem to be hardcoded - whatever I put it still defaults to those shown in the screenshot

kvak wrote: Sun Aug 20, 2023 8:02 am Hello.
Try this version.
I added candles, arrows, alerts, button, options for show/hide ma/bands and menu for filtering trend with BB stops....
Image

Image

Re: Moving Average indicators for MT4

Posted: Fri Oct 27, 2023 5:27 am
by mrtools
From Mladen Rakic:

Basics:

The original ATR adaptive Laguerre filter (originally published here : ATR adaptive Laguerre filter) uses slope/color changes for signals. Here we are changing that.

This version:

In this version we are using self adjusting levels for signals filtering. That way it is attempting to produce a clearer signal and to lessen the number of signals produced.

Usage:

You can use the color changes as signals for entries or exits. Also some experimenting with the levels period is advised before using it for trading decisions.


PS:

There are two display modes. Default is like the upper. For the sake of simple display (some like it that way better) you can chose this type of display too in the parameters (no filled zones - lines are still changing colors).



PS2:

Attempted a mt4 version looks like it may be close, except the fill don't look that great but you can turn it off.

Re: Moving Average indicators for MT4

Posted: Fri Oct 27, 2023 7:30 am
by global
mrtools wrote: Fri Oct 27, 2023 5:27 am From Mladen Rakic:

Basics:

The original ATR adaptive Laguerre filter (originally published here : ATR adaptive Laguerre filter) uses slope/color changes for signals. Here we are changing that.

This version:

In this version we are using self adjusting levels for signals filtering. That way it is attempting to produce a clearer signal and to lessen the number of signals produced.

Attempted a mt4 version looks like it may be close, except the fill don't look that great but you can turn it off.
Can you post the MT4 version please so we can try it on MT4? Thanks mrtools.

Re: Moving Average indicators for MT4

Posted: Fri Oct 27, 2023 8:02 am
by mrtools
global wrote: Fri Oct 27, 2023 7:30 am Can you post the MT4 version please so we can try it on MT4? Thanks mrtools.
It's there.

Re: Moving Average indicators for MT4

Posted: Fri Oct 27, 2023 9:18 am
by kvak
chris006 wrote: Thu Oct 26, 2023 9:09 pm Hi Kvak,

Could you add an input variable so to make the outer bb line as thick as one wants (to use values greater than 5).
It would be nice to put 2 instances of the indicator on chart, one for current timeframe and another for the equivalent of the higher timeframe. So a way is needed to make the higher timeframe to stand out (for example, I would make it thick 10).

Also, colors 17 and 18 seem to be hardcoded - whatever I put it still defaults to those shown in the screenshot



Try this version...

Re: Moving Average indicators for MT4

Posted: Fri Oct 27, 2023 10:51 am
by global
mrtools wrote: Fri Oct 27, 2023 8:02 am It's there.
I'm sorry. I don't know how I missed that it was already there. Thanks.