TMA Middle Line Color Change Arrow

InkedFx

Trader
Aug 15, 2025
11
0
6
38
My Interest In The TMA Centered Bands Indicator Is The Color Change Of The Middle Line.

Can I Get The Indicator Color Change As Arrows With Separate Buffers.?

That Is To Say When The Middle Band Changes It's Color To (RED) It Automatically Generates A Down Arrow On Every Candle Until The Middle Line Color Changes To (Green) Then It Start Printing Green Arrows For All Candle... Or The Line Should Be Represented By Red And Green Arrows On All Candles (Green Arrows Are (0) Buffer And Red Arrows Are (1) Buffers)

GREEN (0 Buffer)
RED (1 Buffer)

Each With A Separate Buffers.

Please Is This Possible Or Does Anyone Have This Already Available And Can Share With Me Please.?

I Have Search But Can't Seem To Fine It.


I Have Attached The TMA Center Bands Indicator Here But I Need The Center Line To Provide Arrow For Color Change.

Thanks To Anyone Who Can Provide This.
 

Attachments

That is definitely possible, but you won't be able to do that without the indicator's source code (.mq5 file).
Please i am not a coder am just a trader and don't know how to get it.

do you have the source code my any chance could you help me Please with fixing my recommendations.?
 
That is definitely possible, but you won't be able to do that without the indicator's source code (.mq5 file).
Thank You So Much, Here I Have Attached Both Indicator And Source File For The TMA Centered Indicator.

Kindly Assist Me And I Will Be Very Grateful...
 

Attachments

Can I Get The Indicator Color Change As Arrows With Separate Buffers.?
//-------

sometimes mladen will modify his code if he has the time and can see a reason that would benefit many....... have said before, he is one of worlds best coders...... that is his indicator.....

just curious myself, if you don't mind, what is reason.......

does it matter if it's a line, dots or arrows.......h

//-------

Screenshot 2025-08-15 094910.png
 
//-------

sometimes mladen will modify his code if he has the time and can see a reason that would benefit many....... have said before, he is one of worlds best coders...... that is his indicator.....

just curious myself, if you don't mind, what is reason.......

does it matter if it's a line, dots or arrows.......h

//-------

View attachment 33976

Yes The Indicator Is A Good Work From Mladen, If One Knows How To Use It Then It Becomes A Good Tool.

So I Need The Arrow Buffers To Include It In An EA To Add More Filters To My Entries. As For Me The TMA Indicator Is An Excellent Trend Indicator. And I Have Used It Manually And It Works Fine, But Am Trying To Reduce My Screen Time, And Am Trying To Add It To A Universal EA In Combination Of Other Indication.

Do You By Any Chance Have This And Can You Share This One On Your Screenshot With Me Pls So I Can Check It Out.? I Mean For MT5 Only.

Thank You.
Post automatically merged:

//-------

sometimes mladen will modify his code if he has the time and can see a reason that would benefit many....... have said before, he is one of worlds best coders...... that is his indicator.....

just curious myself, if you don't mind, what is reason.......

does it matter if it's a line, dots or arrows.......h

//-------

View attachment 33976
Please Attach The Indicator Files For This Screenshot. I Will Like To Check It Out.
 
Please Attach The Indicator Files For This Screenshot. I Will Like To Check It Out.
//----

deleted it...... had to rewrite...... can't say for sure......

try code below.......h

//------

Screenshot 2025-08-15 114028.png
 

Attachments

Last edited:
  • 👍
Reactions: Enivid
So I Need The Arrow Buffers To Include It In An EA To Add More Filters To My Entries. As For Me The TMA Indicator Is An Excellent Trend Indicator. And I Have Used It
//-----

just noticed the ea part......

that might not work as intended....... the tma centered is similar to the center of gravity indicator...... they recalculate as future data comes in.......

when looking at the math, i can not see how every signal would not be adjusted......

if you put it on a very active 1 minute chart and take a screen shot at the open of each new bar, you will see the line/dots/arrows change color......

was focused on the markets so my example below is a poor one.......

there is a aqua line at 18:51 for reference.....

originally there were 7 blue dots, then 5, 4, 3 then none....... so that buy signal is now gone......

but of course you might be using it in another manner.......

the magenta line is the lwma......h
//--------


7.png
//-----

5.png
//------

4.png

//-----

3.png

//------

none.png
 
  • 👍
Reactions: InkedFx and Enivid
//-----

just noticed the ea part......

that might not work as intended....... the tma centered is similar to the center of gravity indicator...... they recalculate as future data comes in.......

when looking at the math, i can not see how every signal would not be adjusted......

if you put it on a very active 1 minute chart and take a screen shot at the open of each new bar, you will see the line/dots/arrows change color......

was focused on the markets so my example below is a poor one.......

there is a aqua line at 18:51 for reference.....

originally there were 7 blue dots, then 5, 4, 3 then none....... so that buy signal is now gone......

but of course you might be using it in another manner.......

the magenta line is the lwma......h
//--------


View attachment 33982
//-----

View attachment 33983
//------

View attachment 33984

//-----

View attachment 33985

//------

View attachment 33986
Thank You For All The Examples But I'll Take A Look At The Edited TMA Files You Have Sent Then I Will Give Feedbacks.