What's the bands indicator you have on the chart itself?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.
Re: Various Indicators - (MT5)
322This one.TransparentTrader wrote: Sun Apr 13, 2025 11:38 pm What's the bands indicator you have on the chart itself?
- These users thanked the author mrtools for the post:
- TransparentTrader
Re: Various Indicators - (MT5)
323Hello on/off button added.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
Re: Various Indicators - (MT5)
324Adaptive Trend Flow for MT5
Basically I am only converting the MT4 version into MT5.
The Adaptive Trend Flow is based on:
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
- These users thanked the author budhi1976 for the post (total 11):
- thomdel, Jimmy, Cagliostro, ChuChu Rocket, Krunal Gajjar, nbibu, Ricstar_8, macd & rsi, lukgoku, mazibee, Sutatong
Re: Various Indicators - (MT5)
325Great conversions, just the candlesticks keep defaulting to Dodger Blue and Red. Could you permit those colors to be changed? Would be really good.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
- These users thanked the author ChuChu Rocket for the post (total 2):
- macd & rsi, budhi1976
Re: Various Indicators - (MT5)
326Thank 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.
- These users thanked the author budhi1976 for the post (total 3):
- mrtools, mazibee, ChuChu Rocket
Re: Various Indicators - (MT5)
327I 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)
328PS 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.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
Re: Various Indicators - (MT5)
329Haven't added the averages yet for smoothing, would like for this version to please be tested before I go any further.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
- These users thanked the author mrtools for the post (total 4):
- Cagliostro, lukgoku, kvak, Krunal Gajjar
Re: Various Indicators - (MT5)
330Hi 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.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.
Thank you. Luk.
Yesterday is history, tomorrow is a mystery, but today is a gift, that’s why it’s called a Present! - Master Oogway