Page 154 of 157
Re: Various (Specialist) indicators for MT4
Posted: Sun Jul 27, 2025 1:40 pm
by TransparentTrader
kvak wrote: Sun Jul 27, 2025 5:23 am
Hello my friend, here is Z-score of Cyber Cycle for test.
Have alpha factor for test. Not all averages are good in this calculation, but I added full pack.
Test it.
Looks fantastic! What's the on-chart indicator in the second picture?
Re: Various (Specialist) indicators for MT4
Posted: Sun Jul 27, 2025 1:58 pm
by 太虚一毫
I'm looking for a colour-changing ZigZag. Only ZigZagcolour.mq5 is found.Please provide ZigZagcolour.mq4 version if you are interested.Thanks a lot!

Re: Various (Specialist) indicators for MT4
Posted: Sun Jul 27, 2025 3:11 pm
by kysbog
太虚一毫 wrote: Sun Jul 27, 2025 1:58 pm
I'm looking for a colour-changing ZigZag. Only ZigZagcolour.mq5 is found.Please provide ZigZagcolour.mq4 version if you are interested.Thanks a lot!
not exactly but see if its useful
Re: Various (Specialist) indicators for MT4
Posted: Mon Jul 28, 2025 1:52 am
by RodrigoRT7
kvak wrote: Sun Jul 27, 2025 5:23 am
Hello my friend, here is Z-score of Cyber Cycle for test.
Have alpha factor for test. Not all averages are good in this calculation, but I added full pack.
Test it.
Wow, the final result changed a lot with the Cyber Cycle filter!! i can do countless tests, thank you very much Kvak

Re: Various (Specialist) indicators for MT4
Posted: Mon Jul 28, 2025 8:13 am
by kvak
TransparentTrader wrote: Sun Jul 27, 2025 1:40 pm
Looks fantastic! What's the on-chart indicator in the second picture?
Hello.
updated version of this
click
Re: Various (Specialist) indicators for MT4
Posted: Wed Jul 30, 2025 7:39 pm
by boytoy
kvak wrote: Sun Jul 27, 2025 5:23 am
Z-Score of Cyber Cycle
Hello my friend, here is Z-score of Cyber Cycle for test.
Have alpha factor for test. Not all averages are good in this calculation, but I added full pack.
Test it.
Rodrigo + Kvak wow.... great great code and interesting results when tweaking the Cyber Cycle Alpha.. I know the default is 0.07 but you can even drop it further to 0.001 which will open up a wild spectrum of results which bring about some VERY early signals even if they aren't so accurate at 0.001
Re: Various (Specialist) indicators for MT4
Posted: Thu Jul 31, 2025 2:35 pm
by RodrigoRT7
boytoy wrote: Wed Jul 30, 2025 7:39 pm
Rodrigo + Kvak wow.... great great code and interesting results when tweaking the Cyber Cycle Alpha.. I know the default is 0.07 but you can even drop it further to 0.001 which will open up a wild spectrum of results which bring about some VERY early signals even if they aren't so accurate at 0.001
Good idea boytoy, that was the idea when asking for the cyber cycle as a filter, that would give us more options to configure the indicators! tks so much

Re: Various (Specialist) indicators for MT4
Posted: Mon Aug 04, 2025 7:51 pm
by boytoy
RodrigoRT7 wrote: Thu Jul 31, 2025 2:35 pm
Good idea boytoy, that was the idea when asking for the cyber cycle as a filter, that would give us more options to configure the indicators! tks so much
Please never stop hold back these ideas from us and the experts.. your code recipes are on another level
Re: Various (Specialist) indicators for MT4
Posted: Wed Aug 13, 2025 6:44 am
by kvak
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.
I find some bugs in code in calculating trend bars, here is updated version, now is also mode for counting trend.
Re: Various (Specialist) indicators for MT4
Posted: Wed Aug 13, 2025 6:49 am
by kvak
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.