easy Market Structure BOS & CHoCH (Swing Logic)
A trend reversal occurs when the direction of the market changes from an uptrend to a downtrend or vice versa. It is typically confirmed by a shift in price structure, such as a break of key support or resistance, a change in swing highs/lows, or specific candlestick patterns like engulfing or pin bars. Indicators like RSI divergence or moving average crossovers can also support reversal identification. Reversals often follow a strong trend and signal a potential new direction in price movement
Indicators and strategies
Liquidity Hours By HH🚦 Liquidity Hours By HH 🚦
This script highlights the major trading sessions on your chart — Asia, London KTW, and New York KTW — so you always know when the markets are buzzing! 🌏🕒
✨ Asia Session
Shows a colored box marking the entire session 🟣
Tracks the high and low with clear lines 📈📉
Optional midline that you can toggle ON/OFF 🔀 — perfect for spotting the session’s midpoint without cluttering your chart!
✨ London KTW & New York KTW Sessions
Displays clean boxes marking session duration 🟦🟩
No distracting high/low lines — just simple, neat session highlights
⏰ London session starts 1 hour earlier ⏰ — so you get an advanced heads-up for European market action! 🇬🇧
⏳ Boxes automatically hide on higher timeframes for a cleaner look 👀
Customize colors, durations, and toggle what you want to see — your chart, your rules! 🎨⚙️
Stay sharp and trade smarter with clear liquidity session zones! 💹🔥
RatioTOTAL3/BTCShows the normalized ratio of TOTAL3 (altcoin market cap excluding BTC and ETH) divided by BTC price, as % change.
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!
BUY SELL TP/SL BOS CHOCH OB FVG SMC Golden Heaven AIIndicator Can be used with all assets, whether it's stocks, gold, oil, Bitcoin, currency pairs, and others ✅️📉 But !!!! The indicator is just an analysis tool. Users should study the risks before deciding to trade."
[caracalla] Woori Rejection + Divergence Signal V1.6📌 지표 개요 | Indicator Overview
KR
이 스크립트는 리젝션 패턴과 RSI 다이버전스를 활용해 매수(R+)·매도(R-) 반전 신호를 생성합니다. 특히 일반 다이버전스(RD+, RD-)를 히든 다이버전스(RH+, RH-)보다 우선 표시하며, 과매도/과매수 조건도 실전 트레이딩에 맞게 유연하게 조정되어 있습니다.
EN
This script generates buy (R+) and sell (R−) reversal signals by combining rejection candlestick patterns and RSI divergences. It prioritizes regular divergence signals (RD+/RD−) over hidden ones (RH+/RH−), with relaxed overbought/oversold RSI conditions to better suit real trading environments.
🔍 리젝션 조건 | Rejection Conditions
KR
R+: 이전 음봉 후 양봉 전환, 아래꼬리가 몸통보다 길며 RSI < 45
R-: 이전 양봉 후 음봉 전환이거나 긴 위꼬리 음봉, RSI > 50
도지 캔들은 제외되며, 꼬리 길이 비중이 중요한 요소로 작용
EN
R+: Bullish rejection after a bearish candle, long lower wick, RSI < 45
R-: Bearish rejection after bullish candle or long upper wick, RSI > 50
Doji candles are filtered out; long wick length relative to body is essential.
⚙️ 다이버전스 감지 | Divergence Detection
✅ 일반 다이버전스 | Regular Divergence (RD+/RD−)
KR
RD+: 가격 저점 하락 + RSI 저점 상승 + 리젝션
RD-: 가격 고점 상승 + RSI 고점 하락 + 리젝션
EN
RD+: Price makes lower lows, RSI makes higher lows, with rejection
RD−: Price makes higher highs, RSI makes lower highs, with rejection
✅ 히든 다이버전스 | Hidden Divergence (RH+/RH−)
KR
RH+: 가격 저점 상승 + RSI 저점 하락 + 리젝션
RH-: 가격 고점 하락 + RSI 고점 상승 + 리젝션
EN
RH+: Price makes higher lows, RSI makes lower lows, with rejection
RH−: Price makes lower highs, RSI makes higher highs, with rejection
🧠 시그널 우선순위 | Signal Priority
KR
동일한 캔들에서 일반 다이버전스와 히든 다이버전스가 동시에 발생해도, **일반 다이버전스(RD+, RD−)**가 **히든 다이버전스(RH+, RH−)**보다 우선 표시됩니다.
EN
When both regular and hidden divergence conditions are met on the same candle, regular divergence (RD+, RD−) is prioritized over hidden divergence (RH+, RH−).
🔔 알림 기능 | Alert System
KR
모든 시그널(R+, R-, RD+, RD-, RH+, RH-)에 대해 알림 설정이 포함되어 있어, 자동매매나 실시간 대응이 가능합니다.
EN
Alert conditions are included for all signals (R+, R-, RD+, RD-, RH+, RH-), enabling automation or real-time trading reactions.
Accurate Monthly Session HighlighterYou can adjust the start/end times and highlight settings directly from the indicator's input parameters.
UT Bot Confirmed Edition by 相棒This is a high-precision indicator combining UT Bot and QQE MOD, designed for trend detection and confirmed logic.
It is optimized for Gold and USDJPY on the 5-minute and 1-minute timeframes.
Also compatible with other pairs and timeframes.
The Buy/Sell signals use Confirmed Logic to filter out noise and assist with reliable and practical entry decisions.
This is an invite-only script.
To use this script, authorization from the author is required.
easy market structure finderA trend reversal occurs when the direction of the market changes from an uptrend to a downtrend or vice versa. It is typically confirmed by a shift in price structure, such as a break of key support or resistance, a change in swing highs/lows, or specific candlestick patterns like engulfing or pin bars. Indicators like RSI divergence or moving average crossovers can also support reversal identification. Reversals often follow a strong trend and signal a potential new direction in price movement
SAFE Leverage x50Description:
Safe Leverage x50 is an indicator designed to help traders choose prudent, realistic, and dynamic leverage, adapted to the timeframe and volatility of the asset they are trading.
Based on rigorous statistical and practical observation, this indicator does not propose fixed rules, but rather provides a visual estimate of the maximum leverage a typical trade can tolerate without being liquidated, based on the current candle's movement range. At the same time, it automatically suggests a more conservative leverage (by default, half of the maximum) for more controlled risk management.
Weekly + Daily Levels, Asia Range, US Settle This Pine Script—"Weekly Daily Levels Asia Range US Settle"—was originally designed for Forex trading, and has since been successfully adapted to Bitcoin and crypto markets. It maps out institutional key levels and session-based price zones, providing a clean, structured framework for intraday and swing trading.
🔧 Key Levels & Logic
🟢 1. Weekly Levels
Captures High, Low, and Midpoint (50%) of the previous trading week
Reset every Sunday at 5:00 PM New York time (17:00 ET)
Helps identify macro structure, liquidity zones, and weekly bias
🟠 2. Daily Levels
Captures High, Low, and Midpoint (50%) of the previous trading day
Resets daily at 5:00 PM New York time (17:00 ET)
Ideal for short-term support/resistance and mean-reversion zones
🔵 3. Asia Session Range
Captures High, Low, and Midpoint from 8:00 PM to 3:00 AM NY time (20:00–03:00 ET)
Frequently acts as a pre-breakout base for London or US session volatility
🔷 4. US Settle (Friday Only)
Captures the midpoint of the final 15-minute candle on Friday at 4:45 PM New York time (16:45 ET)
Draws a box (high-low) and midline to mark this institutional closing price
Useful for gap-fills, mean-reversion, and weekend-to-Monday setups
📊 Recommended Pairing for Trend Trading
To reduce noise and filter false signals, it’s highly advised to combine this level-based framework with:
✅ Exponential Moving Averages (EMA)
Use the 20, 50, 200, and 800 EMAs
For trend following:
Price above 20/50/200 = bullish alignment
Price below 20/50/200 = bearish alignment
800 EMA can act as macro-level magnet/support
✅ PVRSA Volume (Price-Volume-Support-Analysis)
Helps detect volume anomalies and distinguish real breakouts from false moves
Pay attention to climactic volume, stopping volume, and smart money footprints during key level interactions
Combining EMA structure and PVRSA volume with this script’s levels provides a robust trend-trading strategy, avoiding common traps from random level retests or low-volume breakouts.
🚀 Why This Works for Bitcoin
BTC respects session-defined highs/lows similar to forex
Price reacts strongly to Asia range breaks, NY opens, and weekly levels
The US settle level on Friday adds institutional context often ignored in crypto
Pairing it with volume + trend structure improves timing and accuracy
⚙️ Technical Features
Uses request.security() to pull data from a configurable low timeframe (default: 1m)
Fully customizable: colors, line widths, extension lengths
Intelligent label grouping for overlapping levels
Designed for precision on 15-minute or lower timeframes
✅ Best Used For
Intraday reversals and breakouts
Trend trading with EMA alignment
London and NY session range plays
Weekend price planning using US settle mid
Volume confirmation using PVRSA
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!
FDAX Open Range Breakout StrategyThe Open Range represents the first N minutes of session trading, establishing the day's initial high and low. These levels serve as significant psychological boundaries that often act as support/resistance throughout the trading session.
Dolphin 3penggunaan FCPO
DISCLAIMER:
This script is provided for **educational and informational purposes only**.
It is **not intended as financial advice** or a recommendation to buy or sell any asset.
Use at your own risk. Past performance does not guarantee future results.
Always do your own research or consult a licensed financial advisor before making trading decisions.
Ultimate Position Sizer [FXLoneWolf]Ultimate Position Sizer is your all-in-one risk management tool built specifically for Forex, Commodities, Indices, and Cryptocurrency traders. Whether you're trading XAUUSD, NAS100, BTCUSDT, or DAX, this powerful indicator ensures precise and professional position sizing based on your capital, risk percentage, stop loss distance, and account leverage.
With real-time calculations and intuitive visuals, the tool helps you take control of your risk per trade — a cornerstone of professional trading discipline. From scalpers to swing traders, this tool adapts seamlessly to any asset class and trading strategy.
🔧 Key Features:
Works on all asset classes: Forex, Commodities (XAUUSD, USOIL), Indices (SPX500, US30), Crypto (BTC, ETH), and more.
Dynamic position size calculation based on stop loss, risk %, and leverage.
Auto-calculates lot size, risk in USD, and potential reward.
Visual trade metrics: SL, Entry, TP, and Risk:Reward labels.
Clean, intuitive UI with customizable inputs.
Supports both long and short positions.
Helps enforce professional risk management discipline.
Enhance your trading accuracy, protect your capital, and gain confidence with the Ultimate Position Sizer – trusted by disciplined traders worldwide.
Sample:
52SIGNAL RECIPE Hidden Volume52SIGNAL RECIPE Hidden Volume
◆ Overview
52SIGNAL RECIPE Hidden Volume is an innovative indicator that visualizes the hidden buying and selling strength behind the conventional volume candles. By analyzing the relative proportion of buying and selling within each candle’s price range, it splits the total volume into buy volume and sell volume. Displayed as color-coded bars (blue for buying, pink for selling) in a separate panel below the chart, it provides clear insight into the market’s buying and selling pressure.
Unlike standard volume indicators that only show total volume, this indicator reveals the underlying balance and shifts in buying and selling power, offering traders a deeper understanding of market dynamics.
Furthermore, when viewed alongside the traditional volume candles that everyone commonly uses, it helps traders interpret price movements and volume flows more comprehensively, enabling a more insightful analysis of overall market trends.
─────────────────────────────────────
◆ Key Features
- Buy/Sell Volume Ratio Analysis: Calculates the relative buy and sell ratios based on the candle’s price movement range
- Hidden Buying and Selling Strength Visualization: Separately displays buy volume (blue) and sell volume (pink) as stacked bars in a dedicated bottom panel
- Real-time Data Reflection: Captures immediate changes in market buying and selling pressure based on live volume data
- Clear Visual Distinction: Uses background shading to easily highlight periods of buying dominance (blue) or selling dominance (pink)
- Quantified Buy/Sell Balance: Displays the current buying vs selling ratio numerically on chart labels for quick reference
- Recommended Use with Traditional Volume Candles: Designed to be used together with commonly used volume candles for more comprehensive market flow interpretation
─────────────────────────────────────
◆ Trading Application Points
- Provides deeper insight into market sentiment compared to conventional volume bars
- Helps identify shifts in buying and selling power indicative of trend continuations or reversals
- Useful as a complementary tool alongside price action to better time entries and exits
─────────────────────────────────────
◆ Synergy With Other Indicators
- Combine with trend indicators (RSI, MACD, Moving Averages) to validate trend strength and momentum
- Use together with volume and order flow tools to enhance understanding of market participant behavior
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE Hidden Volume is a powerful and intuitive tool that unveils the balance of buying and selling forces concealed within the total volume. By visualizing buy and sell volumes separately and updating in real-time, it allows traders to grasp the subtle shifts in market pressure and make more informed trading decisions.
Especially when used together with the traditional volume candles commonly referenced by most traders, it enhances traders’ ability to interpret price movement combined with volume flow in a more multi-dimensional and precise way, ultimately supporting more effective trading strategies.
─────────────────────────────────────
※ Disclaimer: This indicator is provided as a supplementary analysis tool and should not be used as the sole basis for trading decisions. Past data does not guarantee future results. Always apply proper risk management.
52SIGNAL RECIPE Hidden Volume
◆ 개요
52SIGNAL RECIPE Hidden Volume은 일반적인 볼륨 캔들 뒤에 숨겨진 매수와 매도의 힘의 크기를 가시화하는 지표입니다. 각 캔들의 가격 움직임 범위 내에서 매수와 매도의 상대적인 비율을 계산해, 총 거래량을 매수 볼륨과 매도 볼륨으로 나누어 보여줍니다. 별도의 차트 하단 패널에 파란색 매수 볼륨과 분홍색 매도 볼륨을 컬러 막대 그래프로 시각적으로 구분하여 시장 내 거래 심리와 매수·매도 압력을 명확하게 파악할 수 있도록 지원합니다.
일반 거래량 지표가 단순한 거래량 수치만 제공하는 반면, 이 지표는 매수세와 매도세의 숨겨진 균형과 변화를 직관적으로 보여줘, 시장 내부의 매매 강도와 방향성을 깊이 있게 이해하는 데 유용합니다.
또한, 일반적으로 모두가 사용하는 볼륨 캔들과 함께 병행해 보면, 가격 변동과 거래량의 흐름을 더 입체적으로 분석할 수 있어서 시장 전체의 흐름을 해석하는 데 훨씬 용이합니다.
─────────────────────────────────────
◆ 주요 특징
- 매수·매도 거래 비율 분석: 캔들의 가격 변동 범위를 기준으로 매수와 매도 비율 산출
- 숨겨진 매수·매도 힘 시각화: 별도 차트 하단 패널에서 매수 볼륨(파란색)과 매도 볼륨(분홍색)으로 구분하여 가시화
- 실시간 반영: 실시간으로 변하는 거래량 데이터에 기반해 시장 내부 매수·매도 압력 변화 즉시 포착
- 심플한 시각적 구분: 색상과 배경으로 매수 우세 또는 매도 우세 구간을 직관적으로 표시
- 매수·매도 힘의 균형 이해 지원: 차트 상단 텍스트 라벨로 현재 매수/매도 비율을 숫자로 제공
- 볼륨 캔들과 병행 사용 권장: 모두가 사용하는 기본 볼륨 캔들과 함께 보면서 시장 흐름 해석에 활용 가능
─────────────────────────────────────
◆ 트레이딩 활용 포인트
- 기존 거래량 지표 대비 더 깊은 시장 심리 분석 가능
- 매수세와 매도세 간 힘의 균형 변화를 주목하여 추세 전환이나 지속 신호로 활용
- 가격 흐름과 결합해 진입 및 청산 타이밍 설정에 도움
─────────────────────────────────────
◆ 다른 지표와 조합 가능성
- 가격 추세 지표(RSI, MACD, 이동평균선 등)와 함께 사용해 추세 강도와 매수·매도 압력 동시 분석
- 거래량 및 주문장 지표와 결합하여 시장 참여자 심리 및 매매 동향 파악 강화
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE Hidden Volume은 일반 볼륨 캔들만으로는 알기 어려운 매수와 매도 간의 힘의 균형을 명확히 보여주는 강력하고 직관적인 지표입니다. 실시간 거래량 내 매수·매도 비율을 분리해 시각화함으로써, 트레이더들이 시장 내부의 숨겨진 힘의 흐름을 이해하고 이를 바탕으로 한 전략적 의사결정을 내릴 수 있도록 돕습니다.
특히 일반적으로 많이 사용하는 볼륨 캔들과 함께 병행하여 볼 때, 가격 변동과 함께 시장의 거래 심리를 더욱 입체적이고 정확하게 해석할 수 있어 훨씬 효과적인 매매 전략 수립이 가능합니다.
─────────────────────────────────────
※ 면책 조항: 본 지표는 투자 판단을 위한 보조 도구로 제공되며, 단독 의존해서는 안 됩니다. 과거 데이터에 기반한 분석이므로 미래 결과를 보장하지 않으며, 적절한 리스크 관리와 함께 사용하시기 바랍니다.
Bollinger Levels Table - Horizontal Support ZonesBollinger Levels Table - Horizontal Support Zones Indicator (with Customizable Options)
The "Bollinger Levels Table - Horizontal Support Zones" indicator is a comprehensive tool designed to help you identify potential support areas on your chart using moving averages and Bollinger Bands. The indicator displays an organized table of key price levels and draws horizontal lines on the chart, providing clear visibility of potential support zones.
What Does This Indicator Do?
This indicator aims to simplify support analysis by consolidating and displaying significant price levels derived from three different Bollinger Band settings: BB10, BB20, and BB50. It calculates both the Mid-line (Basis) and the Lower Band for each of these settings.
Furthermore, the indicator automatically arranges these levels from highest to lowest in an easy-to-read table, assigning a "Payment" label to each level. These "Payments" are simply labels to help you track the levels in descending order.
How Does This Indicator Work?
Bollinger Band Calculations: The indicator uses the standard Bollinger Band formula:
Mid-line (Basis): A Simple Moving Average (SMA) of the closing price over a specified period.
Standard Deviation (Dev): The standard deviation of the closing price over the same period, multiplied by a Multiplier.
Lower Band: The Mid-line minus the Standard Deviation.
These calculations are applied to three different periods: 10, 20, and 50, providing a variety of potential support levels based on different timeframes. You can adjust the values for these lengths (10, 20, 50) and the Multiplier through the indicator's settings.
Table Construction: A dynamic table is created on the chart (which can be positioned in the top or bottom right corner based on the current price's position). This table displays:
Indicator: The name of the Bollinger Band level (e.g., BB10 Mid, BB20 Lower).
Price: The exact price value of that level.
Payments: A label indicating the level's order in the table.
Level Ordering: All calculated levels are dynamically sorted from highest to lowest to present them in a logical order within the table.
Horizontal Line Plotting: Horizontal lines are drawn on the chart for each selected level, providing a visual representation of the potential support areas. These lines are colored black and have a consistent width for easy identification.
How to Use This Indicator:
This indicator is intended to provide potential entry points or accumulation zones for trades, especially for traders employing Dollar-Cost Averaging (DCA) strategies or building positions in stages. The levels displayed in the table and on the chart can represent potential support levels where one might consider initiating or adding to a position.
In the indicator's settings, you'll find important options:
Multiplier: Controls the width of the Bollinger Bands (default 2.0).
BB Lengths: Allows you to adjust the periods for the moving averages (default 20, 50, 10).
Visible Levels: This is the new feature! Here, you can select which levels you wish to see in the table and on the chart. Simply check or uncheck the boxes next to each level (BB10 Mid, BB10 Lower, and so on) to customize the indicator's display according to your strategy and needs.
Underlying Concepts:
This indicator is based on the principle that Bollinger Bands can act as dynamic support and resistance zones.
Mid-line (SMA): Often functions as a medium-term support or resistance.
Lower Band: Typically indicates that the price is relatively low and may find support, making it a potential area for buying or starting to build a position.
By combining different Bollinger Band timeframes (10, 20, 50), the indicator gives you a multi-timeframe perspective on support areas, helping you identify the most relevant levels for your strategy.
Note: While the indicator provides "Payments" for the levels, this is purely a sequential labeling within the table to assist your position-building strategy. There is no actual payment functionality associated with this indicator.
RatioTOTAL3/US02YDisplays the normalized ratio of TOTAL3 (altcoin market cap excluding BTC and ETH) to the US 2-Year Treasury Yield (US02Y), shown as % change.
Real-Time Swing High/Low Detector with liquidity sweepThis script identifies the most important market structure points (swing highs/lows) and liquidity sweeps in a configurable and timeframe-adaptive manner.
By default:
It shows 5 recent swing highs and lows to keep your charts readable.
It detects and illustrates up to 3 Liquidity Sweeps (very close new highs/lows to earlier extremes).
It automatically adjusts how tight the sweep detection is based on your chart’s timeframe to balance precision and noise.
You can tweak all these numbers via the input settings panel to customize the indicator to your personal trading style and chart preferences
Configurable Parameters
Pivot Length (pivot_length)
What it does: Determines how many bars to the left and right the script looks at when identifying swing highs and lows.
Effect: Increasing this value results in fewer, more significant swings; decreasing it makes the indicator more sensitive and detects more swings.
Default: 5
Suggested: Adjust based on your trading timeframe and style to balance sensitivity and noise.
Show Labels (show_labels)
What it does: Toggles the display of swing labels such as HH, HL, LH, LL on the chart.
Effect: If enabled, the script marks swing points with their corresponding label for easier visual reference.
Default: true
Use: Turn off if you prefer a cleaner chart without textual swing indicators.
Show Current Levels (show_current_levels)
What it does: Toggles horizontal lines extending from the latest swing highs and lows.
Effect: Provides visual support/resistance zones on the chart.
Default: true
Use: Helpful for visualizing major price levels based on recent swings.
Max Swing Points (max_swings)
What it does: Limits the number of swing points stored and displayed.
Effect: Prevents chart clutter and performance issues by controlling history length.
Default: 20
Use: Increase for longer history; decrease for lighter charts.
Liquidity Sweep Threshold (liq_sweep_threshold_pc)
What it does: Defines the maximum percentage price difference allowed to consider a new high/low "very close" to the previous one, detecting a Liquidity Sweep.
Effect: Controls how sensitively the script detects these sweep points.
Default: Automatically set based on chart timeframe:
For timeframes below 1 hour: 0.05% (stricter, less tolerant)
For 1 hour and above: 0.1% (more tolerant)
Use: This dynamic setting ensures relevance of Liquidity Sweeps across different timeframes.
Liquidity Sweep Label Transparency (liq_sweep_alpha)
What it does: Controls the opacity of "Liquidity Sweep" labels, with 0 being fully opaque and 255 fully transparent.
Default: 10 (mostly opaque but slightly transparent)
Use: You can increase this value if you want the labels to be more subtle.
0-5 Box Strategy Tester v4🟩 0-5 Box Strategy Tester v4 — Explained Simply
This script is a modular hourly breakout strategy designed to help traders test and trade breakouts (or pullbacks) from the first 5-minute range of any selected hour. It supports both long and short positions and is optimized for scalping or intraday strategies.
🔑 Core Strategy Logic
Box Formation: At the start of every hour, the script tracks the high and low of the first 5 minutes (e.g., from 9:00 to 9:04).
Trade Trigger: Once price breaks out above or below this 5-minute box (either instantly or after a pullback), it can trigger a long or short entry depending on your settings.
Entry Type: Supports two main styles:
Breakout entry: Buy/sell as soon as price breaks the box.
Pullback re-entry: Wait for price to break the box, pull back, then re-enter on a limit order.
🧪 Smart Entry Filters (Optional but Powerful)
You can refine your trades using several filters:
✅ Previous Hour Direction – Only trade in the direction of the last hour’s candle (bullish/bearish).
🔄 Reversal Filter – Only trade against the previous hour’s direction.
💧 Liquidity Sweep – Require the previous hour’s high or low to be swept first (liquidity-based entry).
🔁 Q2 Confirmation (15–30 min logic) – Confirm price action in the second quarter of the hour (like retests or wick-based logic).
🕒 Max Entry Time – Prevent late trades within the hour (e.g., no entries after minute 45).
📦 Max Range % – Avoid trading during overly volatile hours by filtering out wide boxes.
🕘 Flexible Hour Selection
You can choose to:
Trade all hours
Or select specific hours manually (like 4AM, 9AM, etc.)
📉 Risk & Position Sizing Options
Supports stop-loss and take-profit by:
Points
Percentage
Risk:Reward Ratio
Choose fixed contract size or auto-size based on dollar risk.
📊 Built-In Analytics
The strategy tracks and displays:
Win rate
PnL (total, by hour, by day)
Average drawdown
Risk metrics (Expectancy, Profit Factor, Payoff Ratio)
Hour-by-hour stats (how each hour performs historically)
Day-of-week performance
Visual tables on chart for easy analysis
🧠 Use Cases
This strategy is ideal for:
Futures traders (like NQ/ES/GC) who trade specific sessions (e.g., NY open, London)
Scalpers looking for tight breakouts or pullbacks
Systematic traders backtesting precision setups
Traders using confluence like session breaks, liquidity sweeps, and inside-hour confirmations
Random HTFRandom HTF is a powerful market structure overlay designed for intraday and swing traders who want to anchor their trades using high-probability zones, NFP alignment, and historical statistical edge.
🧠 Core Features
Weekly 5 EMA Anchor
Plots the weekly 5-period EMA and calculates custom upper/lower EMA zones (e.g., 2.5%–3%) to define optimal extension/reversion levels.
Session Box Framework
Automatically maps key opening sessions:
Sunday 6:00–7:30 PM ET (Asia open structure)
Tuesday 9:30–10:30 AM ET (often key pivot for the week)
Monthly Structure Levels
Prior Month High, Low, Mid, and 30% retracement (dynamic bullish/bearish logic)
Includes current month 30% level
Optional historical monthly lines for deeper confluence
Previous Week Levels
High, Low, 25%, 50%, 75% zones
Custom coloring, line styles, and penetration analysis with tables
NFP Mode (Non-Farm Payroll Smart Context)
Automatically detects NFP Fridays
Builds weekly/monthly boxes from that candle
Annotates whether price is above/below/inside NFP range
📊 Probability Engine (Optional)
Enable advanced stats to access:
Weekly penetration probabilities into custom EMA zones
Entry/completion rates for each zone
Median/mean/mode of weekly price extensions
Full day-of-week breakdown showing which days tend to hit/exceed your configured zone
Opening-position impact vs EMA (does the week open above or below?)
📐 Ideal Use Case
Trade intraday breakouts/reversions with awareness of higher timeframe stretch
Use EMAs + zones to frame when a move is extended or just beginning
Identify structural traps/fakeouts around NFPs, Tuesdays, or prior month levels
Quantify whether the market is operating in a compressed or expansive state
🔧 Customization
Full control over:
Time filtering (e.g., only analyze 9:30–16:00 ET)
EMA lengths and percentage bands
Zone styling (colors, labels, widths)
Whether to show current vs. historical levels
This tool blends HTF structure, macro calendar awareness, and quantified stretch behavior into a single overlay. Perfect for traders who want probabilistic alignment before entering intraday setups.
Sudden MOVE Spikes Buy SignalThis Pine Script indicator, titled "Sudden MOVE Spikes Buy Signal", is designed for TradingView charts to identify potential buy opportunities in risk assets (e.g., BTC, stocks, or any charted symbol) based on spikes in the MOVE index (a measure of U.S. Treasury bond volatility, often called the "VIX for bonds"). It leverages the observation that sharp MOVE spikes above a threshold (indicating bond market stress or illiquidity) have historically preceded liquidity injections from the Fed or Treasury, leading to rallies in risk assets post-2020 (e.g.,
March 2020 COVID crash, October 2022 rate hike volatility, March 2023 banking crisis). The indicator filters out false positives, like the February 2022 geopolitical spike from the Russia-Ukraine invasion, using WTI crude oil price surges as a proxy.Key features:Signal Detection: Fires a "Buy" label when the daily MOVE index crosses above the threshold (default 130) with a sudden rate of change (ROC > 27% over 5 days), signaling potential liquidity-driven bottoms.
Geopolitical Filter: Excludes signals if oil ROC exceeds 20% over 5 days, to avoid non-macro events.
Time Restriction: Only shows signals from January 1, 2020, onward, as the strategy is tuned to the post-COVID regime.
Visuals: Plots a green "Buy" label below the bar on the chart and optionally highlights the bar with a green background (85% opacity) for emphasis.
Alerts: Supports alerts for new signals via TradingView's alert system.
The indicator is versatile and can be applied to any asset chart, though it's optimized for risk assets like cryptocurrencies or equities. Backtesting shows high hit rates for rallies in S&P 500 and BTC after valid signals, but it's a heuristic tool—combine with other analysis for trading decisions.