Page 8 of 9

Re: Trend Indicators for MT5

Posted: Wed Apr 02, 2025 6:22 am
by kvak
Here is conversion of my Halftrend slope indicator for MT5.

Re: Trend Indicators for MT5

Posted: Wed Apr 02, 2025 6:24 am
by kvak
And histogram version of indicator above....

Re: Trend Indicators for MT5

Posted: Tue Apr 08, 2025 9:05 pm
by lukgoku
Hi Mrtools,

it took me a little more time to thoroughly test this conversion to mt5.

I attach an image where you can see the differences from the MT4 version that I use.

If you could add the arrow types as I highlighted MT4 side in MT5 that would be great.

Thank you for your patience.

Re: Trend Indicators for MT5

Posted: Wed Apr 09, 2025 5:45 am
by mrtools
lukgoku wrote: Tue Apr 08, 2025 9:05 pm Hi Mrtools,

it took me a little more time to thoroughly test this conversion to mt5.

I attach an image where you can see the differences from the MT4 version that I use.

If you could add the arrow types as I highlighted MT4 side in MT5 that would be great.

Thank you for your patience.
Hello, this version seems pretty close to the mt4 version and added all the arrows.

Re: Trend Indicators for MT5

Posted: Wed Apr 09, 2025 4:28 pm
by lukgoku
mrtools wrote: Wed Apr 09, 2025 5:45 am Hello, this version seems pretty close to the mt4 version and added all the arrows.
Fantastic job Mrtools, now is perfect!
Thank you.

Re: Trend Indicators for MT5

Posted: Wed Apr 16, 2025 7:39 am
by kvak
Conversion of MT4 indicator dmi( +signal)

Re: Trend Indicators for MT5

Posted: Sun Apr 20, 2025 5:07 pm
by jhh DOO
AlgoAlex811 wrote: Sat Feb 01, 2025 10:08 pm Optimized Trend Tracker

I found this code on TradingView and converted it to MT5.
Only basic MAs, no arrows for signals but buffer for direction.

"Optimized Trend Tracker OTT is an indicator that provides traders to find an existing trend or in another words to ser which side of the current trend we are on.

We are under the effect of the uptrend in cases where the prices are above OTT ,
under the influence of a downward trend, when prices are below OTT
it is possible to say that we are.

The first parameter in the OTT indicator set by the two parameters is the period/length.

OTT will be much sensitive to trend movements if it is smaller. And vice versa, will be less sensitive when it is longer.

As the period increases it will become less sensitive to little trends and price actions.

In this way, your choice of period, will be closely related to which of the sort of trends you are interested in.

The OTT percent parameter in OTT is an optimization coefficient. Just like in the period
small values ​​are better at capturing short term fluctuations, while large values
will be more suitable for long-term trends."
Please change the line color buffers so that they are readable by EA, or publish open source mq5 code.

Re: Trend Indicators for MT5

Posted: Sun Apr 27, 2025 1:17 am
by AlgoAlex811
jhh DOO wrote: Sun Apr 20, 2025 5:07 pm Please change the line color buffers so that they are readable by EA, or publish open source mq5 code.
Buffer 3, 1 for long and -1 for short

Re: Trend Indicators for MT5

Posted: Sun Apr 27, 2025 4:59 am
by jhh DOO
AlgoAlex811 wrote: Sun Apr 27, 2025 1:17 am Buffer 3, 1 for long and -1 for short
Unfortunately not suitable, always puts in shorts.

Re: Trend Indicators for MT5

Posted: Thu May 15, 2025 3:52 am
by mrtools
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: