Re: Various (Specialist) indicators for MT4

1553
太虚一毫 wrote: Mon Sep 22, 2025 1:05 pm Mladen Lakic said that the AdxVma_trend.mq4 version is long-term available (just search on Google). Google search can't find AdxVma_trend.mq4; if any teacher has this version, please forward it. Thank you!

——It was sent to the wrong place and should be moved to 'ADX DMI Indicators for MT4'.
Some older versions here.
These users thanked the author mrtools for the post:
太虚一毫

Re: Various (Specialist) indicators for MT4

1554
kvak wrote: Wed Aug 13, 2025 6:49 am Combo X8: RSI + CCI + MACD + ADX + Ultimate Strength Index (USI) + Keltner Channel + Stochastic & Moving Average System

And here is updated, second version from PM, RSI and CCI calculations are added to calculate trend.

MT5 version can be found here and original Combo is here.
Hey Kvak, I was just thinking and wanted to suggest something. Could you add an option to disable specific indicators? That way, if a user doesn’t want an indicator in the calculation, they can turn it off. Then the histogram won’t wait for its confirmation and will change color only when the enabled indicators align. currently it relies on all 8 indicator to change histogram color so if we have option to disable any indicators this will allow algo custimization for end user

Thankyou
These users thanked the author ujtrader for the post:
kvak
Don't fight the market let it reveal its tricks, then strike with precision. 💪🥊

CodeRe: Various (Specialist) indicators for MT4

1555
Overbought Oversold Oscillator (OBOS Oscillator)

This is an OBOS indicator from Tradestation, got the very simple code from a Tradingview posted code, the Tradingview version was using "bars" which don't seem to work VERY good in mt4 so did this version with filled areas on the cross.

How is it calculated?
  • This indicator is calculated by creating a volatility-normalized oscillator, like a Z-score of price vs EMA (how far price is from its EMA, measured in standard deviations).
  • It then applies multiple EMAs for a smoother result.
  • +100 and -100 levels act like overbought/oversold thresholds.
  • Also useful for reading market momentum.
These users thanked the author mrtools for the post (total 10):
Akela, Hogwildsavage, thomdel, Abdi, Coolcrow, Jimmy, Krunal Gajjar, RodrigoRT7, Steam1, TransparentTrader


Re: Various (Specialist) indicators for MT4

1556
kvak wrote: Sun Mar 23, 2025 7:40 am Here is updated version with filter and signal as PM request.
post1295573500.html#p1295573500

Good evening, my friend Tom!! >D.
Is this change you made to the RSI before and after the filter possible in the Z-score?

Something like Smoothing Price (pre-smoothing), Smoothing Z-Score (post-smoothing), and updating the eAverages? :D

Thank you very much in advance :D
These users thanked the author RodrigoRT7 for the post:
kvak

Re: Various (Specialist) indicators for MT4

1557
RodrigoRT7 wrote: Sun Oct 05, 2025 10:24 am post1295573500.html#p1295573500

Good evening, my friend Tom!! >D.
Is this change you made to the RSI before and after the filter possible in the Z-score?

Something like Smoothing Price (pre-smoothing), Smoothing Z-Score (post-smoothing), and updating the eAverages? :D

Thank you very much in advance :D
Hello my friend, here is new version of Z- score.
New menu for type calculation : original or use CC.
Added Pre-po smoothing, filtering.
Note, some of average are not able to use for po-smoothing. It have hard coded price in its calculations ( like Kijun, Halftrend sma....)
These users thanked the author kvak for the post (total 4):
RodrigoRT7, rudiarius, FredericoA, Krunal Gajjar

Re: Various (Specialist) indicators for MT4

1558
kvak wrote: Mon Oct 06, 2025 6:42 am Hello my friend, here is new version of Z- score.
New menu for type calculation : original or use CC.
Added Pre-po smoothing, filtering.
Note, some of average are not able to use for po-smoothing. It have hard coded price in its calculations ( like Kijun, Halftrend sma....)
Oh my gosh!! It turned out much better than I imagined. Your idea of ​​pre-post fitting on the xRSI was an excellent one!! It paired perfectly with the Z-Score + Cyber Cycle. I was impressed :D.

I'm biased because I'm a fan of the Z-Score for countertrends. Thank you very much, Kvak!!
These users thanked the author RodrigoRT7 for the post:
kvak

DownloadRe: Various (Specialist) indicators for MT4

1559
kvak wrote: Mon Oct 06, 2025 6:42 am Hello my friend, here is new version of Z- score.
New menu for type calculation : original or use CC.
Added Pre-po smoothing, filtering.
Note, some of average are not able to use for po-smoothing. It have hard coded price in its calculations ( like Kijun, Halftrend sma....)
This indicator is badass! Loving all the options added. Is it possible you could add more MA options to Madrid Squeeze? Z score and Madrid are goated but Madrid hasn't been updated in a while.

post1295542931.html#p1295542931
These users thanked the author Freedom35FPS for the post (total 2):
RodrigoRT7, kvak