Rsi- bybitbot - JSON v3Backtesting based on the RSI indicator, based on the RSI length, RSI level, and the number of candles at the RSI level. Backtesting for monitoring in-points.
インジケーターとストラテジー
TDS9 Counting (Red & Blue, Offset Labels)Here’s a polished, **publication‑ready narrative** for your *TDS9 Counting (Red & Blue, Offset Labels)* indicator, written in the same style as the previous ones:
---
**TDS9 Counting (Red & Blue, Offset Labels)**
This indicator implements a sequential counting method to help traders identify potential exhaustion points in ongoing trends. It tracks sequences of price closes relative to the prior 4 bars, building up to a **9‑count structure** that often signals areas where momentum may be weakening and a reversal or pause could occur.
The script automatically labels counts **6 through 9** directly on the chart, with clear **color‑coded markers**:
- **Red numbers** for downward sequences (bearish setups)
- **Dark blue numbers** for upward sequences (bullish setups)
- A **red “9”** highlights a potential exhaustion point in an uptrend, while a **blue “9”** marks exhaustion in a downtrend
To maintain chart clarity, labels are **offset slightly above or below candles** using dynamic spacing, ensuring signals remain visible without overlapping price action. This makes it easy to track the progression of counts in real time while keeping the chart clean and readable.
By combining structured sequential logic with intuitive visual cues, this tool helps traders:
- Monitor developing **trend exhaustion patterns**
- Anticipate potential **reversal or consolidation zones**
- Add a **systematic layer of confirmation** to existing strategies
- Keep charts uncluttered with offset, color‑coded labels
Whether you’re a discretionary trader looking for exhaustion confirmation or a systematic trader layering signals into a broader strategy, this indicator provides a **clear, structured framework** for spotting potential turning points in price action.
Trend Structure ★★ with Buy/Sell Signals (offset labels)Got it — here’s a more **expanded, publication‑ready description** for your *Trend Structure ★★ with Buy/Sell Signals (offset labels)* indicator. I’ve kept it professional, clear, and engaging so it works well on TradingView’s public library:
---
**Trend Structure ★★ with Buy/Sell Signals (offset labels)**
This indicator is designed to give traders a structured view of market momentum by combining **short‑term (25 EMA)** and **long‑term (90 EMA)** exponential moving averages. It plots dual EMA bands on the chart, with shaded zones that visually highlight when price is trading outside of these ranges — making it easier to identify periods of strength, weakness, or potential exhaustion.
Beyond simple trend tracking, the script automatically generates **BUY** and **SELL** labels at key crossover points between price and the short‑term EMAs. These signals are intelligently offset using ATR‑based spacing, ensuring labels remain clear and uncluttered, even during volatile price action. This makes the chart more readable while still delivering actionable insights.
The indicator also includes a **title marker** for quick reference and a clean, color‑coded design that distinguishes short‑term and long‑term structures at a glance. By combining visual clarity with practical signal generation, this tool helps traders:
- Spot emerging trends early through EMA crossovers
- Confirm longer‑term momentum with dual EMA bands
- Receive uncluttered, offset Buy/Sell signals for better decision‑making
- Maintain a clean chart layout without sacrificing detail
Whether you’re a trend‑follower looking for confirmation, or a swing trader seeking timely entries and exits, this indicator provides a balanced mix of **structure, clarity, and actionable signals** to support your trading workflow.
MACD Divergence StructureMACD Divergence Structure Final
This indicator enhances the classic MACD by automatically detecting and labeling key divergence structures. It highlights bullish and bearish divergences, as well as potential sell tops and disappearing tops, directly on the chart. By combining EMA‑based MACD calculations with dynamic label plotting, it provides traders with clear, actionable signals to anticipate possible trend reversals or momentum shifts. Designed for flexibility and clarity, it helps traders quickly spot hidden market structure changes without cluttering the chart.
Liquidity Map [DrewRS]Donations are welcome to keep building!!
paypal.me
Description
Liquidity Map highlights where recent swing highs/lows leave resting liquidity and shows when those pools are swept; pending zones keep their color while swept zones fade, so you can track which areas remain attractive for price.
Each pivot detection draws a horizontal line plus a tiny marker, with optional equal-high/low highlighting to emphasize double tops/bottoms that are often targeted; when price runs through the level the marker disappears and a “taken” dot is left behind.
Designed for discretionary traders who monitor liquidity grabs, imbalances, or SMT setups; works on any symbol or timeframe, though you may want tighter settings for intraday and wider ones for higher timeframes.
How It Works
Uses ta.pivothigh / ta.pivotlow to define swing points; every pivot draws a persistent level until price closes a candle beyond it.
Equal highs/lows within the chosen tick tolerance upgrade the level color for quick visual prioritization.
Liquidity sweeps shorten the line to the sweep bar, reduce opacity with the “Line opacity after sweep” control, and leave a colored dot so you can see which pool was taken.
Inputs
Left/Right pivot bars: increase for smoother swings, decrease for faster detection.
Equal high/low tolerance: small values flag only near-perfect doubles; larger tolerances bundle broader ranges.
Max levels per side: caps how many pending lines stay on chart to avoid clutter.
Plot marker when liquidity is taken: toggle sweep dots on/off.
Pending/Taken liquidity colors + Line opacity after sweep: adjust palette to fit your chart theme.
Tips
Combine with market-structure or order-block tools; pending liquidity often aligns with supply/demand zones.
For scalping, start with leftBars = 2, rightBars = 1, and a tighter tolerance; for swing trading, raise the bars and tolerance slightly.
Keep an eye on equal highs/lows that stack across timeframes—multiple confluences tend to attract price more aggressively.
PairTradingSignalsPair Trading Signals (PTS)
This indicator implements a mean-reversion strategy for pairs trading, focusing on divergences between the chart's primary symbol (e.g., QQQ for tech exposure) and a user-specified inverse or correlated secondary symbol (default: SPY for broad market proxy). It generates long-only entry and exit signals on the primary asset based on statistical deviations in their relative pricing, without requiring short positions or direct trading of the secondary symbol.
Core Concepts
Pairs Mean Reversion: The strategy exploits temporary mispricings in cointegrated assets. When the primary asset becomes "cheap" relative to the secondary (oversold spread), it enters a long position expecting convergence. Exits occur when the spread reverts to neutral or overbought levels.
Spread & Z-Score: The raw spread is calculated as Primary Close - (Hedge Ratio × Secondary Close), with a fixed hedge ratio of 1.5 to approximate relative volatility (e.g., beta adjustment). This is normalized to a Z-score over a lookback period, measuring deviations in standard deviations from the historical mean. Bounds (default ±2.0) define oversold/overbought thresholds—common in statistical arbitrage for 95% confidence intervals assuming normality.
ATR-Based Risk Controls: Entry levels incorporate Average True Range (ATR, default 14-period RMA smoothing) to set dynamic take-profit (TP = Entry + Upper Bound × ATR) and stop-loss (SL = Entry - |Lower Bound| × ATR) levels, scaling to volatility.
Signal Logic
Buy (Long Entry): Triggers when the Z-score crosses above the lower bound (-2.0) after entering an oversold state (Z < lower bound). This signals undervaluation of the primary relative to the secondary.
Sell (Exit): Triggers when the Z-score crosses below the upper bound (2.0) after entering an overbought state (Z > upper bound). Optional strict TP/SL enforcement closes positions at predefined levels.
Signals appear as labeled shapes (green BUY below bar, red SELL above). Short horizontal boxes mark TP (green) and SL (red) for visual reference.
Backtesting & Performance Metrics
Simulation Period: Trades only within user-defined start/end dates (default: Jan 2020–Dec 2030).
Position Sizing: Fixed allocation based on initial capital × entry percentage (default 100%), capped by available equity to enforce risk limits. Supports full compounding if desired via code tweak.
Metrics Table: Displays net profit, ROI (including/excluding unrealized P&L), win rate, trade counts, closed capital, total equity, and open position details (shares or current value). Recent trades logged in a separate table.
Equity Floor: Prevents capital from going below zero, simulating real-world drawdown limits.
Usage Guidelines
Symbol Setup: Apply to the primary asset's chart (e.g., QQQ). Set "Inverse Ticker" to a negatively or positively correlated pair (e.g., SPY for market hedge).
Parameter Tuning: Increase lookback (20+) for smoother signals; widen bounds (±3.0) for fewer, higher-conviction trades. Lower entry % reduces risk.
Best Practices: Use on daily/4H timeframes for swing trades. Combine with overall market trend filters. Backtest across regimes (e.g., bull/bear) to validate.
Limitations: Assumes mean reversion holds; performs poorly in trending divergences. No commissions/slippage modeled—adjust initial capital accordingly.
This approach draws from classic pairs trading literature (e.g., Gatev et al.'s distance method), adapted for single-asset execution via Z-score thresholds. For optimal results, ensure the pair exhibits cointegration (test via Engle-Granger if customizing).
MARITradesGold Indicator A - BUY AND SELL ModelThe MARITrades Gold Indicator A – BOS Model is a professional charting tool designed to help traders visually identify structure breaks (BOS) and potential Fibonacci retracement zones during key market sessions on XAU/USD.
It combines session timing filters, Break of Structure logic, and a WMA160 trend bias to help users study clean continuation or reversal setups with precision.
This indicator is intended for traders who are learning or refining their market structure and session-based gold strategy.
KEY FEATURES AND HOW TO USE
Apply the indicator to XAU/USD on a preferred timeframe
Wait for a Break of Structure (BOS) during valid session hours.
Watch for retracement into 0.5–0.618 Fib levels for possible continuation zones which are marked out with coloured lines. you can edit the colours to your preference
Confirm direction with Moving average160 trend bias.
Use Stop loss and take profit levels for educational visualization — not for direct trade execution.
you can keep the indicator free or lines which optional to view the BUY and SELL signals
📊 BOS Detection: Marks bullish or bearish structure breaks after key levels.
📈 Fibonacci Zones: Auto-calculates retracement zones and gives you signal bias
🕒 Session Filters: Includes Sydney, Asian, London, and New York session timing tools.
🧭 Trend Filter: Moving Average (MA160) helps define directional bias.
🧩 Clean Visualization: retracement zones, and structure markers for chart clarity.
🚨 Optional Alerts: Alerts can be added when structure breaks align with session filters.
EMAs de JahazielThis indicator displays seven Exponential Moving Averages (EMA 5, 6, 9, 20, 50, 100, and 200) to help identify short-, medium-, and long-term market trends.
When shorter EMAs (5, 6, 9) cross above longer EMAs (50, 100, 200), it suggests increasing bullish momentum and potential uptrend continuation.
Conversely, when shorter EMAs cross below longer EMAs, it indicates potential bearish momentum and a possible downtrend.
📈 The combination of these EMAs helps traders visualize market structure, momentum shifts, and key dynamic support/resistance levels.
🧠 Suitable for scalping, intraday trading, swing trading, or confirming higher time frame trends across any market — Forex, indices, crypto, or commodities.
The Crypteller LEVELSAutomatically shows key highs and lows from the previous day, week, and month — no need to mark them manually.
Keeps your chart clean — only the latest levels are visible.
Works on any timeframe, so you can instantly see where major liquidity sits.
🐼 Rani EMA-OBV Dual Signal💚 Panda EMA-OBV Dual Signal combines trend, momentum, and volume analysis to generate high-quality buy/sell signals.
It uses a multi-EMA ribbon to identify trend direction, RSI(14) to gauge market strength, and OBV divergence to confirm momentum shifts.
Ideal for XAUUSD and volatile assets on M5–H4 timeframes.
ADIL_TREND// ===== NOTES =====
// - I interpreted the cover confirmation rule as symmetric to buy (confirm by HIGH > critical high within next N bars). If you intended a different rule (your message had an ambiguous line), tell me and I'll adjust.
// - Exits/covers are only confirmed when the corresponding position is open (inLong/inShort).
// - A pending critical will not be recreated while it's active; also you won't generate new buy/short pending when already in that position.
Trader Jumblo Auto Signal V6Trader Jumblo Auto Signal V6 is an advanced crossover-based signal system designed to generate persistent BUY and SELL entries with dynamic ATR-based Take Profit (TP) and Stop Loss (SL) levels.It provides clean, non-repainting trade signals that remain visible on the chart even after price movement — ensuring clarity during both backtesting and live trading sessions.
⚙️ How It Works
🟦 Two Blue Lines — These are your moving averages (Fast and Slow).
The crossover between them determines the signal direction.
When the Fast MA (light blue) crosses above the Slow MA → a BUY signal appears.
When the Fast MA crosses below the Slow MA → a SELL signal appears.
You can choose between SMA or EMA and adjust the lengths in the settings.
🟢 Green Line — The Take Profit (TP) level, calculated using ATR × TP multiplier.
It shows the projected target area for profit when a trade is active.
🔴 Red Line — The Stop Loss (SL) level, also based on ATR × SL multiplier.
It marks the risk boundary for each signal.
✅ When price reaches the green line, “TP HIT” appears.
❌ When price hits the red line, “SL HIT” appears.
These markers persist so you can analyze trade outcomes clearly.
📈 Main Features
Dynamic ATR-based TP and SL levels (auto-adjust with volatility)
Persistent entry, TP, and SL labels (no vanishing signals)
Optional RSI filter for signal confirmation
Instant alert system for BUY/SELL/TP/SL or combined events
Lightweight and optimized for any timeframe
⚡ Best Use
Ideal for swing and intraday traders who want visual clarity and structured risk/reward zones. Works effectively on Gold, Forex, crypto, indices, and stocks
VWAP-Delta Fade / Reversal (Webhook Alerts V1)⚖️ VWAP Delta Fade / Reversal Strategy – 1-Minute Chart (GC VWAP Delta Fade)
⚙️ Purpose
• Fade overextended price moves away from VWAP (Volume-Weighted Average Price).
• Capture mean reversion trades as price snaps back toward equilibrium.
• Ideal for scalp-style trades or early-trend reversals after a strong imbalance.
• Built for futures instruments (MNQ, NQ, ES, MES, etc.) with clear intraday volume profiles.
⸻
🕒 Timeframe & Session
• Chart: 1-Minute (occasionally confirm with 5-Minute for structure).
• Trading Window:
• Active between 9:45 AM – 3:45 PM EST (avoid open/close whipsaws).
• Skip major news windows (10:00 AM and 2:00 PM).
⸻
🧩 Setup
1. Add VWAP to your chart with standard session reset (each day).
2. Enable Delta or Cumulative Delta indicator — helps visualize aggressive buyers/sellers.
3. Identify conditions where price extends far from VWAP (typically 1.5–2.0 standard deviations).
4. Look for momentum exhaustion — Delta diverging from price, volume tapering off.
5. Prepare for entry as price stalls and begins reverting toward VWAP.
⸻
📈 Entry Rules
LONG Fade (buy reversal):
• Price is below VWAP by a large margin.
• Delta shows seller exhaustion (less negative Delta while price still dropping).
• Candle closes bullish showing rejection wicks or engulfing strength.
• Enter long with target toward VWAP.
SHORT Fade (sell reversal):
• Price is above VWAP significantly.
• Delta shows buyer exhaustion (less positive Delta while price still rising).
• Candle closes bearish showing upper rejection or engulfing weakness.
• Enter short with target back toward VWAP.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts depending on volatility.
• Take Profit (TP): +110 ticks default.
• Stop Loss (SL): −128 ticks default.
• Target Zone: VWAP reversion — partials can be taken once VWAP is tagged.
• Risk/Reward Ratio: ~1:1 by design (mean-reversion fade).
• Optional trailing stop: Enable after +60 ticks to protect partial profits.
⸻
🧠 Best Practices
• Only trade clear extremes — if price hovers around VWAP, skip it.
• Use Delta divergence for confirmation, not standalone signals.
• Avoid entries directly before high-impact news.
• Prefer trades with support/resistance confluence near the VWAP extremes.
• Don’t fade strong trending sessions (where VWAP is one-sided with EMAs stacked).
• Wait for confirmation candle close before entry — avoid trying to catch the exact
top/bottom.
GC ORB Break-Retrace (Webhook V2)🧭 ORB Strategy – 5-Minute Chart (GC ORB Break-Retrace)
⚙️ Purpose
• Capture early momentum from the market’s opening volatility window (first 5–15
minutes).
• Focused on NASDAQ Micro Futures (MNQ) but adaptable to ES, NQ, MES, etc.
• Designed for short, structured trades with tight stop-loss and take-profit levels.
⸻
🕒 Timeframe & Session
• Chart: 5-Minute.
• Trading Window:
• Monitor from 9:25 AM to 10:30 AM EST.
• Signals begin only after 9:30 AM open once the first 5-minute candle closes.
• Avoid entries during major news releases (10 AM or 2 PM economic reports).
⸻
🧩 Setup
1. Load the 5-minute chart for your instrument (e.g., MNQZ25).
2. Mark the Opening Range (OR):
• High and Low of the 9:30–9:35 AM candle.
3. Wait for price to break above or below that range.
4. Use the retrace-confirmation entry rule:
• After breakout, wait for a small pullback that respects the broken OR line.
• Enter on the retest continuation in the breakout direction.
⸻
📈 Entry Rules
LONG Entry:
• Price breaks above OR high.
• Wait for a pullback that holds above that high.
• Enter long on the next bullish 5-min candle close confirming strength.
SHORT Entry:
• Price breaks below OR low.
• Wait for a pullback that fails to reclaim the OR low.
• Enter short on the next bearish 5-min candle close confirming weakness.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts (based on risk).
• Take Profit (TP): +100 ticks (can be adjusted to volatility).
• Stop Loss (SL): −132 ticks default.
• Risk/Reward Ratio: ~1:1.3 by default.
• Trailing: Optional — can be enabled once trade moves +60–80 ticks in profit.
⸻
🧠 Best Practices
• Trade only one breakout per session — avoid chasing reversals.
• Prefer clean OR zones with clear structure, no overlapping wicks.
• Skip trades if volume is low or volatility is extreme (e.g., after CPI/FOMC).
• Always confirm trend direction with VWAP slope and EMA alignment (9/21/50).
• Avoid trades during the first minute of breakout — wait for confirmation candle close.
MariTrades Gold Indicator B-Stop loss and Take profitsThe MariTrades Gold Indicator B is an original Trading View script designed to help traders visualize entry points, stop loss (SL), take profit (TP), and key structure levels on gold charts. This publication fully complies with Trading View’s public script rules, including originality, English description, chart clarity, and Pine Script v5 usage.
Key Features:
Break of Structure (BOS) Detection:
Detects trend reversals by identifying when price closes above/below the previous swing high/low.
BOS signals are marked on the chart for both buy and sell opportunities.
Fibonacci Retracement Levels:
Automatically plots retracements from the last swing high to swing low.
(NOT LABELLED)
Entry signals are confirmed when price retraces to these levels after BOS.
Automatic SL and TP Visualization:
Stop loss and take profit levels are drawn directly on the chart.
Default values: SL = 5 pips, TP = 10 pips (customizable via inputs).
Entry Signals:
Buy: Price breaks structure (BOS) and retraces to Fibonacci level → label and lines drawn.
Sell: Price breaks structure (BOS) and retraces to Fibonacci level → label and lines drawn.
Clean, readable chart overlay:
Previous signals are automatically removed to avoid clutter.
SL lines in red, TP lines in green, entry labels clearly displayed.
Adaptive Regime Hybrid (Trend + MeanRev)Adaptive Regime Hybrid — see whether the market wants a trend or a reversion. One oscillator, clearer trades.
Try ARH on your favorite instrument and timeframe. Start with default settings; increase SigThreshold for fewer high‑conviction signals, or raise SmoothW to reduce whipsaw in choppy markets.
ATR Trailing Stop Without tradepanel Open✅ Only plots ATR trailing stop line
✅ Only colors candles
✅ No trades / entries
✅ No “Strategy Tester” panel
✅ No arrows, markers, or trade lists
The Enhanced Combined Weighted RSI -> PROFABIGHI_CAPITAL🌟 Overview
The Enhanced Combined Weighted RSI → PROFABIGHI_CAPITAL indicator merges advanced RSI variants—weighted for dynamic inputs, machine learning-enhanced for pattern prediction, and median-based for outlier resistance—into a customizable composite oscillator for superior momentum detection.
It offers dual signal modes for flexible overbought/oversold or trend-following alerts, blending components via user weights to filter noise and sharpen reversals.
⚡ Signal Mode Settings
– Signal Mode : Choose between standard overbought/oversold thresholds or trend-following crossovers for adaptive signal generation.
– Long Threshold : Adjustable level above which bullish momentum is confirmed in trend mode.
– Short Threshold : Adjustable level below which bearish momentum triggers in trend mode.
🎯 Weighted RSI Settings
– RSI Weighting Method : Select volume-driven, momentum-adjusted, volatility-scaled, or reversion-focused weighting to emphasize market conditions in RSI computation.
– Moving Average Type : Pick from simple, exponential, or advanced smoothers like Hull or Arnaud Legoux for output refinement.
– WRSI Length : Core period for the weighted RSI base to balance sensitivity and stability.
– WRSI Smoothing Length : Additional averaging span to polish the weighted signal.
🧠 ML RSI Settings
– ML RSI Length : Base RSI period serving as input for machine learning augmentation.
– Enable KNN Machine Learning : Activate nearest-neighbor pattern matching to predict RSI based on historical similarities.
– K - Number of Neighbors : Count of closest past instances to average for enhanced prediction.
– Historical Period for KNN : Lookback bars for data pool in pattern recognition.
– ML Weight vs Standard RSI : Blending ratio favoring ML output over plain RSI.
– Number of Features : Quantity of inputs like momentum or deviation for distance calculations.
📈 Median RSI Settings
– Median RSI Length : RSI computation span applied to median-filtered prices for robustness.
– Median Period : Window for deriving median prices to mitigate outlier impacts.
⚖️ Weighting System
– Enable Weighted RSI : Toggle inclusion of the dynamic weighting variant in the composite.
– Enable ML RSI : Toggle machine learning augmentation for predictive depth.
– Enable Median RSI : Toggle median filtering for outlier-resistant signals.
– Weighted/ML/Median RSI Weights : Relative influences ensuring the blend sums to unity for balanced synthesis.
🎨 Visual Settings
– Color Scheme : Palette options from vibrant neon to subdued monochrome for lines and zones.
– Show Individual RSI Components : Overlay separate variant lines for component dissection.
– Overbought Level : Upper boundary for exhaustion signals in standard mode.
– Oversold Level : Lower boundary for rebound cues in standard mode.
📈 Combined RSI Calculation
– Dynamic Weighting : Tailors RSI sensitivity to volume surges, momentum bursts, volatility clusters, or reversion tendencies for context-aware readings.
– Machine Learning Layer : Employs KNN to scan historical patterns via multi-feature distances, averaging nearest neighbors for forward-looking adjustments.
– Median Filtering : Computes RSI on central-tendency prices to dampen erratic spikes.
– Weighted Fusion : Averages enabled variants proportionally, then smooths for a cohesive momentum proxy.
📡 Signal Generation
– Standard Mode : Flags overbought above upper threshold for sells, oversold below lower for buys, with extreme crosses for heightened alerts.
– Trend Mode : Generates long signals on upward threshold breaches, shorts on downward, maintaining direction until reversal.
– Crossover Logic : Triggers on composite line breaks of key levels, blending components for confirmed momentum shifts.
📉 Visualization
– Composite Line : Prominent trace shifting hues by momentum state, with optional faint overlays for variants.
– Reference Lines : Solid extremes, dashed midline, dotted neutrals for threshold navigation.
– Zone Fills : Subtle backgrounds tinting overbought red, oversold green, neutral gray for immersion.
– Candle Coloring : Overlays chart bars with signal tints for full-view alignment.
– Extreme Markers : Crosses at ultra-high/low levels for reversal emphasis.
– Info Table : Top-right summary of mode, composite value, component readings with weights, and current signal.
🚨 Alerts
– Trend Mode Long/Short : Notifies on directional threshold crosses for proactive positioning.
– Standard Overbought/Oversold : Warns on extreme level breaches for reversal trades.
– Midline Bullish/Bearish : Signals equilibrium shifts for trend confirmation.
✅ Key Takeaways
– Multi-algorithm fusion elevates RSI beyond basics, adapting to market nuances via weighting and ML.
– Dual modes balance caution with aggression for versatile signal timing.
– Component transparency and visuals decode the blend for confident interpretation.
– Customizable thresholds and schemes fit any timeframe or style.
Custom Bollinger Band Squeeze Screener [Pineify]Custom Bollinger Band Squeeze Screener
Key Features
Multi-symbol scanning: Analyze up to 6 tickers simultaneously.
Multi-timeframe flexibility: Screen across four selectable timeframes for each symbol.
Bollinger Band Squeeze algorithm: Detect volatility contraction and imminent breakouts.
Advanced ATR integration: Measure expansion and squeeze states with custom multipliers.
Customizable indicator parameters: Fine-tune Bollinger and ATR settings for tailored detection.
Visual table interface: Rapidly compare squeeze and expansion signals across all instruments.
How It Works
At the core, this screener leverages a unique blend of Bollinger Bands and Average True Range (ATR) to quantify volatility states for multiple assets and timeframes at once. For each symbol and every selected timeframe, the indicator calculates Bollinger Band width and compares it against ATR levels, offering real-time squeeze (consolidation) and expansion (breakout) signals.
Bollinger Band width is computed using standard deviations around a SMA basis.
ATR is calculated to gauge market volatility independent of price direction.
Squeeze: Triggered when BB width contracts below a multiple of ATR, forecasting lower volatility and set-up for a move.
Expansion: Triggered when BB width expands above a higher ATR multiple, signaling a high-volatility breakout.
Display: Results shown in an intuitive table, marking each status per ticker and TF.
Trading Ideas and Insights
Spot assets poised for volatility-driven breakouts.
Compare squeeze presence across timeframes for optimal entry timing.
Integrate screener results with price action or volume for high-confidence setups.
Use squeeze signals to avoid choppy or non-trending conditions.
Expand and diversify watchlists with multi-symbol coverage.
How Multiple Indicators Work Together
This script seamlessly merges Bollinger Bands and ATR with customized multipliers:
Bollinger Bands identify price consolidation and volatility squeeze zones.
ATR tailors the definition of squeeze and expansion, making signals adaptive to volatility regime changes.
By layering these with multi-symbol/multi-timeframe data, traders access a high-precision view of market readiness for trend acceleration or reversal.
The real synergy is in the screener's ability to visualize volatility states for a diverse asset selection, transforming traditional single-chart analysis into a broad market view.
Unique Aspects
Original implementation: Not a simple trend or scalping indicator; utilizes advanced volatility logic.
Fully multi-symbol and multi-timeframe support uncommon in most screeners.
Custom ATR multipliers for both squeeze and expansion allow traders to match their risk profile and market dynamics.
Visual clarity: Table structure promotes actionable insights and reduces decision fatigue.
How to Use
Add the indicator to your TradingView chart (supports any asset class including crypto, forex, stocks).
Select up to six symbols (tickers) and set your preferred timeframes.
Adjust Bollinger Band Length/Deviation and ATR multipliers to refine squeeze/expansion criteria.
Review the screener table: Look for "SQZ" (squeeze) or "EXP" (expansion) cells for entry/exit ideas.
Combine screener information with other technical or fundamental signals for trade confirmation.
Customization
Symbols: Choose any tickers for scanning.
Timeframes: Select short- to long-term intervals to match your trading style.
Bollinger Band parameters: Modify length and deviation for sensitivity.
ATR multipliers: Set low or high values to adjust squeeze/expansion triggers.
Table size and layout: Adapt display for optimal workflow.
Conclusion
The Bollinger Band Squeeze Screener Pineify delivers an innovative, SEO-friendly multi-asset solution for volatility and trend detection. Harness its original algorithmic design to uncover powerful breakout opportunities and optimize your portfolio. Whether you trade crypto with dynamic volatility or scan stocks for momentum, this tool supercharges your TradingView workflow.
Session High/Low Marker Advanced -> PROFABIGHI_CAPITAL🌟 Overview
The Session High/Low Marker Advanced → PROFABIGHI_CAPITAL indicator tracks and visualizes the highest and lowest prices during major global trading sessions, helping traders identify key support/resistance levels formed in each period.
It supports live updates for active sessions and post-session lines with labels, plus a summary table for quick reference across markets like forex or indices.
👁️ Display Options
– Show London Session : Toggle visibility of London high/low markers for European market opens.
– Show New York Session : Enable markers for New York volatility and trend continuations.
– Show Tokyo Session : Activate Tokyo levels for Asian session analysis.
– Show Sydney Session : Optional markers for early Pacific trading influences.
– Show Frankfurt Session : Include Frankfurt for pre-London European insights.
– Show Session Table : Display a compact overview of all session extremes.
– Live Mode : Update highs/lows in real-time during sessions, rather than finalizing at close.
🎨 Session Styles
– London/New York/Tokyo/Sydney/Frankfurt Line Color : Custom transparency and hues for each session's lines and labels.
– Line Width : Adjustable thickness for session high/low extensions to match chart clarity.
📊 Table Styles
– Accent/Bull/Bear/Neutral Colors : Tints for table headers, positive/negative values, and balanced readings.
⏰ Session Detection
– Time-Based Boundaries : Defines sessions in UTC—London (08:00-17:00), New York (13:00-22:00), Tokyo (00:00-09:00), Sydney (22:00-07:00 next day), Frankfurt (07:00-16:00)—adjusting for date transitions.
– Start/End Triggers : Detects session openings and closings to reset or finalize high/low tracking.
🔄 Session Updates
– High/Low Tracking : Continuously monitors price extremes within each active session, storing bar indices for precise labeling.
– Live Visualization : Draws temporary solid lines and labels during sessions when enabled, updating on every bar.
– Post-Session Finalization : Switches to dashed extending lines and fixed labels at session end for historical reference.
📊 Session Table
– Dynamic Summary : Right-side panel listing high/low values per session with color-coded cells—bullish green for highs, bearish red for lows, neutral gray for inactive.
– Real-Time Refresh : Updates on the last bar to reflect current or completed session data.
🔔 Alerts
– High/Low Breaks : Notifies when price crosses above a session high or below a low for breakout opportunities.
– Session Starts : Announces openings of selected sessions for timing entries.
✅ Key Takeaways
– Pinpoints intraday support/resistance from global sessions to frame trades.
– Live mode enables real-time monitoring, while post-session lines aid planning.
– Custom colors and table condense multi-session data for efficient scanning.
– Alerts on breaks keep traders responsive to session-driven volatility.
Trader Jumblo Auto Signal V6Trader Jumblo Auto Signal V6 is an advanced crossover-based signal system designed to generate persistent BUY and SELL entries with dynamic ATR-based Take Profit (TP) and Stop Loss (SL) levels.It provides clean, non-repainting trade signals that remain visible on the chart even after price movement — ensuring clarity during both backtesting and live trading sessions.
⚙️ How It Works
🟦 Two Blue Lines — These are your moving averages (Fast and Slow).
The crossover between them determines the signal direction.
When the Fast MA (light blue) crosses above the Slow MA → a BUY signal appears.
When the Fast MA crosses below the Slow MA → a SELL signal appears.
You can choose between SMA or EMA and adjust the lengths in the settings.
🟢 Green Line — The Take Profit (TP) level, calculated using ATR × TP multiplier.
It shows the projected target area for profit when a trade is active.
🔴 Red Line — The Stop Loss (SL) level, also based on ATR × SL multiplier.
It marks the risk boundary for each signal.
✅ When price reaches the green line, “TP HIT” appears.
❌ When price hits the red line, “SL HIT” appears.
These markers persist so you can analyze trade outcomes clearly.
📈 Main Features
Dynamic ATR-based TP and SL levels (auto-adjust with volatility)
Persistent entry, TP, and SL labels (no vanishing signals)
Optional RSI filter for signal confirmation
Instant alert system for BUY/SELL/TP/SL or combined events
Lightweight and optimized for any timeframe
⚡ Best Use
Ideal for swing and intraday traders who want visual clarity and structured risk/reward zones. Works effectively on Gold, Forex, crypto, indices, and stocks
Relative Volume at TimeIt tells you whether current trading activity is unusually high or low compared to typical levels at that same time in past sessions.
For example:
A reading of 2.0 means volume is twice the usual amount for this moment in the trading day.
A reading below 1.0 means volume is quieter than normal.
NiftyScreenerNifty 50 stock screener that displays real-time technical signals for the top 10 weighted stocks. It shows key indicators like RSI, ADX, SuperTrend, EMA crossovers, price position, and MACD signals in a tabular format on the chart. Users can customize stock visibility, display position, and text size, making it a handy tool for quick, multi-indicator analysis of Indian blue-chip stocks. Perfect for intraday and swing trading, it helps identify trend strength, momentum shifts, and buy or sell signals efficiently.