Re: MT5 Stochastic indicators

15
Two Pole Oscillator

From BigBeluga's TradingView, an advanced smoothing oscillator designed to provide traders with precise market signals by leveraging deviation-based calculations combined with a unique two-pole filtering technique.
  • Two-Pole Filtering: This technique smooths out the main oscillator signal to reduce noise, providing a cleaner and more reliable view of market momentum and trend strength..
  • Deviation-Based Oscillator: This oscillator generates dynamic signals by utilizing price deviations from the mean, making it ideal for detecting overbought and oversold conditions
Obviously, I avoided coding all fancy graphical kinds of stuff that are so easy to implement in Pine but hard as hell in mql5...
These users thanked the author AlgoAlex811 for the post (total 6):
mrtools, Cagliostro, ionone, alexm, RodrigoRT7, Krunal Gajjar


Re: MT5 Stochastic indicators

16
Stochastic Rainbow

based on a PineScript on TradingView platform:

Code: Select all

https://www.tradingview.com/script/eVYlQl6l-Stochastic-Rainbow-SHK/
They're:
Stoch (14,3,3);
Stoch (14,4,3);
Stoch (14,5,3);
Stoch (14,6,3);

Stoch (14,7,3);
Stoch (14,8,3);
Stoch (14,9,3);
Stoch (14,10,3);

But we display the %D lines only.
Also, watch the divergences.
These users thanked the author Banzai for the post (total 3):
Cagliostro, Jimmy, alexm

Re: MT5 Stochastic indicators

18
FiveS wrote: Mon Apr 14, 2025 9:42 am Hello mrtools,

Please help convert this XU-STOCH.mq4 to MT5.

post1295422048.html#p1295422048

Best
Hello, kind of late here now but when I do conversions like to get the mt4 as close as I can to mt5, this is an updated mt4 version will do the mt5 tomorrow if no one gets to it before me.
These users thanked the author mrtools for the post (total 5):
RodrigoRT7, FiveS, Cagliostro, Krunal Gajjar, alexm

Re: MT5 Stochastic indicators

19
mrtools wrote: Mon Apr 14, 2025 1:42 pm Hello, kind of late here now but when I do conversions like to get the mt4 as close as I can to mt5, this is an updated mt4 version will do the mt5 tomorrow if no one gets to it before me.
Hello mrtools , I use XU-STOCH by XARD at this version.

post1295558938.html#p1295558938

So my aim to get mt5 similar with this stoch. Previous mq4 source I tought very close to it.

Rgds