ATR Multipliers (Always Visible)ATR Multipliers (Always Visible)
What it does:
Displays a clean floating panel with 1×, 1.5×, and 2× ATR for the current symbol/timeframe. Stays visible on every bar and timeframe (incl. 30m). Optional session filter for RTH/ETH. Includes a lookback to read ATR from N bars ago.
Why it’s useful:
Quickly size stops/targets, gauge volatility, and compare current action to recent average without cluttering the chart.
Features
Always-on panel: 1× / 1.5× / 2× ATR (points).
Lookback control to pull ATR from prior bars.
Smoothing options: SMA / EMA / RMA / WMA.
Optional RTH/ETH session filtering (off by default).
Positionable label (Top/Bottom/Left/Right).
Single-label, lightweight rendering.
Inputs
ATR Period — length for ATR calc.
Smoothing — SMA/EMA/RMA/WMA.
ATR Lookback (bars) — 0 = current bar.
Label Position — Top/Bottom/Left/Right.
Background/Text — panel colors.
Limit to Session (RTH/ETH) + Session Mode — optional filter.
Indicators and strategies
113 Trading Indicator by TRISpot the Trend Shift Before It Runs!
Description:
This indicator is designed for traders working with the 113 trading strategy.
Features:
113 EMA plotted in orange and 200 EMA plotted in white for clear visual separation.
Works on any timeframe and for any market.
How to Use:
Add the indicator to your chart.
Set up alerts by selecting your preferred cross conditions from the alert menu.
Use the EMA levels and visual cues to help identify potential trend reversals or momentum shifts.
Tip: Many traders use the 200 EMA as a long-term trend filter and the 113 EMA for medium-term momentum. Combining cross alerts with other confirmations (price action, volume, support/resistance) can help refine trade entries and exits.
Chiefs sessions 4This is just an indicator marking the most recent asian session and london session highs and lows, and also marks off previous days high and lows in white. Blue is asian session and red is london. This indicator resets every day.
1H MA20 Downbreak Alert1H MA20 Downbreak Alert
1H MA20 Downbreak Alert1H MA20 Downbreak Alert1H MA20 Downbreak Alert
Dynamic Range Targets(Mastersinnifty))Description
The Dynamic Range Targets indicator identifies the largest price range within a specified lookback period and projects multiple target levels both above and below that range. This helps traders anticipate potential breakout or breakdown price objectives based on historical volatility.
How It Works
Scans a user-defined number of previous bars to find the one with the largest high–low range.
Uses that range to calculate upward and downward target levels in increments (100%, 200%, 300%, 400%).
Plots each target level on the chart for visual reference.
Optionally displays price labels on the most recent bar for quick identification.
Inputs
Number of Bars to Look Back – Defines how many past bars the indicator should scan to find the largest range.
Show Target Price Labels – Enables or disables the display of price labels for all target levels on the current bar.
Use Case
Identifying breakout price objectives after periods of consolidation.
Setting predefined profit targets for both long and short trades.
Assessing potential volatility zones in trending and ranging markets.
Disclaimer
This indicator is for informational and educational purposes only. It does not constitute financial advice or a recommendation to buy or sell any security. Always perform your own analysis and use proper risk management before making trading decisions.
Asia Session with Order Blocks//@version=5
indicator("Asia Session with Order Blocks", overlay=true, max_boxes_count=500)
// Input settings
asiaSessionStart = input.session("0000-0500", "Asia Session Time", confirm=true)
asiaColor = input.color(color.new(color.teal, 85), "Asia Box Color")
// Get Asia session range
var float asiaHigh = na
var float asiaLow = na
var box asiaBox = na
inAsia = time(timeframe.period, asiaSessionStart)
// Reset for new day
if (ta.change(time("D")))
asiaHigh := na
asiaLow := na
if not na(asiaBox)
box.delete(asiaBox)
asiaBox := na
// Track Asia high & low
if not na(inAsia)
asiaHigh := na(asiaHigh) ? high : math.max(asiaHigh, high)
asiaLow := na(asiaLow) ? low : math.min(asiaLow, low)
// Draw Asia box extending till end of day
if not na(asiaHigh) and not na(asiaLow) and na(asiaBox)
asiaBox := box.new(left=time("D"), top=asiaHigh, right=timenow + 86400000, bottom=asiaLow, bgcolor=asiaColor, border_color=color.teal)
if not na(asiaBox)
box.set_top(asiaBox, asiaHigh)
box.set_bottom(asiaBox, asiaLow)
// -------------------
// Simple Order Block Detection
// -------------------
// Bullish Order Block: Last down candle before a strong up move
isBullOB = close < open and close > high
bullOBTop = high
bullOBBottom = low
// Bearish Order Block: Last up candle be
VWAP CALENDARThe VWAP CALENDAR indicator plots up to 20 anchored Volume-Weighted Average Price (VWAP) lines on your chart, each starting from a user-defined date and time (e.g., April 20, 2024). Designed for simplicity, it helps traders visualize VWAPs for key events or dates, with customizable labels and colors. The indicator is optimized for crypto markets (e.g., BTC/USD) but works with any symbol providing volume data.
Features: Multiple VWAPs: Configure up to 20 independent VWAPs, each with a custom anchor date and time.
Dynamic Labels: Labels update in real-time, aligning precisely with each VWAP line’s price level, positioned to the right of the chart for clarity.
Customizable Settings: Adjust label text (e.g., “Event A”), line colors, line widths (1–5 pixels), text colors, and text sizes (8–40 points, default 22).
Bubble or No-Background Labels: Choose between bubble-style labels (with colored backgrounds) or plain text labels without backgrounds.
Timeframe Support: Accurate on daily, 4-hour, 1-hour, and 30-minute charts for anchors within ~1.5 years (e.g., April 20, 2024, from August 2025).
Limitations: VWAP accuracy for anchors like April 20, 2024 (~477 days back) is reliable on 1-hour and larger timeframes. Below 30-minute (e.g., 15-minute, 24-minute), VWAPs may start later or be unavailable due to TradingView’s 5,000-bar historical data limit. For distant anchors, use 4-hour or daily charts to ensure accuracy.
Requires sufficient chart history (e.g., premium account or deep exchange data) for older anchors on 1-hour or 30-minute charts.
Usage Notes: Set anchor dates via the indicator settings (e.g., “2024-04-20 00:00”).
Enable/disable individual VWAPs as needed.
Zoom out to load maximum chart history for best results, especially on 1-hour or 30-minute timeframes.
Ideal for crypto symbols with continuous trading data, but verify data availability for other markets.
Disclaimer:
This is a free indicator provided as-is.
Full Session ATR Range (Live) - with Position ToggleBelow is a publication-ready text for the "Full Session ATR Range (Live) - with Position Toggle" indicator, written in a professional yet accessible style suitable for a trading community (e.g., TradingView or a blog). The text highlights the indicator's features, usage, and benefits, while avoiding overly technical jargon for a broad audience.
---
### Introducing the Full Session ATR Range (Live) Indicator with Position Toggle
Enhance your trading strategy with the **Full Session ATR Range (Live) Indicator**, a powerful tool designed to provide real-time insights into market volatility and session dynamics. This customizable indicator, now available with a position toggle feature, compares the current session's range to a 10-day Average True Range (ATR), helping traders gauge market activity and anticipate potential movements.
#### Key Features
- **Live Range Tracking**: Displays the current session's range (high minus low) alongside a 10-day ATR, updated in real-time during market hours.
- **Session Mode Flexibility**: Includes an auto-toggle option to switch between Electronic Trading Hours (ETH) and Regular Trading Hours (RTH), adapting to your preferred trading session. Manually select ETH or RTH, or let the indicator auto-detect based on market hours.
- **Comprehensive Metrics**: Offers a detailed breakdown including:
- Range/Avg %: Percentage of the current range relative to the 10-day ATR.
- Points Left: Remaining points to reach the average range.
- 100% Range Up/Dn: Potential upper and lower targets based on the ATR difference.
- **Position Customization**: Adjust the table's location on your chart with options like top-left, top-right, middle-center, or bottom-right for optimal visibility.
- **Visual Appeal**: Features a customizable background and text color to match your chart theme.
#### How It Works
The indicator calculates the 10-day ATR using daily data and tracks the current session's range, resetting at the start of each day or session change. During market hours (e.g., 6 AM - 8 PM CDT, adjustable), it updates live, providing actionable insights. When the market is closed, it displays historical ATR while marking live metrics as "n/a" to avoid confusion. The ETH/RTH toggle ensures the range reflects either the full extended session or the core trading hours, tailored to your strategy.
#### Why Use It?
Whether you're a day trader monitoring intraday volatility or a swing trader assessing longer-term trends, this indicator helps you:
- Identify overextended or underactive sessions compared to historical norms.
- Plan entries and exits with targets based on the 100% Range Up/Dn levels.
- Stay informed with a clean, adjustable display that fits your workflow.
#### Installation & Customization
1. Add the indicator to your TradingView chart.
2. Adjust the ATR length (default: 10 days) and table position via the input settings.
3. Choose your session mode (Auto, ETH, or RTH) and customize colors to suit your style.
4. Test during market hours for live updates—note that static values may appear outside trading sessions.
#### Feedback & Support
This indicator is designed for flexibility and ease of use. Share your feedback or request enhancements by commenting below or contacting the developer. Happy trading!
Unmitigated Imbalances [TakingProphets] (High Timeframe)Unmitigated Imbalances
Unmitigated Imbalance is designed to automatically detect and display active Fair Value Gaps (FVGs) across multiple higher timeframes and your current chart. It only keeps the ones that remain unmitigated, helping you clearly see where price has “unfinished business” and potential liquidity draw areas. The tool extends these levels forward until they are tagged according to your chosen mitigation criteria, then removes them automatically.
The indicator uses the classic 3-bar FVG structure:
– Bearish FVG forms when the low of the third candle back is above the high of the first candle.
– Bullish FVG forms when the high of the third candle back is below the low of the first candle.
– Each detected gap must meet a minimum size threshold, which is determined automatically from the Sensitivity setting and adjusted for the symbol type.
Higher timeframes (up to 4) can be plotted simultaneously with your current chart’s gaps. The script merges overlapping levels from different timeframes into one clean label, showing all the contributing timeframes together (for example: M15 + H1 + H4). This makes it easy to spot high-confluence levels without cluttering your chart.
Key features
– Multi-timeframe detection: up to 4 custom HTFs plus your current chart.
– Automatic gap size filtering based on chosen Sensitivity (High, Medium, Low).
– Choice of Wick or Close-based mitigation logic.
– Lookback control: 1 Day, 1 Week, 1 Month, or Max.
– Combined labels for overlapping gaps with clear timeframe tags.
– Separate color and style settings for each timeframe’s bullish and bearish gaps.
– Labels can be positioned Left, Right, or Center Above for maximum clarity.
– Automatic line extension until mitigation or until they exceed the lookback period.
How to use
Select your desired higher timeframes in the HTF1–HTF4 settings.
Choose the Sensitivity level to control the minimum gap size detected.
Decide on Wick or Close mitigation according to your trading rules.
Use the Lookback setting to limit how far back the script checks for gaps.
Watch for levels where multiple timeframe labels are stacked — these can carry greater significance.
Incorporate the levels into your existing strategy, using them as context rather than entry signals.
Practical notes
– Current timeframe gaps reset each trading day to keep the chart relevant to intraday bias.
– Higher timeframe gaps remain until mitigated or until the lookback period expires.
– Large lookback periods with multiple HTFs can increase chart load — adjust settings as needed.
– This indicator is a mapping and context tool, not a signal generator. Always apply it alongside your own analysis.
VWAP ATR Hybrid BandsVWAP ATR Hybrid Bands
Adaptive VWAP-blended ATR bands with colour states, breach-and-rejection signals, optional ALMA anchors, and alerts. Fade range extremes, frame pullbacks in trends. Custom colours and per-pair visibility.
VWAP ATR Hybrid Bands combines VWAP value with ATR volatility to form six adaptive bands. Colours shift between neutral grey, bullish blue, and bearish red. Optional breach arrows highlight when price pushes beyond a band and closes back inside, with an optional rejection-candle filter. A compact label summarises the majority state, while optional ALMA fast and slow lines provide higher-timeframe context. The tool is fully themeable, with per-pair visibility, widths, and alerts for state changes and breaches.
When to use
• Ranges and chop: Fade outer-band breaches that reject back inside; target inner bands or the fast ALMA; invalidate beyond the signal wick.
• Trends and regime shifts: Use pullbacks into inner bands or the fast ALMA for continuation. Avoid fading when the slow ALMA is clearly sloped or bands are widening.
Key inputs
• Pair visibility and line widths.
• Colours for bands, signals, and label, plus opacity controls.
• Signals: breach arrows, rejection filter, minimum wick-to-body ratio.
• ALMA: show/hide, lengths, timeframe, offset, sigma, and widths.
Alerts
• Pair N → BLUE or RED: colour-state shift.
• Band breach → Bullish or Bearish: reversal candidate, optional rejection requirement.
Notes
Works best with market structure and higher-timeframe context. Consider longer ATR in noisier markets. Uses a rolling VWAP approximation rather than a session VWAP. Manage risk with sizing and clear invalidation.
Rolling Maximum Drawdown① Buy when the numbers in the chart below are approaching zero.
② Select stocks from companies that are steadily increasing in value.
Bharat Jhunjhunwala - RSI Cross Trading SignalRSI Crossover Indicator
This custom indicator uses the Relative Strength Index (RSI) to generate precise buy and sell signals based on momentum shifts. The strategy works as follows:
Buy Signal: Triggered when:
The Daily RSI is above 50, indicating bullish market conditions.
The Hourly RSI crosses above 70, signaling a strong upward momentum.
Sell Signal: Triggered when:
The Daily RSI is below 50, indicating bearish market conditions.
The Hourly RSI crosses below 30, signaling potential downward momentum.
The indicator plots green up arrows for buy signals and red down arrows for sell signals, making it ideal for traders looking to trade momentum shifts with clarity.
ADR % Meter (NY Filter) Top right boxHelps know daily range to forecast if said today is gonna be choppy
EMA Cross 5/21 with Accurate Break Triangles & Clean Prev OHLCEMA Cross 5/21 with Structure Break & OHLC Levels
Purpose
This strategy combines EMA crossovers with market structure breakouts for more reliable trade signals.
It enhances trade context by plotting Previous Day and Previous Week key levels (Open, High, Low, Close), which are widely used for intraday decision-making.
Core Components
1. EMA Trend Filter
Uses a fast EMA (5) and a slow EMA (21).
Bullish bias: EMA 5 crosses above EMA 21.
Bearish bias: EMA 5 crosses below EMA 21.
EMA cross serves as the initial momentum shift signal.
2. Market Structure Break Confirmation
After an EMA cross, the script looks for a structure break within 3 candles:
Bullish Break: Price closes above the most recent swing high.
Bearish Break: Price closes below the most recent swing low.
Swing points are determined using a 3-bar lookback on each side.
This confirmation filters out false EMA crosses that occur during consolidation.
3. Entry Signal Visualization
Green triangle below the bar = Bullish structure break within 3 bars after bullish EMA cross.
Red triangle above the bar = Bearish structure break within 3 bars after bearish EMA cross.
These markers appear only when both EMA direction and structure break agree.
4. Key Market Levels (Support/Resistance)
The script automatically draws straight horizontal reference lines for:
Previous Day OHLC:
PDO – Previous Day Open (Blue)
PDC – Previous Day Close (Yellow)
PDH – Previous Day High (Red)
PDL – Previous Day Low (Green)
Previous Week OHLC (lighter shades):
PWO – Previous Week Open (Light Blue)
PWC – Previous Week Close (Light Yellow)
PWH – Previous Week High (Light Red)
PWL – Previous Week Low (Light Green)
These levels help traders identify:
Potential support/resistance zones.
High-probability breakout or reversal points.
Institutional liquidity levels.
Trading Logic
Wait for EMA cross to set bias (bullish or bearish).
Within 3 bars, check for a break of the last swing high/low in the direction of bias.
Plot signal (green triangle up for bullish, red triangle down for bearish).
Use PD/PW levels as confluence zones for entry, stop placement, or target setting.
Advantages
Filters out many false signals from simple EMA cross strategies.
Adds market structure awareness.
Automatically integrates important daily/weekly reference levels.
Signals are visually intuitive for faster decision-making.
Best Use Cases
Intraday trading: Using PD/PW levels for scalping or day trades.
Swing trading: Waiting for higher timeframe EMA cross + structure break confirmation.
Breakout trading: Combining PDH/PDL or PWH/PWL breaks with EMA confirmation.
Innotrade Liquidity Sweep Order Block Suite for Sniper EntryThe Innotrade LSOB Suite is not just another indicator; it is a comprehensive, multi-layered trading system designed to provide a complete market perspective on a single chart. In today's markets, traders are often overwhelmed by using multiple, disconnected indicators. This suite solves that problem by integrating several powerful, conceptually distinct analytical methods into one cohesive framework.
The core philosophy is built on the principle of confluence. A high-probability trade setup occurs when market structure, trend, momentum, and volume analysis align. This suite is designed to clearly visualize these points of confluence, helping traders move beyond single-indicator signals and make more informed decisions.
Core Features & Underlying Concepts
This is a "mashup" by design, and each component has been carefully selected and calibrated to serve a specific purpose within the broader system. Here’s how they work together:
1. Market Structure & Key Zones - The LSOB Engines
Innotrade LSOB Logic (Proprietary): This is the heart of the indicator. It goes beyond simple order blocks by first identifying a genuine liquidity sweep of a recent high or low. It then establishes a potential zone of interest and waits for a specific price action pattern—a confirmed re-entry and rejection—before generating a high-probability signal. This multi-step validation process is a core part of our proprietary algorithm designed to filter out weak or false zones.
LSOB Fractal Logic: This serves as a complementary method for identifying zones. It uses a more classic fractal-based detection to find areas where price has aggressively reversed after sweeping a fractal high/low. These zones are excellent for identifying potential S/R flips and continuation trades.
2. Trend & Momentum - The Directional Bias
Octo MA Super Suite: This isn't just a collection of moving averages. The eight MAs, with their optional clouds and slope-based coloring, act as a dynamic "river" of trend across multiple timeframes. A trader can instantly gauge whether they should be looking for long or short opportunities by observing the price's position relative to the MA cluster and the color of the flow.
MC Orderflow Signals (Proprietary Weighting): This module provides entry timing and confirmation. It combines multiple momentum oscillators (including concepts from DCO, RSI, and Stochastics) into a single, proprietary weighted aggregate value. A signal is generated only when this aggregate value crosses its own moving average, indicating a statistically significant shift in short-term momentum. This fusion and weighting prevent the common issue of contradictory signals from using these oscillators separately.
3. Signal Confirmation - The Final Check
PVSRA Candle Coloring: Volume is a critical component of confirmation. PVSRA (Price, Volume, Support/Resistance Analysis) colors candles based on the interplay between volume and price spread. A bullish LSOB zone becomes a much higher probability entry if a green or blue PVSRA "vector" candle appears, confirming institutional buying pressure.
Wick Analysis (Advancing/Retracing): This unique pattern identifies potential exhaustion or absorption at key levels. An "Advancing Wick" pattern at the bottom of a bullish LSOB zone, for example, can signal that selling pressure is drying up, adding another layer of confidence to a long entry.
4. High-Level Context - The Bigger Picture
PSY Levels & Daily Open: These tools map out the key psychological levels for the week and the daily opening price. They act as "magnets" or barriers for price and are crucial for setting realistic profit targets and stop losses. A trade signal that aligns with a rejection from a weekly PSY level is often a very powerful setup.
Multi-Timeframe Dashboard: This provides an at-a-glance overview of ATR (volatility) and RSI conditions across six user-defined timeframes, ensuring you are not trading against the broader market flow.
How to Use the Suite: A Practical Strategy
The power of the suite lies in combining these elements. Here is a sample workflow for a high-probability long setup:
Establish Trend: Check the Octo MAs. Is the price generally above the main cluster? Is the MA "flow" predominantly green? This confirms a bullish bias.
Identify Zone: Wait for the price to pull back into a green Innotrade LSOB Zone or a Fractal LSOB Zone. These are your high-interest buy areas.
Wait for Confirmation: As the price interacts with the zone, look for one or more confirming signals:
An MC Orderflow "B" signal appears.
A bullish PVSRA candle (Green/Blue) prints.
An Advancing Wicks pattern forms.
Final Check: Is the entry well above the weekly PSY Low? Is the multi-timeframe dashboard not showing extreme bearishness? If conditions are met, the trade has a high degree of confluence.
Why Is This an Invite-Only Script?
The decision to make this a closed-source, invite-only script was made to protect the intellectual property at its core.
Proprietary Algorithms: The specific calculation, weighting, and validation logic within the Innotrade LSOB signal engine and the MC Orderflow module are unique and the result of extensive research and backtesting. They are not based on publicly available code.
Protection of Key Parameters: To preserve the integrity and effectiveness of these core systems, the most sensitive parameters (such as lookback periods, invalidation tolerances, and oscillator weightings) have been internalized within the code. This prevents misuse and ensures the indicator operates as designed.
Value Proposition: While the suite uses concepts familiar to many traders (MAs, RSI, etc.), its value comes from the unique way these elements are integrated, weighted, and filtered to produce a cohesive and actionable trading framework. This is a complete system, not just a collection of indicators, justifying its exclusivity.
We believe this suite offers a distinct and powerful edge by simplifying complex analysis and focusing on the power of confluence.
Premium Fibonacci Entry Bands [Mark804 Pro]🚀 Premium Fibonacci Entry Bands Pro - Advanced Trading System for TradingView 🚀
Unlock Precision Trading with Smart Fibonacci Zones + Volume-Confirmed Signals!
🔥 Why This Indicator Stands Out:
✅ Multi-Layer Confirmation: Combines Fibonacci bands, trend analysis, and volume spikes for high-probability entries
✅ 3-Stage Signal System: Aggressive (A), Strong (S), and Exit signals for optimal risk management
✅ Institutional-Grade Filters: 200 EMA trend filter + volume confirmation reduces false signals
✅ Visual Hierarchy: Color-coded bands + distinct shapes (▲ ▼ ✖) for instant signal recognition
✅ Fully Customizable: Adjust sensitivity, toggle features, and adapt to any trading style
💡 Perfect For:
• Swing traders looking for mean-reversion opportunities
• Trend followers wanting confirmed breakouts
• Day traders needing clear entry/exit levels
• Risk-averse investors using the built-in exit system
📈 How It Works:
Fibonacci Bands identify overextended price levels
Trend Filter keeps you trading in the right direction
Volume Spikes confirm strong institutional participation
Smart Exits lock in profits before reversals
🔍 SEO-Optimized Keywords:
"Best Fibonacci Trading Indicator", "Smart Mean Reversion Strategy", "Volume Confirmed Trading Signals", "Professional TradingView Tools", "Trend Following System", "Low Risk Entry Points", "Institutional Trading Algorithm", "Swing Trading Indicator", "Day Trading Signals", "Price Action Confirmation"
✨ Why Traders Love It:
"Finally a Fibonacci indicator that combines math with market context! The volume confirmation makes all the difference." - Verified User
📲 Get an Edge in Any Market Condition!
👉 Install Now to transform how you trade with institution-grade confirmation logic 👈
🔗 Pro Tip: Pair with RSI or MACD for even higher accuracy in ranging markets!
Multiple EMAs with RSI and ATR Stop-LossMultiple EMA Buy and Sell with pre condition of Overbought Oversold RSI pre requirement. Purple line is Stop Loss Level.
🚀 Cluster Zones Pro V8.0 - Advanced Edition📊 CLUSTER ZONES PRO V8.0 - OPTIMIZED SMART ZONE DETECTION SYSTEM
// ═══════════════════════════════════════════════════════════════════════════════════════════
// This version was developed based on comprehensive evaluation and unified development plan
// Developed based on comprehensive evaluation and unified development plan
VWAP BANDSThe VWAP bands are like moving-average bands, but instead of being based on a simple or exponential moving average, they are calculated around the Volume Weighted Average Price (VWAP).
Here’s the breakdown:
1. VWAP (Volume Weighted Average Price)
VWAP is the average price a security has traded at throughout the day, weighted by volume.
Formula:
𝑉
𝑊
𝐴
𝑃
=
∑
(
𝑃
𝑟
𝑖
𝑐
𝑒
×
𝑉
𝑜
𝑙
𝑢
𝑚
𝑒
)
∑
𝑉
𝑜
𝑙
𝑢
𝑚
𝑒
VWAP=
∑Volume
∑(Price×Volume)
It tells you the “fair” intraday price based on where most trading happened.
2. VWAP Bands
VWAP bands are created by placing upper and lower boundaries around the VWAP line, usually using standard deviations or a fixed percentage distance.
Upper Band = VWAP + (k × standard deviation)
Lower Band = VWAP − (k × standard deviation)
Here, k is how many standard deviations you want (often 1 or 2).
3. Purpose
Shows potential overbought/oversold zones relative to the day's VWAP.
Works like Bollinger Bands, but tied to VWAP instead of a moving average.
Used by day traders and scalpers to spot extremes where price may revert toward VWAP.
4. Interpretation
Price near upper VWAP band → market extended above “fair” value, possible pullback.
Price near lower VWAP band → market extended below “fair” value, possible bounce.
Price crossing VWAP → potential change in short-term trend sentiment.
Chiefs sessions 4.1This indicator marks out the most recent asian session and London sessions highs and lows. It also marks off the previous days candles highs and lows in white. Asian session is blue and London is red. This indicator resets every day.
Relative Strength Buy/Sell SignalsThis Pine Script builds on the MarketSurge-style Relative Strength indicator. It calculates the RS line by comparing the stock's close to a benchmark (default: SPY). Buy signals are generated when the RS line crosses above its moving average (default 10-period SMA), indicating improving relative strength. Sell signals occur when it crosses below, suggesting weakening relative strength. Signals are labeled "BUY" (green) and "SELL" (red) on the chart, with background highlights.
It also retains the new 52-week RS highs (orange circles) and lows (purple circles), which can serve as additional confirmation for outperformance or underperformance.
Note: This approximates relative strength for trading signals but does not replicate the proprietary IBD RS Rating (a 1-99 percentile rank across all stocks). For best results, use on daily charts and combine with other analysis. Backtest thoroughly, as no strategy guarantees profits
Multi-Timeframe RSI Momentum StrategyMulti-Timeframe RSI Momentum Strategy
To display two different timeframes of the Relative Strength Index (RSI) on TradingView, you can utilize the "Multi-Timeframe RSI" indicator or a similar custom script. This allows you to visualize the RSI for both your current chart's timeframe and a higher (or lower) timeframe, providing a more comprehensive view of momentum
NY Open Momentum Sniper MTF v6Finding the best optimal entry to the trade in NY. This will help you find some key zones during the NY killzone and help you pick out the best spots to enter the trade.