TradingView
Dragon_trader95
11 lip 2022 19:11

Dragon Double RSI Overbought-Oversold With Label 

Solana / TetherKuCoin

Opis

This indicator consist of tow RSI length that user can customize it. like length, overbought, oversold. like length, overbought, oversold. also it has one moving average where the user can select from different types of moving averages, price sources, lookback periods and resolutions

Informacje o Wersji

Modify Logic

Informacje o Wersji

remove bug

Informacje o Wersji

add label size option

Informacje o Wersji

improve the logic

Informacje o Wersji

bug fix

Informacje o Wersji

This Pine Script is a version 5 indicator for TradingView, designed to display and analyze market conditions on price charts. It's named "Dragon Double RSI Overbought-Oversold With Label" and has the short title "D-DRO2." Here are the key features of this indicator:

1. **Indicator Settings**:
- This indicator is named "Dragon Double RSI Overbought-Oversold With Label" and has a short title "D-DRO2."
- It is overlaid on the price chart and allows you to set a maximum number of labels (max_labels_count).

2. **Moving Average (MA1)**:
- This indicator offers the option to display a customizable moving average (MA1).
- You can configure the period, type (SMA, EMA, etc.), data source, and resolution for MA1.
- MA1 is calculated based on your chosen settings and displayed on the chart.

3. **Fast RSI**:
- You can configure the period and data source for the Fast RSI and set overbought and oversold levels.
- The Fast RSI is calculated using the specified settings.
- Labels are added when the Fast RSI crosses overbought or oversold levels, and you can adjust the label size.

4. **Slow RSI**:
- You can configure the period and data source for the Slow RSI and set overbought and oversold levels.
- The Slow RSI is calculated based on your specified settings.
- Labels are added when the Slow RSI crosses overbought or oversold levels, with customizable label size.

5. **Alerts**:
- Alerts are generated for both Fast RSI and Slow RSI, separately and in combination (overbought and oversold).
- Alert messages are created when the conditions for these alerts are met.

This script offers the flexibility to visualize and receive alerts for both Fast and Slow RSI indicators, as well as providing control over various settings like label size, RSI period, and source. Traders can use this indicator to identify potential buy or sell opportunities based on RSI conditions and moving averages.

Please note that this script is written in Pine Script version 5, which is used in TradingView. You can customize the settings and use it on the TradingView platform to analyze price charts and receive alerts based on RSI conditions.

Informacje o Wersji

improve logic
Komentarze
BigBank25
The labels seem to repaint when a bar is higher (more overbought), or lower (more oversold) than the previous bar. Is that the case?
Dragon_trader95
@BigBank25, logic just show the higher rsi label in highest Candel or lower rsi label in lowest candle in 3 last candle.
lnguyen2023
This is great! But I think the alert conditions: IsOversoldForFastRSI and IsOverboughtForFastRSI, IsOverboughtForSlowRSI and IsOversoldForSlowRSI should be changed to OR condition
celcerut
does this indicator create a pop-up alert on the phone if the TradingView app is installed on a smartphone?
Also, is it possible to have desktop alert pop-ups when the criteria is reached?
Więcej