TradingView
everget
25 ינו׳ 2019 02:04

Jurik RSX 

Euro Fx/U.S. DollarFXCM

תיאור

Adopted to Pine from https://www.prorealcode.com/prorealtime-indicators/jurik-rsx/.

I haven't yet understood the details of the algorithm but it matches the original Jurik's RSX one to one.

Jurik's RSX is a "noise free" version of RSI, with no added lag. To learn more about this indicator see http://www.jurikres.com/catalog1/ms_rsx.htm.

Good luck!
תגובות
Hadus
All of this can be deleted:
f88_ = 0.0 f90_ = 0.0 f88 = 0.0 f90_ := nz(f90_[1]) == 0 ? 1 : nz(f88[1]) <= nz(f90_[1]) ? nz(f88[1]) + 1 : nz(f90_[1]) + 1 f88 := nz(f90_[1]) == 0 and (length - 1 >= 5) ? length - 1 : 5 f0 = f88 >= f90_ and f8 != f10 ? 1 : 0 f90 = f88 == f90_ and f0 == 0 ? 0 : f90_

because on line 71 f88 is always less than f90
and therefore line 71 can be simplified to
v4_ = v20 > 0 ? (v14 / v20 + 1) * 50 : 50
everget
@Hadus, good find
John_Winkelman
@everget, Some people are amazing...
theonetheonly310
Can we add an ema to this? Would that be any help?
everget
@theonetheonly310, yes, we can
theonetheonly310
@everget, how can you make this available for multi time frame use?
everget
@theonetheonly310, I could create a special MTF version for you, but for $
RundumEntspannt
@everget, please send me a PM. I'm also interested at a MTF Version
FxckTV
its the same as lazybear's one?
everget
@FxckTV, friend, you could compare them yourself
עוד