TradingView
LazyBear
13 Jun 2014 pukul 15.09

Indicator: Krivo Index [Forex] 

Euro Fx/U.S. DollarFXCM

Huraian

Krivo index, suggested by Richard Krivo, tries to quantify the "strength" of a currency by checking how many of its pairs are trading strongly (close above 200sma). As you can see from the chart, KI gives an excellent overview of their strength. Note how it correctly points out the JPY crash (Nov 2012).

I decided to implement KI for each currency separately to be compliant with Pine requirements. Also, this enables to add only the needed currency KI scripts (for ex., just CAD_KI and USD_KI). You can add the needed currency KI scripts and merge them all together to form a chart like this. Make sure you "right click" on all and select "Scale Right" (or "Scale Left". Thing to note is all KIs shd be aligned to the same scale).

I have published KI for only 5 currencies now, but can add more on request. BTW, this index is usable on all time frames.

More info on KrivoIndex:
-----------------------------
dailyfx.com/forex/education/trading_tips/post_of_the_day/2011/06/15/How_to_Create_a_Trading_Edge_Know_the_Strong_and_the_Weak_Currencies.html

JPY crashing:
-----------------------------
webcache.googleusercontent.com/search?q=cache:Q4NcRl6oSgQJ:www.madhedgefundtrader.com/surprise-japanese-election-sends-yen-crashing/+&cd=4&hl=en&ct=clnk&gl=us

Euro Slump:
-----------------------------
bloomberg.com/news/2014-05-22/euro-set-for-3-week-slide-before-german-sentiment-eu-elections.html

Please see the comment below for the complete list of currency pairs I used for deriving these indexes.
Komen
Brinomi
Another cracker..thanks again ..
LazyBear
yw.
LazyBear
Following currency pairs are used for calculating their respective KIs.

EUR
------

EURCHF
EURUSD
EURDKK
EURJPY
EURPLN
EURGBP
EURSEK
EURCAD
EURNOK
EURHUF
EURTRY
EURAUD
EURNZD
EURCZK

GBP:
------
GBPAUD
GBPCAD
GBPCHF
GBPJPY
GBPNZD
GBPSEK
GBPUSD
EURGBP

USD
-----

USDCAD
USDCHF
USDCNH
USDCZK
USDDKK
USDHKD
USDHUF
USDILS
USDJPY
USDMXN
USDNOK
USDPLN
USDRUB
USDSEK
USDSGD
USDTRY
USDZAR
AUDUSD
EURUSD
GBPUSD
NZDUSD

JPY
------

AUDJPY
CADJPY
CHFJPY
EURJPY
GBPJPY
HKDJPY
NOKJPY
NZDJPY
SEKJPY
SGDJPY
TRYJPY
USDJPY
ZARJPY

CAD
---------
CADCHF
CADJPY
AUDCAD
EURCAD
GBPCAD
NZDCAD
USDCAD
IA_FX
@LazyBear, Hello Sir,
Big fan of your indicators, and work you put forward into the community.
Would you be able to advise why the indicator is not working?

Would absolutely love to test this and gauge the strength of individual currency.

Greatly appreciated.
syracusepro
How the following can be done in thinkscript?

// Helper fns
calc_score(s, l) =>
ma = sma(s, l)
s >= ma ? 1 : -1

calc_invscore(s, l) =>
score=calc_score(s,l)
-1 * score
mosoeu88
Hi LazyBear, love your work, but this script seems to be incomplete or something. it ends at 53 lines of code and doesn't load for me. Please help
Ice_
Does it take forever to load?
cooney_s
Kiwi and Aussie dollars would be nice additions. I would attempt it and post but wouldnt want to butcher your work. Thanks.
LazyBear
Let me know the pairs u want to include in each. Thanks.
Lebih