Page 2 of 4
Re: MT5 Stochastic indicators
Posted: Fri Jan 17, 2025 9:47 pm
by Ogee
Sutatong wrote: Fri Jan 17, 2025 2:14 pm
I can't find simple/basic stochastic mtf. Does anyone have?
Try , sorry, just read MT5
Re: MT5 Stochastic indicators
Posted: Fri Jan 17, 2025 10:22 pm
by Sutatong
Ogee wrote: Fri Jan 17, 2025 9:47 pm
Try , sorry, just read MT5
Color Stochastic + mtf.mq4
What I meant was MT5 version. Already had this MT4. Thanks anyway.
Re: MT5 Stochastic indicators
Posted: Sat Jan 18, 2025 3:42 am
by mrtools
Sutatong wrote: Fri Jan 17, 2025 10:22 pm
What I meant was MT5 version. Already had this MT4. Thanks anyway.
Hello, did this version.
Re: MT5 Stochastic indicators
Posted: Sat Jan 18, 2025 4:21 am
by Sutatong
mrtools wrote: Sat Jan 18, 2025 3:42 am
Hello, did this version.
Yes. It works well for me.
Thank you so much.
Re: MT5 Stochastic indicators
Posted: Mon Feb 10, 2025 1:34 am
by AlgoAlex811
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...
Re: MT5 Stochastic indicators
Posted: Tue Feb 25, 2025 10:35 am
by Banzai
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.
Re: MT5 Stochastic indicators
Posted: Mon Apr 14, 2025 9:42 am
by FiveS
Hello mrtools,
Please help convert this XU-STOCH.mq4 to MT5.
post1295422048.html#p1295422048
Best
Re: MT5 Stochastic indicators
Posted: Mon Apr 14, 2025 1:42 pm
by mrtools
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.
Re: MT5 Stochastic indicators
Posted: Mon Apr 14, 2025 3:10 pm
by FiveS
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
Re: MT5 Stochastic indicators
Posted: Mon Apr 14, 2025 6:04 pm
by mrtools
FiveS wrote: Mon Apr 14, 2025 3:10 pm
Hello mrtools , I use XU-STOCH by XARD at this version.
post1295558938.html#p1295558938
So my aim to get mt5 similar with this stoch.
XU-STOCH.ex4
Previous mq4 source I tought very close to it.
Rgds
Yeah, it looks completely different and without the code can't do anything, sorry!