Page 33 of 44
Re: Various Indicators - (MT5)
Posted: Sun Apr 13, 2025 11:38 pm
by TransparentTrader
mrtools wrote: Sun Apr 13, 2025 11:55 am
Hello, this version doesn't have everything yet, but think it has most. Since the dynamic dll last I heard doesn't work on mt5 changed to the dynamic zone's close cousin the quantile bands.
What's the bands indicator you have on the chart itself?
Re: Various Indicators - (MT5)
Posted: Mon Apr 14, 2025 12:38 am
by mrtools
TransparentTrader wrote: Sun Apr 13, 2025 11:38 pm
What's the bands indicator you have on the chart itself?
This
one.
Re: Various Indicators - (MT5)
Posted: Mon Apr 14, 2025 1:54 am
by mrtools
FiveS wrote: Sun Apr 13, 2025 9:42 pm
Hello mrtools,
So far Works nicely on MT5 during weekend (crypto). Only button left. Really appreciate if you could add button if you have time. But anyway, this one is a perfect one.
You are the best. THANKS
MT5
dz adx MT5.png
MT4
dz adx MT4.png
Hello on/off button added.
Re: Various Indicators - (MT5)
Posted: Wed Apr 16, 2025 5:13 pm
by budhi1976
Adaptive Trend Flow for MT5
Basically I am only converting the MT4 version into MT5.
The Adaptive Trend Flow is based on:
- Typical price
(HL/2 + C)/3
- Dual EMAs for smoothing
- Smoothed volatility bands (akin to custom Bollinger Bands)
- Price crossing centerline and bands for trend confirmation
Source:
Adaptive Trend Flow MT4.
Re: Various Indicators - (MT5)
Posted: Wed Apr 16, 2025 7:03 pm
by ChuChu Rocket
budhi1976 wrote: Wed Apr 16, 2025 5:13 pm
Adaptive Trend Flow for MT5
Basically I am only converting the MT4 version into MT5
source:
post1295558448.html#p1295558448
XAUUSD_M5.png
Adaptive Trend Flow.ex5Adaptive Trend Flow Candle.ex5
Great conversions, just the candlesticks keep defaulting to Dodger Blue and Red. Could you permit those colors to be changed? Would be really good.
Re: Various Indicators - (MT5)
Posted: Wed Apr 16, 2025 11:14 pm
by budhi1976
Thank you for pointing it up and yes, I have made the adjustment so that you can change them to your liking. Please re-download it.
ChuChu Rocket wrote: Wed Apr 16, 2025 7:03 pm
Great conversions, just the candlesticks keep defaulting to Dodger Blue and Red. Could you permit those colors to be changed? Would be really good.
Re: Various Indicators - (MT5)
Posted: Fri Apr 18, 2025 12:35 am
by Pipa
I am currently experimenting with a light ML (Machine Learning) indicator that (optionally) includes the input(s) of other external custom indicator's buffers. Searched for a buffer reader to experiment. Didn't see one, so hereby a simple MT5 buffer reader that i coded. Just enter the name of the indicator your want to read the buffer from. When in a submap, just enter it like this: submap/indicatorname without .ex5. In some cases (older MT5 versions), replace / with \\
Re: Various Indicators - (MT5)
Posted: Fri Apr 18, 2025 1:14 am
by Pipa
Pipa wrote: Fri Apr 18, 2025 12:35 am
I am currently experimenting with a light ML (Machine Learning) indicator that (optionally) includes the input(s) of other external custom indicator's buffers. Searched for a buffer reader to experiment. Didn't see one, so hereby a simple MT5 buffer reader that i coded. Just enter the name of the indicator your want to read the buffer from. When in a submap, just enter it like this: submap/indicatorname without .ex5. In some cases (older MT5 versions), replace / with \\
BufferReader.ex5
PS you could also use it to check for possible recalculating buffers and compare the values: add the questionable custom indicator to your chart, than add the BufferReader to it and call the custom indicator. Let it run for a while. Then open the input settings of the quationable custom indicator. Change a value or color and click ok. If it recalculate a buffer, this would now be noticable. Don't change TF, otherwise the BufferReader loads the new fresh (recalculated) values. Of course there are other (simple) methods, but now you have an extra option to check.
Re: Various Indicators - (MT5)
Posted: Sat Apr 19, 2025 5:22 am
by mrtools
lukgoku wrote: Tue Apr 15, 2025 5:22 pm
Hi Mrtools, I recently discovered your BBPT indicator and I must say that it is particularly functional both for recognizing trend and for recognizing moments of consolidation, especially when combined with a stochastic. Would it be possible to convert it to MT5?
Thank you for your time.
Luk
Haven't added the averages yet for smoothing, would like for this version to please be tested before I go any further.
Re: Various Indicators - (MT5)
Posted: Sat Apr 19, 2025 6:14 am
by lukgoku
mrtools wrote: Sat Apr 19, 2025 5:22 am
Haven't added the averages yet for smoothing, would like for this version to please be tested before I go any further.
Hi Mrtools, I did some comparisons with the Mt4 version and it looks identical, although today's market conditions are not ideal for testing an indicator. I use it with a different configuration from the default and it is definitely the same. If you can also add smoothing it becomes perfect.
Thank you. Luk.