Re: Trend Indicators for MT5
Posted: Wed Apr 02, 2025 6:22 am
Here is conversion of my Halftrend slope indicator for MT5.
Hello, this version seems pretty close to the mt4 version and added all the arrows.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.
Fantastic job Mrtools, now is perfect!mrtools wrote: Wed Apr 09, 2025 5:45 am Hello, this version seems pretty close to the mt4 version and added all the arrows.
Please change the line color buffers so that they are readable by EA, or publish open source mq5 code.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."
Buffer 3, 1 for long and -1 for shortjhh 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.
Unfortunately not suitable, always puts in shorts.