Page 113 of 382

Re: Moving Average indicators for MT4

Posted: Sun Apr 26, 2020 7:38 am
by Thangarasu
thomdel wrote: Sat Apr 25, 2020 5:07 pm


Hi,
Try this....
Hi, Thomdel
Thank you so much for your Time And Effort.
I have Tested All Three Indicators
1 - Grab Candles Indicator Not Showing On My chart ( But That's Not A Problem )
2 - Trend Suite Indicator Satisfies High, Low , Close Price Condition in Single Indicator,

I Downloaded Trend Suite (MQL4) file From Internet. And Did Minor Changes ( only Thing I know )

These Are the Results.

Primary Request - if Anyone Can Add These High Low Lines In MA in Color Indicator That Would Be Great.
Secondary Request - Alerts And MTF
i will be So much happy if Even My First Request fulfilled.

i Will Attach MQL4 Files For Both Indicators.


Thank You So Much.

Re: Moving Average indicators for MT4

Posted: Sun Apr 26, 2020 12:18 pm
by mrtools
Thangarasu wrote: Sun Apr 26, 2020 7:38 am

Hi, Thomdel
Thank you so much for your Time And Effort.
I have Tested All Three Indicators
1 - Grab Candles Indicator Not Showing On My chart ( But That's Not A Problem )
2 - Trend Suite Indicator Satisfies High, Low , Close Price Condition in Single Indicator,

I Downloaded Trend Suite (MQL4) file From Internet. And Did Minor Changes ( only Thing I know )

These Are the Results.

Primary Request - if Anyone Can Add These High Low Lines In MA in Color Indicator That Would Be Great.
Secondary Request - Alerts And MTF
i will be So much happy if Even My First Request fulfilled.

i Will Attach MQL4 Files For Both Indicators.


Thank You So Much.
In case interested made this version.

Re: Moving Average indicators for MT4

Posted: Mon Apr 27, 2020 2:31 am
by Thangarasu
mrtools wrote: Sun Apr 26, 2020 12:18 pm

In case interested made this version.
Hi, MrTools ,

Thank You So much For Your Time And Effort. This is What i Exactly Needed. You Are so Kind, Wise, Super and Gifted,
You Made My Life Thanks Again, i am Grateful To You All of My Life,
Beautiful ..!
I am Completely Satisfied.

One Optional Request , If You Have Time ,

Please Kindly Add
Shift
Option To It. You Know that Standard ( MT4 ) Moving averages Indicator Has Shift Option, I'm Also Doing Little Research on Fibonacci Numbers And With Higher Time frame Lower Period & shift Options.

Example,
lets take for an example,
Williams Alligator Indicator
1 - Periods (13,8,5) - Fibonacci Numbers
2 - Shifts (8,5,3) - Fibonacci Numbers Respectively.

My Idea is Just using Higher Time frame And These Fibonacci Numbers ( Periods & Shifts ). it will Increase My Profit Points Without Changing My Strategies ( Also Less Risk ).

This Is Why I Need Shift Option,

But Only Do This If You have Free Time.

Thank You So much for Your Awesome Help. Wish You Great Life Ahead..! Happy Trading..!

Re: Moving Average indicators for MT4

Posted: Mon Apr 27, 2020 3:25 am
by mrtools
Thangarasu wrote: Mon Apr 27, 2020 2:31 am

Hi, MrTools ,

Thank You So much For Your Time And Effort. This is What i Exactly Needed. You Are so Kind, Wise, Super and Gifted,
You Made My Life Thanks Again, i am Grateful To You All of My Life,
Beautiful ..!
I am Completely Satisfied.

One Optional Request , If You Have Time ,

Please Kindly Add Option To It. You Know that Standard ( MT4 ) Moving averages Indicator Has Shift Option, I'm Also Doing Little Research on Fibonacci Numbers And With Higher Time frame Lower Period & shift Options.

Example,
lets take for an example,
Williams Alligator Indicator
1 - Periods (13,8,5) - Fibonacci Numbers
2 - Shifts (8,5,3) - Fibonacci Numbers Respectively.

My Idea is Just using Higher Time frame And These Fibonacci Numbers ( Periods & Shifts ). it will Increase My Profit Points Without Changing My Strategies ( Also Less Risk ).

This Is Why I Need Shift Option,

But Only Do This If You have Free Time.

Thank You So much for Your Awesome Help. Wish You Great Life Ahead..! Happy Trading..!
Shift added.

Re: Moving Average indicators for MT4

Posted: Mon Apr 27, 2020 3:36 am
by Thangarasu
mrtools wrote: Mon Apr 27, 2020 3:25 am

Shift added.
Dear Mr Tools,

You Are Great..! You Made My Life Awesome..! Thank You So Much..! Perfect...

Re: Moving Average indicators for MT4

Posted: Sat May 02, 2020 7:30 am
by ozgur
Jimmy wrote: Sun May 05, 2019 12:41 am Continuing on with our missed indicators that had not been posted yet is the EMAD (EMA Derivative) by Mladen for MT4.

PS: The StepMA EMAD with Histogram has been posted here.
Hi,

What is the formula/logic behind EMAD indicator?

Thanks.

Re: Moving Average indicators for MT4

Posted: Tue May 05, 2020 2:47 am
by Banzai


How to Trade with Guppy Multiple Moving Average (GMMA Trading Strategies)

Re: Moving Average indicators for MT4

Posted: Tue May 05, 2020 3:26 am
by mrtools
ozgur wrote: Sat May 02, 2020 7:30 am

Hi,

What is the formula/logic behind EMAD indicator?

Thanks.
Found this

Derivative Moving Average

The information for this test was published in the June 1996 issue of "Technical Analysis of Stocks and Commodities". The test appears in the article "The Derivative Moving Average" by Adam White, page 18. Mr. White describes this test as using a variation of the "tried-and-true simple moving average for entry signals and the "trend analysis index" for exit signals.

System syntax:

ENTER LONG:

When(Ref(Mov(C,28,S),-1),=,LLV(Mov(C,28,S),4))

CLOSE LONG:

When(Fml("TAI"),<,0.4) AND When(Ref(Fml("TAI").-1),>=,0.4)

TAI formula:

((HHV(Mov(C,28,S),5)-LLV(Mov(C,28,S),5))/C)*100

Re: Moving Average indicators for MT4

Posted: Thu May 07, 2020 9:03 am
by ozgur
mrtools wrote: Tue May 05, 2020 3:26 am

Found this

Derivative Moving Average

The information for this test was published in the June 1996 issue of "Technical Analysis of Stocks and Commodities". The test appears in the article "The Derivative Moving Average" by Adam White, page 18. Mr. White describes this test as using a variation of the "tried-and-true simple moving average for entry signals and the "trend analysis index" for exit signals.

System syntax:

ENTER LONG:

When(Ref(Mov(C,28,S),-1),=,LLV(Mov(C,28,S),4))

CLOSE LONG:

When(Fml("TAI"),<,0.4) AND When(Ref(Fml("TAI").-1),>=,0.4)

TAI formula:

((HHV(Mov(C,28,S),5)-LLV(Mov(C,28,S),5))/C)*100
Thanks Mr. Tools. I've read the article however "The Derivative Moving Average" is a system using 2 indicators rather than an indicator like EMAD.

I've found out EMAD is drawing lines almost same as Leader EMA. There is mql5 code for Leader EMA by mladen.
Basically it is = ema(close, length) + ema(close - ema(close, length), length) hence the 'derivative' in the name.

Cheers.

Re: Moving Average indicators for MT4

Posted: Tue May 12, 2020 2:46 am
by Pushkin
Hello everyone!
I looked through all 113 pages in the MA section, but I did not find anything similar. PLEASE HELP pick up the MA marked by arrows in the screenshots. Thank!