Tro Dynamic Trend Indicator - page 5

 
Tokarus:
Sure, here is the template file... Thanks again, Kris

Thank you.

 

Dear TRO,

Forgive me for modifying your code (frankly a piece of art-work), but I have changed the colour of the blank blocks (darker) to blend with the chart background. Also, I re-positioned the indicator to the right, so that I can stack it up vertically in the chart-shift area.

Thank you for sharing with us your masterpiece!

Cheers, Kris

Files:
 

Please feel free to modify the code. Thanks why I post it. Hopefully, someone comes along and improves on it. Or someone who is starting out can learn a trick or two.

One thing, change the name of the indicator so it doesn't step on the original when someone downloads. Add a number or symbol to it.

Thanks again for sharing.

 

Yes, of course. I have changed the file name, although it may be difficult to see with the hyperlink. The original filename was _TRO_TREND.MQ4, modified is TRO_Trend.mq4 (i.e. I lost the underscore in front of the TRO...)

 

He yah HOOOO !

The only i made is for white background charts.

Here it is :

Files:
 

Mtf Bars Tro Dynamic

HI GUys .,

Could anyone convert this TRO Dynamic trend to MTF Bars indicator ?

It will be interesting to see on a 5M chart and to see the past how the 1H trend started. Because we now just see the present.

Thanks

 

Looks like we have a nice group effort working with the TRO DYNAMIC TREND.

I just want to say THANKS to everyone who is participating.

 

TRO_MULTI_TREND_BOXES

_TRO_MULTI_TREND_BOXESplots the trend for the time frames selected in the inputs:

extern bool USE.M1 = TRUE;

extern bool USE.M5 = TRUE;

extern bool USE.M15 = TRUE;

extern bool USE.M30 = TRUE;

extern bool USE.H1 = TRUE;

extern bool USE.H4 = TRUE;

extern bool USE.D1 = TRUE;

extern bool USE.W1 = TRUE;

extern bool USE.MN = TRUE;

[/code]I know it's not the most elegant way but it works...LOL!_TRO_MULTI_TREND_BOXEScomputes the trend for each time frame, adds it up and divides by the number of time frames used.

ENHANCEMENTUser can specify the multiplier or "weight" for each time frame via input:[code]extern int MULT.M1 = 1 ;

extern int MULT.M5 = 1 ;

extern int MULT.M15 = 1 ;

extern int MULT.M30 = 1 ;

extern int MULT.H1 = 1 ;

extern int MULT.H4 = 1 ;

extern int MULT.D1 = 1 ;

extern int MULT.W1 = 1 ;

extern int MULT.MN = 1 ;

I give more weight to D1 and H1 for scalping.MT4 CODE ATTACHED.

 

Tro Trend Ea

HI

Is here anybody ho made an EA for the TRO TREND ?

Thanks

 
kadam:
HI

Is here anybody ho made an EA for the TRO TREND ?

Thanks

I am not sure how this code be used as an EA.

The purpose of TRO DYNAMIC TREND is to show how strong the trend is NOT when it begins or ends.

But if someone can figure it out...

Reason: