PROTECTED SOURCE SCRIPT
업데이트됨 Qosh GRC 3

Qosh GRC 3
Comprehensive indicator for crypto market analysis with advanced correlation capabilities and wave strength assessment.
Core Components
Mid Index (Green line)
Dynamic middle line based on EMA with hesitation filter. Determines current market zone (Bull/Bear).
Settings:
• Length: 230 (default)
• Hesitation: 0.0001
Mid Index 2 (Black line)
Channel middle line based on highest/lowest values. Visibility depends on slope (>0.15% change over 4 bars).
Settings:
• Length: 20 (default)
SMA
Two moving averages for trend analysis:
• SMA A (red): 50 periods
• SMA B (blue): 200 periods
Main Bars with Open Interest
Bar color depends on Open Interest level:
• Blue = bullish bar
• Red = bearish bar
• Opacity inversely proportional to OI (higher interest → more saturated color)
[code]
opacity = reverseAndRound(((oi_smoothed * 100 / 1)) / 2)
bar_color = color.new(close >= open ? color.blue : color.red, opacity)
[/code]
Oscillators (Lord Caramelo)
BTC Oscillator
Semi-transparent green oscillator based on BTCUSDT. Shows Bitcoin's base movement for comparison.
Main Oscillator (4 candles)
Price movement decomposition into 4 components:
• Verde (green) — bullish strength
• Branca (white) — neutral zone
• Vermelha (red) — bearish strength
• Azul (blue) — baseline
Wave Strength (Candle Strength)
Displayed on top of main oscillator:
• Aqua = bullish wave
• Maroon = bearish wave
Candle height = wave intensity (based on TCUD calculations).
Critical Levels
• 0.2 (green) — oversold zone
• 0.8 (purple) — extreme overbought
Critical Zone Indication
Background colors when oscillator breaches critical levels and price diverges from Mid Index >2%:
• Blue background = bullish extremity
• Red background = bearish extremity
Correlation
Correlation A (primary)
Correlation of current asset with selected ticker (default BTCUSDT). Displays scaled candles of correlating asset.
Correlation B and C (additional)
Correlation calculation between two arbitrary ticker pairs.
Information Table
Top right corner displays:
• Movement strength of Mid Index and Mid Index 2
• Correlation values A/B/C
• Current market state (Bull/Bear)
━━━━━━━━━━━━━━━━━━━━━━
Comprehensive indicator for crypto market analysis with advanced correlation capabilities and wave strength assessment.
Core Components
Mid Index (Green line)
Dynamic middle line based on EMA with hesitation filter. Determines current market zone (Bull/Bear).
Settings:
• Length: 230 (default)
• Hesitation: 0.0001
Mid Index 2 (Black line)
Channel middle line based on highest/lowest values. Visibility depends on slope (>0.15% change over 4 bars).
Settings:
• Length: 20 (default)
SMA
Two moving averages for trend analysis:
• SMA A (red): 50 periods
• SMA B (blue): 200 periods
Main Bars with Open Interest
Bar color depends on Open Interest level:
• Blue = bullish bar
• Red = bearish bar
• Opacity inversely proportional to OI (higher interest → more saturated color)
[code]
opacity = reverseAndRound(((oi_smoothed * 100 / 1)) / 2)
bar_color = color.new(close >= open ? color.blue : color.red, opacity)
[/code]
Oscillators (Lord Caramelo)
BTC Oscillator
Semi-transparent green oscillator based on BTCUSDT. Shows Bitcoin's base movement for comparison.
Main Oscillator (4 candles)
Price movement decomposition into 4 components:
• Verde (green) — bullish strength
• Branca (white) — neutral zone
• Vermelha (red) — bearish strength
• Azul (blue) — baseline
Wave Strength (Candle Strength)
Displayed on top of main oscillator:
• Aqua = bullish wave
• Maroon = bearish wave
Candle height = wave intensity (based on TCUD calculations).
Critical Levels
• 0.2 (green) — oversold zone
• 0.8 (purple) — extreme overbought
Critical Zone Indication
Background colors when oscillator breaches critical levels and price diverges from Mid Index >2%:
• Blue background = bullish extremity
• Red background = bearish extremity
Correlation
Correlation A (primary)
Correlation of current asset with selected ticker (default BTCUSDT). Displays scaled candles of correlating asset.
Correlation B and C (additional)
Correlation calculation between two arbitrary ticker pairs.
Information Table
Top right corner displays:
• Movement strength of Mid Index and Mid Index 2
• Correlation values A/B/C
• Current market state (Bull/Bear)
━━━━━━━━━━━━━━━━━━━━━━
릴리즈 노트
Qosh GRC 3Comprehensive indicator for crypto market analysis with advanced correlation capabilities and wave strength assessment.
Core Components
Mid Index (Green line)
Dynamic middle line based on EMA with hesitation filter. Determines current market zone (Bull/Bear).
Settings:
• Length: 230 (default)
• Hesitation: 0.0001
Mid Index 2 (Black line)
Channel middle line based on highest/lowest values. Visibility depends on slope (>0.15% change over 4 bars).
Settings:
• Length: 20 (default)
SMA
Two moving averages for trend analysis:
• SMA A (red): 50 periods
• SMA B (blue): 200 periods
Main Bars with Open Interest
Bar color depends on Open Interest level:
• Blue = bullish bar
• Red = bearish bar
• Opacity inversely proportional to OI (higher interest → more saturated color)
[code]
opacity = reverseAndRound(((oi_smoothed * 100 / 1)) / 2)
bar_color = color.new(close >= open ? color.blue : color.red, opacity)
[/code]
Oscillators (Lord Caramelo)
BTC Oscillator
Semi-transparent green oscillator based on BTCUSDT. Shows Bitcoin's base movement for comparison.
Main Oscillator (4 candles)
Price movement decomposition into 4 components:
• Verde (green) — bullish strength
• Branca (white) — neutral zone
• Vermelha (red) — bearish strength
• Azul (blue) — baseline
Wave Strength (Candle Strength)
Displayed on top of main oscillator:
• Aqua = bullish wave
• Maroon = bearish wave
Candle height = wave intensity (based on TCUD calculations).
Critical Levels
• 0.2 (green) — oversold zone
• 0.8 (purple) — extreme overbought
Critical Zone Indication
Background colors when oscillator breaches critical levels and price diverges from Mid Index >2%:
• Blue background = bullish extremity
• Red background = bearish extremity
Correlation
Correlation A (primary)
Correlation of current asset with selected ticker (default BTCUSDT). Displays scaled candles of correlating asset.
Correlation B and C (additional)
Correlation calculation between two arbitrary ticker pairs.
Information Table
Top right corner displays:
• Movement strength of Mid Index and Mid Index 2
• Correlation values A/B/C
• Current market state (Bull/Bear)
━━━━━━━━━━━━━━━━━━━━━━
Feedback & Improvements
Feel free to share your ideas and suggestions for improvements in the comments below. Your feedback helps make this indicator better for the community!
릴리즈 노트
Qosh GRC 3Comprehensive indicator for crypto market analysis with advanced correlation capabilities and wave strength assessment.
Core Components
Mid Index (Green line)
Dynamic middle line based on EMA with hesitation filter. Determines current market zone (Bull/Bear).
Settings:
• Length: 230 (default)
• Hesitation: 0. 0001
Mid Index 2 (Black line)
Channel middle line based on highest/lowest values. Visibility depends on slope (>0.15% change over 4 bars).
Settings:
• Length: 20 (default)
SMA
Two moving averages for trend analysis:
• SMA A (red): 50 periods
• SMA B (blue): 200 periods
Main Bars with Open Interest
Bar color depends on Open Interest level:
• Blue = bullish bar
• Red = bearish bar
• Opacity inversely proportional to OI (higher interest → more saturated color)
[code]
opacity = reverseAndRound(((oi_smoothed * 100 / 1)) / 2)
bar_color = color.new(close >= open ? color.blue : color.red, opacity)
[/code]
Oscillators (Lord Caramelo)
BTC Oscillator
Semi-transparent green oscillator based on BTCUSDT. Shows Bitcoin's base movement for comparison.
Main Oscillator (4 candles)
Price movement decomposition into 4 components:
• Verde (green) — bullish strength
• Branca (white) — bullish slowdown
• Vermelha (red) — bearish strength
• Azul (blue) — bearish slowdown
Wave Strength (Candle Strength)
Displayed on top of main oscillator:
• Aqua = bullish wave
• Maroon = bearish wave
Candle height = wave intensity (based on TCUD calculations).
Critical Levels
• 0. 2 (green) — oversold zone
• 0.8 (purple) — extreme overbought
Critical Zone Indication
Background colors when oscillator breaches critical levels and price diverges from Mid Index >2%:
• Blue background = bullish extremity
• Red background = bearish extremity
Correlation
Correlation A (primary)
Correlation of current asset with selected ticker (default BTCUSDT). Displays scaled candles of correlating asset.
Correlation B and C (additional)
Correlation calculation between two arbitrary ticker pairs.
Candlestick Pattern Recognition
The indicator automatically detects and labels 15 major candlestick patterns on the chart:
Reversal Patterns:
• ╥ Inverted Hammer — possible upward reversal
• 🪢👤 Hanging Man — possible downward reversal (needs confirmation)
• ╨ Hammer — possible upward reversal
• 🌠 Shooting Star — possible downward reversal
• ┼ Doji — market indecision
• 🐂⤴ Bullish Engulfing — strong bullish reversal
• 🐻⤵ Bearish Engulfing — strong bearish reversal
• 🐂‖ Tweezer Bottom — support level, bullish signal
• 🐻‖ Tweezer Top — resistance level, bearish signal
• ☀⭐ Morning Star — strong bullish reversal
• 🌙⭐ Evening Star — strong bearish reversal
Continuation Patterns:
• 🛡🛡🛡 Three White Soldiers — continued uptrend
• 🐦⬛🐦⬛🐦⬛ Three Black Crows — continued downtrend
• 🐂👔 Bullish In Neck — weak bullish signal
• 🐻👔 Bearish In Neck — weak bearish signal
Each pattern is displayed with an icon above/below the candle for easy identification.
Information Table
Top right corner displays:
• Movement strength of Mid Index and Mid Index 2
• Correlation values A/B/C
• Current market state (Bull/Bear)
• Oscillator hints (Verde, Branca, Vermelha, Azul meanings)
━━━━━━━━━━━━━━━━━━━━━━
Feedback & Improvements
Feel free to share your ideas and suggestions for improvements in the comments below. Your feedback helps make this indicator better for the community!
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 이를 자유롭게 제한 없이 사용할 수 있습니다 – 자세한 내용은 여기에서 확인하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 이를 자유롭게 제한 없이 사용할 수 있습니다 – 자세한 내용은 여기에서 확인하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.