TradingView
niceboomer
30 Th05 2023 06:32

Composite RSI 

Binance Coin / TetherUSBinance

Mô tả

One issue with the famouse RSI indicator is that it is too sensitive in some cases and thus, might give false signals if we are eager to use those signals.
If we increase the length of the RSI, it might give too few signals which is not ideal as well.

This Composite RSI indicator was created to utilize the RSI strength, using 3 RSIs (with different length) in combination to give less signal than the original one.

You can use it like a normal RSI indicator:
- Try to find the entry when the RSI is in the overbought (RSI >= 70) and oversold (RSI <= 30) areas
- Use bullish divergence and bearish divergence on the RSI itself to signal your trade

In the example chart, I included a built-in RSI as well so you that you can compare the original one and the Composite RSI indicator.

Some extra features:
- Simple bullish and bearish divergences detection.
- Mark the RSI with green circle(s) when it is extremely overbought (over 80) and oversold (under 20)

Phát hành các Ghi chú

Update chart.
Bình luận
MikeAnnArbor
Can this be used on different time frame like 15 minutes or 30 minutes or 1 hrs? Or must be used on 1day time frames
niceboomer
@MikeAnnArbor, sure you can use with any timeframe ;)
Taafs
hi, Ma1, Ma2 is Sma? What period are they averages for?
thks
niceboomer
@Taafs, sorry I don't understand your questions.

compositeRsi is the average of 3 RSI and the signal is the SMA of it:

signal = ta.sma(compositeRsi, lenSignal)
Thêm nữa