Shashwat Khurana's Pivot + Mean Reversion + RSI (Signals Only)Show BUY labels below bars when a bullish reversal is detected.
Show SELL labels above bars when a bearish reversal is detected.
Uses pivot levels, mean reversion, big candle, RSI, and volume filters.
指標和策略
First H4 Window Box with PanelThis indicator will explain in detail about the characterstics of first hour open in Gold
VCP-Minervini v2This indicator is based on the famous Volatility Contraction Pattern (VCP) developed by Mark Minervini. It is designed to detect breakout setups in stocks and indices and provides a complete framework for identifying and managing them.
VCP Detection: Uses ATR to measure contracting volatility and highlights potential setups with yellow markers.
Pivot Level: Once a VCP is detected, the script automatically fixes a pivot resistance level and plots it as a red line.
Breakout Signal: When price closes above the pivot and remains above the EMA, a green marker confirms that a breakout is active.
Exit Logic: If momentum fades (volume drops below average and True Range contracts), the green marker disappears, signaling it may be time to secure profits or adjust stops.
EMA Filter: Ensures that setups are only valid in the direction of the prevailing trend by requiring price to trade above the selected EMA.
How to use it
This tool is best suited for swing traders and position traders looking for clean breakout opportunities. It is not a simple mashup of indicators but an original combination specifically built for VCP setups.
Use primarily on daily or weekly charts of liquid stocks.
Build a watchlist from yellow markers (potential setups).
Watch for price closing above the pivot line to confirm the breakout.
Manage trades while the green marker is active, and take caution when it disappears.
Adjust the parameters to fine-tune detection sensitivity for your market or trading style.
Pivot + Mean Reversion + RSI (Signals Only) by Shashwat KhuranaShow BUY labels below bars when a bullish reversal is detected.
Show SELL labels above bars when a bearish reversal is detected.
Uses pivot levels, mean reversion, big candle, RSI, and volume filters.
Open Interest Aggregated (Lite)The Open Interest Aggregated (Lite) indicator consolidates open interest data across multiple major cryptocurrency exchanges into a single, easy-to-interpret visual. By aggregating open interest from Binance, Bybit, OKX, Bitget, and Coinbase (configurable per user preference), this indicator provides a holistic view of market positioning and trader sentiment in real time. It is designed for overlay-independent analysis, giving traders insight into derivatives market dynamics without cluttering price charts.
Key Features and Technical Details:
Aggregates open interest for USD, USDT, and USDC denominated perpetual contracts where available.
Supports configurable exchange inclusion: Binance, Bybit, OKX, Bitget, and Coinbase.
Normalizes USD-denominated open interest relative to the asset price for cross-exchange comparison.
Generates candlestick plots representing aggregated open interest: open, high, low, and close, allowing traditional technical analysis techniques (trend detection, breakouts, reversals) to be applied to derivatives positioning.
Provides optional hidden plots for each aggregated value (open, high, low, close) to support custom scripting or further analysis in Pine Script.
Color-coded candles: teal indicates an increase in open interest for the period, red indicates a decrease, highlighting shifts in trader sentiment.
Use Cases in Trading:
Trend Confirmation: Rising aggregated open interest in tandem with price increases can confirm bullish market participation, while decreasing open interest may signal weakening conviction.
Divergence Detection: Compare price action against aggregated open interest to detect potential reversals or exhaustion points.
Cross-Exchange Market Insight: By combining multiple exchanges, traders can identify shifts in global derivatives exposure rather than relying on a single market, reducing bias from localized trading anomalies.
Risk Assessment: Monitoring aggregated open interest can help anticipate periods of heightened leverage, which may correspond to increased volatility and potential liquidation events.
Why It’s Useful:
Open interest is a leading indicator of market sentiment and participation in futures markets. However, individual exchange data often provides an incomplete picture. Open Interest Aggregated (Lite) simplifies this by consolidating data across major platforms, enabling traders to make more informed decisions, assess market strength, and identify strategic entry or exit points with a clearer understanding of global positioning.
Application Notes:
Best used in combination with price analysis and volume metrics for robust trading signals.
Timeframe-independent: works on any chart interval, ensuring flexibility across intraday and longer-term strategies.
Lightweight “Lite” version ensures fast calculation while maintaining critical insights from multiple exchanges.
Moon Phase & Celestial Events TrackerMoon Phase & Celestial Events Tracker
Overview
A comprehensive astronomical and celestial event indicator that tracks and projects major cosmic events from 2011 to 2040. This indicator overlays important astronomical phenomena directly on your charts, allowing traders and researchers to analyze potential correlations between celestial events and market movements.
Key Features
Eclipse Tracking 🌑
Blood Moons (Total Lunar Eclipses) including 2014-2015 tetrad
Partial Lunar Eclipses with distinctive yellow markers
Solar Eclipses: Total, Annular, Partial, and Hybrid types with unique symbols
Optional eclipse season background highlighting
Moon Cycles 🌕
Supermoons at perigee (closest Earth approach)
Regular moon phases: New, First Quarter, Full, Last Quarter
Adjustable phase marking with day-offset capability
Mercury Retrograde ☿
Start and end dates clearly marked
Optional period highlighting for entire retrograde duration
Complete cycle tracking through 2040
Seasonal Transitions ✨
Spring Equinox, Summer Solstice, Autumn Equinox, Winter Solstice
Precise astronomical season changes
Future Projections 📊
Event forecasting up to 5 years ahead
Customizable projection range (30-1825 days)
Selective projection by event type
Adjustable visual styles and transparency
Interpretation Guide
Blood Moons
Total lunar eclipses where Earth's atmosphere creates the red appearance. In financial astrology, these are often watched as potential reversal or volatility periods, though correlations vary significantly.
Eclipse Seasons
Twice-yearly windows when Sun-Earth-Moon alignment allows eclipses. Some market practitioners note increased volatility during these periods, though empirical evidence remains debated.
Mercury Retrograde
The apparent backward motion of Mercury occurs 3-4 times yearly. In trading folklore, it's associated with communication issues, technical problems, and false signals. Many practitioners suggest extra caution with new positions during these periods.
Supermoons
Full or new moons at closest Earth approach. Some traders track these for potential short-term highs/lows, particularly in commodities and currencies, though effects are subtle if present.
Seasonal Markers
Astronomical season changes have been incorporated into various market timing systems, with some analysts noting clustering of trend changes around these dates.
Use Cases
Historical pattern analysis
Event-based research
Educational astronomy tracking
Market cycle studies
Long-term planning and observation
Technical Details ⚙️
Data Coverage: 2011-2040 (30 years of precise astronomical events)
Compatibility: All timeframes with smart filtering (Weekly/Monthly show only major events)
Performance: Lightweight with efficient calculations and minimal chart impact
Data Source: Based on NASA ephemeris data for precise event timing
Customization Options 🎨
Individual colors for each event type
Transparency controls for projections
Event visibility toggles
Optional date labels on events
Alert Options 🔔
Set custom alerts for any tracked event including all eclipse types, moon phases, Mercury retrograde start/end, and seasonal transitions.
⚠️ Important Note
This indicator displays astronomical events for research and educational purposes. Any perceived correlations with market movements should be thoroughly backtested. Financial astrology interpretations are included for historical context only and should not be considered trading advice. Always use proper risk management and multiple forms of analysis in trading decisions.
Best Suited For
Market researchers and analysts
Students of market cycles
Those interested in astronomical timing
Educational and observational purposes
Long-term pattern analysis
ALMA HẰNG DIỄM//@version=5
indicator("ALMA Đa khung thời gian", overlay=true)
// Hàm ALMA tùy chỉnh
f_alma(src, len, offset, sigma) =>
m = math.floor(offset * (len - 1))
s = len > 1 ? len - 1 : 1
norm = 0.0
sum = 0.0
for i = 0 to len - 1
w = math.exp(-(math.pow(i - m, 2)) / (2 * math.pow(sigma, 2)))
norm := norm + w
sum := sum + src * w
sum / norm
// Tham số người dùng
alma_len_short = input.int(9, title="Chu kỳ ngắn")
alma_len_long = input.int(50, title="Chu kỳ dài")
alma_offset = input.float(0.85, title="Offset")
alma_sigma = input.float(6.0, title="Sigma")
// ALMA hiện tại (khung đang xem)
alma_short = f_alma(close, alma_len_short, alma_offset, alma_sigma)
alma_long = f_alma(close, alma_len_long, alma_offset, alma_sigma)
// ALMA khung D1
alma_d1_short = request.security(syminfo.tickerid, "D", f_alma(close, alma_len_short, alma_offset, alma_sigma))
alma_d1_long = request.security(syminfo.tickerid, "D", f_alma(close, alma_len_long, alma_offset, alma_sigma))
// ALMA khung W1
alma_w1_short = request.security(syminfo.tickerid, "W", f_alma(close, alma_len_short, alma_offset, alma_sigma))
alma_w1_long = request.security(syminfo.tickerid, "W", f_alma(close, alma_len_long, alma_offset, alma_sigma))
// Vẽ biểu đồ
plot(alma_short, color=color.orange, title="ALMA Ngắn (Hiện tại)")
plot(alma_long, color=color.blue, title="ALMA Dài (Hiện tại)")
plot(alma_d1_short, color=color.green, title="ALMA Ngắn (D1)", linewidth=1)
plot(alma_d1_long, color=color.red, title="ALMA Dài (D1)", linewidth=1)
plot(alma_w1_short, color=color.purple, title="ALMA Ngắn (W1)", linewidth=1)
plot(alma_w1_long, color=color.gray, title="ALMA Dài (W1)", linewidth=1)
// Chênh lệch ALMA hiện tại
plot(alma_short - alma_long, title="Chênh lệch ALMA", color=color.fuchsia, style=plot.style_columns)
EMA Order IndicatorPaints background as per the EMA order.
White when there is no order / mixed.
Red when bearish order
Green when bullish order
ALMA HẰNG DIỄM @//@version=5
indicator("ALMA Đa khung thời gian", overlay=true)
// Hàm ALMA tùy chỉnh
f_alma(src, len, offset, sigma) =>
m = math.floor(offset * (len - 1))
s = len > 1 ? len - 1 : 1
norm = 0.0
sum = 0.0
for i = 0 to len - 1
w = math.exp(-(math.pow(i - m, 2)) / (2 * math.pow(sigma, 2)))
norm := norm + w
sum := sum + src * w
sum / norm
// Tham số người dùng
alma_len_short = input.int(9, title="Chu kỳ ngắn")
alma_len_long = input.int(50, title="Chu kỳ dài")
alma_offset = input.float(0.85, title="Offset")
alma_sigma = input.float(6.0, title="Sigma")
// ALMA hiện tại (khung đang xem)
alma_short = f_alma(close, alma_len_short, alma_offset, alma_sigma)
alma_long = f_alma(close, alma_len_long, alma_offset, alma_sigma)
// ALMA khung D1
alma_d1_short = request.security(syminfo.tickerid, "D", f_alma(close, alma_len_short, alma_offset, alma_sigma))
alma_d1_long = request.security(syminfo.tickerid, "D", f_alma(close, alma_len_long, alma_offset, alma_sigma))
// ALMA khung W1
alma_w1_short = request.security(syminfo.tickerid, "W", f_alma(close, alma_len_short, alma_offset, alma_sigma))
alma_w1_long = request.security(syminfo.tickerid, "W", f_alma(close, alma_len_long, alma_offset, alma_sigma))
// Vẽ biểu đồ
plot(alma_short, color=color.orange, title="ALMA Ngắn (Hiện tại)")
plot(alma_long, color=color.blue, title="ALMA Dài (Hiện tại)")
plot(alma_d1_short, color=color.green, title="ALMA Ngắn (D1)", linewidth=1)
plot(alma_d1_long, color=color.red, title="ALMA Dài (D1)", linewidth=1)
plot(alma_w1_short, color=color.purple, title="ALMA Ngắn (W1)", linewidth=1)
plot(alma_w1_long, color=color.gray, title="ALMA Dài (W1)", linewidth=1)
// Chênh lệch ALMA hiện tại
plot(alma_short - alma_long, title="Chênh lệch ALMA", color=color.fuchsia, style=plot.style_columns)
Fractal Model (TTrades)Fractal Model - Higher Timeframe Analysis with TTFM Labeling
A higher timeframe candle visualization tool enhanced with TTFM (The Fractal Model) labeling system for pivot-based price action analysis, made popular by Youtuber TTrades
What This Script Does:
This indicator displays higher timeframe candles on your current chart and identifies key pivot formations using the TTFM labeling system. It helps traders understand market structure and potential reversal points through systematic pivot analysis.
Key Features:
Higher Timeframe Visualization : Shows HTF candles without switching timeframes
TTFM Labeling System : Identifies pivot components with C2, C3, and C4 labels
T-Spot Detection : Marks areas where price is likely to form wicks based on pivot logic
Sweep Confirmation : Detects when price sweeps previous levels but closes opposite
Fair Value Gap Detection : Identifies imbalance zones between candle ranges
Alert System : Sends alerts when T-spot formations are confirmed using pivot logic
Silver T-Spot Alerts : Special alerts during specific market hours
How TTFM Labeling Works:
The TTFM system labels pivot formations based on their structure:
C2 : The candle that "sticks out" - the initial move that creates the pivot
C3 / C4 : The distribution candle that continues the reversal (standard pivots)
Alert System:
The indicator provides alerts when:
T-spot formations are created and confirmed
Price sweeps tspot levels with proper confirmation (This signal tries to alert you when a potential wick has formed in the tspot location
Silver T-spot patterns occur during specific market hours
T-spot sweep confirmations are triggered
Practical Usage:
Add the indicator to your chart
Watch for T-spot formations (highlighted zones)
Look for C2, C3, C4 labels to understand pivot structure
Use sweep confirmations for entry timing
Set up alerts for T-spot confirmations and sweeps
Technical Implementation:
Logarithmic Midpoint Calculation:
The T-spot levels are calculated using logarithmic midpoint analysis:
Log Values : log_high = ln(high), log_low = ln(low), log_open = ln(open), log_close = ln(close)
Wick Analysis : upper_wick = log_high - max(log_open, log_close), lower_wick = min(log_open, log_close) - log_low
Body Size : body_size = |log_close - log_open|
Midpoint Logic : If max(upper_wick, lower_wick) > body_size, use wick-based midpoint; otherwise use (log_high + log_low)/2
Final Level : T-spot level = exp(log_mid_level)
T-Spot Formation Conditions:
Standard Bearish : last_closed.h > prev_closed.h AND last_closed.c < prev_closed.h
Standard Bullish : last_closed.l < prev_closed.l AND last_closed.c > prev_closed.l
Expansive Bearish : prev_closed.h > prev_prev_closed.h AND last_closed.c < max(prev_closed.o, prev_closed.c)
Expansive Bullish : prev_closed.l < prev_prev_closed.l AND last_closed.c > min(prev_closed.o, prev_closed.c)
Pro-trend Bearish : last_closed.h > mid_level AND last_closed.h < prev_closed.o AND last_closed.c < prev_closed.l
Pro-trend Bullish : last_closed.l < mid_level AND last_closed.l > prev_closed.o AND last_closed.c > prev_closed.h
Sweep Confirmation Logic:
Pivot Detection : Uses ta.pivothigh(high, 1, 2) and ta.pivotlow(low, 1, 2)
Touch Detection : Price must touch T-spot level (high > level OR open > level) AND close opposite
Confirmation Requirements : Pivot must form before touch, close must break beyond pivot level
Alert Trigger : Sweep confirmed when all conditions are met
Silver T-Spot Conditions:
Special T-spots during specific market hours (4th-5th candle of day or 4th candle after 1PM ET) with additional confirmation requirements.
HTF Auto-Detection:
Automatically selects appropriate higher timeframes: 1m→15m, 3m→30m, 5m→1h, 15m→4h, 30m-1h→1D, 4h-8h→1W, 1D→1M.
Based on HTF Candles by Fadi, enhanced with T-spot detection, sweep logic, TTFM labeling system, and comprehensive alert functionality.
Note: This tool is for educational purposes and should be used in conjunction with proper risk management and market analysis.
Pre‑Market Cumulative VolumeDescription:
This indicator plots the cumulative trading volume for the pre‑market session on intraday charts. It automatically detects when a bar is part of the extended pre‑market period using TradingView’s built‑in session variables, starts a new running total at the first pre‑market bar of each day, and resets at the beginning of regular trading hours. During regular market hours or the post‑market session, the indicator does not display values.
To use this script effectively, ensure extended‑hour data is enabled on the chart, and select an intraday timeframe where pre‑market data is available. The result is a simple yet powerful tool for monitoring cumulative pre‑market activity.
How to use
Add the script to a chart and make sure you are on an intraday timeframe (e.g., 1‑min, 5‑min). Extended‑hour data must be enabled; otherwise session.ispremarket will always be false.
During each pre‑market session, the indicator will reset at the first pre‑market bar and then accumulate the volume of subsequent pre‑market bars.
Outside the pre‑market (regular trading hours and post‑market), the plot outputs na, so it does not draw on those bars.
Customization (optional)
If you want to define your own pre‑market times instead of relying on TradingView’s built‑in session, you can replace the isPreMarket line with a time‑range check. For example, isPreMarket = not na(time(timeframe.period, "0400-0930")) detects bars between 04:00 and 09:30 (U.S. Eastern time). You can parameterize the session string with input.session("0400-0930", "Pre‑Market Session") to let users adjust it.
OrderBlock / FVG / BoS / Pivots (Multi-Tools) v 1.3Questo indicatore identifica e visualizza diversi pattern di price action utilizzati nel trading Smart Money Concepts (SMC). Ecco cosa fa:
Funzionalità Principali
-Order Blocks (OB) - Identifica blocchi di ordini istituzionali dove il prezzo potrebbe rimbalzare
-Fair Value Gaps (FVG) - Rileva gap di prezzo che potrebbero essere riempiti
-Break of Structure (BoS) - Segnala rotture di strutture di mercato importanti
-Rejection Blocks (RJB) - Trova zone di rifiuto del prezzo
-Premium Premium Discount Discount (PPDD) - Identifica order blocks formati dopo sweep di liquidità
Caratteristiche Aggiuntive
-Pivot Points - Visualizza massimi e minimi di mercato
-High Volume Bars - Evidenzia candele con volume anomalo
-Stacked OB+FVG - Segnala quando order block e fair value gap si sovrappongono
Personalizzazione
L'indicatore offre controlli completi per:
-Colori personalizzabili per ogni elemento
-Numero massimo di box visualizzabili
-Trasparenza e stili dei bordi
-Etichette e dimensioni
-Opzioni per evidenziare zone "mitigate" (già testate dal prezzo)
È uno strumento molto utile per trader che seguono la metodologia "Smart Money" e cercano di identificare dove gli operatori istituzionali potrebbero aver piazzato i loro ordini.
////////////////////////////////////////////////////////////////////////////////
This indicator identifies and displays various price action patterns used in Smart Money Concepts (SMC) trading. Here's what it does:
Main Features
-Order Blocks (OB) - Identifies institutional order blocks where the price could bounce
-Fair Value Gaps (FVG) - Detects price gaps that could be filled
-Break of Structure (BoS) - Alerts breakouts of important market structures
-Rejection Blocks (RJB) - Finds price rejection zones
-Premium Premium Discount Discount (PPDD) - Identifies order blocks formed after liquidity sweeps
Additional Features
-Pivot Points - Displays market highs and lows
-High Volume Bars - Highlights candles with abnormal volume
-Stacked OB+FVG - Alerts when order blocks and fair value gaps overlap
Customization
The indicator offers complete controls for:
-Customizable colors for each element
-Maximum number of displayable boxes
-Transparency and border styles
-Labels and sizes
-Options to highlight "mitigated" zones (already tested by the price)
It's a tool Very useful for traders following the "Smart Money Concepts" and trying to identify where institutional traders may have placed their orders.
Pre‑Market Cumulative VolumeDescription:
This indicator plots the cumulative trading volume for the pre‑market session on intraday charts. It automatically detects when a bar is part of the extended pre‑market period using TradingView’s built‑in session variables, starts a new running total at the first pre‑market bar of each day, and resets at the beginning of regular trading hours. During regular market hours or the post‑market session, the indicator does not display values.
To use this script effectively, ensure extended‑hour data is enabled on the chart, and select an intraday timeframe where pre‑market data is available. The result is a simple yet powerful tool for monitoring cumulative pre‑market activity.
How to use
Add the script to a chart and make sure you are on an intraday timeframe (e.g., 1‑min, 5‑min). Extended‑hour data must be enabled; otherwise session.ispremarket will always be false.
During each pre‑market session, the indicator will reset at the first pre‑market bar and then accumulate the volume of subsequent pre‑market bars.
Outside the pre‑market (regular trading hours and post‑market), the plot outputs na, so it does not draw on those bars.
Customization (optional)
If you want to define your own pre‑market times instead of relying on TradingView’s built‑in session, you can replace the isPreMarket line with a time‑range check. For example, isPreMarket = not na(time(timeframe.period, "0400-0930")) detects bars between 04:00 and 09:30 (U.S. Eastern time). You can parameterize the session string with input.session("0400-0930", "Pre‑Market Session") to let users adjust it.
EMA Trend Bars + Optional VWAP GateIndicator: EMA Trend Bars + Optional VWAP Gate
What it does
• Colors your bars green (up), red (down), or gray (neutral) based on whether price is above or below a chosen EMA.
• Adds an optional VWAP filter (gate): only confirms green if price is above both EMA and VWAP, red if below both.
• Lets you pick source (HLC3, Close, or Heikin Ashi) to align with your charting style.
• Plots the EMA and (optionally) VWAP for reference.
• Includes alerts when the trend flips from down → up or up → down (static text, TradingView-friendly).
• Has an optional buffer (in ticks) so you don’t get whipsawed right at the EMA line.
⸻
KISS (Keep It Simple, Stupid)
The whole idea is to strip away noise and keep the system as lean as possible:
• One trend line (EMA) → simple bias filter.
• One value anchor (VWAP) → session’s fair price.
• Clean colors (green/red/gray) → quick glance = instant bias.
• No complex confluence stacks → less decision fatigue.
• Optional buffer → avoids chop without adding unnecessary rules.
The KISS principle here: price vs EMA + optional VWAP gate = trend bias. That’s it.
⸻
How to use it
1. Pick your EMA length:
• 34 is a balanced default for intraday scalping.
• Shorter (e.g., 21) = faster, more flips.
• Longer (e.g., 55/89) = slower, smoother trend.
2. Decide if VWAP filter stays ON:
• VWAP ON = fewer trades, higher confluence (good for patient entries).
• VWAP OFF = more trades, may catch earlier flips (good for fast scalping).
3. Read the bars:
• Green = only look for longs.
• Red = only look for shorts.
• Gray = stand aside (conflict or chop).
4. Alerts:
• Add “Trend Up” or “Trend Down” alerts for quick bias changes.
• Best used for heads-up, not blind auto-entries.
5. Buffer setting:
• 0 ticks = raw flips at EMA.
• 1–2 ticks = prevents micro whipsaws.
• Adjust depending on your instrument’s volatility (NQ is spikier, MES smoother).
Precision Candle Marker – OL/OH/OC ScreenerThis indicator highlights high-probability precision candles on any perpetual contract, designed especially for scalpers and short-term traders.
It marks three unique candle setups on the 1-minute chart (works on other timeframes too):
🟢 Open = Low (OL) → Strong bullish momentum, buyers took control instantly.
🔴 Open = High (OH) → Strong bearish momentum, sellers took control instantly.
🔵 Open = Close (OC) → Doji / indecision candle, potential reversal or continuation signal.
Use cases:
Identify breakout entry points in uptrend/downtrend.
Filter noise and focus on precision candles.
Combine with trend indicators (EMA, VWAP, RSI) for confirmation.
This tool is best suited for scalping perpetual contracts (e.g., BTCUSDT, ETHUSDT) but works on any symbol and timeframe.
MomentumQ DashMomentumQ Dash – Multi-Timeframe & Watchlist Dashboard
The MomentumQ Dash is a professional dashboard-style indicator designed to help traders quickly evaluate market conditions across multiple timeframes and assets.
Unlike single-signal tools, MomentumQ Dash consolidates market regime, buy/sell conditions, and pre-signal alerts into an easy-to-read table, allowing traders to stay focused on actionable setups without flipping between charts.
All signals displayed in MomentumQ Dash are derived from the MomentumQ Oscillator (MoQ Osci) , our proprietary tool designed to identify momentum shifts and adaptive buy/sell conditions. By integrating these signals into a dashboard format, MomentumQ Dash provides a structured overview of the market that is both comprehensive and easy to interpret.
A unique advantage of this tool is the dual-table system:
A timeframe table that tracks the current symbol across five user-defined timeframes.
A watchlist table that monitors up to five different assets on the same timeframe.
This combination gives traders a complete market overview at a glance, supporting both intraday and higher-timeframe strategies.
Key Features
1. Multi-Timeframe Signal Dashboard
Tracks buy, sell, pre-buy, and pre-sell conditions for up to 5 configurable timeframes.
Highlights market regime (Bull/Bear) with background colors for quick visual recognition.
Displays the last detected signal and how many bars ago it occurred.
2. Watchlist Asset Table
Monitor up to 5 custom symbols (e.g., indices, commodities, crypto pairs) in one view.
Independent timeframe selection for the watchlist table.
Clean symbol display with exchange prefixes automatically removed.
3. Flexible Layout & Theme Integration
Choice of table position (Top Right, Middle Right, Bottom Right) for each table.
Light/Dark mode setting for seamless chart integration.
Compact, minimal design to avoid clutter.
4. MoQ Osci Signal Engine
Signals are powered by the MomentumQ Oscillator (MoQ Osci), which uses adaptive momentum analysis.
Identifies early pre-signals (potential setup zones) as well as confirmed buy/sell events.
Helps traders recognize transitions in market structure without lagging indicators.
How It Works
Timeframe Analysis
The indicator calculates MoQ Osci signals on each timeframe.
When price deviates beyond upper/lower adaptive thresholds, buy/sell signals are generated.
Pre-signals are displayed when price approaches these zones, offering early alerts.
Trend Regime Detection
Regime is derived from MoQ Osci’s momentum distance relative to its adaptive mean.
Bull regime = positive momentum bias; Bear regime = negative momentum bias.
This provides a simple but reliable context for trade direction.
Watchlist Tracking
Signals are calculated identically for each custom symbol selected by the user.
Results are presented in a compact table, making it easy to spot alignment or divergence across markets.
How to Use This Indicator
Use the Timeframe Table to align intraday setups with higher-timeframe context.
Monitor the Watchlist Table to track correlated assets (e.g., SPX, NDX, VIX, Oil, Gold).
Pay attention to pre-buy / pre-sell warnings for early setup confirmation.
Use the “Last” column to quickly check the most recent signal and its timing.
Combine with your existing price action strategy to validate entries and exits.
This indicator works on all TradingView markets: Forex, Stocks, Crypto, Futures, and Commodities.
Why Is This Indicator Valuable?
Provides a complete dashboard view of market conditions in one place.
Combines multi-timeframe confirmation with multi-asset monitoring .
Signals are based on the proven MoQ Osci tool , ensuring consistency across strategies.
Saves time and reduces the need to constantly switch charts.
Fully customizable to match any trading workflow.
Example Trading Approaches
1. Multi-Timeframe Alignment
Wait for a buy signal on the lower timeframe (e.g., 15m) while the higher timeframe (1h/4h) is in Bull regime.
Enter long with higher-timeframe confirmation, improving trade probability.
2. Cross-Market Confirmation
If SPX and NDX both trigger sell signals while VIX shows a buy, this may confirm risk-off sentiment.
Use this confluence to support trade decisions in equities or correlated markets.
3. Pre-Signal Monitoring
Watch for PB (Pre-Buy) or PS (Pre-Sell) warnings before confirmed signals.
These can highlight potential breakout or reversal zones before they occur.
Disclaimer
This indicator is a technical analysis tool and does not guarantee profits.
It should be used as part of a complete trading plan that includes risk management.
Past performance is not indicative of future results.
Bullish_Mayank_entry_Indicator with AlertsThis indiucator gives buy signal alerts using EMAs, RSI & Weighted Moving Average of RSI & also multiframe analysis
Volitility Nasdaq Buy/Sell Indicator�� THE BUY & SELL STRATEGY
�� BUY SIGNALS: "BUY THE FEAR"
When VIX/VXN Spike = Market Bottom Opportunity
🔴 SELL SIGNALS: "SELL THE COMPLACENCY"
When VIX/VXN Collapse = Market Top Warning
�� BUY SIGNALS: "BUY THE FEAR"
When VIX/VXN Spike = Market Bottom Opportunity
✅ VIX > 80th percentile (extreme fear)
✅ Above 2σ mean reversion bands (oversold)
✅ Volatility trending higher (panic accelerating)
✅ Options flow bullish (smart money buying)
✅ Market breadth oversold (selling exhaustion)
✅ Currency flows risk-off (flight to safety)
✅ Yield curve steepening (growth expectations)
✅ No economic events (clean setup)
✅ Price above VWAP (institutional support)
✅ Quality score 8+/10 (premium setup)
Result: Buy market dips when fear is extreme but fundamentals support recovery
🔴 SELL SIGNALS: "SELL THE COMPLACENCY"
When VIX/VXN Collapse = Market Top Warning
✅ VIX < 20th percentile (extreme complacency)
✅ Below 2σ mean reversion bands (overbought)
✅ Volatility trending lower (complacency growing)
✅ Options flow bearish (smart money selling)
✅ Market breadth overbought (euphoric buying)
✅ Currency flows risk-on (excessive optimism)
✅ Yield curve flattening (growth concerns)
✅ No economic events (clean setup)
✅ Price below VWAP (institutional selling)
✅ Quality score 8+/10 (premium setup)
Result: Sell market rallies when complacency is extreme and reversal risk is high
�� THE PERFORMANCE EDGE
�� STATISTICAL ADVANTAGE
Traditional VIX Indicators: 35-40% accuracy
Our World-Class System: 85-90% accuracy
False Signal Reduction: 70-80% fewer bad trades
Adaptive Intelligence: Works in any market condition
Professional Grade: Institutional-quality analysis
🎯 RECOMMENDED TIMEFRAMES
🥇 15-Minute Charts: Best balance (85-90% accuracy)
�� 5-Minute Charts: For scalping (80-85% accuracy)
🥉 1-Hour Charts: For swing trading (90-95% accuracy)
🏅 WHO THIS IS FOR
✅ Day Traders: Precise intraday volatility entries
✅ Swing Traders: Multi-day volatility cycles
✅ Options Traders: VIX timing for options strategies
✅ Portfolio Managers: Risk-on/risk-off positioning
✅ Hedge Funds: Professional volatility trading
✅ Retail Traders: Access to institutional tools
�� THE COMPETITIVE ADVANTAGE
What You Get:
🎯 9-Layer Confirmation System - Only highest-probability setups
📊 Dynamic External Data - Real-time market context
⚡ Auto-Timeframe Adaptation - Works on any timeframe
🛡️ Economic Event Filtering - Avoids Fed meeting traps
📈 Professional Quality Scoring - 1-10 scale with bonuses
�� Detailed Alerts - Complete context in every notification
📋 Live Dashboard - Real-time status monitoring
🎨 Professional UI - Clean, institutional appearance
�� THE VALUE PROPOSITION
Instead of:
❌ Guessing at VIX levels
❌ Getting whipsawed by false signals
❌ Missing crucial market context
❌ Using amateur tools
❌ Losing money on bad setups
You Get:
✅ 90%+ Accuracy with proper settings
✅ Institutional-Grade Analysis
✅ Multi-Asset Confirmation
✅ Dynamic Adaptation
✅ Professional Results
🎯 THE BOTTOM LINE
This isn't just another VIX indicator.
This is a complete volatility trading system that gives you the same edge institutional traders use.
With 85-90% accuracy, dynamic adaptation, and professional-grade analysis, you'll finally have the tools to trade volatility like a pro.
🔥 GET STARTED TODAY
Ready to transform your volatility trading?
Ready to buy fear and sell complacency with precision?
Ready to join the ranks of professional volatility traders?
The World-Class VIX/VXN Indicator is your gateway to institutional-level trading performance.
Don't trade volatility with amateur tools. Trade it like a professional.
"The market rewards those who can read volatility correctly. This system gives you that edge."
Weinstein Stage Analyzer — Table Only (more padding)What it does
This indicator applies Stan Weinstein’s Stage Analysis (Stages 1–4) and presents the result in a clean, compact table only—no lines, labels, or overlays. It shows:
• Previous Stage
• Current Stage (with Early / Mature / Late tag)
• Duration (how long price has been in the current stage, in HTF bars)
• Sentiment (Bullish / Bearish / Balanced / Cautious, derived from stage & maturity)
Timeframe-aware logic
• Weekly charts: classic 30-period MA (Weinstein’s original 30-week concept).
• Daily & Intraday: computed on Daily 150 as a practical daily translation of the 30-week idea.
• Monthly: ~7-period MA (~30 weeks ≈ 7 months).
The stage classification itself is evaluated on this HTF context and then displayed on your active chart.
EMA/SMA toggle
Choose EMA (default) or SMA for the trend line used in stage detection.
How stages are decided (practical rules)
• Stage 2 (Advance): MA rising with price above an upper band.
• Stage 4 (Decline): MA falling with price below a lower band.
• Flat MA zones become Stage 1 (Base) or Stage 3 (Top) depending on the prior trend.
“Maturity” tags (Early/Mature/Late) come from run length and extension beyond the band.
Inputs you can tweak
• MA Type: EMA / SMA
• Price Band (±%) and Slope Threshold to tighten/loosen stage flips
• Maturity thresholds: min/max bars & late-extension %
Notes
• Duration is for the entire current stage (e.g., total time in Stage 4), not just the maturity slice.
• A Top Padding Rows input is included to nudge the table lower if it overlaps your OHLC readout.
Disclaimer
For educational use only. Not financial advice. Always confirm with your own analysis, risk management, and market context.
Bullish_Mayank_entry_IndicatorThis indicator works on finding bullish momemtum using EMAs, RSIs amd Weighted Moving Average of RSI
Quantel.io Swing ProEnters near swing highs/lows to ride short- to medium-term trends for big overnight futures gains.
First X Hours – Daily & Weekly (Auto-DST, Midlines & Labels)Description
This indicator automatically plots the High, Low, and optional Midline of the first X trading hours for both the Daily and Weekly sessions. It is designed for traders who want to quickly identify early-session ranges and key levels that often act as intraday or intraweek support/resistance zones.
✅ Features:
Works for both Daily and Weekly sessions (enable/disable individually).
Fully configurable: choose how many hours to include (e.g., 8 hours).
Adjustable start time (hour) and automatic DST handling using named timezones (e.g., Europe/London, New York, Sydney).
Customizable line colours, thickness, and styles.
Optional midline (average of high & low) for range balance levels.
Optional labels with price tags for clear visibility.
Lines can be extended to the right for forward-projection.
🔎 Use cases:
Identify early-session ranges that may define the trading day or week.
Track breakouts above/below first-X-hours ranges.
Highlight key liquidity levels where price often reacts.
Combine with your strategy for confirmation of reversals or continuations.
⚠️ Note:
Indicator does not provide trading signals.
Best used on intraday timeframes (e.g., 5m–1h) for daily ranges, and H1–H4 for weekly ranges.