Re: Various (Specialist) indicators for MT4

1511
kvak wrote: Thu May 15, 2025 6:52 am Updated version as pm request.
Wow, I hadn't seen this new version of the Z Score here!!

I highly recommend the Reg MAs, Nadaraya Watson Smooth and Adjusted Ema. (I still have a lot of tests to do with this AVG kit)

It's worth remembering that this indicator can be observed as OBOS at these entry and exit points of the indicator, just as the excellent Avgs Z Score from Mr Tools signals your entries and exits

tks so much again!
These users thanked the author RodrigoRT7 for the post (total 2):
kvak, mrtools


Re: Various (Specialist) indicators for MT4

1512
kvak wrote: Sun May 18, 2025 6:42 pm Modified DIDI Index with new multiple coloring changing signal logic
Didi index mod as request, new coloring mode.
Hi Kvak
I believe their is an issue in MTF mode. The signals seem to work but the line is color changing on slope when in mtf mode, as in the image.
both set to 30min, one on the 15min chart and the other on 30min. Everything else is identical in the settings, but perhaps I am missing something.
Thanks!
These users thanked the author Tradehunter for the post:
kvak

Re: Various (Specialist) indicators for MT4

1513
Tradehunter wrote: Tue May 20, 2025 3:10 am Hi Kvak
I believe their is an issue in MTF mode. The signals seem to work but the line is color changing on slope when in mtf mode, as in the image.
both set to 30min, one on the 15min chart and the other on 30min. Everything else is identical in the settings, but perhaps I am missing something.
Thanks!
Hello.
Yes, you are right, I found bug in my mtf code, now is corrected in my version and also, corrected version from ZigZag (I hope you don't mind), redownload new version HERE
These users thanked the author kvak for the post (total 3):
Tradehunter, RodrigoRT7, Tsar

Re: Various (Specialist) indicators for MT4

1514
Hello.
I was some PM requests to convert this indicator to mql4 code.
Since I don't have source for this, but it is possible to read something from the indicator menu, here is my attempt.
It is combination of 7 indicators with MTF, arrows and alerts.
It is not fully compared to Oracle, but maybe, someone find it usefull.
These users thanked the author kvak for the post (total 11):
RodrigoRT7, Ricstar_8, Akela, Jimmy, ujtrader, FredericoA, specialkey, lukgoku, horizon202, Krunal Gajjar, ashdays

Re: Various (Specialist) indicators for MT4

1515
kvak wrote: Thu May 29, 2025 6:52 am Hello.
I was some PM requests to convert this indicator to mql4 code.
Since I don't have source for this, but it is possible to read something from the indicator menu, here is my attempt.
It is combination of 7 indicators with MTF, arrows and alerts.
It is not fully compared to Oracle, but maybe, someone find it usefull.
Thanks, bro! Really great work especially with the addition of each indicator's settings. This is excellent stuff!
These users thanked the author ujtrader for the post:
kvak
Don't fight the market let it reveal its tricks, then strike with precision. 💪🥊


Re: Various (Specialist) indicators for MT4

1516
kvak wrote: Thu May 29, 2025 6:52 am Hello.
I was some PM requests to convert this indicator to mql4 code.
Since I don't have source for this, but it is possible to read something from the indicator menu, here is my attempt.
It is combination of 7 indicators with MTF, arrows and alerts.
It is not fully compared to Oracle, but maybe, someone find it usefull.
Bro, just a suggestion consider adding RSI and CCI with signal options for mid-line cross or overbought/oversold cross. Also, it would be great to include the ability to disable any indicator, so users can turn off the ones they don't need in the algo.
Thanks for your help
Don't fight the market let it reveal its tricks, then strike with precision. 💪🥊

Re: Various (Specialist) indicators for MT4

1517
ujtrader wrote: Thu May 29, 2025 5:51 pm Bro, just a suggestion consider adding RSI and CCI with signal options for mid-line cross or overbought/oversold cross. Also, it would be great to include the ability to disable any indicator, so users can turn off the ones they don't need in the algo.
Thanks for your help
Hello.
Yes, this would be possible add this, but why all this? Won't it be counterproductive? or do you have some perfect setup that works great with all these indicators? I think this indicator can be compared with many other and simpler indicators..
These users thanked the author kvak for the post (total 2):
lukgoku, ujtrader

Re: Various (Specialist) indicators for MT4

1518
kvak wrote: Fri May 30, 2025 5:36 am Hello.
Yes, this would be possible add this, but why all this? Won't it be counterproductive? or do you have some perfect setup that works great with all these indicators? I think this indicator can be compared with many other and simpler indicators..
You're entirely correct. but Allowing users to choose which indicators to include in that logic would be a fantastic improvement, in my opinion, as combo7 already combines multiple indicators and produces a single signal when they all align.

Since ADX, CCI, and RSI are frequently used and regarded as key indicators in many market strategies, adding them would be a big plus. In actuality, these three are crucial to the majority of AI-driven systems.

This would increase the tool's flexibility, especially for EA integration that relies on only two signal buffers, while still allowing multi-indicator confirmation according to user preferences.

I'm not attempting to overcomplicate things I'm just considering automation and usability.

Once again, thank you for your fantastic work! 👍
These users thanked the author ujtrader for the post:
kvak
Don't fight the market let it reveal its tricks, then strike with precision. 💪🥊

Re: Various (Specialist) indicators for MT4

1519
naluvs01 wrote: Mon Jun 23, 2025 3:52 pm Hi Mr. Tools and Coders respectively,

Hope everyone is doing well. Is it possible to add an alert when this modified VIX indicator crosses the desired level (I'm currently using the 50 level) when the Stoch option is enabled? I'd greatly appreciate it!!!!
Synthetic VIX with Stochastic Normalization options (Overbought/Oversold Levels) + Inverted VIX + Bands

Ended up redoing it since I couldn't find the code anymore. Anyway, on this version it has slope alerts and level cross alerts.

PS: For information regarding the Synthetic VIX and Normalization, please see this post: Synthetic VIX with Stochastic Normalization.
These users thanked the author mrtools for the post (total 9):
Krunal Gajjar, alpha24, RodrigoRT7, Jimmy, macd & rsi, kvak, mate, talaate, naluvs01

CodeRe: Various (Specialist) indicators for MT4

1520
Combo X: RSI + MoM + DeMarker + Force Index + MACD & ADX System

Here is another combination of different indicators..... idea from this post
Indicator is non-repaint
in down line is momentum line trend
above is DeMarker and Force index trend line
above is Rsi/ MaCD and ADX trend line
Last, upper is Ma trend line

PS: For a newer (different) version which combines 8x technical indicators, please see here.