Session Status Table📌 Session Status Table
Session Status Table is an indicator that displays the real-time status of the four major trading sessions:
* 🇯🇵 Asia (Tokyo)
* 🇬🇧 London
* 🇺🇸 New York AM
* 🇺🇸 New York PM
It shows which sessions are currently open, how much time remains until they open or close, and optionally sends alerts in advance.
🧩 Features:
* Real-time session table — shows the status of each session on the chart.
* Color-coded statuses:
* 🟢 Green – Session is open
* 🔴 Red – Session is closed
* ⚪ Gray – Weekend
* Countdown timers until session open or close.
* User alerts — receive a notification a custom number of minutes before a session starts.
⚙️ Customization:
* Table position — fully configurable.
* Session colors — customizable for open, closed, and weekend states.
* Session labels — customizable with icons.
* Notifications:
* Enabled through TradingView's Alerts panel.
* User-defined lead time before session opens.
🕒 Time Zones:
All times are calculated in UTC to ensure consistency across different markets and regions, avoiding discrepancies from time zones and daylight saving time.
🚨 How to enable alerts:
1. Open the "Alerts" panel in TradingView.
2. Click "Create Alert".
3. In the condition dropdown, choose "Session Status Table".
4. Set to any alert() trigger.
5. Save — you'll be notified a set number of minutes before each session begins.
ℹ️ Technical Notes:
* Built with Pine Script version 6.
* Logically divided into clear sections: inputs, session calculations, table rendering, and alerts.
* Optimized for performance and reliability on all timeframes.
Ideal for traders who use session activity in their strategies — especially in Forex, crypto, and futures markets.
Statistics
Average Candle SizeMeasures the average candle size in ticks across a given number of candles. This can be set simply in the indicator settings. Then it displays the average candle size in the lower left hand corner of the screen.
copper/goldThe Copper/Gold ratio is a macroeconomic indicator that reflects the market’s risk appetite and economic expectations.
Copper, often referred to as “Doctor Copper,” is closely tied to industrial growth and construction demand. Gold, on the other hand, is considered a safe-haven asset during times of uncertainty.
When the ratio rises, it suggests optimism about economic expansion. A declining ratio, however, may signal caution, stagnation, or even recessionary concerns.
This ratio is frequently used to confirm macro trends, evaluate inflation expectations, or assess bond yield directions.
time-specific standard devs [keypoems]Time-Specific Net Change Percentage Standard Deviations Extensions
A candlestick is the story of how price moved during a single period: it opens, explores a high and a low, and finally closes.
The indicator asks one question:
“By what percentage did price change from open to close?”
That single percentage value – called the net-change % – is the raw material for everything that follows.
Why net-change % matters
If you collect that percentage for thousands of finished candles (daily candles, 1-hour, 4-hour – whatever you close) you get a probability distribution: most candles move only a little, a few move a lot. When you plot those percentages you get the familiar bell-curve. From any bell-curve you can read two key statistics:
Mean – the “typical” net-change.
Standard Deviation (σ) – how far a candle normally wanders from that mean.
A well-known property of a bell-curve is that ≈68 % of all observations stay between –1 σ and +1 σ, and ≈95 % stay within ±2 σ.
For traders that translates into a probabilistic map of where an unfinished candle is likely to close.
What the indicator draws
Open-anchored levels
Every box is centred on the candle’s open price.
The indicator draws boxes that mark +σ, +½ σ, –½ σ, –σ … as selected in the Inputs.
Time-specific calculation
Instead of mixing all 1-hour candles together, the script isolates only the 09:00-10:00 New-York hour (or any other slot you are at that moment) and builds a bell-curve from that subset.
The result is a set of expectations truly tailored to that exact hour’s behaviour.
Generic and Specific Std Dev Box
Indicator computes both generic levels – the classic “all candles aggregated” standard deviations, and specific levels – the refined, hour-by-hour (or 4-hour-by-4-hour, etc.) deviations.
The indicator shows Boxes that represent both aggregated values and "per period" standard deviation projection levels.
Mirrored levels (optional)
Negative σ levels are drawn automatically so you have symmetrical upside & downside projections.
Math behind the scenes
For each chosen higher-timeframe (HTF):
Collect the last N net-change % values (user-defined look-back, default 5 000 candles).
Compute:
μ = mean(net-change %)
σ = stdev(net-change %)
Project prices:
LevelPrice = Open × (1 + k × σ)
where k is 0 , ±0.5 , ±1 , ±1.5 … as enabled in the inputs.
Because everything is done in percentage space the technique adapts automatically to instruments that trade at very different absolute prices (equities, futures, crypto, FX).
How to read it in real time
When a developing candle races straight into +1 σ with plenty of time left, statistics say “68 % of the time it will finish back inside the box.”
A tag of +2 σ is an even rarer event (~5 % probability) – a natural place to look for exhaustion or take-profit cues.
Conversely, if price refuses to reverse at +1 σ and instead sticks above that edge, it is signalling an unusually strong session and may warrant trend-continuation tactics.
Key Inputs
Higher Timeframe Choose 5m to H8 reference frame
Show levels for last X periods
Look-back length Sample size for σ
StdDev Fibs Fib1 … Fib9 toggles & values: Decide which σ multiples to plot
Mirror levels Draw matching negative projections
Extend boxes Keep boxes visible beyond their candle
Best-practice usage
Combine with structure – treat σ edges as context, not automatic entry.
Mind the sample size – if you choose extremely narrow windows (e.g., Sunday 18:00-19:00 futures open) make sure your look-back still captures hundreds of cases.
Disclaimer
Trading involves risk. The author and this indicator simply display historical probability ranges; they do not assure profits or prevent losses. Always perform your own due diligence and, if necessary, consult a licensed financial professional before dealing in any financial instrument.
Money Risk Management with Trade Tracking
Overview
The Money Risk Management with Trade Tracking indicator is a powerful tool designed for traders on TradingView to simplify trade simulation and risk management. Unlike the TradingView Strategy Tester, which can be complex for beginners, this indicator provides an intuitive, beginner-friendly interface to evaluate trading strategies in a realistic manner, mirroring real-world trading conditions.
Built on the foundation of open-source contributions from LuxAlgo and TCP, this indicator integrates external indicator signals, overlays take-profit (TP) and stop-loss (SL) levels, and provides detailed money management analytics. It empowers traders to visualize potential profits, losses, and risk-reward ratios, making it easier to understand the financial outcomes of their strategies.
Key Features
Signal Integration: Seamlessly integrates with external long and short signals from other indicators, allowing traders to overlay TP/SL levels based on their preferred strategies.
Realistic Trade Simulation: Simulates trades as they would occur in real-world scenarios, accounting for initial capital, risk percentage, leverage, and compounding effects.
Money Management Dashboard: Displays critical metrics such as current capital, unrealized P&L, risk amount, potential profit, risk-reward ratio, and trade status in a customizable, beginner-friendly table.
TP/SL Visualization: Plots TP and SL levels on the chart with customizable styles (solid, dashed, dotted) and colors, along with optional labels for clarity.
Performance Tracking: Tracks total trades, win/loss counts, win rate, and profit factor, providing a clear overview of strategy performance.
Liquidation Risk Alerts: Warns traders if stop-loss levels risk liquidation based on leverage settings, enhancing risk awareness.
Benefits for Traders
Beginner-Friendly: Simplifies the complexities of the TradingView Strategy Tester, offering an intuitive interface for new traders to simulate and evaluate trades without confusion.
Real-World Insights: Helps traders understand the actual profit or loss potential of their strategies by factoring in capital, risk, and leverage, bridging the gap between theoretical backtesting and real-world execution.
Enhanced Decision-Making: Provides clear, real-time analytics on risk-reward ratios, unrealized P&L, and trade performance, enabling informed trading decisions.
Customizable and Flexible: Allows customization of TP/SL settings, table positions, colors, and sizes, catering to individual trader preferences.
Risk Management Focus: Encourages disciplined trading by highlighting risk amounts, potential profits, and liquidation risks, fostering better financial planning.
Why This Indicator Stands Out
Many traders struggle to translate backtested strategy results into real-world outcomes due to the abstract nature of percentage-based profitability metrics. This indicator addresses that challenge by providing a practical, user-friendly tool that simulates trades with real-world parameters like capital, leverage, and compounding. Its open-source nature ensures accessibility, while its integration with other indicators makes it versatile for various trading styles.
How to Use
Add to TradingView: Copy the Pine Script code into TradingView’s Pine Editor and add it to your chart.
Configure Inputs: Set your initial capital, risk percentage, leverage, and TP/SL values in the indicator settings. Select external long/short signal sources if integrating with other indicators.
Monitor Dashboards: Use the Money Management and Target Dashboard tables to track trade performance and risk metrics in real time.
Analyze Results: Review win rates, profit factors, and P&L to refine your trading strategy.
Credits
This indicator builds upon the open-source contributions of LuxAlgo and TCP , whose efforts in sharing their code have made this tool possible. Their dedication to the trading community is deeply appreciated.
Nova SMC Key TimesThe Nova SMC Key Times is a focused TradingView® indicator tailored for futures traders who want clear visual markers at key session transitions. Designed with simplicity in mind, it automatically plots two dashed vertical lines each trading day to highlight the pre-market and official market-open times (adjusted for Micro E-mini S&P 500 and Micro Gold contracts).
Pre-Market Marker: A semi-transparent white dashed line drawn at the start of pre-market activity, helping you observe early liquidity movements and potential order accumulation.
Market-Open Marker: A fully opaque white dashed line at the exact opening bar of the main session, providing a clear reference for breakout attempts and volatility spikes.
Because LSF detects the appropriate timestamps based on the loaded symbol (MES1! or MGC1!), you never need to manually set session times. If applied to other symbols, it remains silent, ensuring that charts stay uncluttered.
You can easily customize line colors to match your visual preferences under the provided style settings. By visually framing these two critical moments each day, Nova LSF helps traders anticipate stop hunts, breakout retests, and initial momentum moves—making it a useful complement to any liquidity-oriented or order-flow strategy.
US Treasury Yield Curve & 2-10 SpreadYields: Plotted as absolute yields.
Spread: Difference between 10Y and 2Y yields.
Spread RHS: Spread normalized to 0–1 over the last 100 bars, shown as a step line.
Zero spread line: Highlights when the curve inverts (spread ≤ 0).
Daily Target & Consistency Tracker (Fixed + Win Rate)Updated this script. Realized that the suggested daily target calculations was giving the wrong number of profit to make per day to stay within the 20% or below level. Good luck to all and happy trading.
Dynamic Position Size & SL VisualizerThis indicator calculates the Position Size (i.e. the quantity to be bought) on the basis of the account value and the SL%. The Account balance and SL% is modifiable from the settings else it will consider the default value of $100,000 and SL% as per the ATR.
Deviation from EMA & VWAPThis indicator displays the real-time percentage deviation of price from both the EMA and VWAP.
🔹 EMA Deviation is shown as a smooth blue line
🟧 VWAP Deviation is shown as an orange histogram
📉 Use it to spot overbought/oversold conditions or sharp impulse moves
🔔 Built-in alerts for extreme deviations
🎯 Fully customizable: EMA length, deviation thresholds, VWAP toggle, and more
Ideal for identifying counter-trend setups and price extremes across all timeframes.
PLR-Z For Loop🧠 Overview
PLR-Z For Loop is a trend-following indicator built on the Power Law Residual Z-score model of Bitcoin price behavior. By measuring how far price deviates from a long-term power law regression and applying a custom scoring loop, this tool identifies consistent directional pressure in market structure. Designed for BTC, this indicator helps traders align with macro trends.
🧩 Key Features
Power Law Residual Model: Tracks deviations of BTC price from its long-term logarithmic growth curve.
Z-Score Normalization: Applies long-horizon statistical normalization (400/1460 bars) to smooth residual deviations into a usable trend signal.
Loop-Based Trend Filter: Iteratively scores how often the current Z-score exceeds prior values, emphasizing trend persistence over volatility.
Optional Smoothing: Toggleable exponential smoothing helps filter noise in choppier market conditions.
Directional Regime Coloring: Aqua (bullish) and Red (bearish) visuals reinforce trend alignment across plots and candles.
🔍 How It Works
Power Law Curve: Price is compared against a logarithmic regression model fitted to historical BTC price evolution (starting July 2010), defining structural support, resistance, and centerline levels.
Residual Z-Score: The residual is calculated as the log-difference between price and the power law center.
This residual is then normalized using a rolling mean (400 days) and standard deviation (1460 days) to create a long-term Z-score.
Loop Scoring Logic:
A loop compares the current Z-score to a configurable number of past bars.
Each higher comparison adds +1, and each lower one subtracts -1.
The result is a trend persistence score (z_loop) that grows with consistent directional momentum.
Smoothing Option: A user-defined EMA smooths the score, if enabled, to reduce short-term signal noise.
Signal Logic:
Long signal when trend score exceeds long_threshold.
Short signal when score drops below short_threshold.
Directional State (CD): Internally manages the current market regime (1 = long, -1 = short), controlling all visual output.
🔁 Use Cases & Applications
Macro Trend Alignment: Ideal for traders and analysts tracking Bitcoin’s structural momentum over long timeframes.
Trend Persistence Filter: Helps confirm whether the current move is part of a sustained trend or short-lived volatility.
Best Suited for BTC: Built specifically on the BNC BLX price history and Bitcoin’s power law behavior. Not designed for use with other assets.
✅ Conclusion
PLR-Z For Loop reframes Bitcoin’s long-term power law model into a trend-following tool by scoring the persistence of deviations above or below fair value. It shifts the focus from valuation-based mean reversion to directional momentum, making it a valuable signal for traders seeking high-conviction participation in BTC’s broader market cycles.
⚠️ Disclaimer
The content provided by this indicator is for educational and informational purposes only. Nothing herein constitutes financial or investment advice. Trading and investing involve risk, including the potential loss of capital. Always backtest and apply risk management suited to your strategy.
M2 Lag Correlation | QuantumResearch🧠 M2 Lag Correlation | QuantumResearch
Global M2 vs. Asset Lagged Correlation Dashboard
Measuring delayed macroeconomic impact across regions and asset classes
🌍 Why Is It Unique?
This is the first macro-financial correlation tool on TradingView that tracks and aggregates lagged money supply (M2) data across 20 global economies, FX-adjusted into USD equivalence, and overlays it against your selected chart (BTC, ETH, SPX, etc.).
It does more than just plot macro data — it quantifies the delayed correlation between asset price action and macro liquidity trends, providing a unique macro-lag insight tool for serious analysts and long-term investors.
📌 What It Does:
Computes the global M2 aggregate using 20 region-specific M2 datasets, normalized via local exchange rates
Lets you shift the M2 data forward using a customizable day offset (default: 96D) to model macro lag effects
Calculates rolling Pearson correlation between your charted asset and the lagged M2 line
Outputs correlation scores across four windows:
🟢 30D (Monthly)
🟢 90D (Quarterly)
🟢 182D (Semester)
🟢 365D (Yearly)
➕ Includes a composite Average Score
Displays values in a clean dashboard-style table with color-coded feedback
🔍 Use Cases:
Detect how macro liquidity expansion or contraction influences your asset
Determine the macro lag window — the period after which monetary supply affects asset prices
Validate cycle transitions using data-backed macro alignment
Compare lag response between assets (e.g., BTC vs. ETH vs. NASDAQ)
📊 Macro Lag Insight:
As of recent data:
Bitcoin (BTC) shows the strongest correlation with global M2 at approximately 97 days of lag
Ethereum (ETH) shows its peak correlation around 108 days of lag
These lag values are not static and may evolve over time as macro conditions shift. The script allows users to explore such relationships interactively.
⚙️ Customizable Parameters:
🔄 Offset (Days) – Slide the M2 curve forward to match historical asset reactions
🎨 Color Mode – 8 color palettes to match your visual preferences
📍 Table Position – Place the correlation display wherever you want on your chart
✅ Requirements:
Access to ECONOMICS and FX_IDC feeds on TradingView
Chart timeframe: preferably daily or higher for macro relevance
⚠️ Disclaimer:
Disclaimer: The content on this indicator is for informational and educational purposes only. Nothing contained within should be considered financial, investment, legal, or other professional advice. Past performance does not guarantee future results. Trading cryptocurrencies involves substantial risk of loss and is not suitable for every investor.
Correlation does not imply causation. This tool offers macro-aligned insight, not direct price prediction. Use it alongside a broader macro and market framework.
US30 Daily Trade FinderElevate Your US30 Trading with Daily Trade Finder
Welcome to the next evolution in breakout-based trading on Daily Trade Finder v1.0—for US30 (Dow Jones). Designed by FX DISTRIBUTION for traders who demand clarity, consistency, and built-in risk control, this invite-only indicator cuts through the noise and delivers high-probability entry signals every New York session.
✨ What It Does
Session-Based Breakout Detection
Tracks the Asian session’s high and low (automatically highlighted on your chart).
Monitors London’s liquidity sweeps of those Asian extremes to determine directional bias (bullish if the Asian high is breached, bearish if the Asian low is pierced).
During the New York session, fires a “Buy” or “Sell” label whenever price closes beyond the prior session range in the direction of your bias.
Fixed & Dynamic TP/SL Calculation
Fixed Mode: Uses a Simple “Pip Offset” for Stop-Loss and Take-Profit (30–50 pips SL, 75–100 pips TP by default).
Dynamic ATR Mode: Automatically adjusts your SL/TP based on real-time market volatility (ATR), so you never risk being prematurely stopped out during high-volatility episodes or leaving money on the table in tight ranges.
Built-In Backtest Dashboard
On the final bar of your replay or live chart, a compact, on-screen table displays:
Total Entries
Wins vs. Losses
Win Rate (%)
Average Profit per Trade (%)
Total Profit (%)
No need for external export—see exactly how the indicator has performed over your chosen timeframe, so you trade with confidence rather than guesswork.
On-Chart Trade Labels & Alerts
Entry Labels: Green “Buy” arrows and red “Sell” arrows appear precisely when conditions align.
Exit Labels: Clearly marks “Exit Long” or “Exit Short” at TP levels if your SL/TP is hit and if the “Show Exit Point” option is enabled.
Customizable Alerts: Receive native TradingView push, email, or pop-up alerts when a signal fires or a TP/SL is reached—never miss a key move again.
🏆 Why It’s Unique
Integrated Session Logic + Breakout Edge: Most breakout tools simply watch price vs. a static range. Daily Trade Finder layers on ICT session philosophy—filtering Asian ranges, waiting for London sweeps, and then only trading in New York. This three-step filter drastically reduces false signals.
Adaptive Risk Management: Instead of forcing a one-size-fits-all pip offset, our Dynamic ATR mode scales every SL/TP to the market’s current volatility—giving you breathing room in wild markets and tighter exits in calm markets.
Transparency with Backtest Metrics: Built-in, on-chart backtesting metrics mean you see your win rate and profitability at a glance without exporting data to spreadsheets or Blockchain. You’ll know in real time if your set-and-forget strategy really works.
Invite-Only, Protected Code: The logic is proprietary to FX DISTRIBUTION. By keeping this indicator invite-only, we ensure you have a dedicated support channel and a hand-picked community of serious US30 traders.
⚙️ How It Works (Step-by-Step)
Add ICT Session Marker (Optional)
Drop the ICT Sessions indicator on your US30 chart to color-code Asian, London, and New York blocks for clearer context.
Add Daily Trade Finder to Your 5 Min (or 3 Min) US30 Chart
Confirm your inputs:
Market Open Time: Set your broker’s UTC-offset so “New York” session aligns correctly.
TP/SL Mode: Select “Fixed” (30–50 pip SL, 75–100 pip TP) or “Dynamic ATR” (custom ATR length & multipliers).
Show Exit Labels: Toggle on if you want to see exactly where TP or SL triggered.
Identify Bias via London Sweep
During 2 AM–5 AM EST (London session), wait for price to break above the prior Asian High (bullish bias) or below the prior Asian Low (bearish bias).
If no clear sweep, skip the day or wait for retest—there is no forced entry.
Trade in New York Session (7 AM–10 AM EST)
On the 5 Min (or 3 Min) chart, watch for a “Buy” label (green arrow) if bullish bias, or a “Sell” label (red arrow) if bearish bias.
Execute market order immediately at label’s candle close.
Set Stop-Loss & Take-Profit
SL: 30–50 pips away from entry. With a R 1 500 starting balance on US30, we recommend 0.01 lots (30 pip SL ≈ R 12 = ~0.8 % risk).
TP: 75–100 pips (1 – 2 Risk:Reward). If price reaches TP, you’ll see an “Exit Long” or “Exit Short” label.
Review Backtest Dashboard
As soon as the final bar of your replay or live chart loads, your on-screen table shows your results: number of signals, wins/losses, win rate, average % return per trade, and total % profit.
Use this immediate feedback to adjust your session times, TP/SL preferences, or risk tolerance if needed.
🚀 Benefits for Traders
Clarity Over Noise: Rather than guessing which breakout to follow, you see exactly when and why those breakouts occur (session sweeps).
Automated Precision: One click installs, and all key SL/TP levels auto-calculate in real time—no need for manual pip counting.
Built-In Proof of Concept: The dashboard quantifies your edge in seconds—no more “back-of-the-napkin” calculations or Excel exports.
Invite-Only Community: By maintaining a private roster, we ensure each user has direct support, receives update notices, and trades alongside other committed US30 specialists.
Scalable Risk Control: Whether you’re starting with R 1 500 or R 150 000, simply adjust your lot size and the indicator’s built-in rules keep your risk at 1–2 % per trade.
Final Thoughts
Daily Trade Finder v1.0 marries ICT session logic with real-time breakout filtering and adaptive risk controls, all packaged into a slick, on-chart dashboard. For serious US30 (Dow Jones) traders, this is not just another indicator—it’s a complete, invite-only toolkit designed to minimize guesswork, maximize clarity, and put your edge firmly in your corner.
Ready to trade like a pro? Request your invite now and join the FX DISTRIBUTION community of high-performance US30 breakout specialists. Good luck, and trade with confidence!
Last Week's APM & Daily % Move(Corrected)Last Week's Average Price Movement + Daily Percentage Move (based on NY time)
This indicator accurately displays last week's Average Pip Movement (APM) consistently across all timeframes and tracks the true daily percentage move relative to that APM in a clear table in the top-right corner.
Key Features:
-Consistent Last Week's APM: Calculates the average pip movement from Monday to Friday of the previous trading week (based on daily wick-to-wick ranges, divided by 5). This APM value is now stable and the same across all chart timeframes.
-Accurate Live Daily % Move: Tracks the maximum percentage the price has moved (either up or down) since the 5 PM New York time daily open, compared to last week's APM. The percentage holds the maximum value reached during the day and resets at the next 5 PM NY open.
-NY Time Alignment: All time-based calculations are aligned with the New York time zone
Pip Adjustment: Automatically adjusts for JPY pairs.
⚠️ Important: For the intended display and relevance of the daily percentage move, this indicator is best used on timeframes 4-hour and under. On Daily and Weekly timeframes, the APM display will show a message indicating this.
We hope this indicator enhances your trading analysis.
Calcolatore Contratti DMT🧠 DMT Contract Calculator – Deep Market Trader
This indicator is a risk management tool designed for traders of U.S. futures (NQ, MNQ, ES, MES, YM, MYM), with a focus on intraday and scalping strategies.
📌 What it does
Automatically calculates the correct number of contracts to trade based on your dollar risk and stop loss in ticks.
Displays the effective risk and highlights it in red if it exceeds your preset risk.
Adapts to the selected asset with the appropriate tick value.
Presents the results in a clean table at the top right of the chart.
⚙️ How to use it
Choose your asset (e.g., MNQ) from the dropdown menu.
Set:
Your dollar risk (e.g., $100)
Your stop loss in ticks (e.g., 10 ticks)
The calculator will show:
Number of contracts to trade
Actual risk in dollars
A visual alert if the effective risk exceeds the preset value
Positive/Negative Close Counter (Bar-Based)This scripts tells the % of positive/negative closes for LB period of 252 days.
Circuit Counter (1Y)The script counts no. of upper circuits(UC) and lower circuits(LC) for a given lookback period(Default=252days).
The UC and LC is counted when Close=High, in which case if close is Close=High+5% or 10% or 20% it is counted as UC, vice versa for LC.
Macro Context v1 - NobruzeraaaHMacro Context v1
Advanced Multi-Asset Correlation Analysis for Professional Trading
"In institutional trading, correlation is king. This panel puts the crown on your charts."
Overview
This is a sophisticated real-time market analysis tool that monitors critical institutional correlations across traditional and cryptocurrency markets. This indicator provides traders with actionable insights based on academic research and institutional trading patterns.
Features
- **Multi-Asset Correlation Engine**
- **13 Advanced Analysis Layers** covering macro, crypto, and institutional flows
- **Real-time Correlation Detection** between BTC, equities, bonds, and commodities
- **Institutional Divergence Alerts** for early trend identification
- **Risk Sentiment Analysis** using VIX, DXY, and yield curve data
**Professional Grade Analytics**
- **NDX/SPX vs BTC Correlation** - Critical tech-crypto relationship monitoring
- **VIX Breakout Detection** - Institutional panic (>30) and dangerous complacency (<15) alerts
- **Yield Curve Inversion Monitoring** - Recession signal detection via US10Y-US2Y spread
- **Institutional Flow Tracking** - Real proxies using MSTR/COIN performance
- **DXY Critical Levels** - USD dominance (>105) and weakness (<95) thresholds
**Smart Actionable Signals**
- **Opportunity Detection** in altcoins during confirmed risk-on periods
- **Divergence Warnings** when BTC-Tech correlations break down
- **Volatility Preparation** alerts during market complacency
- **Hedge Recommendations** during institutional flight to quality
Correlation Matrix Monitored
**Traditional Markets**
| Asset | Function | Institutional Significance |
|-------|----------|---------------------------|
| **SPX** | Equity benchmark | Risk-on/off sentiment |
| **NDX** | Tech growth proxy | Innovation capital flows |
| **VIX** | Volatility index | Fear/greed institutional gauge |
| **DXY** | Dollar strength | Global liquidity flows |
| **US10Y-US2Y** | Yield curve | Recession probability |
| **Gold** | Safe haven | Inflation hedge demand |
| **Copper** | Industrial metal | Growth expectations |
**Cryptocurrency Markets**
| Asset | Function | Institutional Significance |
|-------|----------|---------------------------|
| **BTC** | Digital store of value | Institutional adoption gauge |
| **ETH** | Smart contract platform | DeFi institutional interest |
| **BTC.D** | Bitcoin dominance | Crypto capital allocation |
| **USDT.D** | Stablecoin dominance | Risk-off crypto indicator |
| **TOTAL3** | Alt market cap | Retail vs institutional flow |
**Institutional Proxies**
| Asset | Function | Why It Matters |
|-------|----------|----------------|
| **MSTR** | MicroStrategy stock | Corporate BTC holdings proxy |
| **COIN** | Coinbase stock | Crypto institutional gateway |
---
Critical Correlations Detected
**1. Tech-Led Risk-On Confirmation**
**Trigger:** NDX outperforming SPX + BTC rising + VIX declining
**Signal:** Strong institutional appetite for growth assets
**Action:** Opportunity in tech and crypto momentum
**2. BTC-Tech Divergence Warning**
**Trigger:** NDX/SPX ratio positive + BTC declining significantly
**Signal:** Potential institutional crypto exit while maintaining tech exposure
**Action:** Monitor for broader crypto weakness
**3. Institutional Panic Mode**
**Trigger:** VIX > 30 + USDT.D rising + BTC/equities declining
**Signal:** Fear-driven liquidations across all risk assets
**Action:** Wait for clarity, prepare for volatility
**4. Dangerous Complacency**
**Trigger:** VIX < 15 + low volatility across assets
**Signal:** Market complacency reaching dangerous levels
**Action:** Prepare for sudden volatility spike
**5. Yield Curve Recession Signal**
**Trigger:** US10Y-US2Y spread deeply inverted (<-0.5%)
**Signal:** Bond market pricing in economic slowdown
**Action:** Defensive positioning, reduce risk exposure
**6. USD Super-Dominance**
**Trigger:** DXY > 105 + gold declining + risk assets under pressure
**Signal:** Extreme USD strength creating global liquidity stress
**Action:** Monitor emerging market stress, dollar-denominated debt concerns
**7. Altseason Confirmation**
**Trigger:** BTC.D declining + USDT.D declining + TOTAL3 outperforming + low VIX
**Signal:** Capital rotating from BTC to altcoins in risk-on environment
**Action:** Opportunity in alternative cryptocurrencies
---
Advanced Analytics Provided
**Risk Sentiment Classification**
- 🔴 **Fear in System** - Multiple fear indicators triggered
- 🟡 **Cautious Mode** - Mixed signals, proceed carefully
- 🟢 **Risk Appetite** - Confirmed risk-on environment
- 🟢 **Strong Risk-On** - Multiple bullish confirmations
- 🟠 **Dangerous Complacency** - Excessive optimism warning
**Macro Context Analysis**
- 💪 **Dollar Dominant** - USD strength driving global flows
- 🌍 **USD Weakening** - Emerging market and commodity positive
- ⚠️ **Market Stress** - Multiple stress indicators active
- 🚀 **Solid Bull Market** - Confirmed uptrend across assets
- 🏭 **Growth Acceleration** - Copper/Gold ratio signaling expansion
- 🛡️ **Defensive Rotation** - Flight to quality assets
**Actionable Intelligence**
- ✅ **Opportunity in Alts** - Multiple confirmations for altcoin exposure
- ⚠️ **Wait for Clarity** - High uncertainty, avoid new positions
- 🏛️ **Consider Hedge** - Defensive positioning recommended
- 📈 **Ride Momentum** - Trend continuation likely
- 🔍 **Monitor Divergence** - Correlation breakdown warning
- ⚠️ **Prepare for Volatility** - Complacency extreme reached
Technical Implementation
**Data Sources**
- **Traditional Markets:** TradingView real-time feeds
- **Cryptocurrency:** Binance spot prices and market cap data
- **Macro Data:** US Treasury yields, volatility indices
- **Update Frequency:** Every minute during market hours
**Calculation Methodology**
- **24-hour percentage changes** for all assets
- **Real-time price levels** for VIX and DXY thresholds
- **Spread calculations** for yield curve analysis
- **Ratio analysis** for relative performance metrics
**Multi-Language Support**
- 🇺🇸 **English** - Full professional terminology
- 🇪🇸 **Spanish** - Complete translation for Latin American markets
- 🇧🇷 **Portuguese** - Brazilian market terminology
---
Academic Foundation
This indicator is built upon peer-reviewed research and institutional trading patterns:
**Research-Based Correlations**
- **Bitcoin-NASDAQ correlation studies** (2024 academic papers)
- **VIX threshold analysis** from institutional trading desks
- **Yield curve inversion** recession prediction models
- **Dollar index breakout** historical analysis
- **Cryptocurrency dominance** flow studies
**Institutional Insights**
- **Fear & Greed Index** methodology adaptation
- **Professional volatility** threshold implementation
- **Corporate treasury** Bitcoin adoption tracking
- **Institutional proxy** correlation validation
---
Quick Start Guide
**Configuration**
- **Language Selection:** Choose your preferred language
- **Asset Selection:** Enable/disable specific asset monitoring
- **Timezone:** Set your preferred timezone for timestamp display
**Interpretation**
- **Green indicators:** Bullish/risk-on signals
- **Red indicators:** Bearish/risk-off signals
- **Yellow indicators:** Neutral/mixed signals
- **Orange indicators:** Warning/extreme conditions
---
Use Cases
**Traders**
- **Portfolio allocation** based on institutional flows
- **Risk management** through correlation monitoring
- **Market timing** using sentiment extremes
- **Divergence trading** opportunities
**Analysts**
- **Multi-asset correlation** research
- **Macro theme** identification
- **Risk sentiment** quantification
- **Flow analysis** across asset classes
**Cryptocurrency Investors**
- **Altseason timing** through dominance analysis
- **Macro correlation** understanding
- **Institutional adoption** tracking
- **Risk-on/off** positioning
---
Important Disclaimers
- **Not Financial Advice:** This tool provides analytical insights, not investment recommendations
- **Market Risk:** All trading involves substantial risk of loss
- **Correlation Changes:** Market correlations can shift rapidly during crisis periods
- **Supplementary Tool:** Should be used alongside other analysis methods
This indicator represents cutting-edge market analysis combining traditional finance and cryptocurrency insights. Regular updates ensure continued accuracy as market structures evolve.
**Version:** 1.0
**Last Updated:** 2025
**Compatibility:** Pine Script v6
**Category:** Multi-Asset Analysis
ES WickSauce 06/02ES WickSauce Levels by Yags 🧠
This script displays key price levels for the ES Futures (S&P 500 E-mini) based on high-probability zones identified through order flow analysis. The levels are selected daily by Yags, a trader in our community who specializes in tools like:
Footprint charts
Volume Profile (VP)
Time Price Opportunity (TPO)
Delta/Absorption analysis
Session statistics
These tools help identify areas where liquidity, volume imbalances, or unfinished auctions suggest potential turning points or areas of interest.
🔍 How it works:
The indicator draws horizontal levels across the session that represent:
🟡 Yellow = LVN (Low Volume Node) – zones of low participation, often act as pivots or magnets.
🔴 Red = HVN (High Volume Node) – areas of high activity, typically zones of acceptance.
⚫ Grey Lines = VP Levels – thin lines marking VP-derived prices (like session highs/lows).
⚫ Grey Boxes = Shelf/Ledges – price shelves or consolidation ledges from volume profile.
💖 Pink = Single Prints or POC – either TPO single prints or developing Point of Control.
🟠 Orange = VPOC – Volume Point of Control (most traded price of the session).
These levels are manually curated to avoid overplotting and to focus only on what truly matters during the trading day. The script updates automatically for current sessions to support scalping, mean reversion, and continuation setups based on context.
📌 Why it's closed-source:
We made this script closed-source to protect the integrity of the level selection methodology, which is not algorithmically generated but hand-picked by Yags using discretionary order flow insights. This preserves the edge of our Discord and trading community while letting members overlay these curated levels directly on their charts.
This script doesn’t “reproduce” open-source indicators — it’s simply a visual tool for sharing manually-determined zones using standard Pine features like horizontal lines and session timestamps.
✅ Use Cases:
Fade or play continuation at LVNs or shelf edges
Monitor response at VPOCs (volume-based control zones)
Watch for reaction at single prints or absorption zones
Validate your trades with real order flow levels
If you have any questions or want access to the private Discord for daily levels and educational content, feel free to reach out.
This is not a buy/sell signal script, it’s a contextual guide to support your trading plan.
Daily ADR TableDaily ADR Table Indicator
The Daily Average Daily Range (ADR) Table displays real-time volatility statistics directly on your chart. It shows both the current day's range and the historical average daily range as percentages of the current price, providing essential volatility metrics for trading decisions.
The indicator tracks today's range in real-time throughout the trading session using session-based calculations to ensure accuracy. It compares this against a customizable historical average (default 20 days, adjustable from 1-500 days) to help traders assess whether current volatility is above or below normal levels.
All values are displayed as percentages for easy comparison across different price levels and formatted to two decimal places for precision. The table position, text size, alignment, and colors are fully customizable with nine position options and professional default styling optimized for readability.
This indicator is valuable for day traders, swing traders, and market analysts who need to quickly assess current market volatility relative to historical norms. It assists in position sizing decisions, setting stop losses, and identifying potential breakout or consolidation scenarios based on range expansion or contraction.