Page 178 of 183
Re: Trend Indicators for MT4
Posted: Mon Feb 24, 2025 10:57 pm
by mrtools
boytoy wrote: Mon Feb 24, 2025 8:13 pm
I think this is fantastic.. indeed a modern day directional ADX for erratic markets.. i have set smoothing back to nothing (1 period) then inserted a 5 period moving average into it's window and set it to "Previous indicators data" as an additional filter.. I love how you made the code in mql4 and open! I think you have just gifted traders with a potentially game changing indicator and I know Jeff (ionone) will gravitate towards this code too ahaha
Mrtools superb addition to it thank you for adding new functions for us (already!) I just think you forgot to let us change level coloring, seems hard coded on grey
Thanks for testing added
Code: Select all
IndicatorSetInteger(INDICATOR_LEVELCOLOR,clrDarkGray);
in the OnInit guess it hard codes it there, changed it to the usual way, seems to be okay now. Posted it in the original post.
Re: Trend Indicators for MT4
Posted: Wed Feb 26, 2025 8:07 am
by SEC7
Much appreciate this, thanks MrTools
Re: Trend Indicators for MT4
Posted: Wed Feb 26, 2025 8:10 am
by SEC7
boytoy wrote: Mon Feb 24, 2025 8:13 pm
I think this is fantastic.. indeed a modern day directional ADX for erratic markets.. i have set smoothing back to nothing (1 period) then inserted a 5 period moving average into it's window and set it to "Previous indicators data" as an additional filter.. I love how you made the code in mql4 and open! I think you have just gifted traders with a potentially game changing indicator and I know Jeff (ionone) will gravitate towards this code too ahaha
Mrtools superb addition to it thank you for adding new functions for us (already!) I just think you forgot to let us change level coloring, seems hard coded on grey
Happy to help fellow traders, I prefer MrTools Version, he has made it much better.
Re: Trend Indicators for MT4
Posted: Sat Mar 01, 2025 9:22 pm
by lob99
kvak wrote: Tue Feb 11, 2025 11:07 am
Buttoned version
Good day
There is buffer 1 (SpringGreen) - color UP, in this buffer there are UP and DOWN at once
There is buffer 2 (Crimson) which shows only DOWN
Could you make a separate buffer in which there will be only UP
And add the number of candles history, otherwise when you turn on the arrows, the terminal starts to slow down a lot.
Thank you
Re: Trend Indicators for MT4
Posted: Sun Mar 02, 2025 8:34 am
by kvak
lob99 wrote: Sat Mar 01, 2025 9:22 pm
Good day
There is buffer 1 (SpringGreen) - color UP, in this buffer there are UP and DOWN at once
There is buffer 2 (Crimson) which shows only DOWN
Could you make a separate buffer in which there will be only UP
And add the number of candles history, otherwise when you turn on the arrows, the terminal starts to slow down a lot.
Thank you
IHello.
Don!t know, if this is possible in this indicator. BTW I made this indicator, I replaced line with dots and you have now first two buffers up/down.
And added limit bars option.
Re: Trend Indicators for MT4
Posted: Tue Mar 11, 2025 3:48 am
by Sutatong
mrtools wrote: Sun Feb 23, 2025 5:32 pm
Trend Correlation Strength (TCS) Indicator with EMA Smoothing
Hope you don't mind did this version with ema smoothing.
It works good. Curious to try mtf version.
Re: Trend Indicators for MT4
Posted: Tue Mar 11, 2025 7:05 am
by mrtools
Sutatong wrote: Tue Mar 11, 2025 3:48 am
It works good. Curious to try mtf version.
Hello, added mtf.
Re: Trend Indicators for MT4
Posted: Tue Mar 11, 2025 12:17 pm
by Sutatong
mrtools wrote: Tue Mar 11, 2025 7:05 am
Hello, added mtf.
Great. Thank you Mrtools.
Re: Trend Indicators for MT4
Posted: Tue Mar 11, 2025 12:41 pm
by Sutatong
TCS Slope vs RSX
Re: Trend Indicators for MT4
Posted: Tue Mar 11, 2025 6:08 pm
by moey_dw
Sutatong wrote: Tue Mar 11, 2025 12:41 pm
TCS Slope vs RSX
Oh wow love to see these type of posts and comparison...….. you can clearly see TCS is better than RSX on same 13 periods


