TradingView
LazyBear
1 אפר׳ 2014 13:47

Indicator: Kairi Relative Index (KRI) 

תיאור

KRI is a leading indicator, just like RSI. More info: etoro.com/education/kairi-relative-index-vs-relative-strength-index.aspx

I have noticed KRI producing less false-divergences compared to RSI (in my limited BTC backtesting).
Give it a try / backtest on your instrument. Appreciate a note here on what you think.

תגובות
QuantitativeExhaustion
and also Inverted Ultimate Strength Index
QuantitativeExhaustion
How about an inverted KRI?
LazyBear
Possible. In the source code, change the line:

plot(ki_c, color=ki_c>0?green:red, linewidth=2)

to

LazyBear
iki_c=1/ki_c
plot(iki_c, color=iki_c>0?green:red, linewidth=2)
davidf7
Thank you I found this indicador very good for scalping on forex, is useful to confirm buy o sell, when the red line pass the middle white line up or down it makes a high rate confirmation
Heniek1000
Hi LazyBear,
Thank you so much for your work. I am trying to learn now how to work with Kairi, I just placed my first trade.
I find it a very intriguing indicator.
Also I have a question. In your version I could not find the slow Kairi. Did I do something wrong?
Did you know Takashi worked with Kairi?
Thanx-a-lot
Heniek
cowboycraig
I find a setting of 20 is Amazing
davidf7
@cowboycraig, thanks for the information.
GeekWithAKnife
This is a really great indicator. Any thoughts about smoothing it like RSX?
עוד