Pivot ConnectPivot Connect –
a condensed and educational version
Objective
Automatically draws extended horizontal lines at the pivots (relevant highs and lows) of three timeframes:
The current chart (1 min, 5 min, 1 h… whatever you're looking at)
Weekly (W)
4-hour (240 min)
These lines are considered "protected levels": resistances (highs) or supports (lows).
The script also detects when the price breaks only the wick break to change the color/style of the line and warn that the level may have become invalid.
What is a pivot here?
ta.pivothigh / ta.pivotlow calculate a local high/low that has at least n bars on either side.
The pivotStrength parameter (default 12) is that n.
Therefore, a pivot high requires 12 candles to the left and 12 to the right lower than itself.
Lines drawn:
Highs and lows of the current timeframe (red and green)
Weekly highs and lows (blue and orange) if useWeekly = true
4-hour highs and lows (fuchsia and aqua) if use4H = true
Each line extends to the right by "extendLines" bars (default 100).
Wick break
This is reviewed bar by bar:
For a High level: if the high breaks above the line but the close remains below → it is considered a false break (wick break) and the line changes to purple and dashed style.
For a Low level: if the low breaks above the line but the close remains above → same warning.
The wickBreakBars (5) parameter is not used in the current logic; it was probably intended for future validation.
Cleaning Old Lines
Every 100 bars, lines with a right end older than 500 bars are removed to avoid memory overload (max_lines_count = 500).
Quick Customization
Colors and styles for each category.
Show or hide each line group (showHighs, showLows, useWeekly, use4H).
Thickness, solid/dash/dotted style.
Example of on-screen reading
Horizontal red line: resistance of the timeframe itself.
Horizontal blue line: important weekly high.
If a line changes to dashed purple: the price pierced it with the wick but did not close above it (at highs) – possible rejection.
This gives you a visual map of multi-timeframe support and resistance levels with quick alerts for "suspicious" breakouts.
Indicadores de Banda
Merek Equal Highs and LowsEQH – Equal Highs Indicator
Description:
The EQH indicator detects Equal Highs on the chart. This occurs when price reaches the same high level two or more times without breaking it decisively.
Interpretation:
Liquidity zone: Equal highs are often seen as areas where liquidity (stop-loss clusters) is located.
Breakout potential: A break above this level often signals that liquidity is being taken before either a reversal or continuation of the trend.
Market structure: EQH highlights resistance areas that can serve as key decision points for traders.
Use cases:
Identifying potential stop-hunt zones
Spotting resistance levels
Anticipating liquidity grabs before reversals or trend continuations
EQL – Equal Lows Indicator
Description:
The EQL indicator detects Equal Lows on the chart. This occurs when price reaches the same low level two or more times without breaking lower.
Interpretation:
Liquidity zone: Equal lows are areas where liquidity (sell-side stops) tends to accumulate.
Breakout potential: A move below this level often indicates liquidity being swept before a possible reversal or continuation.
Market structure: EQL highlights support areas that can be critical for trade decisions.
Use cases:
Identifying sell-side liquidity zones
Spotting support levels
Recognizing possible stop-hunts before reversals or trend continuations
BankNifty Institutional Zone MapperBankNifty Institutional Zone Mapper is a powerful support–resistance mapping tool designed to reveal the hidden grid where institutions are most likely placing their orders.
Instead of random lines, this indicator uses dual baselines with equidistant spacing to create highly accurate zones that act as magnets for price.
🔹 Why try it?
Detect institutional reaction levels instantly.
Spot high-probability support & resistance zones without guesswork.
Works seamlessly across intraday & positional trading.
Eliminates chart clutter while keeping the levels precise & repeatable.
Whether you’re trading BankNifty options, futures, or intraday moves, these zones will help you identify where real market battles are happening.
Add it once to your chart, and you’ll immediately see why price respects these levels again and again.
Emre AOI Zonen Daily & Weekly (mit Alerts, max 60 Pips)This TradingView indicator automatically highlights Areas of Interest (AOI) for Forex or other markets on Daily and Weekly timeframes. It identifies zones based on the high and low of the previous period, but only includes zones with a width of 60 pips or less.
Features:
Daily AOI Zones in blue, Weekly AOI Zones in yellow with 20% opacity, so candlesticks remain visible.
Persistent zones: AOI boxes stay on the chart until the price breaks the zone.
Multiple zones: Supports storing multiple Daily and Weekly AOIs simultaneously.
Break Alerts: Sends alerts whenever a Daily or Weekly AOI is broken, helping traders spot key levels in real-time.
Fully automated: No manual drawing needed; zones are updated and extended automatically.
Use Case:
Ideal for traders using a top-down approach, combining Weekly trend analysis with Daily entry signals. Helps identify support/resistance, supply/demand zones, and critical price levels efficiently.
EMAs 20/50/200 with Trend ColoringIt calculates EMA 20, 50, and 200.
For each EMA, it compares the current value with the previous bar (ema > ema ).
If rising → green, if falling → red.
All three EMAs are plotted with different colors dynamically changing by slope.
Scalp Sniper EMA-RSI (M5–M15) — v6.2 (freeze lines on hit)Scalp sniper who detect entry and sl tp, TP are 1rr 1.5rr 2 rr, this strategies work in 15m and 5m time frame
Crypto Strength MatrixOverview
The "Crypto Strength Matrix" is a custom Pine Script v5 indicator designed for cryptocurrency traders to assess the relative strength of major crypto market segments against traditional markets (e.g., the U.S. Dollar Index) and Bitcoin dominance. This indicator plots the strength of Altcoins (excluding ETH and SOL), Ethereum (ETH), Solana (SOL), the Dollar Index (DXY) versus Altcoins, and Bitcoin Dominance (DOM) on a 0-100 scale, using the Relative Strength Index (RSI) methodology. It provides a visual and intuitive way to identify overbought (>70) or oversold (<30) conditions across these assets, helping traders spot potential entry or exit points in the crypto market.
How It Works
The indicator fetches real-time data from various crypto and forex symbols available on TradingView, including:
CRYPTOCAP:TOTAL2 (total altcoin market cap),
CRYPTOCAP:ETH and CRYPTOCAP:SOL (market caps of ETH and SOL),
CRYPTO:ETHUSD and CRYPTO:SOLUSD (ETH and SOL prices),
CRYPTOCAP:BTC.D (Bitcoin dominance),
TVC:DXY (U.S. Dollar Index).
Calculations:
Altcoin Strength (OTH): Measures the RSI of the normalized market cap of all altcoins excluding ETH and SOL (calculated as TOTAL2 - ETH - SOL), relative to the total altcoin market cap. This reflects the strength of smaller altcoins.
ETH Strength: Computes the RSI of ETH/USD price adjusted by the DXY, isolating ETH's performance against the dollar.
SOL Strength: Similar to ETH, calculates the RSI of SOL/USD price adjusted by the DXY, focusing on Solana's strength.
DXY vs Altcoins: Uses the RSI of the DXY divided by the normalized total altcoin market cap, indicating the dollar's strength relative to altcoins.
Bitcoin Dominance (DOM): Directly applies RSI to Bitcoin dominance data, showing BTC's market control.
Each metric is plotted as a line with a unique color (OTH in aqua, ETH in teal, SOL in purple, DXY in green, DOM in orange) and labeled at the end of the chart for easy identification. Horizontal lines at 70 (overbought), 50 (neutral), and 30 (oversold) provide reference levels.
How to Use
Add the Indicator: Apply the "Crypto Strength Matrix" to a cryptocurrency chart (e.g., BTC/USD or ETH/USD) on a daily or 4-hour timeframe for optimal results.
Interpret the Lines:
OTH (Altcoins excluding ETH and SOL): A value above 70 suggests strong momentum in smaller altcoins, while below 30 indicates weakness. Monitor for divergence with ETH and SOL.
ETH and SOL: High values (>70) signal potential overbought conditions for these assets, while low values (<30) may indicate oversold opportunities.
DXY: Rising above 70 may suggest a stronger dollar, potentially pressuring crypto prices, while below 30 could indicate a weakening dollar, favoring crypto.
DOM: A value above 70 reflects strong Bitcoin dominance, often leading to altcoin underperformance, while below 30 may signal altcoin season.
Combine with Price Action: Use the indicator alongside candlestick patterns or volume analysis to confirm trade signals.
Adjust RSI Length: The default RSI length is 14, but you can tweak this input in the indicator settings to suit your trading style (e.g., 7 for shorter-term, 21 for longer-term trends).
Monitor Trends: Look for crossovers between lines (e.g., OTH rising above DXY) or alignment with the 50 neutral line to gauge market shifts.
Tips
Timeframe Selection: Daily charts provide a broad market view, while 4-hour charts offer more frequent signals. Avoid very short timeframes (e.g., 5m) due to noise.
Contextual Awareness: Combine with macroeconomic news (e.g., U.S. dollar strength) and Bitcoin price movements for better decision-making.
Risk Management: Use the indicator as a supplementary tool, not a standalone signal, and always set stop-losses based on your risk tolerance.
This indicator is ideal for crypto traders seeking a comprehensive view of market dynamics without the complexity of multiple charts. Enjoy trading with the "Crypto Strength Matrix"!
Momentum Matrix SignalMomentum Matrix Signals is a real-time indicator that finds BUY/SELL signals using a VWMA trend, closing momentum, and a strength score. It allows for re-entries & exits. ⚠️ WARNING: This version repaints; signals can disappear before a bar closes.
Signal Scoring
A signal is only considered if it first meets two mandatory conditions: a momentum trend and VWMA trend alignment.
If these are met, the signal is then scored from 0 to 5 based on a checklist of five factors:
2-Bar Trend: Confirms initial momentum.
3-Bar Trend: Confirms sustained momentum.
VWMA Trend: Confirms main trend alignment.
Volume Pressure (OBV): Confirms money flow.
Volume Spike (RVOL): Confirms market interest.
A higher score indicates a stronger, higher-conviction signal.
Futures Rotation Strategy - Overlay (Tables & Signals)This strategy focuses on the laggards and leaders of the market indices and does some weird stuff and determines which to long or short.
🎯 Super MA Arrows with Trend Bands🎯 Core Structure of the Indicator
1. Input Parameters Configuration
One of the most comprehensive indicators, featuring 50+ configurable variables, categorized into:
MA Settings: Define MA types and periods
Signal Settings: Customize signal conditions
Display Settings: Manage visual outputs
AI Settings: Enable/disable learning module
Multi-Timeframe Settings: Analyze across multiple timeframes
2. Moving Average & Envelope Calculations
The indicator employs multiple moving averages and an adaptive envelope:
Fast MA: Captures short-term movement (default: 9)
Slow MA: Reflects overall trend direction (default: 21)
Filter MA: Filters market noise (default: 50)
Envelope: Auto-adjusting support/resistance zones
3. Market Structure Analysis
Purpose: Confirm the market’s directional bias by evaluating swing highs/lows, breakouts, and consolidation zones.
Momentum Signals – Real-time (Repainting)This indicator generates real-time BUY/SELL signals using a confluence of VWMA trend, 3-bar momentum, and volume, then filters them by a strength score.
⚠️ **WARNING:** This version **repaints**; signals can appear and disappear before the bar closes.
Super MA Arrows with Trend Bands1. Input Parameters Configuration
One of the most comprehensive indicators, featuring 50+ configurable variables, categorized into:
MA Settings: Define MA types and periods
Signal Settings: Customize signal conditions
Display Settings: Manage visual outputs
AI Settings: Enable/disable learning module
Multi-Timeframe Settings: Analyze across multiple timeframes
2. Moving Average & Envelope Calculations
The indicator employs multiple moving averages and an adaptive envelope:
Fast MA: Captures short-term movement (default: 9)
Slow MA: Reflects overall trend direction (default: 21)
Filter MA: Filters market noise (default: 50)
Envelope: Auto-adjusting support/resistance zones
3. Market Structure Analysis
Purpose: Confirm the market’s directional bias by evaluating swing highs/lows, breakouts, and consolidation zones.
SMC Multiestruturas (Liquidez + Sweep + Caixa + BOS) [v2]indicador multiframe com identicacao de liquidez manipulação e quebra de estruturas
Qabas systemQabas System — Multi-Layered Smart Trading Framework
The Qabas System is an advanced all-in-one Pine Script indicator designed to combine institutional-grade analysis, smart entry/exit detection, and adaptive risk management into a single framework. It integrates multiple professional trading concepts into one ecosystem, making it suitable for intraday, swing, and position trading.
⸻
Core Components
1. VSA Engine (Volume Spread Analysis)
Detects institutional footprints (accumulation, distribution, no-demand, supply tests) by analyzing the relationship between candle spread, volume, and close location.
2. Order Blocks (Supply & Demand Zones)
Automatically highlights bullish and bearish order blocks with customizable transparency, showing where institutions left unfilled orders.
3. Smart Traps (Liquidity Traps)
Identifies bull and bear traps by detecting abnormal wicks and volume exhaustion near highs/lows — a common reversal signal.
4. Fibonacci Golden Levels
Draws adaptive retracement levels (23.6%, 38.2%, 50%, 61.8%, 78.6) aligned with the current market trend.
5. CPR (Central Pivot Range)
Daily pivot zones acting as magnets for price, helping detect high-probability reversal and breakout areas.
6. Liquidity Zones
Detects liquidity sweeps above highs and below lows combined with strong volume confirmation.
7. Market Structure (Chanlun Waves)
Tracks higher-highs / lower-lows to outline bullish or bearish structural waves.
8. Breakout Engine (Duanxian Gate)
Confirms valid breakouts using EMA/Donchian/Linear Regression baselines with ATR and volume filters.
9. Adaptive Resonance Oscillator (ARO)
A proprietary entry/exit system based on Hilbert transform and RSI resonance, plotting BUY/SELL arrows only when conditions are valid and alternating (to avoid duplicate signals).
⸻
Risk & Trade Management
• Smart ATR / Fibonacci / Structure-based stop loss options.
• Fibonacci / Risk-Reward / Structure-based take profit logic.
• Built-in auto-risk engine with position sizing (% risk per trade).
• ATR-based adaptive targets for breakout scenarios.
⸻
Visualization & Dashboard
• Multiple color themes (Neon, Professional, Matrix, Gold).
• Smart candle coloring for volume spikes and weak drops.
• Order Block boxes with custom transparency.
• A dynamic Arabic/RTL dashboard showing:
• Decision (Buy/Sell/Strong Buy/Strong Sell/Wait)
• Trend strength (across multiple timeframes)
• Volume pressure (Accumulation / Distribution / Neutral)
• Range & Breakout probabilities
⸻
Dynamic Probabilities Engine
The system records historical outcomes near supply/demand boundaries and continuously adapts breakout probability calculations. This enables it to dynamically project probability of ranging vs breaking out, and update targets accordingly.
⸻
How It Works (Step-by-Step)
1. Market Context: Multi-timeframe EMAs define overall trend score.
2. Institutional Clues: VSA, order blocks, traps, CPR, liquidity, and Fibonacci generate signals.
3. Structural Confirmation: Breakouts and wave analysis validate directional bias.
4. Decision Engine: Weighted scoring system fuses all signals into a single decision (BUY / SELL / WAIT) with confidence level.
5. Execution: ARO entry/exit signals provide precise timing inside the broader context.
6. Risk Management: Adaptive stop loss and take profit methods are applied automatically.
⸻
👉 In summary:
The Qabas System acts like an institutional trading toolkit inside one indicator — combining price action, smart volume, liquidity, structure, and adaptive risk to deliver context-aware, probability-driven trade signals with a clear visual dashboard.
Sessions — Asia / London / New York (shaded + start/end arrows)Asian Session London Session Newyork Session
- adjust time its in utc otherwise you will be trading random times
Session Highs & Lows — Customizable + HTF Wick Liquidity (H1/H4)Yesterdays ASIAN LONDON AND NEWYORK highs and Lows
Todays ASIAN LONDON AND NEWYORK highs and lows
1 HOUR AND 4 HOUR LIQ POINTS
Hitu - MTF High/Low Marker
This indicator is a powerful tool for traders, designed to display the high and low levels from multiple significant timeframes directly on your chart. It helps you quickly identify key support, resistance, and liquidity levels at a glance, improving your understanding of the market structure.
Key Features:
* Multi-Timeframe Support: Visualize high and low levels from Monthly, Weekly, Daily, 4H, 1H, 15M, and 5M timeframes.
* Full Customization: Each timeframe's line can be customized with your preferred color and style (Solid, Dashed, or Dotted) directly from the settings.
* Toggle On/Off: You have complete control to enable or disable any timeframe level to match your specific trading strategy.
How It Helps:
The MTF High/Low Marker simplifies the process of finding crucial price zones. By seeing key highs and lows from higher timeframes on your current chart, you can make more informed decisions about your entries, exits, and overall risk management.
Asian Session High/Low + FibThis is a indicator for only Asian season plus FIB it works only Asian season so you apply and enjoy indicator
Smart Money Windows X6Smart Money Windows 📊💰 – See where the pros hide their orders! Spot liquidity traps, smart money zones, and session kill zones before price flips. 🚀🔥
JL - Market HeatmapThis indicator plots a static table on your chart that displays any tickers you want and their % change on the day so far.
It updates in real time, changes color as it updates, and has several custom functions available for you:
1. Plot up to 12 tickers of your choice
2. Choose a layout with 1-4 rows
3. Display % Change or Not
4. Choose your font size (Tiny, Small, Normal, Large)
5. Up/Down Cell Colors (% change dependent)
6. Up/Down Text Colors (high contrast to your color choices)
The purpose of the indicator is to quickly measure a broad basket of market instruments to paint a more context-rich perspective of the chart you are looking at.
I hope this indicator can help you (and me) accomplish this task in a simple, clean, and seamless manner.
Thanks and enjoy - Jack
NYSE Advancing Issues & Volume RatiosOverview
This comprehensive market breadth indicator tracks two essential NYSE ratios that provide deep insights into market sentiment and internal strength:
NYSE Advancing Issues Ratio
NYSE Advancing Volume Ratio
Dual Ratio Analysis
Issues Ratio: Measures the percentage of NYSE stocks advancing vs. total issues
Volume Ratio: Measures the percentage of NYSE volume flowing into advancing stocks
Both ratios displayed as easy-to-read percentages (0-100%)
Customizable Display Options
Toggle each ratio on/off independently
Choose from multiple moving average types (SMA, EMA, WMA)
Adjustable moving average periods
Custom color schemes for better visualization
Reference Levels
50% Line: Market neutral point (gray dashed)
10% Line: Extremely bearish breadth (red dotted)
90% Line: Extremely bullish breadth (green dotted)
Optional background highlighting for extreme readings
Smart Alerts
Cross above/below 50% (neutral) for both ratios
Extreme readings: Above 90% (strong bullish) and below 10% (strong bearish)
Real-time notifications for key market breadth shifts
📈 How to Interpret
Bullish Signals
Above 50%: More stocks/volume advancing than declining
Above 90%: Extremely strong market breadth (rare occurrence)
Divergence: Price making new highs while breadth weakens (potential warning)
Market Timing
Extreme readings (10%/90%) often coincide with market turning points
Breadth thrusts from extreme levels can signal powerful moves
Use with other technical indicators for enhanced timing