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.



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.
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.太虚一毫 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.![]()
![]()
![]()
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.
Nice one, like the filtering!AlgoAlex811 wrote: Wed May 14, 2025 6:53 pm GKYZ-Filtered, Non-Linear Regression MA [Loxx]
Another porting of Loxx's work https://in.tradingview.com/script/OLXmp ... n-MA-Loxx/
Key Adaptations Made
Price Types: Changed from the extensive custom source types in the original to standard ENUM_APPLIED_PRICE types.
Non-Linear Regression: Converted the non-linear regression function from PineScript to MQL, maintaining the mathematical calculations.
GKYZ Volatility: Implemented the volatility calculation using MQL functions for logarithms and powers.
Filter Functionality: I created the Kaufman filter function that works in the same way as the original, but I discarded the AMA and T3 options.
Signal Generation: Implemented the trend change detection and signal display.
Visualization: Set up line color changes based on trend direction, similar to the original.
The indicator will plot a line that changes color based on trend direction, with optional signals displayed as arrows on the chart. The GKYZ filter helps reduce noise in both the price input and the resulting moving average, creating a smoother representation of price movement.