Price Levels: Prior/current/week/pre-market?after-hour high lowSee prior day levels including all time highs etc at one place. May change indicator settings and colors as you like.
Indicators and strategies
8/30 SMA Pullback + ATR Exits (Crypto)A tryout using LLM to see if it can apply to bots using SMA pullbacks with ATR exits for crypto
MTF 200MULTI TIME FRAME 200MA
TIMEFRAME
1m 5m 15m 30m 60m 240m 1D
200 SMA
Check the chart for 200ma you were looking at a candle at a certain time
VRP Zones with Strategy Labels & TooltipsThis script marries the core concept of Volatility Risk Premium—how far implied vol sits above or below realized vol—with practical, on-chart signals that guide you toward specific options trades. By seeing “High VRP” in orange or “Negative VRP” in red right on your price bars (with hover-for-tooltip strategy tips), you get both the quantitative measure and the qualitative trade idea in one glance.
Green Light Confluence - Control-AIt scans the top 15 U.S. stocks in real time — including names like NASDAQ:AAPL , NASDAQ:AMZN , NASDAQ:NVDA , NASDAQ:GOOGL , NASDAQ:TSLA , and NASDAQ:MSFT — and identifies whether the majority are trending above or below their 200 EMA on the 1-minute chart.
ACR(Average Candle Range) With TargetsWhat is ACR?
The Average Candle Range (ACR) is a custom volatility metric that calculates the mean distance between the high and low of a set number of past candles. ACR focuses only on the actual candle range (high - low) of specific past candles on a chosen timeframe.
This script calculates and visualizes the Average Candle Range (ACR) over a user-defined number of candles on a custom timeframe. It displays a table of recent range values, plots dynamic bullish and bearish target levels, and marks the start of each new candle with a vertical line. All calculations update in real time as price action develops. This script was inspired by the “ICT ADR Levels - Judas x Daily Range Meter°” by toodegrees.
Key Features
Custom Timeframe Selection: Choose any timeframe (e.g., 1D, 4H, 15m) for analysis.
User-Defined Lookback: Calculate the average range across 1 to 10 previous candles.
Dynamic Targets:
Bullish Target: Current candle low + ACR.
Bearish Target: Current candle high – ACR.
Live Updates: Targets adjust intrabar as highs or lows change during the current candle.
Candle Start Markers: Vertical lines denote the open of each new candle on the selected timeframe.
Floating Range Table:
Displays the current ACR value.
Lists individual ranges for the previous five candles.
Extend Target Lines: Choose to extend bullish and bearish target levels fully across the screen.
Global Visibility Controls: Toggle on/off all visual elements (targets, vertical lines, and table) for a cleaner view.
How It Works
At each new candle on the user-selected timeframe, the script:
Draws a vertical line at the candle’s open.
Recalculates the ACR based on the inputted previous number of candles.
Plots target levels using the current candle's developing high and low values.
Limitation
Once the price has already moved a full ACR in the opposite direction from your intended trade, the associated target loses its practical value. For example, if you intended to trade long but the bearish ACR target is hit first, the bullish target is no longer a reliable reference for that session.
Use Case
This tool is designed for traders who:
Want to visualize the average movement range of candles over time.
Use higher or lower timeframe candles as structural anchors.
Require real-time range-based price levels for intraday or swing decision-making.
This script does not generate entry or exit signals. Instead, it supports range awareness and target projection based on historical candle behavior.
Key Difference from Similar Tools
While this script was inspired by “ICT ADR Levels - Judas x Daily Range Meter°” by toodegrees, it introduces a major enhancement: the ability to customize the timeframe used for calculating the range. Most ADR or candle-range tools are locked to a single timeframe (e.g., daily), but this version gives traders full control over the analysis window. This makes it adaptable to a wide range of strategies, including intraday and swing trading, across any market or asset.
EMA Channel with ATR Offset + 2 Custom EMAsJust an alternative channel indicator to Bollinger Bands or Ketner channels that uses ATR offsets as the corridor of possible movements, which I recommend changing to fit various tickers.
Also thrown in is EMA, default is 100 and 50 periods for trend direction and potential confirmation
Opening Range Breakout (9:30 - 9:45 EST)Here's a Pine Script (v5) for TradingView that plots the Opening Range Breakout (ORB) lines from 9:30 AM to 9:45 AM EST on a 15-minute chart.
It draws a green line at the high of the opening range and a red line at the low, both extending through the rest of the day.
Yearly VWAP with Z-Score Yearly VWAP with Z-score (starting from June)
Z(upperband)=-2
Z(lowerband)=2
Z(middleline)=0
CryptoTrend Pro v0.4 — Adaptive Trend IndicatorCryptoTrend Pro v0.4 — Adaptive Trend Indicator
Visual Trend Indication System (Candle Recoloring)
The mechanism for dynamic bar coloring is implemented to clearly distinguish market states without cluttering the chart, aligning with best practices for creating effective visual elements in trading tools.
Color Scheme and Logic:
Green Color: Activated when both conditions are met simultaneously:
Price closes above MA1 (short-term moving average)
Price closes above MA2 (medium-term moving average)
Indicates a sustained uptrend with confirmed momentum across two timeframes
Red Color: Activated when both conditions are met simultaneously:
Price closes below MA1
Price closes below MA2
Signals a dominant downtrend
Gray Color: Applied during price crossovers through MA1:
Bullish crossover: ta.crossover(close, ma1)
Bearish crossover: ta.crossunder(close, ma1)
Indicates potential reversal or change in short-term momentum
White Color (default): Maintained when price is positioned between MA1 and MA2, signaling absence of a clear dominant trend and need for additional confirmation
It's important to note that MA1 and MA2 are hidden by default on the chart, allowing visual clarity while maintaining informative color signaling. The color scheme is designed according to visual hierarchy principles, where more significant market states are highlighted with contrasting colors while less critical ones use neutral tones.
Enhanced Information Panel (Bottom Right Corner)
The information block is positioned in the bottom right corner of the chart, avoiding overlap with price bars through proper visual element layering settings. The panel features a structured table format that follows TradingView's recommendations for information organization to maximize readability.
Seven Key Metrics Displayed as Follows:
Current Price — Displayed in large font with color indication (green/red depending on last bar movement)
Volume Status — Shown through color markers (green for volume increase >20%, red for decrease) with percentage value
RSI (14) — Scale with color gradient from red (overbought) to green (oversold)
MACD Divergence — Icon indicating divergence type (bullish/bearish) or its absence
MA4/MA7 Trend — Text indicator with color coding (green for uptrend, red for downtrend)
Candle Trend Type — Displays current color indication status (sustained uptrend/downtrend, reversal moment)
VWMA Recommendation — Dynamic advice on using volume-weighted moving average for crypto markets
Each panel element is designed to present data through various visual methods, making the indicator more intuitive and less cluttered. The information panel uses a transparent background and compact element arrangement to minimize visual noise while preserving all necessary information.
Conclusion
The updated indicator version focuses on enhancing visual perception of market conditions through a thoughtful candle color scheme and structured information panel. All visual elements comply with TradingView's recommendations for creating effective and user-friendly indicators, where critical information is highlighted while secondary elements don't distract the trader. Hidden moving averages MA1 and MA2 continue to serve as the foundation for color indication, maintaining both chart cleanliness and informational value.
Feedback Request
We actively welcome your feedback and suggestions for improvement. Any constructive criticism is highly valued as we continue to refine CryptoTrend Pro. Whether it's about visual clarity, functionality, or additional features you'd like to see, your insights are crucial to shaping the next version. Please share your thoughts to help us enhance the indicator's performance and user experience.
quad Stoch'sIt's like a Stochastic Oscillator, but there are four of them. Wait for all four to show overbought or oversold and then enter once the fastest moving oscillator breaks out
NEO IMACD Strategy SL y TPNEO IMACD Strategy SL y TP
A structured momentum and trend-following strategy with dynamic SL/TP visual management.
Description
The NEO IMACD Strategy SL y TP is a technical trading system that uses enhanced MACD logic over ZLEMA to detect directional momentum changes, combined with an EMA filter and automated risk management through customizable stop loss and take profit levels.
This script is built with a clear educational purpose: to help traders understand how to apply structured entries and exits using a clean visual layout. It is ideal for both intermediate and beginner traders who want to simulate consistent setups and develop disciplined strategies based on technical confluence.
All code logic is fully transparent and does not repaint. The strategy uses fixed position sizing and percentage-based TP/SL to control risk, making it accessible for traders with small accounts or those learning structured trading systems.
Key Indicators
ZLEMA (Zero-Lag EMA): for responsive price smoothing
MACD (with ZLEMA input): for momentum and trend shift detection
EMA 100: for overall trend direction filtering
RSI (14): used as an optional confirmation for exits
Long Entry Conditions
Price is above EMA 100
MACD crosses above the signal line
Histogram is not flat (MACD lines are not parallel)
Short Entry Conditions
Price is below EMA 100
MACD crosses below the signal line
Histogram is not flat (MACD lines are not parallel)
Exit Logic
Long positions close if:
MACD crosses below the signal line
Histogram declines
RSI drops from overbought (above 70)
Short positions close if:
MACD crosses above the signal line
Histogram declines
RSI rises from oversold (below 30)
Risk Management
Stop Loss: set as a fixed percentage of entry price (default 0.5%)
Take Profit: based on user-defined risk-reward ratio (default 2:1)
Both SL and TP levels are plotted as lines, with optional price labels
Strategy Settings
ZLEMA Length: 34
MACD: 12 / 26 / 9
EMA 100: trend filter
RSI: 14
Stop Loss: 0.5% (adjustable)
Risk-Reward Ratio: 2.0 (default)
Position Size: 1 (fixed)
Notes
This script is for educational and backtesting purposes only.
It is not financial advice or a signal provider.
Always test and adapt before applying any strategy in real market conditions.
On-Chain Signals [LuxAlgo]The On-Chain Signals indicator uses fundamental blockchain metrics to provide traders with an objective technical view of their favorite cryptocurrencies.
It uses IntoTheBlock datasets integrated within TradingView to generate four key signals: Net Network Growth, In the Money, Concentration, and Large Transactions.
Together, these four signals provide traders with an overall directional bias of the market. All of the data can be visualized as a gauge, table, historical plot, or average.
🔶 USAGE
The main goal of this tool is to provide an overall directional bias based on four blockchain signals, each with three possible biases: bearish, neutral, or bullish. The thresholds for each signal bias can be adjusted on the settings panel.
These signals are based on IntoTheBlock's On-Chain Signals.
Net network growth: Change in the total number of addresses over the last seven periods; i.e., how many new addresses are being created.
In the Money: Change in the seven-period moving average of the total supply in the money. This shows how many addresses are profitable.
Concentration: Change in the aggregate addresses of whales and investors from the previous period. These are addresses holding at least 0.1% of the supply. This shows how many addresses are in the hands of a few.
Large Transactions: Changes in the number of transactions over $100,000. This metric tracks convergence or divergence from the 21- and 30-day EMAs and indicates the momentum of large transactions.
All of these signals together form the blockchain's overall directional bias.
Bearish: The number of bearish individual signals is greater than the number of bullish individual signals.
Neutral: The number of bearish individual signals is equal to the number of bullish individual signals.
Bullish: The number of bullish individual signals is greater than the number of bearish individual signals.
If the overall directional bias is bullish, we can expect the price of the observed cryptocurrency to increase. If the bias is bearish, we can expect the price to decrease. If the signal is neutral, the price may be more likely to stay the same.
Traders should be aware of two things. First, the signals provide optimal results when the chart is set to the daily timeframe. Second, the tool uses IntoTheBlock data, which is available on TradingView. Therefore, some cryptocurrencies may not be available.
🔹 Display Mode
Traders have three different display modes at their disposal. These modes can be easily selected from the settings panel. The gauge is set by default.
🔹 Gauge
The gauge will appear in the center of the visible space. Traders can adjust its size using the Scale parameter in the Settings panel. They can also give it a curved effect.
The number of bars displayed directly affects the gauge's resolution: More bars result in better resolution.
The chart above shows the effect that different scale configurations have on the gauge.
🔹 Historical Data
The chart above shows the historical data for each of the four signals.
Traders can use this mode to adjust the thresholds for each signal on the settings panel to fit the behavior of each cryptocurrency. They can also analyze how each metric impacts price behavior over time.
🔹 Average
This display mode provides an easy way to see the overall bias of past prices in order to analyze price behavior in relation to the underlying blockchain's directional bias.
The average is calculated by taking the values of the overall bias as -1 for bearish, 0 for neutral, and +1 for bullish, and then applying a triangular moving average over 20 periods by default. Simple and exponential moving averages are available, and traders can select the period length from the settings panel.
🔶 DETAILS
The four signals are based on IntoTheBlock's On-Chain Signals. We gather the data, manipulate it, and build the signals depending on each threshold.
Net network growth
float netNetworkGrowthData = customData('_TOTALADDRESSES')
float netNetworkGrowth = 100*(netNetworkGrowthData /netNetworkGrowthData - 1)
In the Money
float inTheMoneyData = customData('_INOUTMONEYIN')
float averageBalance = customData('_AVGBALANCE')
float inTheMoneyBalance = inTheMoneyData*averageBalance
float sma = ta.sma(inTheMoneyBalance,7)
float inTheMoney = ta.roc(sma,1)
Concentration
float whalesData = customData('_WHALESPERCENTAGE')
float inverstorsData = customData('_INVESTORSPERCENTAGE')
float bigHands = whalesData+inverstorsData
float concentration = ta.change(bigHands )*100
Large Transactions
float largeTransacionsData = customData('_LARGETXCOUNT')
float largeTX21 = ta.ema(largeTransacionsData,21)
float largeTX30 = ta.ema(largeTransacionsData,30)
float largeTransacions = ((largeTX21 - largeTX30)/largeTX30)*100
🔶 SETTINGS
Display mode: Select between gauge, historical data and average.
Average: Select a smoothing method and length period.
🔹 Thresholds
Net Network Growth : Bullish and bearish thresholds for this signal.
In The Money : Bullish and bearish thresholds for this signal.
Concentration : Bullish and bearish thresholds for this signal.
Transactions : Bullish and bearish thresholds for this signal.
🔹 Dashboard
Dashboard : Enable/disable dashboard display
Position : Select dashboard location
Size : Select dashboard size
🔹 Gauge
Scale : Select the size of the gauge
Curved : Enable/disable curved mode
Select Gauge colors for bearish, neutral and bullish bias
🔹 Style
Net Network Growth : Enable/disable historical plot and choose color
In The Money : Enable/disable historical plot and choose color
Concentration : Enable/disable historical plot and choose color
Large Transacions : Enable/disable historical plot and choose color
2-Day ATR% & Smoothed Position Size (EMA)Position sizing based on 2 day atr. Used to vol target 1 position
Starter Edge StrategyStarter Edge Strategy
A clean and rule-based scalping strategy using ZLEMA, MACD and EMA filters.
Description
The Starter Edge Strategy is a structured technical trading system that combines trend-following and momentum indicators to identify potential entries on both the long and short side.
This script is intended for educational and research purposes only. It provides a clear visual framework for understanding basic momentum setups, with pre-defined risk/reward parameters and a focus on clarity of execution.
It is especially designed for beginner traders or small account investors who want to learn how to apply disciplined entries and exits with clear visual feedback. The strategy uses small position sizing and a low initial capital ($1000), making it more accessible to those just starting out.
All logic is fully transparent, with no repainting or subjective components.
Key Indicators
ZLEMA (Zero-Lag Exponential Moving Average)
MACD (based on ZLEMA)
EMA 100 for trend filtering
RSI for directional strength confirmation
Long Entry Conditions
Price above EMA 100
MACD crosses above the signal line
Histogram is rising
MACD and signal lines are not parallel
RSI > 50
Short Entry Conditions
Price below EMA 100
MACD crosses below the signal line
Histogram is falling
MACD and signal lines are not parallel
RSI < 50
Exit Logic
Take Profit: +2% from entry
Stop Loss: -1% from entry
Visual elements (optional): trade box, TP/SL lines, 2:1 risk/reward label
Strategy Settings
ZLEMA Length: 34
MACD: 12 / 26 / 9
EMA 100 Length: adjustable
RSI Period: 14
TP: 2% (default)
SL: 1% (default)
Position size: 0.1
Initial capital: $1000
Notes
This script is not financial advice.
Designed to help beginner traders study technical setups with clear visuals.
Backtesting and further validation are strongly recommended before live use.
Multi-Indicator Trading System v2Multi-Indicator Trading System (MITS)
Purpose:
Using WVMA (Volume Weighted Moving Average) + EMA 50 + Bollinger Bands to capture trend reversal points and generate buy/sell signals.
What It Does:
WVMA line shows volume-based price momentum
EMA 50 determines main trend direction
Bollinger Bands display volatility range
BUY signal when price crosses above WVMA and is above EMA
SELL signal when price crosses below WVMA and is below EMA
In Short: Combines Volume + Trend + Volatility to find strong entry points.
triple Keltner Channels with Z-ScoreThis indicator plots three Keltner Channels (multipliers 2, 3, and 3.5) around a customizable EMA. It calculates a continuous Z-Score for the previous closed candle based on its position within the channels. The Z-Score is plotted as a blue line below the chart
OPTIONS GREEKS PROFESSIONAL DASHBOARD ANALYZEROPTIONS GREEKS’ PROFESSIONAL DASHBOARD ANALYZER
(Study Material & Script Description)
Overview
The "Professional Options Greeks Analyzer" by aiTrendview.com is a comprehensive analytical tool developed using the Black-Scholes Option Pricing Model. It is designed to help traders, investors, and financial analysts measure and visualize the most important first-order Greeks — Delta, Gamma, Theta, Vega, and Rho — along with key metrics like option pricing, implied volatility (IV), break-even points, moneyness, expected move, and risk level. This dashboard is highly configurable and supports various expiry durations, volatility assumptions, and strike price selection modes, providing a deeply customizable yet intuitive user interface.
________________________________________
Core Logic and Calculation Model
The tool is based on the Black-Scholes model, a well-known pricing method for European-style options. The model computes Call and Put prices using parameters such as current spot price (S), strike price (K), time to expiry (T), implied volatility (σ), and risk-free interest rate (r). The d1 and d2 components — central to Black-Scholes — are derived from logarithmic price ratios and volatility-adjusted time decay.
From these, all major Greeks are calculated:
• Delta: Measures the sensitivity of the option's price to the underlying asset's price.
• Gamma: Indicates the rate of change in Delta relative to changes in the underlying.
• Vega: Captures the sensitivity of the option's price to changes in implied volatility.
• Theta: Reflects the rate at which the option loses value due to time decay.
• Rho: Indicates the sensitivity to interest rate changes.
These values are updated in real time and displayed in a tabular format with visual progress bars to help traders interpret values more effectively.
________________________________________
Customization & User Inputs
The indicator allows users to adjust several key parameters to fit different trading scenarios:
• Implied Volatility (IV) can be manually input (default 25%), allowing traders to model expected outcomes under their assumptions.
• Strike Price Mode offers flexibility with "ATM" (At-the-Money) or "Custom" strike selection.
• Expiry Selection includes 7D, 14D, 30D, 60D, and 90D periods, making the Greeks adaptive to different option durations.
• Risk-Free Rate is configurable (default 4.5%) to reflect current economic conditions.
The tool also computes realized volatility from price action over 30 bars, which is compared with implied volatility to calculate IV Rank, categorized as HIGH, MEDIUM, or LOW. This helps traders decide whether options are relatively expensive or cheap.
________________________________________
Visual Dashboard and Interpretation
The dashboard is structured into five key rows:
1. Market Metrics: Asset name, spot price, selected strike, days to expiry, IV, IV Rank, trend over 1-day period, and moneyness (ITM/ATM/OTM).
2. Option Pricing: Call and Put prices, breakeven levels, time value components, expected move, and realized volatility.
3. Greeks: Displays Delta (with progress bar), Gamma, Vega, Theta (Call and Put), and visual interpretation.
4. Risk & Recommendation: Based on IV Rank and short-term trend, the script generates real-time suggestions (e.g., "BUY STRADDLES", "SELL CALL SPREADS").
5. Visual Encoding: Each data point is color-coded — green for positive, red for negative, and gray for neutral — enhancing visual clarity.
This layout not only provides transparency but also helps both novice and professional traders make quick and informed decisions.
________________________________________
Strategy Suggestions and Interpretation
The script provides a status-based recommendation engine that suggests strategic action based on market conditions:
• High IV & Rising Market: Suggests "SELL CALL SPREADS"
• High IV & Falling Market: Suggests "SELL PUT SPREADS"
• Low IV & Sideways Market: Suggests "BUY STRADDLES"
• Unclear Condition: Suggests "MONITOR"
Additionally, the risk level is determined by the Gamma value, which serves as a proxy for position sensitivity — categorized into HIGH, MEDIUM, or LOW.
________________________________________
Use Case and Trader Benefits
This tool is especially beneficial for:
• Options Traders analyzing multiple Greeks in real-time.
• Volatility Strategists comparing implied and realized volatility.
• Retail Investors evaluating premium pricing and moneyness quickly.
• Portfolio Managers visualizing risk and hedging exposures.
The real-time alert system, progress bars, and recommendation logic make it suitable for both manual trading and integration into automated strategies or alerts via webhook/notifications.
________________________________________
Practical Steps for Use
1. Load the script in TradingView’s Pine Script editor and apply it to your desired chart.
2. Choose your expiry duration and configure IV and strike price based on your trade thesis.
3. Observe the Greeks, pricing, IV Rank, and generated recommendations.
4. Use the dashboard to plan spreads, straddles, directional trades, or hedges accordingly.
5. Optionally, create alerts when IV Rank hits HIGH/LOW or when recommended strategies change.
________________________________________
Disclaimer by aiTrendview
The "Professional Options Greeks Analyzer" and all tools or materials provided by aiTrendview.com are strictly intended for educational and informational purposes only. They are not investment advice, financial recommendations, or trading signals. Options trading involves substantial risk and may not be suitable for all investors. Past performance does not guarantee future returns. Users are solely responsible for their decisions and are advised to test strategies in simulation environments before applying them to live trading. Please consult a certified financial advisor or legal counsel before making any financial decisions.
Correlation HeatMap [TradingFinder] Sessions Data Science Stats🔵 Introduction
n financial markets, correlation describes the statistical relationship between the price movements of two assets and how they interact over time. It plays a key role in both trading and investing by helping analyze asset behavior, manage portfolio risk, and understand intermarket dynamics. The Correlation Heatmap is a visual tool that shows how the correlation between multiple assets and a central reference asset (the Main Symbol) changes over time.
It supports four market types forex, stocks, crypto, and a custom mode making it adaptable to different trading environments. The heatmap uses a color-coded grid where warmer tones represent stronger negative correlations and cooler tones indicate stronger positive ones. This intuitive color system allows traders to quickly identify when assets move together or diverge, offering real-time insights that go beyond traditional correlation tables.
🟣 How to Interpret the Heatmap Visually ?
Each cell represents the correlation between the main symbol and one compared asset at a specific time.
Warm colors (e.g. red, orange) suggest strong negative correlation as one asset rises, the other tends to fall.
Cool colors (e.g. blue, green) suggest strong positive correlation both assets tend to move in the same direction.
Lighter shades indicate weaker correlations, while darker shades indicate stronger correlations.
The heatmap updates over time, allowing users to detect changes in correlation during market events or trading sessions.
One of the standout features of this indicator is its ability to overlay global market sessions such as Tokyo, London, New York, or major equity opens directly onto the heatmap timeline. This alignment lets traders observe how correlation structures respond to real-world session changes. For example, they can spot when assets shift from being inversely correlated to moving together as a new session opens, potentially signaling new momentum or macro flow. The customizable symbol setup (including up to 20 compared assets) makes it ideal not only for forex and crypto traders but also for multi-asset and sector-based stock analysis.
🟣 Use Cases and Advantages
Analyze sector rotation in equities by tracking correlation to major indices like SPX or DJI.
Monitor altcoin behavior relative to Bitcoin to find early entry opportunities in crypto markets.
Detect changes in currency alignment with DXY across trading sessions in forex.
Identify correlation breakdowns during market volatility, signaling possible new trends.
Use correlation shifts as confirmation for trade setups or to hedge multi-asset exposure
🔵 How to Use
Correlation is one of the core concepts in financial analysis and allows traders to understand how assets behave in relation to one another. The Correlation Heatmap extends this idea by going beyond a simple number or static matrix. Instead, it presents a dynamic visual map of how correlations shift over time.
In this indicator, a Main Symbol is selected as the reference point for analysis. In standard modes such as forex, stocks, or crypto, the symbol currently shown on the main chart is automatically used as the main symbol. This allows users to begin correlation analysis right away without adjusting any settings.
The horizontal axis of the heatmap shows time, while the vertical axis lists the selected assets. Each cell on the heatmap shows the correlation between that asset and the main symbol at a given moment.
This approach is especially useful for intermarket analysis. In forex, for example, tracking how currency pairs like OANDA:EURUSD EURUSD, FX:GBPUSD GBPUSD, and PEPPERSTONE:AUDUSD AUDUSD correlate with TVC:DXY DXY can give insight into broader capital flow.
If these pairs start showing increasing positive correlation with DXY say, shifting from blue to light green it could signal the start of a new phase or reversal. Conversely, if negative correlation fades gradually, it may suggest weakening relationships and more independent or volatile movement.
In the crypto market, watching how altcoins correlate with Bitcoin can help identify ideal entry points in secondary assets. In the stock market, analyzing how companies within the same sector move in relation to a major index like SP:SPX SPX or DJ:DJI DJI is also a highly effective technique for both technical and fundamental analysts.
This indicator not only visualizes correlation but also displays major market sessions. When enabled, this feature helps traders observe how correlation behavior changes at the start of each session, whether it's Tokyo, London, New York, or the opening of stock exchanges. Many key shifts, breakouts, or reversals tend to happen around these times, and the heatmap makes them easy to spot.
Another important feature is the market selection mode. Users can switch between forex, crypto, stocks, or custom markets and see correlation behavior specific to each one. In custom mode, users can manually select any combination of symbols for more advanced or personalized analysis. This makes the heatmap valuable not only for forex traders but also for stock traders, crypto analysts, and multi-asset strategists.
Finally, the heatmap's color-coded design helps users make sense of the data quickly. Warm colors such as red and orange reflect stronger negative correlations, while cool colors like blue and green represent stronger positive relationships. This simplicity and clarity make the tool accessible to both beginners and experienced traders.
🔵 Settings
Correlation Period: Allows you to set how many historical bars are used for calculating correlation. A higher number means a smoother, slower-moving heatmap, while a lower number makes it more responsive to recent changes.
Select Market: Lets you choose between Forex, Stock, Crypto, or Custom. In the first three options, the chart’s active symbol is automatically used as the Main Symbol. In Custom mode, you can manually define the Main Symbol and up to 20 Compared Symbols.
Show Open Session: Enables the display of major trading sessions such as Tokyo, London, New York, or equity market opening hours directly on the timeline. This helps you connect correlation shifts with real-world market activity.
Market Mode: Lets you select whether the displayed sessions relate to the forex or stock market.
🔵 Conclusion
The Correlation Heatmap is a robust and flexible tool for analyzing the relationship between assets across different markets. By tracking how correlations change in real time, traders can better identify alignment or divergence between symbols and gain valuable insights into market structure.
Support for multiple asset classes, session overlays, and intuitive visual cues make this one of the most effective tools for intermarket analysis.
Whether you’re looking to manage portfolio risk, validate entry points, or simply understand capital flow across markets, this heatmap provides a clear and actionable perspective that you can rely on.
Gold Killzone Bias Suite🟡 Gold Killzone Bias Suite
The Gold Killzone Bias Suite is an advanced institutional-grade tool designed to generate high-confidence directional bias for XAU/USD (Gold) during the London and New York killzones.
Built for traders using a structured, confluence-driven approach, this tool blends price action, smart money principles, momentum, and volume into a real-time bias engine with a clean, easy-to-read dashboard.
🔧 Key Features
🕰️ Session-Based Bias (London / New York)
Independent bias calculation per session
Killzone times customizable with timezone support
Background highlighting (blue/red) for each session
📊 VWAP Engine
Reclaim & rejection detection
VWAP deviation alerts
Daily HTF VWAP integration
Score impact based on VWAP behaviour
📉 Market Structure (CHoCH / BOS)
Detects swing highs/lows
Labels bullish/bearish CHoCHs
Structure score contributes to session bias
💧 Liquidity Grabs
Detects stop hunts above highs / below lows
Confirms with candle rejection (body % filter)
Plots labels and adds to bias scoring
⚡ Momentum Filters
RSI: Bullish >55, Bearish <45
MACD: Histogram + Signal Line crossovers
Combined momentum score used in bias
🧠 Smart Money Proximity
Optional FVG/OB score toggle (placeholder for custom logic)
Adds static confluence for proximity-based setups
⏫ Higher Time Frame Context
Daily VWAP comparison
4H high/low structure breaks
Adds trend score to current session bias
🧠 How Bias Works
The suite uses a scoring model. Each confluence adds or subtracts points:
VWAP reclaim/reject: ±30
CHoCH/BOS: ±30
Liquidity grab: ±20
RSI/MACD: ±10
FVG/OB Proximity: +10
Daily VWAP trend: ±10
H4 Trend Break: ±10
Final Bias:
Bullish if score ≥ +20
Bearish if score ≤ -20
Neutral if between -19 and +19
A confidence % (capped at 100) is also shown, along with the contributing confluences (VWAP, Structure, Liquidity, etc.).
📋 Dashboard
A real-time dashboard shows for each session:
Session name and time
Bias (Bullish / Bearish / Neutral)
Confidence (%)
Confluences used
Position can be moved (Top Left, Top Right, etc.). Designed to be unobtrusive yet informative.
🧪 Best Practices
Use on 15m / 5m charts for intraday setups
Confirm with D1 or H4 structure for directional context
Combine with OB/FVG zones or SMT for entries
Use Trading View alerts for bias flips or liquidity grabs (custom logic can be added)
Bar Replay compatible for back testing and journaling bias shifts
🔐 Notes
Does not generate trade signals or alerts by default
Focused on bias generation and confluence stacking
Compatible with funded account trading models
📈 Built for traders who want a systematic, score-based approach to identifying directional edge in high-volume gold sessions.
Trend Zones & ATR Targets[CongTrader]TrendZones ATR is a dynamic trend and support/resistance indicator that combines Hull Moving Average (HMA) smoothing, mid-price analysis, and ATR-based targets to identify precise trading zones and risk levels.
Key Features:
Adaptive Trend Zones — Calculates upper, midline (CoG), and lower borders from smoothed mid-price, adapting to market volatility.
Trend Classification — Detects uptrend, downtrend, or sideways conditions using slope-based logic.
Safe Level & Logical Stop — Automatically sets risk levels according to price zone classification.
Flexible TP Methods — Choose between %-based or ATR-based take-profit targets.
Optional ATR Support Zone — Adds an ATR-based support level for stronger confluence.
Risk & Zone Width Table — Displays real-time risk and channel width data on the chart.
How to Use:
Apply the indicator to any symbol and timeframe.
Identify market zones with color-coded fills.
Align trades with the detected trend direction.
Use Safe Level or Logical Stop for stop-loss placement.
Set TP targets using either % or ATR multiplier.
Combine with your own trade confirmation method for optimal results.
Acknowledgment:
Thanks to the TradingView community for inspiration and feedback. This script is original work by CongTrader.
Disclaimer:
This script is for educational purposes only and does not constitute financial advice. Trading carries risk and may not be suitable for all investors. Do your own research before making any trading decisions. The author is not responsible for any losses resulting from the use of this script.
#trendzones #atr #supportresistance #tradingview #forex #crypto #stocks #daytrading #swingtrading #riskmanagement #chartanalysis .
Dynamic 50% Line [Daily and Weekly Range]This indicator automatically plots the 50% retracement level (midpoint) of the daily and weekly trading ranges. It helps traders identify key support/resistance zones where price may react, offering insights into potential reversal or continuation areas.
Auction Market Theory & the 50% Level
At its core, this indicator is built on Auction Market Theory (AMT), which views price movement as an ongoing auction process where buyers and sellers compete to establish value. The 50% midpoint represents fair value—the equilibrium where price is most likely to balance before continuing its trend or reversing.
When price deviates too far from this level, it often returns to balance (mean reversion) or accepts new value (breakout). By tracking the daily and weekly 50% lines, traders can:
Identify high-probability reversal zones (where price may reject fair value).
Spot trend continuation areas (where price accepts higher/lower value).
Align with institutional order flow, as large players often use these levels for execution.
This makes the indicator particularly powerful for traders who follow volume profile, order flow, or ICT concepts, as it visually maps the market’s ongoing auction process.
Features:
✅ Automated Daily & Weekly Midpoints – Calculates the 50% level from the high/low of each session.
✅ Customizable Line Styles – Choose between solid, dotted, or dashed lines for better visibility.
✅ Clear Labeling – Optional text labels show "50% Level" or custom text at your preferred position (left, middle, or right).
✅ Flexible Styling – Adjust line colors, thickness, and text size to match your chart theme.
How It Works:
Daily 50% Line: Resets at 6 PM NY time (new trading day).
Weekly 50% Line: Resets on Sunday at 6 PM NY time (new trading week).
The midpoint is calculated as:
(High + Low) / 2
Lines extend 500 bars forward for easy visibility.
Why Use This Indicator?
Unlike static Fibonacci tools, this dynamic indicator auto-updates the 50% level as new highs/lows form, saving time and improving accuracy. Whether you trade forex, stocks, or crypto, these levels often act as strong magnets for price action.