Page 18 of 38

Re: Trend Direction Force Index Indicators MT4

Posted: Fri Jun 10, 2022 7:06 am
by Tradehunter
mrtools wrote: Fri Aug 13, 2021 3:41 am This is another update for TDFI on the original it uses a smoothed price, smoothed with ema, and then a simple smoothed average of that ema, and then the final values are smoothed again with think the original was with an ema. Anyway with this version you can choose which average to use in all 3 instances. Also optimized the code a little more, hopefully to make it faster and lighter.

PS: For the settings used in our Daily Indicator chart, please see here: Trend Direction Force Index Settings Template for MT4.
Image
Mr Tools
Can we have this as a 3 color background?
Something like this.
Thanks

Re: Trend Direction Force Index Indicators MT4

Posted: Fri Jun 10, 2022 11:14 am
by mrtools
Tradehunter wrote: Fri Jun 10, 2022 7:06 am Mr Tools
Can we have this as a 3 color background?
Something like this.
Thanks
Image
Not sure if I can do one or not, never done a 3 - color version before.

Re: Trend Direction Force Index Indicators MT4

Posted: Fri Jun 10, 2022 11:54 am
by Tradehunter
mrtools wrote: Fri Jun 10, 2022 11:14 am Not sure if I can do one or not, never done a 3 - color version before.
Thanks for your reply.
Maybe 2 color and the third can be the background, just a thought

Re: Trend Direction Force Index Indicators MT4

Posted: Sun Jul 03, 2022 6:04 am
by andrei-1
The "Velcro" experiment. After going TDFI beyond the StickLevel, the "Velcro" buffer begins to increase until TDFI it crosses StickOffLevel. Then a new TDFI with a dynamic period is pulled out. A "Velcro" buffer is added to the period of the new TDFI.

It's still slow. :eh: iCustom

Re: Trend Direction Force Index Indicators MT4

Posted: Sat Jul 09, 2022 8:37 pm
by andrei-1
A successful attempt to iron TDFI without smoothing. The period of this TDFI*4= the period of the original TDFI. If all TDFI are on one side of zero, the furthest (green, red) is taken. If the TDFI is from different sides, their average is taken (gray line). There are two trend buffers.

Re: Trend Direction Force Index Indicators MT4

Posted: Sat Jul 09, 2022 10:29 pm
by Deez
andrei-1 wrote: Sat Jul 09, 2022 8:37 pm A successful attempt to iron TDFI without smoothing. The period of this TDFI*4= the period of the original TDFI. If all TDFI are on one side of zero, the furthest (green, red) is taken. If the TDFI is from different sides, their average is taken (gray line). There are two trend buffers.
Image
similar to this.

Re: Trend Direction Force Index Indicators MT4

Posted: Sat Aug 06, 2022 11:34 am
by andrei-1
Addition. The logic is a little complicated.

Re: Trend Direction Force Index Indicators MT4

Posted: Wed Sep 14, 2022 4:06 am
by Tradehunter
mrtools wrote: Fri Aug 13, 2021 3:41 am This is another update for TDFI on the original it uses a smoothed price, smoothed with ema, and then a simple smoothed average of that ema, and then the final values are smoothed again with think the original was with an ema. Anyway with this version you can choose which average to use in all 3 instances. Also optimized the code a little more, hopefully to make it faster and lighter.
Hello Mr Tools

Can you add "Trend Mode" that was found in earlier iterations of this indicator?

Thanks!

Re: Trend Direction Force Index Indicators MT4

Posted: Wed Sep 14, 2022 9:18 am
by mrtools
Tradehunter wrote: Wed Sep 14, 2022 4:06 am Hello Mr Tools

Can you add "Trend Mode" that was found in earlier iterations of this indicator?

Thanks!
Not 100 thousand percent sure but think it would be the same as zero cross, some newer versions have a choice between either zero cross coloring or level cross coloring, and zero cross coloring would be the same as trend mode.

Re: Trend Direction Force Index Indicators MT4

Posted: Wed Sep 14, 2022 9:46 am
by Tradehunter
mrtools wrote: Wed Sep 14, 2022 9:18 am Not 100 thousand percent sure but think it would be the same as zero cross, some newer versions have a choice between either zero cross coloring or level cross coloring, and zero cross coloring would be the same as trend mode.
Good point! Thanks!