Multiple BTC RSIs in a single indicatorPlots in a single indicator the Bitcoin RSI of multiple exchanges. The selected exchanges are Bitmex, Binance and Coinbase. The reason is that these are the ones with the highest 24h volume (coinmarketcap) and have a ticker available in Trading View.
One drawback with this indicator is that it doesn't automatically adjusts its resolution when the Bitcoin chart is rendered across timeframes. You have to manually update the time resolution in the settings window for the indicator.
렐러티브 스트렝쓰 컴패리즌
NZD RSCNZD Relative Strength Comparison to the basket of other major currencies.
nzd = (nzdusd + nzdjpy/100 + nzdcad + 1/gbpnzd + 1/eurnzd + nzdchf + 1/audnzd)/7
EUR RSCEUR Relative Strength Comparison to the basket of other major currencies.
eur = (eurusd + eurgbp + eurjpy/100 + eurcad + eurchf + euraud + eurnzd)/7
AUD RSCAUD Relative Strength Comparison to the basket of other major currencies.
aud = (audusd + audjpy/100 + audcad + audchf + 1/euraud + 1/gbpaud + audnzd)/7
CHF RSCCHF Relative Strength Comparison to the basket of other major currencies.
chf = (1/usdchf + chfjpy/100 + 1/cadchf + 1/gbpchf + 1/eurchf + 1/audchf + 1/nzdchf)/7
CAD RSCCAD Relative Strength Comparison to the basket of other major currencies.
cad = (1/usdcad + cadjpy/100 + cadchf + 1/eurcad + 1/gbpcad + 1/audcad + 1/nzdcad)/7
JPY RSCJPY Relative Strength Comparison to the basket of other major currencies.
jpy = (1/usdjpy + 1/cadjpy + 1/chfjpy + 1/eurjpy + 1/gbpjpy + 1/audjpy + 1/nzdjpy)/0.07
GBP RSCGBP Relative Strength Comparison to the basket of other major currencies.
gbp = (gbpusd + gbpjpy/100 + gbpcad + 1/eurgbp + gbpchf + gbpaud + gbpnzd)/7
USD Relative Strength Comparison (RSC)Simple indicator implementing relative strength against the equally weighted basket of major currencies. Perhaps I will coin it the Equally Weighted Index (EWI) and trademark it like ICE did with DXY.
usd = (usdjpy/100 + usdcad + 1/gbpusd + 1/eurusd + usdchf + 1/audusd + 1/nzdusd)/7
DXY is hard to compare against other indices because of it's weightening. Secondly it does not compare against all majors and includes SEK which is not a major currency. Source: Wikipedia .
In this chart it becomes more clear why GU is in an uptrend. From April 25th USD has been consolidating against the basket of majors while GBP has gained in strength against the same basket.
gbp = (gbpusd + gbpjpy/100 + gbpcad + 1/eurgbp + gbpchf + gbpaud + gbpnzd)/7
You Jun's Currency Strength Indicator 2Script for calculating the cumulative RSI for 8 popular forex currencies.
You Jun's Currency Strength IndicatorCompare the relative strength (RSI) of 8 popular forex currencies, GBP, JPY, EUR, USD, CHF, CAD, NZD, AUD.
Adjust the RSI period, default 7.
Red: GBP
Green: JPY
Blue: EUR
Black: USD
Orange: CAD
Yellow: CHF
Purple: NZD
Teal: AUD
Currency Strength, displays lines for currency pair onlyThis currency strength indicator displays the strength for the displayed currency pair only.
The following currencies are supported: AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD
Base currency is indicated by a blue line. Counter currency by a green line.
Double click on a line to open the settings window to change line colors or the possition of the dashed lines.
RSI_Strategy_TradersVenueGo long if RSI crosses over 30 or 60. Go Short when RSI falls below 60. Back testing gives good amount of success and can be used in 3/5/15/30/60 minutes time frame with HeikinAshi charts. Don't use normal candles to reduce noise.
Relative Strength (MA) to KLCICompares a stock's relative strength against Malaysia market index (KLCI)
Contender 4Directional movement indicator for assessing price direction and strength. DMI tells you when to be long or short, differentiating between strong &weak trends. DMI works on all time frames and applicable to any asset.
DMI is a moving average of range expansion over an input period. The positive directional movement indicator ( +DMI ) measures how strongly price moves upward; the negative directional movement indicator ( -DMI ) measures how strongly price moves downward. The two lines reflect the respective strength of the bulls versus the bears. Which DMI lines is on top is the dominant DMI. The dominant DMI is stronger and more likely to predict the direction of price. For the buyers and sellers to change dominance, the lines must cross over.
Vicious Trading Suite V3.0 (Color Coded Bars)Updated work in progress. Will post more notes as I tune the criteria. Enjoy
Relative Price StrengthThe strength of a stock relative to the S&P 500 is key part of most traders decision making process. Hence the default reference security is SPY, the most commonly trades S&P 500 ETF.
Most profitable traders buy stocks that are showing persistence intermediate strength verses the S&P as this has been shown to work. Hence the default period is 63 days or 3 months.
Currency Strength Indicator By MoonAdded NZD Index and 50% level for more informations contact me at abdel.akrim@gmail.com.
FX CorrelatorChecks the correlation between 10 of the Major Currency pairs.
Currency pairs includes: EURUSD, AUDJPY, AUDUSD, EURGBP, EURJPY, GBPUSD, NZDUSD, USDCAD, USDCHF, USDJPY.
Relative Currency StrengthUses Exponential Moving Average to compare the strength relationship between the currencies.
Relative Strength LineRelative Strength Line compares equity's price performance with S&P 500 (default). The indicator will retrieve current equity value comparing it with S&P 500 equivalent time frame.
S&P 500 is set as the default index for comparison. This value can be change to any equity available in the market, located at the format settings of the indicator.
Simple Currency Strength Measurer IVVersion IV of the SCSM, this time thanks to @SAACI I learned more about the financial markets and some math stuff. This time I switched the formula a bit to use Zscores:
(close-sma(close,shortma))/stdev(close,dev)
This creates a nice oscillator like view, if you overlay TWO of them, one longer and one shorter you can get almost perfect absolute highs and absolute lows. Enjoy.