Page 152 of 157

Re: Various (Specialist) indicators for MT4

Posted: Mon May 19, 2025 1:14 pm
by RodrigoRT7
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!

Re: Various (Specialist) indicators for MT4

Posted: Tue May 20, 2025 3:10 am
by Tradehunter
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!

Re: Various (Specialist) indicators for MT4

Posted: Tue May 20, 2025 7:03 am
by kvak
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

Re: Various (Specialist) indicators for MT4

Posted: Thu May 29, 2025 6:52 am
by kvak
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.

Re: Various (Specialist) indicators for MT4

Posted: Thu May 29, 2025 5:35 pm
by ujtrader
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!

Re: Various (Specialist) indicators for MT4

Posted: Thu May 29, 2025 5:51 pm
by ujtrader
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

Re: Various (Specialist) indicators for MT4

Posted: Fri May 30, 2025 5:36 am
by kvak
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..

Re: Various (Specialist) indicators for MT4

Posted: Fri May 30, 2025 5:58 pm
by ujtrader
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! 👍

Re: Various (Specialist) indicators for MT4

Posted: Wed Jun 25, 2025 12:51 am
by mrtools
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.

Re: Various (Specialist) indicators for MT4

Posted: Mon Jun 30, 2025 7:15 am
by kvak
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.