Re: Trend Indicators for MT5

81
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
These users thanked the author Jimmy for the post (total 2):
Cagliostro, mrtools
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Trend Indicators for MT5

82
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?
These users thanked the author Cagliostro for the post (total 2):
Jimmy, mrtools
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro

Re: Trend Indicators for MT5

83
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.
These users thanked the author mrtools for the post:
Jimmy

Re: Trend Indicators for MT5

84
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.
These users thanked the author Jimmy for the post:
mrtools
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Trend Indicators for MT5

86
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.
These users thanked the author AlgoAlex811 for the post (total 3):
thomdel, eduarescobar, Akela

DownloadRe: Trend Indicators for MT5

89
@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

90
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.