Re: MT5 Moving Averages (MAs)

222
太虚一毫 wrote: Mon Apr 21, 2025 1:50 pm Right. The relationship between the average candle and the Kentler channel is interesting. Personally, I like T3 and ADXVMA very much. Neither the teacher nor Mladen Rakic seems to have released a similar version of MT4. :thumbup: :thumbup: :thumbup:
Yeah, will do a mt4 version, this is a very cool invention by Mladen, using the indicators open, high, low, and close to make an atr/keltner separate window channel. Far as I'm aware it wasn't possible to make a atr/keltner for rsi type oscillators before.
These users thanked the author mrtools for the post:
太虚一毫

Re: MT5 Moving Averages (MAs)

225
Hello, here is MT5 version of eAverages.
It is look that is possible transfer all of it to MT5 code.
Indicator have also smoothing option, filtering option, option to cross/slope coloring, arrows, alerts and button.
These users thanked the author kvak for the post (total 10):
mazibee, RodrigoRT7, mrtools, Cagliostro, Ricstar_8, thomdel, Akela, rudiarius, Krunal Gajjar, AlgoAlex811


Re: MT5 Moving Averages (MAs)

226
kvak wrote: Sun Apr 27, 2025 7:33 am Hello, here is MT5 version of eAverages.
It is look that is possible transfer all of it to MT5 code.
Indicator have also smoothing option, filtering option, option to cross/slope coloring, arrows, alerts and button.


Respected kvak,

You are super Great.

Thanks for all your ideas, mods, indicators.


Thanks for your Time, efforts, kindness.
Thanks a Lot.
These users thanked the author thomdel for the post:
kvak

Re: MT5 Moving Averages (MAs)

227
R-squared Adaptive T3 Ribbon


Conversion (more or less...) from Pinescript's work of coder Loxx
https://in.tradingview.com/script/GrMpl ... mple-Loxx/

Just some tips about the inputs:
  • Original=true, TrendFollow=true: Moderately reactive indicator that becomes smoother during strong trends. Good for trend following with moderate sensitivity to changes in direction.
  • Original=false, TrendFollow=true: The smoothest and least reactive combination. Good for identifying long-term trends, ignoring small fluctuations.
  • Original=true, TrendFollow=false: Very reactive during strong trends, can help capture exit points when a trend is mature.
  • Original=false, TrendFollow=false: Balance between smoothness and reactivity that varies based on the trend's strength.