Chiefs sessions 4This is just an indicator marking the most recent asian session and london session highs and lows, and also marks off previous days high and lows in white. Blue is asian session and red is london. This indicator resets every day.
Concept
Asia Session with Order Blocks//@version=5
indicator("Asia Session with Order Blocks", overlay=true, max_boxes_count=500)
// Input settings
asiaSessionStart = input.session("0000-0500", "Asia Session Time", confirm=true)
asiaColor = input.color(color.new(color.teal, 85), "Asia Box Color")
// Get Asia session range
var float asiaHigh = na
var float asiaLow = na
var box asiaBox = na
inAsia = time(timeframe.period, asiaSessionStart)
// Reset for new day
if (ta.change(time("D")))
asiaHigh := na
asiaLow := na
if not na(asiaBox)
box.delete(asiaBox)
asiaBox := na
// Track Asia high & low
if not na(inAsia)
asiaHigh := na(asiaHigh) ? high : math.max(asiaHigh, high)
asiaLow := na(asiaLow) ? low : math.min(asiaLow, low)
// Draw Asia box extending till end of day
if not na(asiaHigh) and not na(asiaLow) and na(asiaBox)
asiaBox := box.new(left=time("D"), top=asiaHigh, right=timenow + 86400000, bottom=asiaLow, bgcolor=asiaColor, border_color=color.teal)
if not na(asiaBox)
box.set_top(asiaBox, asiaHigh)
box.set_bottom(asiaBox, asiaLow)
// -------------------
// Simple Order Block Detection
// -------------------
// Bullish Order Block: Last down candle before a strong up move
isBullOB = close < open and close > high
bullOBTop = high
bullOBBottom = low
// Bearish Order Block: Last up candle be
Chiefs sessions 4.1This indicator marks out the most recent asian session and London sessions highs and lows. It also marks off the previous days candles highs and lows in white. Asian session is blue and London is red. This indicator resets every day.
Futures Session Range Zones Session Range Zones
An overlay tool for TradingView that draws semi-transparent boxes, range lines, and open/close markers for three major sessions—Tokyo, London, and New York—anchored precisely to Eastern Time (America/New_York).
Key Features:
Three Fully Customizable Zones
Define start/end times for Tokyo, London, and NY sessions
Choose fill and border colors, transparency, and border style
Dynamic Range Boxes
Boxes grow intraday to hug the highest high and lowest low of each session
Automatically update with each new bar, regardless of chart zoom or timeframe
Range Levels & Breakout Lines
Draw evenly-spaced range levels within each session box
Highlight potential support/resistance or breakout triggers
Open/Close Markers
Dashed or solid lines marking session open and previous bar close
Easily spot session open gaps and momentum shifts
Session Labels
Place labels at the session high with custom text
Match label background to zone fill and text color to your preference
Eastern-Time Precision
All session calculations locked to America/New_York, perfect for U.S.-based traders
Why Use It?
Quickly visualize when price action shifts between global sessions
Identify breakout or rejection setups at session boundaries
Customize colors and levels to match your favorite trading style
Eliminate timezone confusion—every session aligns to Eastern Time
How to Get Started:
Add Session Range Zones to your chart.
Open the settings panel and adjust each session’s times, colors, and level count.
Watch your chart come alive with clear session boxes, level lines, and open/close markers.
Turn messy session overlaps into a clean, actionable visual framework—perfect for breakout hunters, swing traders, and intraday analysts alike.
Quantum Range Filter by MRKcoin### Quantum Range Filter by MRKcoin
**Overview**
This indicator is a sophisticated range detection tool designed based on the principles of quantitative multi-factor models. Instead of relying on a single condition, it assesses the market from three different dimensions to provide a more robust and reliable identification of range-bound (sideways) markets.
When the background is highlighted in red, it indicates that the market is likely in a range phase, suggesting that trend-following strategies may be less effective, and mean-reversion (range trading) strategies could be more suitable.
---
**Core Logic: A Multi-Factor Approach**
The filter evaluates the market state using the following three independent factors:
1. **Momentum Volatility (RSI Bollinger Bandwidth):**
* **Question:** Is the momentum of the market contracting?
* **Method:** It measures the width of the Bollinger Bands applied to the RSI. A narrow bandwidth suggests that momentum is consolidating, which is a common characteristic of a range market.
2. **Price Volatility (ATR Ratio):**
* **Question:** Is the actual price movement shrinking?
* **Method:** It calculates the Average True Range (ATR) as a percentage of the closing price. A low ratio indicates that the price volatility itself is low, reinforcing the case for a range environment.
3. **Absence of Trend (ADX):**
* **Question:** Is there a lack of a clear directional trend?
* **Method:** It uses the Average Directional Index (ADX), a standard tool for measuring trend strength. A low ADX value provides active confirmation that the market is not in a trending phase.
---
**How to Use**
1. **Range Detection:** The primary use is to identify ranging markets. The red highlighted background serves as a visual cue.
2. **Strategy Selection:**
* **Inside the Red Zone:** Consider using range-trading strategies (e.g., buying at support, selling at resistance, using oscillators like RSI or Stochastics for overbought/oversold signals). Avoid using trend-following indicators like moving average crossovers, as they are prone to generating false signals in these conditions.
* **Outside the Red Zone:** The market is likely trending. Trend-following strategies are more appropriate.
3. **Parameter Tuning (In Settings):**
* **This is the key to adapting the filter to any market or timeframe.** Different assets (like BTC vs. ETH) and different timeframes have unique volatility characteristics. Don't hesitate to adjust the parameters to fit the specific chart you are analyzing.
* **Range Detection Score:** This is the most important setting. It determines how many of the three factors must agree to classify the market as a range. The default is `2`, which provides a good balance.
* If the filter seems **too sensitive** (highlighting too often), increase the score to `3`.
* If the filter seems **not sensitive enough** (missing obvious ranges), decrease the score to `1`.
* **Factor Thresholds:** For fine-tuning, adjust the thresholds for each factor.
* **`RSI BB Width Threshold`:** If you want to detect even tighter momentum consolidations, *decrease* this value.
* **`ATR Ratio Threshold`:** If you want to be stricter about price volatility, *decrease* this value.
* **`ADX Threshold`:** To be more lenient on what constitutes a "trendless" market, *increase* this value (e.g., to 30). To be stricter, *decrease* it (e.g., to 20).
* **Pro Tip:** Use the Debug Table (uncomment it in the script's code) to see the live values of each factor. This will give you a clear idea of how to set the thresholds for the specific asset you are trading.
**Disclaimer**
This indicator is a tool to assist in market analysis and should not be used as a standalone signal for making financial decisions. Always use it in conjunction with your own trading strategy, risk management, and analysis. Past performance is not indicative of future results.
**Credits**
* **Concept & Vision:** MRKcoin
52SIGNAL RECIPE Whale Smart Money Detector52SIGNAL RECIPE Whale Smart Money Detector
◆ Overview
52SIGNAL RECIPE Whale Smart Money Detector is an innovative indicator that detects the movements of whales (large investors) in the cryptocurrency market in real-time. This powerful tool tracks large-scale trading activities that significantly impact the market, providing valuable signals before important market direction changes occur. It can be applied to any cryptocurrency chart, allowing traders to follow the movements of big money anytime, anywhere.
The unique strength of this indicator lies in its comprehensive analysis of volume surges, price volatility, and trend strength to accurately capture whale market entries and exits. By providing clear visual representation of large fund flow data that is difficult for ordinary traders to detect, you gain the opportunity to move alongside the big players in the market.
─────────────────────────────────────
◆ Key Features
• Whale Activity Detection System: Analyzes volume surges and price impacts to capture large investor movements in real-time
• Precise Volume Analysis: Distinguishes between regular volume and whale volume to track only meaningful market movements
• Market Impact Measurement: Quantifies and analyzes the real impact of whale buying/selling on the market
• Continuity Tracking: Follows market direction continuity after whale activity to confirm signal validity
• Intuitive Visualization: Easily identifies whale activity points through color bar charts and clear labels
• Trend Strength Display: Calculates and displays current market buy/sell strength in real-time in a table
• Whale Signal Filtering: Applies multiple filtering systems to detect only genuine whale activity
• Customizable Sensitivity Settings: Offers flexible parameters to adjust whale detection sensitivity according to market conditions
─────────────────────────────────────
◆ Understanding Signal Types
■ Whale Buy Signal
• Definition: Occurs when volume increases significantly above average, immediate volume impact is large, and price rises beyond normal volatility
• Visual Representation: Translucent blue bar coloring with "🐋Whale Buying Detected!" label on the candle where the buy signal occurs
• Market Interpretation: Indicates that large funds are actively buying the coin, which is likely to lead to price increases
■ Whale Sell Signal
• Definition: Occurs when volume increases significantly above average, immediate volume impact is large, and price falls beyond normal volatility
• Visual Representation: Translucent pink bar coloring with "🐋Whale Selling Detected!" label on the candle where the sell signal occurs
• Market Interpretation: Indicates that large funds are actively selling the coin, which is likely to lead to price decreases
─────────────────────────────────────
◆ Understanding Trend Analysis
■ Trend Analysis Method
• Definition: Measures current trend and strength by analyzing the ratio of up/down candles over a set period
• Visual Representation: Displayed in the table as "BUY" and "SELL" percentages, with the current trend clearly marked as "BULLISH", "BEARISH", or "NEUTRAL"
• Calculation Method:
▶ Buy ratio = (Number of up candles) / (Total analysis period)
▶ Sell ratio = (Number of down candles) / (Total analysis period)
▶ Current trend determined by the dominant ratio as "BULLISH" or "BEARISH"
■ Trend Utilization Methods
• Whale Signal Confirmation: Signal reliability increases when whale signals align with the current trend
• Reversal Point Identification: Opposing whale signals during strong trends may indicate important reversal points
• Market Strength Assessment: Understand the balance of power in the current market through buy/sell ratios
• Signal Context Understanding: Consider trend information alongside whale signals for interpretation in a broader market context
─────────────────────────────────────
◆ Indicator Settings Guide
■ Key Setting Parameters
• Volume Impact Factor:
▶ Purpose: Sets the minimum multiplier for immediate volume impact to be considered whale activity
▶ Lower values: Generate more signals, detect smaller whales
▶ Higher values: Fewer signals, detect only very large whales
▶ Recommended range: 2.0-4.0 (adjust according to market conditions)
• Sensitivity Factor:
▶ Purpose: Adjusts sensitivity of price movement relative to normal volatility
▶ Lower values: Increased sensitivity, more signals generated
▶ Higher values: Decreased sensitivity, only stronger price impacts detected
▶ Recommended range: 0.2-0.5 (set higher in highly volatile markets)
• Trend Analysis Period:
▶ Purpose: Sets the number of candles to calculate buy/sell ratios
▶ Lower values: More responsive to recent trends
▶ Higher values: More stable analysis considering longer-term trends
▶ Recommended range: 30-70 (adjust according to trading style)
─────────────────────────────────────
◆ Synergy with Other Indicators
• Key Support/Resistance Levels:
▶ Whale signals occurring near important technical levels have higher reliability
▶ Coincidence of weekly/monthly pivot points and whale signals confirms important price points
• Moving Averages:
▶ Pay attention to whale signals near key moving averages (50MA, 200MA)
▶ Simultaneous occurrence of moving average breakouts and whale signals indicates important technical events
• Volume Profile:
▶ Whale activity near high volume nodes confirms important price levels
▶ Whale signals at low volume nodes may indicate possibility of rapid price movements
• Volatility Indicators:
▶ Whale signals after periods of low volatility may mark the beginning of new market movements
▶ Whale signals after Bollinger Band contraction may be precursors to large movements
• Market Structure:
▶ Whale signals near key market structures (higher highs/lows, lower highs/lows) suggest structural changes
▶ Coincidence of market structure changes and whale activity may signal important trend changes
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE Whale Smart Money Detector tracks the trading activities of large investors in the cryptocurrency market in real-time, providing traders with valuable insights. Because it can be applied to any cryptocurrency chart, you can utilize it immediately on your preferred trading platform.
The core value of this indicator is providing intuitive visualization of large fund flows that are easily missed by ordinary traders. By comprehensively analyzing volume surges, immediate price impacts, and trend continuity to accurately capture whale activity, you gain the opportunity to move alongside the big players in the market.
Clear buy/sell signals and real-time trend strength measurements help traders quickly grasp market conditions and understand market direction. By integrating this powerful tool into your trading system, gain insights into where the market's smart money is flowing for better market understanding.
─────────────────────────────────────
※ Disclaimer: Like all trading tools, the 52SIGNAL RECIPE Whale Smart Money Detector should be used as a supplementary indicator and not relied upon exclusively for trading decisions. Past patterns of whale behavior may not guarantee future market movements. Always employ appropriate risk management strategies in your trading.
52SIGNAL RECIPE Whale Smart Money Detector
◆ 개요
52SIGNAL RECIPE Whale Smart Money Detector는 암호화폐 시장에서 고래(대형 투자자)의 움직임을 실시간으로 감지하는 혁신적인 지표입니다. 이 강력한 도구는 시장에 큰 영향을 미치는 대규모 트레이딩 활동을 추적하여 중요한 시장 방향 전환이 일어나기 전에 귀중한 신호를 제공합니다. 모든 암호화폐 차트에 적용 가능하여 트레이더들이 언제 어디서든 대형 자금의 움직임을 따라갈 수 있게 해줍니다.
이 지표의 독보적인 강점은 거래량 급증, 가격 변동성, 그리고 추세 강도를 종합적으로 분석하여 고래의 시장 진입과 퇴출을 정확히 포착한다는 점입니다. 일반 트레이더들이 놓치기 쉬운 대형 자금의 흐름 데이터를 시각적으로 명확하게 제공함으로써, 여러분은 시장의 큰 손들과 함께 움직일 수 있는 기회를 얻게 됩니다.
─────────────────────────────────────
◆ 주요 특징
• 고래 활동 감지 시스템: 거래량 급증과 가격 임팩트를 분석하여 대형 투자자의 움직임을 실시간으로 포착
• 정밀한 거래량 분석: 일반 거래량과 고래 거래량을 구분하여 의미 있는 시장 움직임만 추적
• 시장 영향력 측정: 고래의 매수/매도가 시장에 미치는 실질적 영향력을 수치화하여 분석
• 연속성 추적: 고래 활동 이후 시장 방향의 지속성을 추적하여 신호의 유효성 확인
• 직관적 시각화: 컬러 바 차트와 명확한 라벨을 통해 고래 활동 지점을 쉽게 식별
• 추세 강도 표시: 현재 시장의 매수/매도 강도를 실시간으로 계산하여 테이블에 표시
• 고래 신호 필터링: 진정한 고래 활동만 감지하도록 다중 필터링 시스템 적용
• 맞춤형 감도 설정: 시장 상황에 따라 고래 감지 감도를 조절할 수 있는 유연한 파라미터 제공
─────────────────────────────────────
◆ 신호 유형 이해하기
■ 고래 매수 신호
• 정의: 거래량이 평균보다 크게 증가하고, 즉각적인 거래량 충격이 크며, 가격이 정상 변동성을 초과하여 상승할 때 발생
• 시각적 표현: 매수 신호가 발생한 캔들에 반투명 파란색 바 컬러링과 함께 "🐋Whale Buying Detected!" 라벨 표시
• 시장 해석: 대형 자금이 적극적으로 코인을 매수하고 있으며, 이는 곧 가격 상승으로 이어질 가능성이 높음을 의미
■ 고래 매도 신호
• 정의: 거래량이 평균보다 크게 증가하고, 즉각적인 거래량 충격이 크며, 가격이 정상 변동성을 초과하여 하락할 때 발생
• 시각적 표현: 매도 신호가 발생한 캔들에 반투명 분홍색 바 컬러링과 함께 "🐋Whale Selling Detected!" 라벨 표시
• 시장 해석: 대형 자금이 적극적으로 코인을 매도하고 있으며, 이는 곧 가격 하락으로 이어질 가능성이 높음을 의미
─────────────────────────────────────
◆ 추세 분석 이해하기
■ 추세 분석 방식
• 정의: 설정된 기간 동안의 상승/하락 캔들 비율을 분석하여 시장의 현재 추세와 강도를 측정
• 시각적 표현: 테이블에 "BUY"와 "SELL" 비율이 백분율로 표시되며, 현재 추세가 "BULLISH", "BEARISH" 또는 "NEUTRAL"로 명확하게 표시됨
• 계산 방식:
▶ 매수 비율 = (상승 캔들 수) / (전체 분석 기간)
▶ 매도 비율 = (하락 캔들 수) / (전체 분석 기간)
▶ 우세한 비율에 따라 "BULLISH" 또는 "BEARISH" 추세 결정
■ 추세 활용 방법
• 고래 신호 확인: 고래 신호가 현재 추세와 일치할 때 신호의 신뢰도가 높아짐
• 반전 포인트 식별: 강한 추세 속에서 발생하는 반대 방향의 고래 신호는 중요한 반전 포인트일 수 있음
• 시장 강도 평가: 매수/매도 비율을 통해 현재 시장의 세력 균형 파악
• 신호 발생 맥락 이해: 추세 정보와 고래 신호를 함께 고려하여 더 넓은 시장 컨텍스트에서 해석
─────────────────────────────────────
◆ 지표 설정 가이드
■ 주요 설정 매개변수
• Volume Impact Factor (거래량 임팩트 요소):
▶ 목적: 고래 활동으로 간주할 즉각적인 거래량 충격의 최소 배수 설정
▶ 낮은 값: 더 많은 신호 생성, 작은 고래도 감지
▶ 높은 값: 더 적은 신호, 매우 큰 고래만 감지
▶ 권장 범위: 2.0-4.0 (시장 상황에 따라 조정)
• Sensitivity Factor (민감도 요소):
▶ 목적: 정상 변동성 대비 가격 변동의 민감도 조절
▶ 낮은 값: 민감도 증가, 더 많은 신호 생성
▶ 높은 값: 민감도 감소, 더 강한 가격 충격만 감지
▶ 권장 범위: 0.2-0.5 (변동성이 높은 시장에서는 높게 설정)
• Trend Analysis Period (추세 분석 기간):
▶ 목적: 매수/매도 비율을 계산할 캔들 수 설정
▶ 낮은 값: 최근 추세에 더 민감하게 반응
▶ 높은 값: 더 긴 기간의 추세를 고려하여 안정적인 분석
▶ 권장 범위: 30-70 (트레이딩 스타일에 따라 조정)
─────────────────────────────────────
◆ 다른 지표와의 시너지
• 주요 지지/저항 레벨:
▶ 중요한 기술적 레벨 근처에서 발생하는 고래 신호는 더 높은 신뢰도를 가짐
▶ 주간/월간 피봇 포인트와 고래 신호의 일치는 중요한 가격 지점을 확인해줌
• 이동평균선:
▶ 주요 이동평균선(50MA, 200MA) 근처에서 발생하는 고래 신호에 주목
▶ 이동평균선 돌파와 고래 신호가 동시 발생 시 중요한 기술적 이벤트 확인
• 볼륨 프로필:
▶ 높은 볼륨 노드 근처에서의 고래 활동은 중요한 가격 레벨 확인
▶ 낮은 볼륨 노드에서 발생하는 고래 신호는 급격한 가격 이동 가능성 암시
• 변동성 지표:
▶ 낮은 변동성 구간 이후 발생하는 고래 신호는 새로운 시장 움직임의 시작일 수 있음
▶ 볼린저 밴드 수축 후 발생하는 고래 신호는 큰 움직임의 전조일 수 있음
• 시장 구조:
▶ 주요 시장 구조(높은 고점/저점, 낮은 고점/저점) 근처에서 발생하는 고래 신호는 구조 변화 암시
▶ 시장 구조 변화와 고래 활동의 일치는 중요한 트렌드 변화 신호일 수 있음
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE Whale Smart Money Detector는 암호화폐 시장에서 대형 투자자들의 거래 활동을 실시간으로 추적하여 트레이더들에게 귀중한 통찰력을 제공합니다. 모든 암호화폐 차트에 적용 가능하기 때문에, 여러분이 선호하는 트레이딩 플랫폼에서 바로 활용할 수 있습니다.
이 지표의 핵심 가치는 일반 트레이더들이 놓치기 쉬운 대형 자금의 흐름을 직관적으로 시각화하여 제공한다는 점입니다. 거래량 급증, 즉각적인 가격 충격, 그리고 추세 지속성을 종합적으로 분석하여 고래의 활동을 정확히 포착함으로써, 여러분은 시장을 움직이는 큰 손들과 함께할 수 있는 기회를 얻게 됩니다.
명확한 매수/매도 신호와 실시간 추세 강도 측정은 트레이더들이 시장 상황을 한눈에 파악하고 시장의 방향성을 이해하는 데 도움을 줍니다. 이 강력한 도구를 여러분의 트레이딩 시스템에 통합함으로써, 시장의 스마트 머니가 어디로 흘러가는지 파악하고 더 나은 통찰력을 얻으세요.
─────────────────────────────────────
※ 면책 조항: 모든 트레이딩 도구와 마찬가지로, 52SIGNAL RECIPE Whale Smart Money Detector는 보조 지표로 사용해야 하며 트레이딩 결정을 전적으로 의존해서는 안 됩니다. 과거의 고래 행동 패턴이 미래 시장 움직임을 보장하지는 않습니다. 항상 적절한 리스크 관리 전략을 트레이딩에 활용하세요.
Smart Money Scalper v1 [Structure | VIDYA | Oscillator | Delta]🧠 What’s Included in the Core Module:
Component Description-
🔹 Trend Structure + Bias- Detect BoS/ChoCH from Lux-style logic to define bullish/bearish intent.
🟩 Key Level Mapping Structure- based support/resistance and smart money reaction zones.
🔺 VIDYA Slope Filter- Detects smart money accumulation via adaptive volume/trend shifts.
🔸 Two Pole Oscillator- Fast trend strength + direction change confirmation.
🧃 Delta Volume Pressure- Measures real buy/sell aggression (accumulation vs distribution).
🚫 No Trade Zone Logic- Triggers in low volatility, mixed signals, or structure uncertainty.
📊 Bias Labels & Arrows- Display directional bias, trade zones, and visual entries only when clear.
📈 What You’ll See on Chart-
- Key structure swing highs/lows.
- Bull/Bear bias labels (top left).
- Buy/Sell arrows only when all smart money confirmations align.
- Gray zones showing no-trade periods (chop, conflict, low delta).
VP + Game Theory Integrated Strategy9s için DüşünceVP + Game Theory Integrated Strategy Indicator: Explanation and Working Logic
Hello! You can upload the provided Pine Script code to TradingView. This is compatible with Pine Script Editor (v6 version) – simply copy-paste it directly. The indicator's name is "VP + Game Theory Integrated Strategy," and since overlay=true, it will display on top of the price chart (over the candlesticks). Maximum boxes, lines, and labels are set to 500, so it handles dense charts without performance issues.
Below, I'll provide a detailed explanation of the indicator, its working logic, main components, and usage tips step by step. This indicator integrates Volume Profile (VP), Game Theory, and Wick (Candle Wick) Patterns to generate buy/sell signals. It aims to detect high-probability reversal points by analyzing market liquidity, herd behavior, and institutional movements. It's suitable for crypto, forex, or stock markets, but always backtest before using in live trading.
1. General Description
Purpose: This indicator combines volume-based analysis (Volume Profile), game theory elements (herd behavior, Nash equilibrium, contrarian strategies), and candle wick patterns. It identifies strong resistance/support levels (POC, VAH/VAL, liquidity zones) and generates "Power" signals based on them. Signals are shown with labels, lines, and alerts for buy (green) or sell (red).
Key Features:
Volume Profile (VP): Calculates high-volume areas (POC: Point of Control, the highest volume level; VAH/VAL: Value Area High/Low) and displays them on the chart.
Game Theory (GT): Models the market as "players" (retail herd, institutions). Detects herd buying/selling panics and generates contrarian signals.
Wick-Based Signals: Captures reversals with large wicks. Applies strict criteria for "Power" and "Ultra Power" levels.
Market Maker (MM) Elements: Monitors liquidity traps and institutional volume spikes.
Visualization: Nash bands, liquidity boxes, info table (top-right), background colors, and alerts.
Signal Types: Normal, Power, Ultra Power, GT-confirmed. Signals are limited (max 1-5 per zone) with a minimum wait time (40 bars).
Input Parameters: Grouped into 3 sections (GT, Wick, VP, MM). Default values are balanced, but customizable (e.g., strictMode=true makes it more selective).
Warning: This is an indicator, not a full strategy. It includes alerts, but add stop-loss/take-profit for risk management. Use TradingView's Strategy Tester for backtesting.
2. Working Logic (Step by Step)
The indicator processes each bar (candle) as follows:
a. Basic Calculations
ATR (Average True Range): Measures volatility (20 periods). Candle size (high-low) must be at least ATR x 2.5 for signals to be valid.
Candle Components: Calculates candle body (close-open), upper/lower wick.
Volume Analysis: Average volume (SMA 20), detects spikes (based on threshold).
Trend Filter: EMAs (20/50/200) determine up/downtrend. In strict mode, it's stricter (strong uptrend: EMA20 > EMA50 > EMA200 and close > EMA20).
b. Game Theory (GT) Component
Herd Behavior: RSI (14) overbought/oversold (70/30) + volume spike + momentum detects it. Herd buying: Overbuying frenzy (red background). Herd selling: Selling panic (green background).
Institutional Flow: Volume > average x 2.5 + Accumulation/Distribution (AD) indicator. Accumulation: Institutions buying (strengthens buy signals). Distribution: Selling (strengthens sell).
Liquidity Traps: In the last 50 bars, if a new high/low is broken but close pulls back + volume spike = Trap (up/down).
Smart Money: Intra-candle movement (close-open)/(high-low) x volume. Positive = Smart money inflow.
Nash Equilibrium: Price mean (SMA 100) ± deviation (stdev x 0.02). In equilibrium: Normal. Above: Sell potential. Below: Buy. Bands are optionally shown.
GT Signals:
Contrarian: Herd selling + accumulation = Buy.
Momentum: Below Nash + positive smart money = Buy (opposite for sell).
Nash Reversion: Below Nash + rising close + volume = Buy.
Power Signal: At least 3 GT signals (min_signals_for_power=3) + volume confirmation = Power GT buy/sell. Can show only GT-confirmed signals (show_gt_only_signals=true).
c. Volume Profile (VP) Component
Calculation: For the last 100 bars (vpPeriod), divides the price range (high-low) into vpRows (24) rows. Distributes volume across rows.
POC (Point of Control): Highest volume level (orange line). Threshold 80% (pocThreshold).
Value Area (VA): 70% of total volume (valueAreaPercent). VAH (upper bound, blue dotted), VAL (lower bound).
High-Volume Area: Price near POC or volume > POC x 80% = Strong zone.
Visualization: Histogram boxes on the right (blue/orange). POC/VAH/VAL lines and labels.
d. Wick (Candle Wick) and Power Signals
Main Wick Criteria: Large candle (ATR x 2.5), small body (<8%), wick 8x body length (anaFitilCarpan) and 80% of candle (anaFitilYuzde). High volume + trend filter (downtrend for upper wick).
Signal Wick: More flexible for triggers (5x length, 70%).
Power/Ultra Power:
Power Sell: Main upper wick + near POC/VAH + MM volume (2.5x) + GT contrarian/momentum.
Power Buy: Similar for lower wick.
Super Wick: Power + institutional volume + strong momentum.
Ultra Power: Super + GT power (3/3) + distribution/accumulation + Nash deviation + liquidity trap. Rarest and strongest (fuchsia/lime color).
Signal Management: Detected wick level (high/low) is saved. Wait min 40 bars, max 1-5 signals per zone. When trigger candle arrives (price reaches level + long wick + close in opposite direction) = BUY/SELL plotshape.
e. Market Maker (MM) and Liquidity
MM Volume: Average x 2.5 + wick bonus (1.3x).
Liquidity Zones: Saves last 20 high-volume highs/lows. Shown as boxes on chart (red/green, lasting 200 bars).
Traps: Integrated with GT, strengthens power signals.
f. Visualization and Alerts
Background: Ultra Power (fuchsia/lime), Power GT (red/green), Herd (red/green).
Lines: Active resistance/support (dashed, colored).
Table (Top-Right): Resistance/support levels, remaining signals, POC/VAH/VAL, GT status (herd, institutional, Nash, signal strength), volume/liquidity.
Alerts: For Ultra Power, GT Power, Super Wick, normal signals. Messages include level/price.
g. Filters and Options
Strict Mode: Stricter (higher volume 1.5x, strong trend, RSI filter).
Require Volume Confirmation: Mandatory volume check.
Only Show Power Signals: Display only power/ultra.
Require Ultra Power: Strictest, only ultra.
3. Usage Tips
Chart Timeframe: H1-D1 for medium-long term. Shorter frames (M1-M5) may produce too many signals.
Settings:
StrictMode=true: Fewer but higher-quality signals.
Use_game_theory=false: Use only VP + Wicks.
ShowVP=false: Hide histogram to reduce clutter.
Strategy Integration: Filter BUY/SELL with EMAs. Stop-loss: ATR x 1-2, Take-profit: POC/VAH levels.
Backtesting: Convert to strategy in TradingView (use alertconditions). Test on historical data.
Risk: Designed for market manipulation (MM traps), but no indicator is 100% accurate. Apply capital management.
Troubleshooting: If errors (e.g., vpInitialized=false), increase period or refresh chart.
This indicator is complex but powerful – blending VP for volume zones with GT for psychology. If you have questions or need setting changes, let me know!
Composite Sentiment Extremes OscillatorComposite Sentiment Extremes Oscillator (CSEO)
Created by MonkeyPhone
The Composite Sentiment Extremes Oscillator (CSEO) is a sophisticated market sentiment indicator designed to identify optimal entry and exit points by leveraging a composite of six key market data points. I developed this indicator to pinpoint moments where the risk-to-reward ratio for entering or exiting trades reaches its peak, helping traders capitalize on potential reversals. The oscillator aggregates data from the CBOE Volatility Index (VIX), CBOE Equity Put/Call Ratio (PCCE), NYSE TRIN, Net New 52-Week Highs/Lows, ICE BofA US High Yield Bond Spread (BAMLH0A0HYM2), and the percentage of S&P 500 stocks above their 200-day moving average (S5TH). Each component is normalized using a 252-bar percentrank to reflect greed (high values) or fear (low values), creating a unified 0-100 sentiment score.
The oscillator's line color reflects market conditions: red when above 60 (indicating a trending up market), gray between 40 and 60 (suggesting chop or consolidation), and green below 40 (indicating a trending down market). Notably, the higher or lower the line moves toward the extremes (88 for greed, 12 for fear), the more likely a pullback or retracement becomes, offering strategic opportunities for reversals. Given the long-term upward trend in legacy markets over decades, long signals (buy at extreme fear) tend to carry more weight than short signals (sell at extreme greed), though this dynamic may shift if markets experience a significant rollover.
This indicator performs best on the weekly timeframe, where its accuracy in identifying sentiment extremes shines, making it ideal for swing or position trading. It supports any timeframe daily or above, but lower timeframes (e.g., daily) may produce increased false signals due to data resolution limitations. Alerts can be configured for both long and short entries, allowing traders to receive notifications when the oscillator crosses the 12 (buy) or 88 (sell) thresholds—accessible via the TradingView alert interface for customized monitoring.
Use this tool to enhance your market timing, but always combine it with other analysis for confirmation. Feedback and suggestions are welcome as I continue to refine this indicator!
AshishBediSPLAshishBediSPL: Dynamic Premium Analysis with Integrated Signals
This indicator provides a comprehensive view of combined options premiums by aggregating data from Call and Put contracts for a selected index and expiry. It integrates multiple popular technical indicators like EMA Crossover, Supertrend, VWAP, RSI, and SMA, allowing users to select their preferred tools for generating dynamic buy and sell signals directly on the premium chart.
AshishBediSPL" is a powerful TradingView indicator designed to analyze options premiums. It calculates a real-time combined premium for a chosen index (NIFTY, BANKNIFTY, FINNIFTY, etc.) and specific expiry date. You have the flexibility to visualize the premium of Call options, Put options, or a combined premium of both.
The indicator then overlays several popular technical analysis tools, which you can selectively enable:
EMA Crossover: Identify trend changes with configurable fast and slow Exponential Moving Averages.
Supertrend: Detect trend direction and potential reversal points.
VWAP (Volume Weighted Average Price): Understand the average price of the premium considering trading volume.
RSI (Relative Strength Index): Gauge momentum and identify overbought/oversold conditions.
SMA (Simple Moving Average): Analyze price smoothing and trend identification.
Based on your selected indicators, the tool generates clear "Buy" and "Sell" signals directly on the chart, helping you identify potential entry and exit points. Customizable alerts are also available to keep you informed.
Unlock a new perspective on options trading with "AshishBediSPL." This indicator focuses on the combined value of options premiums, giving you a consolidated view of market sentiment for a chosen index and expiry.
Instead of just looking at individual option prices, "AshishBediSPL" blends the Call and Put premiums (or focuses on one, based on your preference) and empowers you with a suite of built-in technical indicators: EMA, Supertrend, VWAP, RSI, and SMA. Pick the indicators that resonate with your strategy, and let the tool generate actionable buy and sell signals right on your chart. With customizable alerts, you'll never miss a crucial market move. Gain deeper insights and make more informed trading decisions with "AshishBediSPL.
Combined options premium: This accurately describes what your indicator calculates.
Selected index and expiry: Essential inputs for the indicator.
Call/Put options or combined: Explains the flexibility in data display.
Multiple technical indicators (EMA Crossover, Supertrend, VWAP, RSI, SMA): Lists the analysis tools included.
Buy/Sell signals: The primary output of the indicator.
Customizable alerts: A valuable feature for users.
Nebuchadnezzar BY ALP_GThis indicator attempts to identify classic supply and demand zones by examining the way candles move prices. However, it cannot distinguish between valid supply and demand zones and invalid supply and demand zones.
Leola Lens Standard📌 Leola Lens Standard — Structural Reaction Map (Invite-Only)
Leola Lens Standard is a closed-source overlay designed to map structural levels, reaction zones, and liquidity shifts — across all major market types and timeframes.
This version focuses on clean, adaptive visuals that help traders identify reaction-prone areas without relying on conventional indicators.
________________________________________
🔍 What It Displays
• Dynamic zones that shift based on evolving price behavior
• Support and resistance clusters around consolidation or expansion phases
• Upper and lower range boundaries to track accumulation/distribution conditions
• Transition zones where false breakouts or traps are likely to occur
________________________________________
🧠 Technical Approach & Originality
This tool uses custom-coded structural logic, not derived from Pine Script libraries or public indicator templates.
• No use of RSI, MACD, MAs, Bollinger Bands, or volume-based profiles
• Reactions are mapped based on confirmed price behavior, not forecasts
• All zones are generated visually — no manual inputs required
• Compatible with trend, range, or chop market conditions
Its focus on structure-based clarity helps traders cut through noise, particularly in high-volatility environments.
________________________________________
🧩 Best Use Cases
• Intraday traders seeking traps and fakeouts at key levels
• Swing traders mapping range-to-trend transitions or retests
• Market-neutral setups where visual structure is more actionable than signal indicators
• Works across crypto, equities, forex, and commodities
________________________________________
⚠️ Disclaimer
This script is provided for educational and analytical purposes only. It is not financial advice and should not be used to make trading decisions without proper risk assessment.
________________________________________
ALFA rsi faktörlü divergenceThe RSI factor has been added to the divergence indicator produced by LonesomeTheBlue. This allows you to trade divergences that occur only at specific RSI values, rather than divergences that occur at every value. For example, the TSI allows you to trade a divergence that occurs in over-the-top regions.
AK-GOLD - Regime Detection V6AK-GOLD - Regime Detection V6
AK-GOLD - Regime Detection V6
AK-GOLD - Regime Detection V6
AK-GOLD - Regime Detection V6
AK-GOLD - Regime Detection V6
Advanced ICT Theory - A-ICT📊 Advanced ICT Theory (A-ICT): The Institutional Manipulation Detector
Are you tired of being the liquidity? Stop chasing shadows and start tracking the architects of price movement.
This is not another lagging indicator. This is a complete framework for viewing the market through the lens of institutional traders. Advanced ICT Theory (A-ICT) is an all-in-one, military-grade analysis engine designed to decode the complex language of "Smart Money." It automates the core tenets of Inner Circle Trader (ICT) methodology, moving beyond simple patterns to build a dynamic, real-time narrative of market manipulation, liquidity engineering, and institutional order flow.
AIT provides a living blueprint of the market, identifying high-probability zones, tracking structural shifts, and scoring the quality of setups with a sophisticated, multi-factor algorithm. This is your X-ray into the market's true intentions.
🔬 THE CORE ENGINE: DECODING THE THEORY & FORMULAS
A-ICT is built upon a sophisticated, multi-layered logic system that interprets price action as a story of cause and effect. It does not guess; it confirms. Here is the foundational theory that drives the engine:
1. Market Structure: The Blueprint of Trend
The script first establishes a deep understanding of the market's skeleton through multi-level pivot analysis. It uses ta.pivothigh and ta.pivotlow to identify significant swing points.
Internal Structure (iBOS): Minor swings that show the short-term order flow. A break of internal structure is the first whisper of a potential shift.
External Structure (eBOS): Major swing points that define the primary trend. A confirmed break of external structure is a powerful statement of trend continuation. AIT validates this with optional Volume Confirmation (volume > volumeSMA * 1.2) and Candle Confirmation to ensure the break is driven by institutional force, not just a random spike.
Change of Character (CHoCH): This is the earthquake. A CHoCH occurs when a confirmed eBOS happens against the prevailing trend (e.g., a bearish eBOS in a clear uptrend). A-ICT flags this immediately, as it is the strongest signal that the primary trend is under threat of reversal.
2. Liquidity Engineering: The Fuel of the Market
Institutions don't buy into strength; they buy into weakness. They need liquidity. A-ICT maps these liquidity pools with forensic precision:
Buyside & Sellside Liquidity (BSL/SSL): Using ta.highest and ta.lowest, AIT identifies recent highs and lows where clusters of stop-loss orders (liquidity) are resting. These are institutional targets.
Liquidity Sweeps: This is the "manipulation" part of the detector. AIT has a specific formula to detect a sweep: high > bsl and close < bsl . This signifies that institutions pushed price just high enough to trigger buy-stops before aggressively selling—a classic "stop hunt." This event dramatically increases the quality score of subsequent patterns.
3. The Element Lifecycle: From Potential to Power
This is the revolutionary heart of A-ICT. Zones are not static; they have a lifecycle. AIT tracks this with its dynamic classification engine.
Phase 1: PENDING (Yellow): The script identifies a potential zone of interest based on a specific candle formation (a "displacement"). It is marked as "Pending" because its true nature is unknown. It is a question.
Phase 2: CLASSIFICATION: After the zone is created, AIT watches what happens next. The zone's identity is defined by its actions:
ORDER BLOCK (Blue): The highest-grade element. A zone is classified as an Order Block if it directly causes a Break of Structure (BOS) . This is the footprint of institutions entering the market with enough force to validate the new trend direction.
TRAP ZONE (Orange): A zone is classified as a Trap Zone if it is directly involved in a Liquidity Sweep . This indicates the zone was used to engineer liquidity, setting a "trap" for retail traders before a reversal.
REVERSAL / S&R ZONE (Green): If a zone is not powerful enough to cause a BOS or a major sweep, but still serves as a pivot point, it's classified as a general support/resistance or reversal zone.
4. Market Inefficiencies: Gaps in the Matrix
Fair Value Gaps (FVG): AIT detects FVGs—a 3-bar pattern indicating an imbalance—with a strict formula: low > high (for a bullish FVG) and gapSize > atr14 * 0.5. This ensures only significant, volatile gaps are shown. An FVG co-located with an Order Block is a high-confluence setup.
5. Premium & Discount: The Law of Value
Institutions buy at wholesale (Discount) and sell at retail (Premium). AIT uses a pdLookback to define the current dealing range and divides it into three zones: Premium (sell zone), Discount (buy zone), and Equilibrium. An element's quality score is massively boosted if it aligns with this principle (e.g., a bullish Order Block in a Discount zone).
⚙️ THE CONTROL PANEL: A COMPLETE GUIDE TO THE INPUTS MENU
Every setting is a lever, allowing you to tune the AIT engine to your exact specifications. Master these to unlock the script's full potential.
🎯 A-ICT Detection Engine
Min Displacement Candles: Controls the sensitivity of element detection. How it works: It defines the number of subsequent candles that must be "inside" a large parent candle. Best practice: Use 2-3 for a balanced view on most timeframes. A higher number (4-5) will find only major, more significant zones, ideal for swing trading. A lower number (1) is highly sensitive, suitable for scalping.
Mitigation Method: Defines when a zone is considered "used up" or mitigated. How it works: Cross triggers as soon as price touches the zone's boundary. Close requires a candle to fully close beyond it. Best practice: Cross is more responsive for fast-moving markets. Close is more conservative and helps filter out fake-outs caused by wicks, making it safer for confirmations.
Min Element Size (ATR): A crucial noise filter. How it works: It requires a detected zone to be at least this multiple of the Average True Range (ATR). Best practice: Keep this around 0.5. If you see too many tiny, irrelevant zones, increase this value to 0.8 or 1.0. If you feel the script is missing smaller but valid zones, decrease it to 0.3.
Age Threshold & Pending Timeout: These manage visual clutter. How they work: Age Threshold removes old, mitigated elements after a set number of bars. Pending Timeout removes a "Pending" element if it isn't classified within a certain window. Best practice: The default settings are optimized. If your chart feels cluttered, reduce the Age Threshold. If pending zones disappear too quickly, increase the Pending Timeout.
Min Quality Threshold: Your primary visual filter. How it works: It hides all elements (boxes, lines, labels) that do not meet this minimum quality score (0-100). Best practice: Start with the default 30. To see only A- or B-grade setups, increase this to 60 or 70 for an exceptionally clean, high-probability view.
🏗️ Market Structure
Lookbacks (Internal, External, Major): These define the sensitivity of the trend analysis. How they work: They set the number of bars to the left and right for pivot detection. Best practice: Use smaller values for Internal (e.g., 3) to see minor structure and larger values for External (e.g., 10-15) to map the main trend. For a macro, long-term view, increase the Major Swing Lookback.
Require Volume/Candle Confirmation: Toggles for quality control on BOS/CHoCH signals. Best practice: It is highly recommended to keep these enabled. Disabling them will result in more structure signals, but many will be false alarms. They are your filter against market noise.
... (Continue this detailed breakdown for every single input group: Display Configuration, Zones Style, Levels Appearance, Colors, Dashboards, MTF, Liquidity, Premium/Discount, Sessions, and IPDA).
📊 THE INTELLIGENCE DASHBOARDS: YOUR COMMAND CENTER
The dashboards synthesize all the complex analysis into a simple, actionable intelligence briefing.
Main Dashboard (Bottom Right)
ICT Metrics & Breakdown: This is your statistical overview. Total Elements shows how much structure the script is tracking. High Quality instantly tells you if there are any A/B grade setups nearby. Unmitigated vs. Mitigated shows the balance of fresh opportunities versus resolved price action. The breakdown by Order Blocks, Trap Zones, etc., gives you a quick read on the market's recent character.
Structure & Market Context: This is your core bias. Order Flow tells you the current script-determined trend. Last BOS shows you the most recent structural event. CHoCH Active is a critical warning. HTF Bias shows if you are aligned with the higher timeframe—the checkmark (✓) for alignment is one of the most important confluence factors.
Smart Money Flow: A volume-based sentiment gauge. Net Flow shows the raw buying vs. selling pressure, while the Bias provides an interpretation (e.g., "STRONG BULLISH FLOW").
Key Guide (Large Dashboard only): A built-in legend so you never have to guess. It defines every pattern, structure type, and special level visually.
📖 Narrative Dashboard (Bottom Left)
This is the "story" of the market, updated in real-time. It's designed to build your trading thesis.
Recent Elements Table: A live list of the most recent, high-quality setups. It displays the Type , its Narrative Role (e.g., "Bullish OB caused BOS"), its raw Quality percentage, and its final Trade Score grade. This is your at-a-glance opportunity scanner.
Market Narrative Section: This is the soul of A-ICT. It combines all data points into a human-readable story:
📍 Current Phase: Tells you if you are in a high-volatility Killzone or a consolidation phase like the Asian Range.
🎯 Bias & Alignment: Your primary direction, with a clear indicator of HTF alignment or conflict.
🔗 Events: A causal sequence of recent events, like "💧 Sell-side liquidity swept →
📊 Bullish BOS → 🎯 Active Order Block".
🎯 Next Expectation: The script's logical conclusion. It provides a specific, forward-looking hypothesis, such as "📉 Pullback expected to bullish OB at 1.2345 before continuation up."
🎨 READING THE BATTLEFIELD: A VISUAL INTERPRETATION GUIDE
Every color and line is a piece of information. Learn to read them together to see the full picture.
The Core Zones (Boxes):
Blue Box (Order Block): Highest probability zone for trend continuation. Look for entries here.
Orange Box (Trap Zone): A manipulation footprint. Expect a potential reversal after price interacts with this zone.
Green Box (Reversal/S&R): A standard pivot area. A good reference point but requires more confluence.
Purple Box (FVG): A market imbalance. Acts as a magnet for price. An FVG inside an Order Block is an A+ confluence.
The Structural Lines:
Green/Red Line (eBOS): Confirms the trend direction. A break above the green line is bullish; a break below the red line is bearish.
Thick Orange Line (CHoCH): WARNING. The previous trend is now in question. The market character has changed.
Blue/Red Lines (BSL/SSL): Liquidity targets. Expect price to gravitate towards these lines. A dotted line with a checkmark (✓) means the liquidity has been "swept" or "purged."
How to Synthesize: The magic is in the confluence. A perfect setup might look like this: Price sweeps below a red SSL line , enters a green Discount Zone during the NY Killzone , and forms a blue Order Block which then causes a green eBOS . This sequence, visible at a glance, is the story of a high-probability long setup.
🔧 THE ARCHITECT'S VISION: THE DEVELOPMENT JOURNEY
A-ICT was forged from the frustration of using lagging indicators in a market that is forward-looking. Traditional tools are reactive; they tell you what happened. The vision for A-ICT was to create a proactive engine that could anticipate institutional behavior by understanding their objectives: liquidity and efficiency. The development process was centered on creating a "lifecycle" for price patterns—the idea that a zone's true meaning is only revealed by its consequence. This led to the post-breakout classification system and the narrative-building engine. It's designed not just to show you patterns, but to tell you their story.
⚠️ RISK DISCLAIMER & BEST PRACTICES
Advanced ICT Theory (A-ICT) is a professional-grade analytical tool and does not provide financial advice or direct buy/sell signals. Its analysis is based on historical price action and probabilities. All forms of trading involve substantial risk. Past performance is not indicative of future results. Always use this tool as part of a comprehensive trading plan that includes your own analysis and a robust risk management strategy. Do not trade based on this indicator alone.
観の目つよく、見の目よわく
"Kan no me tsuyoku, ken no me yowaku"
— Miyamoto Musashi, The Book of Five Rings
English: "Perceive that which cannot be seen with the eye."
— Dskyz, Trade with insight. Trade with anticipation.
Vibration IMP LevelsIts IMP levels to trade on the bases of Vibration date of each stock and it will plot levels on the bases of stocks.
It will work on F&O stocks only.
Marketmap by Logicat📊 Marketmap is truly a "Capital Flow Sensor Indicator" – Uncover the Truth Behind Price Movements
Have you ever been frustrated by sudden market reversals?
Have you been stopped out during fake breakouts or deceptive rallies?
This indicator was born to solve exactly those pain points.
📌 Core Features of the Indicator:
1. Capital Flow Detection
By calculating the interaction between volume and price, this tool identifies the flow of smart money — spotting abnormal volume spikes, accumulation signs, and distribution signals.
2. Automatic Marking of Hidden Order Zones (Smart Money Zones)
It detects footprints of institutional activity and highlights meaningful support/resistance zones, rather than drawing random lines — helping you focus on price levels that truly matter to the market.
3. Volume Analysis of Support/Resistance Zones
Each marked zone includes real-time volume strength analysis, helping to determine whether a zone is likely to hold or break.
4. Interest Zone Detection
The indicator can preemptively identify price zones likely to be revisited, allowing you to distinguish between support retests and continuation setups.
5. Automatic Trendline Drawing
Draws real-time trendlines to help determine directional bias and test points.
6. Live Trend Calculation
Displays a simple real-time strength comparison table between gold and USD.
🧠 More Than Just an Indicator — A Market Structure and Liquidity Engine
It integrates:
Price + Volume Structure
Smart Money Traces
Dynamic Strength of S/R Zones
High Timeframe (HTF) Liquidity Perspective
💡 Recommended For:
Ideal for swing traders, intraday scalpers, and even order flow-focused traders.
Can be paired with trend-following strategies or naked chart trading systems to strengthen entry logic.
🔔 Disclaimer:
This indicator is not a crystal ball. It is a visual tool for highlighting high-probability zones and real transaction footprints.
You remain responsible for risk management and final trading decisions.
Time Range Marker By BCB ElevateThe Time Range Marker is a simple yet powerful visual tool for traders who want to focus on specific time intervals within the trading day. This indicator highlights a custom time range on your chart using a background color, helping you visually isolate key trading sessions or event windows such as:
Market open/close hours
News release periods
High-volatility trading zones
Personal strategy testing windows
⚙️ Key Features:
Customizable start and end time (hour & minute)
Works across all intraday timeframes
Adjustable highlight color to match your chart theme
Built using Pine Script v5 for speed and flexibility
🔧 Settings:
Start Hour / Minute – Set the beginning of the time range (in 24-hour format)
End Hour / Minute – Define when the range ends
Highlight Color – Choose the background color for better visibility
🕒 Timezone Note:
The indicator uses UTC time by default to ensure accuracy across markets. If your broker uses a different timezone (like EST, IST, etc.), the script can be adjusted to reflect your local market hours.
✅ How to Use the Time Range Marker Indicator
This indicator is used to visually highlight a specific time window each trading day, such as:
Market open or close sessions (e.g., NYSE, London, Tokyo)
High-impact news release periods
Custom time slots for strategy testing or scalping
🛠️ Installation Steps
Open TradingView and go to any chart.
Click on Pine Editor at the bottom of the screen.
Copy and paste the full Pine Script (shared above) into the editor.
Click the “Add to Chart” ▶️ button.
The indicator will appear on the chart with a highlighted background during the time range you set.
⚙️ How to Customize the Time Range
After adding the indicator:
Click the gear icon ⚙️ next to the indicator’s name on the chart.
Adjust the following settings:
Start Hour / Start Minute: The beginning of your time range (in 24-hour format).
End Hour / End Minute: When the highlight should stop.
Highlight Color: Pick a color and transparency for visual clarity.
Click OK to apply changes.
🕒 Timezone Consideration
By default, the indicator uses UTC (Coordinated Universal Time).
To match your broker’s timezone (e.g., EST, IST, etc.), you'll need to adjust the script by changing:
sessStart = timestamp("Etc/UTC", ...)
sessEnd = timestamp("Etc/UTC", ...)
to your correct timezone, like "Asia/Kolkata" for IST or "America/New_York" for EST.
Let me know your broker or local timezone, and I’ll update it for you.
📈 Tips for Traders
Combine this with volume, price action, or breakout indicators to focus your strategy on high-probability time windows.
Use multiple versions of this script if you want to highlight more than one time range in a day.
FVGs with Entry & SLThe indicator allows identifying the FVG zone, thereby creating a strategy for entering trades.
Test version 1.0 by VC
52SIGNAL RECIPE Coinbase Institutional Smart Money DetectorCoinbase Institutional Smart Money Detector
◆ Overview
Coinbase Institutional Smart Money Detector is an innovative indicator that detects the buying and selling movements of institutional investors through Coinbase Prime in real-time. This powerful tool tracks the flow of funds from large institutions to provide valuable signals before significant market direction changes occur. It can be applied to Bitcoin charts on any exchange, allowing traders to follow the "smart money" movements of institutions anytime, anywhere.
The unique strength of this indicator lies in its comprehensive assessment of institutional investors' consecutive trading behaviors, volume patterns, and trend strength by analyzing Coinbase data in real-time. By providing clear visual representation of institutional fund flow data that is difficult for ordinary traders to access, you gain the opportunity to move alongside the big players in the market.
─────────────────────────────────────
◆ Key Features
• Coinbase Prime Data Analysis: Tracks institutional movements in real-time by analyzing data from Coinbase Prime, an institutional-only service
• Real-time Institutional Fund Flow Monitoring: Immediately detects large institutions' spot buying/selling activities, allowing positioning ahead of the market
• Universal Exchange Compatibility: Applicable to Bitcoin charts on any exchange, enabling use on your preferred trading platform
• Institutional Continuity Analysis: Identifies continuous institutional activity by tracking consecutive buying/selling patterns
• Smart Volume Analysis: Detects increased volume compared to averages and analyzes key trading time periods
• Trend Strength Measurement: Quantifies and displays the strength of upward/downward trends by analyzing candle patterns
• Intuitive Visualization: Clearly marks institutional activity points on charts through bar coloring and labels
• Real-time Strength Display: Calculates and displays current trend strength in a table in real-time
• Customizable Settings: Allows customization of key parameters to match your trading style
─────────────────────────────────────
◆ Understanding Signal Types
■ Institutional Buy Signal
• Definition: Occurs when institutional investors show consecutive buying activity through Coinbase Prime, accompanied by increased volume and strong upward trend
• Visual Representation: Translucent blue bar coloring and "Institution Buying Detected!" label on the candle where the buy signal occurs
• Market Interpretation: Indicates that institutional investors are actively buying spot Bitcoin, which is likely to lead to price increases
• Signal Strength Factors:
▶ Consecutive price increase patterns
▶ Above-average volume
▶ Strong upward trend strength measurement
▶ Significant price movement
■ Institutional Sell Signal
• Definition: Occurs when institutional investors show consecutive selling activity through Coinbase Prime, accompanied by increased volume and strong downward trend
• Visual Representation: Translucent pink bar coloring and "Institution Selling Detected!" label on the candle where the sell signal occurs
• Market Interpretation: Indicates that institutional investors are actively selling spot Bitcoin, which is likely to lead to price decreases
• Signal Strength Factors:
▶ Consecutive price decrease patterns
▶ Above-average volume
▶ Strong downward trend strength measurement
▶ Significant price movement
─────────────────────────────────────
◆ Understanding Trend Strength
■ Trend Strength Measurement Method
• Definition: Measures trend strength by analyzing the ratio of up/down candles over a recent period
• Visual Representation: Displayed in the table as "BULL STRENGTH" or "BEAR STRENGTH" with percentage value and "STRONG" or "WEAK" status
• Strength Threshold: Strong/weak determination according to user-configurable threshold
• Calculation Method:
▶ Upward trend strength = (Number of upward candles) / (Total analysis period)
▶ Downward trend strength = (Number of downward candles) / (Total analysis period)
▶ Displayed as "STRONG" when strength is above threshold, "WEAK" when below
■ Utilizing Trend Strength
• Signal Filtering: Generates signals only when trend strength is strong, reducing false signals
• Trend Confirmation: Evaluates the health and sustainability of the current market trend
• Entry/Exit Decisions: Consider entering in strong trends and exiting when trends weaken
• Risk Management: Develop strategies to reduce position size in weak trends and increase in strong trends
─────────────────────────────────────
◆ Practical Trading Applications
■ Institutional Buy Signal Strategy
• Trend Reversal Scenario:
▶ Setup: Strong institutional buy signal during a downtrend
▶ Entry: Buy after signal confirmation in the next candle
▶ Stop Loss: Below the low of the signal candle
▶ Take Profit: When reaching previous major resistance or when trend strength weakens
• Trend Continuation Scenario:
▶ Setup: Institutional buy signal after correction in an uptrend
▶ Entry: Buy after signal confirmation
▶ Stop Loss: Below recent major low
▶ Take Profit: Gradually take profits considering trend strength
■ Institutional Sell Signal Strategy
• Trend Reversal Scenario:
▶ Setup: Strong institutional sell signal during an uptrend
▶ Entry: Sell after signal confirmation in the next candle
▶ Stop Loss: Above the high of the signal candle
▶ Take Profit: When reaching previous major support or when trend strength weakens
• Trend Continuation Scenario:
▶ Setup: Institutional sell signal after bounce in a downtrend
▶ Entry: Sell after signal confirmation
▶ Stop Loss: Above recent major high
▶ Take Profit: Gradually take profits considering trend strength
■ Multi-Timeframe Approach
• Higher Timeframe Direction Confirmation:
▶ Check institutional signals and trend strength on daily/4-hour charts
▶ Use for setting main trading direction
• Lower Timeframe Entry Point Finding:
▶ Wait for lower timeframe signals that align with higher timeframe direction
▶ Use for capturing precise entry points
• Cross-Timeframe Signal Alignment:
▶ Signal strength increases when signals occur in the same direction across multiple timeframes
▶ Capture high-probability trading opportunities
─────────────────────────────────────
◆ Indicator Settings Guide
■ Main Setting Parameters
• Institutional Continuity Period:
▶ Purpose: Sets the period to check institutional consecutive buying/selling activity
▶ Lower value: Generates more signals, increases responsiveness
▶ Higher value: Reduces number of signals, increases reliability
• Trend Strength Threshold:
▶ Purpose: Sets the minimum threshold for determining strong trends
▶ Lower value: More signals, less filtering
▶ Higher value: Generates signals only in stronger trends, higher filtering
─────────────────────────────────────
◆ Synergy with Other Indicators
• Support/Resistance Levels:
▶ Institutional signals occurring at key support/resistance levels have higher probability
▶ Combination of key technical analysis levels and institutional activity provides powerful signals
• Moving Averages:
▶ Pay attention to institutional signals near key moving averages (50MA, 200MA)
▶ Strong trend change possibility when moving average crossovers coincide with institutional signals
• RSI/Momentum Indicators:
▶ Institutional buy signals in oversold conditions increase reversal probability
▶ Institutional sell signals in overbought conditions increase reversal probability
• Volume Profile:
▶ Institutional signals at high volume nodes confirm important price levels
▶ Institutional activity in key trading areas greatly impacts price direction
• Market Structure:
▶ Institutional signals near key market structures (higher highs/lows, lower highs/lows) suggest structural changes
▶ Coincidence of market structure changes and institutional activity indicates important trend turning points
─────────────────────────────────────
◆ Conclusion
Coinbase Institutional Smart Money Detector provides traders with valuable insights by tracking spot Bitcoin trading activities of institutional investors through Coinbase Prime in real-time. Because it can be applied to Bitcoin charts on any exchange, you can utilize it immediately on your preferred trading platform.
The core value of this indicator is providing intuitive visualization of institutional fund flow data that is difficult for ordinary traders to access. By comprehensively analyzing consecutive price movements, volume increases, and trend strength to capture institutional activity, you gain the opportunity to move alongside the big players in the market.
Clear buy/sell signals based on Coinbase Prime data and real-time trend strength measurements help traders quickly grasp market conditions and make strategic decisions. By integrating this powerful tool into your trading strategy, secure a competitive edge to understand where the market's smart money is flowing and position accordingly.
─────────────────────────────────────
※ Disclaimer: Like all trading tools, the Institutional Smart Money Detector should be used as a supplementary indicator and not relied upon exclusively for trading decisions. Past patterns of institutional behavior may not guarantee future market movements. Always employ appropriate risk management strategies in your trading.
Coinbase Institutional Smart Money Detector
◆ 개요
Coinbase Institutional Smart Money Detector는 코인베이스 프라임(Coinbase Prime)을 통한 기관 투자자들의 현물 비트코인 매수/매도 움직임을 실시간으로 감지하는 혁신적인 지표입니다. 이 강력한 도구는 대형 기관들의 자금 흐름을 추적하여 중요한 시장 방향 전환이 일어나기 전에 귀중한 신호를 제공합니다. 어떤 거래소의 비트코인 차트에도 적용 가능하여 트레이더들이 언제 어디서든 기관의 "스마트 머니" 움직임을 따라갈 수 있게 해줍니다.
이 지표의 독보적인 강점은 코인베이스 데이터를 실시간으로 분석하여 기관 투자자들의 연속적인 매매 행동, 거래량 패턴, 그리고 추세 강도를 종합적으로 평가한다는 점입니다. 일반 트레이더들이 접근하기 어려운 기관 자금 흐름 데이터를 시각적으로 명확하게 제공함으로써, 여러분은 시장의 큰 손들과 함께 움직일 수 있는 기회를 얻게 됩니다.
─────────────────────────────────────
◆ 주요 특징
• 코인베이스 프라임 데이터 분석: 기관 전용 서비스인 코인베이스 프라임의 데이터를 실시간으로 추적하여 기관의 움직임 포착
• 실시간 기관 자금 흐름 모니터링: 대형 기관들의 현물 매수/매도 활동을 즉각적으로 감지하여 시장에 앞서 포지셔닝 가능
• 모든 거래소 호환성: 어떤 거래소의 비트코인 차트에도 적용 가능하여 선호하는 트레이딩 플랫폼에서 활용 가능
• 기관 연속성 분석: 연속적인 매수/매도 패턴을 추적하여 기관의 지속적인 활동 식별
• 스마트 볼륨 분석: 평균 대비 거래량 증가를 감지하고 주요 거래 시간대를 분석
• 추세 강도 측정: 캔들 패턴을 분석해 상승/하락 추세의 강도를 수치화하여 표시
• 직관적 시각화: 바 컬러링과 라벨을 통해 기관 활동 지점을 차트에 명확하게 표시
• 실시간 강도 표시: 현재 추세의 강도를 실시간으로 계산하여 테이블에 표시
• 사용자 정의 설정: 주요 매개변수를 조정하여 자신의 트레이딩 스타일에 맞게 커스터마이징 가능
─────────────────────────────────────
◆ 신호 유형 이해하기
■ 기관 매수 신호
• 정의: 코인베이스 프라임을 통해 기관 투자자들이 연속적인 매수 활동을 보이며, 이와 함께 거래량 증가와 강한 상승 추세가 나타날 때 발생
• 시각적 표현: 매수 신호가 발생한 캔들에 반투명 파란색 바 컬러링과 함께 "Institution Buying Detected!" 라벨 표시
• 시장 해석: 기관 투자자들이 적극적으로 현물 비트코인을 매수하고 있으며, 이는 곧 가격 상승으로 이어질 가능성이 높음을 의미
• 신호 강도 요소:
▶ 연속적인 가격 상승 패턴
▶ 평균보다 높은 거래량
▶ 강한 상승 추세 강도 측정값
▶ 유의미한 가격 변동
■ 기관 매도 신호
• 정의: 코인베이스 프라임을 통해 기관 투자자들이 연속적인 매도 활동을 보이며, 이와 함께 거래량 증가와 강한 하락 추세가 나타날 때 발생
• 시각적 표현: 매도 신호가 발생한 캔들에 반투명 분홍색 바 컬러링과 함께 "Institution Selling Detected!" 라벨 표시
• 시장 해석: 기관 투자자들이 적극적으로 현물 비트코인을 매도하고 있으며, 이는 곧 가격 하락으로 이어질 가능성이 높음을 의미
• 신호 강도 요소:
▶ 연속적인 가격 하락 패턴
▶ 평균보다 높은 거래량
▶ 강한 하락 추세 강도 측정값
▶ 유의미한 가격 변동
─────────────────────────────────────
◆ 추세 강도 이해하기
■ 추세 강도 측정 방식
• 정의: 최근 일정 기간 동안의 상승/하락 캔들 비율을 분석하여 추세의 강도를 측정
• 시각적 표현: 테이블에 "BULL STRENGTH" 또는 "BEAR STRENGTH"로 표시되며, 백분율 값과 함께 "STRONG" 또는 "WEAK" 상태 표시
• 강도 임계값: 사용자가 설정 가능한 임계값에 따라 강함/약함 판정
• 계산 방식:
▶ 상승 추세 강도 = (상승 캔들 수) / (전체 분석 기간)
▶ 하락 추세 강도 = (하락 캔들 수) / (전체 분석 기간)
▶ 강도가 임계값 이상일 때 "STRONG", 미만일 때 "WEAK"로 표시
■ 추세 강도의 활용
• 신호 필터링: 추세 강도가 강할 때만 신호를 생성하여 허위 신호 감소
• 추세 확인: 현재 시장 추세의 건전성과 지속 가능성 평가
• 진입/퇴출 결정: 강한 추세에서 진입하고 약한 추세로 전환될 때 퇴출 고려
• 리스크 관리: 약한 추세에서는 포지션 크기를 줄이고, 강한 추세에서는 늘리는 전략 수립 가능
─────────────────────────────────────
◆ 실전 트레이딩 응용
■ 기관 매수 신호 활용 전략
• 추세 전환 시나리오:
▶ 설정: 하락 추세 중 강한 기관 매수 신호 발생
▶ 진입: 신호 확인 후 다음 캔들에서 매수
▶ 손절: 신호 캔들의 저점 아래
▶ 이익실현: 이전 주요 저항선 도달 시 또는 추세 강도가 약해질 때
• 추세 지속 시나리오:
▶ 설정: 상승 추세 중 조정 후 기관 매수 신호 발생
▶ 진입: 신호 확인 후 매수
▶ 손절: 최근 주요 저점 아래
▶ 이익실현: 추세 강도를 고려하여 단계적으로 이익실현
■ 기관 매도 신호 활용 전략
• 추세 전환 시나리오:
▶ 설정: 상승 추세 중 강한 기관 매도 신호 발생
▶ 진입: 신호 확인 후 다음 캔들에서 매도
▶ 손절: 신호 캔들의 고점 위
▶ 이익실현: 이전 주요 지지선 도달 시 또는 추세 강도가 약해질 때
• 추세 지속 시나리오:
▶ 설정: 하락 추세 중 반등 후 기관 매도 신호 발생
▶ 진입: 신호 확인 후 매도
▶ 손절: 최근 주요 고점 위
▶ 이익실현: 추세 강도를 고려하여 단계적으로 이익실현
■ 다중 시간프레임 접근법
• 상위 시간프레임 방향성 확인:
▶ 일봉/4시간봉에서 기관 신호 및 추세 강도 확인
▶ 주 트레이딩 방향 설정에 활용
• 하위 시간프레임 진입점 찾기:
▶ 상위 시간프레임 방향과 일치하는 하위 시간프레임 신호 대기
▶ 정밀한 진입점 포착에 활용
• 시간프레임 간 신호 일치 확인:
▶ 여러 시간프레임에서 동일한 방향의 신호가 발생할 때 신호 강도 증가
▶ 높은 확률의 트레이딩 기회 포착
─────────────────────────────────────
◆ 지표 설정 가이드
■ 주요 설정 매개변수
• Institutional Continuity Period (기관 연속성 확인 기간):
▶ 목적: 기관의 연속적인 매수/매도 활동을 확인할 기간 설정
▶ 낮은 값: 더 많은 신호 생성, 반응성 증가
▶ 높은 값: 신호 수 감소, 신뢰성 증가
• Trend Strength Threshold (추세 강도 임계값):
▶ 목적: 추세가 강하다고 판단할 최소 임계값 설정
▶ 낮은 값: 더 많은 신호, 낮은 필터링
▶ 높은 값: 더 강한 추세에서만 신호 생성, 높은 필터링
─────────────────────────────────────
◆ 다른 지표와의 시너지
• 지지/저항 레벨:
▶ 주요 지지/저항 레벨에서 발생하는 기관 신호는 확률이 더 높음
▶ 기술적 분석의 핵심 레벨과 기관 활동의 결합은 강력한 시그널 제공
• 이동평균선:
▶ 주요 이동평균선(50MA, 200MA) 근처에서 발생하는 기관 신호 주목
▶ 이동평균선 돌파와 기관 신호가 일치할 때 강한 추세 변화 가능성
• RSI/모멘텀 지표:
▶ 과매수/과매도 상태에서 발생하는 기관 신호는 반전 가능성 높임
▶ 모멘텀 다이버전스와 기관 신호의 일치는 강력한 반전 신호
• 볼륨 프로파일:
▶ 높은 볼륨 노드에서 발생하는 기관 신호는 중요한 가격 레벨 확인
▶ 주요 거래 영역에서의 기관 활동은 가격 방향에 큰 영향 미침
• 시장 구조:
▶ 주요 시장 구조(높은 고점/저점, 낮은 고점/저점) 근처에서 발생하는 기관 신호는 구조 변화 암시
▶ 시장 구조 변화와 기관 활동의 일치는 중요한 추세 전환점 표시
─────────────────────────────────────
◆ 결론
Coinbase Institutional Smart Money Detector는 코인베이스 프라임을 통한 기관 투자자들의 현물 비트코인 거래 활동을 실시간으로 추적하여 트레이더들에게 귀중한 통찰력을 제공합니다. 어떤 거래소의 비트코인 차트에도 적용 가능하기 때문에, 여러분이 선호하는 트레이딩 플랫폼에서 바로 활용할 수 있습니다.
이 지표의 핵심 가치는 일반 트레이더들이 접근하기 어려운 기관 자금 흐름 데이터를 직관적으로 시각화하여 제공한다는 점입니다. 연속적인 가격 움직임, 거래량 증가, 그리고 추세 강도를 종합적으로 분석하여 기관의 활동을 포착함으로써, 여러분은 시장의 큰 손들과 함께 움직일 수 있는 기회를 얻게 됩니다.
코인베이스 프라임 데이터를 기반으로 한 명확한 매수/매도 신호와 실시간 추세 강도 측정은 트레이더들이 시장 상황을 한눈에 파악하고 신속하게 전략적 결정을 내릴 수 있게 도와줍니다. 이 강력한 도구를 여러분의 트레이딩 전략에 통합함으로써, 시장의 스마트 머니가 어디로 흘러가는지 파악하고 그에 따라 포지셔닝할 수 있는 경쟁 우위를 확보하세요.
─────────────────────────────────────
※ 면책 조항: 모든 트레이딩 도구와 마찬가지로, Institutional Smart Money Detector는 보조 지표로 사용해야 하며 트레이딩 결정을 전적으로 의존해서는 안 됩니다. 과거의 기관 행동 패턴이 미래 시장 움직임을 보장하지는 않습니다. 항상 적절한 리스크 관리 전략을 트레이딩에 활용하세요.
FVG-Bully BearsFVG-Bully Bears Indicator
The FVG-Bully Bears indicator is a powerful tool designed to identify Fair Value Gaps (FVGs) on your TradingView charts. FVGs are price gaps that occur when the market moves sharply, leaving areas where little to no trading activity took place. These gaps often act as key support or resistance zones, making them valuable for traders looking to spot potential reversal or continuation points.
This indicator highlights Bullish FVGs (potential support zones) and Bearish FVGs (potential resistance zones) with customizable boxes and labels, helping you visualize these critical price levels with ease.
Features
Bullish and Bearish FVGs: Detects gaps where price has left untested areas, marking bullish (green) and bearish (red) FVGs.
Customizable Display: Choose to show or hide bullish/bearish FVGs, adjust colors, and control box visibility.
FVG Labels: Optional labels on each FVG box to clearly identify bullish or bearish gaps, with adjustable text size.
Delete Filled FVGs: Automatically removes FVGs once price revisits and fills the gap, keeping your chart clean.
Box Extension: Extend FVG boxes into the future (up to 100 bars) to track unfilled gaps over time.
Performance Optimization: Limits the number of displayed FVG boxes (default: 50) to ensure smooth chart performance.
How It Works
Bullish FVG: Identified when the high of a candle two bars ago is lower than the low of the current candle, indicating a sharp upward move.
Bearish FVG: Identified when the low of a candle two bars ago is higher than the high of the current candle, indicating a sharp downward move.
FVGs are drawn as colored boxes (green for bullish, red for bearish) and can include labels for easy identification.
If enabled, filled FVGs (where price revisits the gap) are deleted to reduce chart clutter.
Settings
FVG Settings
Show Bullish FVGs: Enable/disable bullish FVG boxes (default: enabled).
Show Bearish FVGs: Enable/disable bearish FVG boxes (default: enabled).
Bullish FVG Color: Customize the color and transparency of bullish FVG boxes (default: light green).
Bearish FVG Color: Customize the color and transparency of bearish FVG boxes (default: light red).
Max FVG Boxes: Set the maximum number of FVG boxes displayed (default: 50, range: 1–500).
Extend FVG Boxes (Bars): Extend FVG boxes into the future by a specified number of bars (default: 8, range: 0–100).
Show FVG Labels: Enable/disable text labels on FVG boxes (default: enabled).
Label Size: Choose the size of FVG labels (options: Tiny, Small, Normal, Large, Huge; default: Small).
Delete Filled FVGs: Automatically remove FVGs when price fills the gap (default: enabled).
How to Use
Add the FVG-Bully Bears indicator to your TradingView chart.
Customize the settings to match your trading style (e.g., adjust colors, toggle labels, or change box extensions).
Watch for green (bullish) and red (bearish) FVG boxes:
Bullish FVGs: Potential support zones where price may bounce or consolidate.
Bearish FVGs: Potential resistance zones where price may reverse or stall.
Use FVGs in combination with other indicators (e.g., support/resistance, trendlines) for better trade decisions.
If “Delete Filled FVGs” is enabled, filled gaps will disappear, keeping your chart focused on active FVGs.
Ideal For
Swing Traders: Identify key price zones for entries or exits.
Day Traders: Spot intraday support/resistance levels created by rapid price moves.
Price Action Traders: Use FVGs to confirm market structure and potential reversal points.
Notes
For best performance, keep “Max FVG Boxes” at a reasonable value (e.g., 50) to avoid chart lag.
FVGs are most effective on lower timeframes (e.g., 5m, 15m, 1H) but can be used on any timeframe.
Combine with other tools like volume or trend indicators for a complete trading strategy.
Enjoy trading with FVG-Bully Bears and take advantage of Fair Valu
HADES Time Cycle SMT
Overview
The **HADES Time Cycle SMT** indicator is a sophisticated and enhanced version of the original HADES SMT framework, designed for advanced traders seeking to identify high-probability Smart Money Time (SMT) divergences across multiple symbols and timeframes. This private script integrates time cycle analysis, multi-symbol SMT detection, and confluence signals to provide actionable insights for trading major indices like the S&P 500 (ES), Nasdaq (NQ), and Dow Jones (YM). With a customizable dashboard, session anchors, and advanced filtering, this tool is tailored for precision and clarity in fast-moving markets.
---
### Key Features
1. **Multi-Symbol SMT Divergence Detection**
- Compares price action across up to three user-defined symbols (default: ES1!, NQ1!, YM1!) to detect bullish and bearish SMT divergences.
- Enhanced divergence strength calculation ensures only significant divergences are highlighted, with a customizable minimum strength filter (0–10%).
- Supports up to 50 visible SMT lines with customizable styles (solid, dashed, dotted) and widths for clear visualization.
2. **Time Cycle Analysis**
- Automatically detects cycle periods (5min, 10min, 30min, 90min, 4H, Daily, Weekly) based on the chart’s timeframe or allows manual cycle selection.
- Tracks cycle highs and lows to provide context for SMT signals, with optional visualization of cycle boxes and previous cycle high/low lines.
3. **Confluence Detection**
- Highlights when multiple symbols exhibit SMT divergences simultaneously, increasing the reliability of signals.
- Confluence labels are displayed on the chart with customizable colors and styles for quick identification.
4. **Enhanced Dashboard**
- Displays real-time data on SMT divergences, pivot counts, and current prices for all tracked symbols.
- Customizable location (Top Right, Bottom Right, etc.), text size, and color scheme for a personalized trading experience.
- Shows percentage of pivots with SMT divergences for each symbol, aiding in signal prioritization.
5. **Advanced Filtering and Customization**
- Minimum divergence strength filter to reduce noise and focus on high-impact signals.
- Optional liquidity interaction requirement to ensure SMT signals occur near significant price levels.
- Extensive style options for SMT lines, confluence labels, and dashboard aesthetics.
6. **Alert System**
- Configurable alerts for:
- SMT divergence detection (single symbol).
- Confluence events (multiple symbols).
- New time cycle starts.
- Alerts are designed to integrate seamlessly with TradingView’s notification system for timely trade execution.
### How It Works
1. **SMT Divergence Detection**
The script identifies divergences by comparing pivot highs and lows between the chart’s price action and up to three user-selected symbols. A divergence occurs when the chart’s price movement opposes the comparison symbol’s movement (e.g., chart makes a higher high while the symbol makes a lower high). Only divergences meeting the minimum strength threshold and optional liquidity interaction criteria are displayed.
2. **Time Cycle Framework**
The indicator tracks price action within defined time cycles (e.g., 30min, 4H, Daily), updating cycle highs and lows dynamically. This contextualizes SMT signals within market moves, improving trade timing.
3. **Confluence and Visualization**
When multiple symbols show SMT divergences at the same pivot, a confluence label highlights the event, signaling higher-probability setups. The dashboard provides a snapshot of SMT activity, pivot counts, and price data across all symbols.
### Ideal Use Cases
- **Day Trading:** Use on lower timeframes (1min–30min) to capture intraday SMT setups during major sessions (London, NY).
- **Swing Trading:** Apply on higher timeframes (4H–Weekly) to identify longer-term reversal points with confluence.
- **Index Trading:** Optimized for major indices (ES, NQ, YM) but adaptable to other correlated assets.
- **Risk Management:** Combine with session anchors and confluence signals to filter high-probability entries.
---
### Settings Overview
- **Pivot Settings:** Adjust pivot lookback (default: 3) and max SMT lines (default: 5).
- **Symbol Selection:** Enable/disable up to three comparison symbols (default: ES1!, NQ1!, YM1!).
- **Time Cycles:** Toggle auto-cycle detection or manually select cycle periods (5min–Weekly).
- **Display Options:** Show/hide SMT lines, confluence labels, cycle boxes, session anchors, and dashboard.
- **Filters:** Set minimum divergence strength and enable liquidity interaction requirements.
- **Style:** Customize colors, line styles, and dashboard appearance for optimal clarity.