Page 9 of 9
Re: Trend Indicators for MT5
Posted: Thu May 15, 2025 7:38 pm
by Jimmy
mrtools wrote: Thu May 15, 2025 3:52 am
This is a conversion from a mt4 t3 vhf adaptive Itrend.
I feel this is a really important indicator for MT5 traders, thank you Mrtools.
The VHF filter picks up well on
volatile pairs. The settings I like with volatile pairs are all default but change:
- T3 Calculation Mode:
False
- Lookback period for Levels:
500
Re: Trend Indicators for MT5
Posted: Thu May 15, 2025 8:05 pm
by Cagliostro
mrtools wrote: Thu May 15, 2025 3:52 am
T3 VHF Adaptive Itrend MT5
This is a conversion from a mt4 t3 vhf adaptive Itrend.
For more information on the components of this Itrend, we recommend the following posts:
This is a wonderful one Mr.Tools, thanks!
PS: affected by my histogram stacking mania would you consider to create an histogram version?
Re: Trend Indicators for MT5
Posted: Thu May 15, 2025 8:55 pm
by mrtools
Jimmy wrote: Thu May 15, 2025 7:38 pm
I feel this is a really important indicator for MT5 traders, thank you Mrtools.
The VHF filter picks up well on
volatile pairs. The settings I like with volatile pairs are all default but change:
- T3 Calculation Mode:
False
- Lookback period for Levels:
500
Just made a minor update or guess should call it a correction, on the T3 calculation mode meant to make it a dropdown to choose the mode, had mistakenly left it as a Boolean. It is basically the same but, on the dropdown, it will explain what type of T3 in a more user-friendly way. Anyway, posted the updated version at the original post.
ps) if using T3 Calculation mode = false it will be the faster Fulks/Matulich way of calculation, otherwise it will be the Tim Tillson way of calculation.
Re: Trend Indicators for MT5
Posted: Thu May 15, 2025 11:03 pm
by Jimmy
mrtools wrote: Thu May 15, 2025 8:55 pm
ps) if using T3 Calculation mode = false it will be the faster Fulks/Matulich way of calculation, otherwise it will be the Tim Tillson way of calculation.
Got ya, Thanks for the solid explanation and noting that the
False
toggle will actually use Fulks/Matulich calculations instead within this MT5 indicator.
Re: Trend Indicators for MT5
Posted: Fri May 16, 2025 2:54 am
by mrtools
Cagliostro wrote: Thu May 15, 2025 8:05 pm
This is a wonderful one Mr.Tools, thanks!
PS: affected by my histogram stacking mania would you consider to create an histogram version?
Hello, made this histogram version.
Re: Trend Indicators for MT5
Posted: Mon Jul 21, 2025 9:56 pm
by AlgoAlex811
Machine Learning | Adaptive Trend Signals
https://in.tradingview.com/script/bOblG ... bitwardex/
As author stated,
"Machine Learning | Adaptive Trend Signals is a Pine Scriptâ„¢ v6 indicator designed to visualize market trends and generate signals through a combination of volatility clustering, Gaussian smoothing, and adaptive trend calculations. Built as an overlay indicator, it integrates advanced techniques inspired by machine learning concepts, such as K-Means clustering, to adapt to changing market conditions. The script is highly customizable, includes a backtesting module, and supports alert conditions, making it suitable for traders exploring trend-based strategies and developers studying volatility-driven indicator design."
I discarded the backtest module with its dashboard, because it would have required me a lot more effort.
I added instead a binary buffer to easily detect trend.
Re: Trend Indicators for MT5
Posted: Thu Aug 14, 2025 9:06 am
by mrtools
This is Mladens Perfect trend line 2, I just added alerts.
Re: Trend Indicators for MT5
Posted: Sun Aug 24, 2025 2:02 pm
by mrtools
temporalmotif wrote: Sat Aug 23, 2025 10:44 am
@mrtools
Any possibility for an MT5 version of this? seeing as there's many more timeframes to pull from.
On Raw divergence the Trix is still the best there is out there.
Kind Regards.
Hello, did this version.
Re: Trend Indicators for MT5
Posted: Fri Oct 03, 2025 10:10 pm
by temporalmotif
@mrtools
Is it possible to create a divergence alert bar requirement in this indicator?
Iv seen some indicators have a specification on how many Bars you want the Divergence to first show. (From 1-20)
This is the indicator in question is the Trix Candles MTF divergence one you originally created on this page, I suspect that ones default divergence alert bar is at 2
Kindest Regards.
Re: Trend Indicators for MT5
Posted: Sat Oct 04, 2025 1:43 am
by mrtools
temporalmotif wrote: Fri Oct 03, 2025 10:10 pm
@mrtools
Is it possible to create a divergence alert bar requirement in this indicator?
Iv seen some indicators have a specification on how many Bars you want the Divergence to first show. (From 1-20)
This is the indicator in question is the Trix Candles MTF divergence one you originally created on this page, I suspect that ones default divergence alert bar is at 2
Kindest Regards.
Hello, please post the version you want modified.