Page 53 of 68

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Apr 10, 2023 12:16 am
by Genry
A return gift for Easter.
TMA channel and arrows of the DoubleStephanieArrows(gm).ex4 indicator.
The rhombus is a preliminary signal, and the arrow is the main one.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Apr 10, 2023 12:45 am
by sal
Genry wrote: Mon Apr 10, 2023 12:16 am A return gift for Easter.
TMA channel and arrows of the DoubleStephanieArrows(gm).ex4 indicator.
The rhombus is a preliminary signal, and the arrow is the main one.

Image
nice one.. does this NRP arrows!!
i think RSI is filtered one arrow position in nature not sure.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Apr 10, 2023 1:01 am
by Genry
viewtopic.php?p=1295509215#p1295509215

TMA(AlexeNP,gm)_env+centered_asymmetric_bands_v1.03.mq4
NEW
#property description "16feb2023 Genry mod: Add Envelopes."
The indentation of the arrows is controlled by the parameter Arrows_coefficient.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Apr 10, 2023 2:29 am
by mosape
Genry wrote: Mon Apr 10, 2023 12:16 am A return gift for Easter.
TMA channel and arrows of the DoubleStephanieArrows(gm).ex4 indicator.
The rhombus is a preliminary signal, and the arrow is the main one.

Image
Can you post that ea's results 😅
if possible

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Apr 10, 2023 2:49 am
by Genry
mosape wrote: Mon Apr 10, 2023 2:29 am Can you post that ea's results 😅
if possible
I have long been disappointed in advisors and prefer to trade with hands.
viewtopic.php?p=1295508937#p1295508937

Re: TMA - Triangular Moving Average indicators for MT4

Posted: Tue May 02, 2023 8:45 am
by kvak
Cross of Two Channels

This indicator is from pm request....
Cross of two channels, one is Centered TMA and second is one from average pack...
don't forget that centered TMA recalculates your position and is possible rewriting of trend....

The Centered TMA component of this code will recalculate & this is the nature of all Centered TMA's as explained by Mladen here. This indicator can still be valuable when combined with another indicator such as an oscillator that signals into the direction of the main channel etc.

Re: TMA - Triangular Moving Average indicators for MT4

Posted: Fri May 05, 2023 9:13 pm
by josi
kvak wrote: Tue May 02, 2023 8:45 am
wow, thanks a lot - I really like your inputs for bias

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun May 07, 2023 2:42 am
by Vladimir1968
johnere wrote: Sun May 07, 2023 12:36 am Hi, I don`t see any arrows when attached...
Thank you for noticing. Fixed it. Who downloaded earlier, download the corrected one again.

Re: TMA - Triangular Moving Average indicators for MT4

Posted: Tue May 09, 2023 5:07 am
by kaiser48
kvak wrote: Tue May 02, 2023 8:45 am Cross of Two Channels

This indicator is from pm request....
Cross of two channels, one is Centered TMA and second is one from average pack...
don't forget that centered TMA recalculates your position and is possible rewriting of trend....

The Centered TMA component of this code will recalculate & this is the nature of all Centered TMA's as explained by Mladen here. This indicator can still be valuable when combined with another indicator such as an oscillator that signals into the direction of the main channel etc.
Image

Image
Dear kvak, do you rhink its possible to do it with a regular tma? To make it no repait? Thanks in advance.

Re: TMA - Triangular Moving Average indicators for MT4

Posted: Tue May 09, 2023 5:55 am
by kvak
kaiser48 wrote: Tue May 09, 2023 5:07 am Dear kvak, do you rhink its possible to do it with a regular tma? To make it no repait? Thanks in advance.
HERE is new version...