ADX GatekeeperADX Gatekeeper is an original strategy that combines three classic filters to improve trend-following accuracy and avoid choppy markets.
Combines RSI, OBV, and ADX filters to catch stronger trends and avoid sideways markets. RSI confirms momentum extremes, OBV confirms volume flow, and ADX filters low-trend conditions. Fully configurable for different market conditions.
RSI Filter: Avoids overbought/oversold traps by requiring RSI < 35 for longs and > 70 for shorts.
OBV Filter: Confirms directional volume with positive OBV changes for longs and negative for shorts.
ADX Filter: Filters out low-volatility sideways conditions by requiring ADX above a configurable threshold (default 45).
The combined conditions aim to identify stronger trend moves while avoiding choppy markets. All filters can be toggled on or off for flexibility.
Default risk: 10% of equity per trade. Users can adjust this.
Ideal for trend traders looking to filter noise and improve entry quality.
Trend Analysis
RB3 DEMO – Rejection Blocks Visual ExampleThis is a simplified demo version of a custom Rejection Block (RB) visual indicator. It identifies potential bullish and bearish rejection zones based purely on candle structure, without using any time-based or algorithmic filters.
🧠 What it does:
• Detects Bullish and Bearish Rejection Blocks using clean price action logic
• Highlights those zones with boxes, optional lines, and labels
• Designed to help traders visually study price rejections and market structure
⚙️ How it works:
• Bullish RB = red candle with a lower low than the previous and next candle
• Bearish RB = green candle with a higher high than the previous and next candle
• No time filters or hidden logic are used — this tool is purely structural
🎯 Best used by:
• Traders who want to visualize potential rejection zones
• Beginners studying price action and structural reversals
• Visual learners who prefer clean chart-based confirmations
✅ This demo does **not** include institutional filters, time anchors (e.g., TRAL‑03), or sequence-based validation.
📌 A more advanced version with time-reactive filtering logic is available privately.
ℹ️ To use: enable "Boxes" and/or "Labels" to highlight rejection blocks clearly. Works on all timeframes.
Std.dev [AY¹]İşte TradingView için uygun açıklama metni:
Std.dev - Extended Range Deviation Indicator
This indicator calculates and displays standard deviation levels based on a custom session's high and low range, with lines extending until the next session start.
Key Features:
Custom Session Definition: Set your preferred session time (default: 09:00-11:30)
Extended Lines: Deviation lines extend from session end until next day's session start (09:00)
Flexible Deviation Types: Choose between full deviations (1.0, 2.0, 3.0...) or half deviations (0.5, 1.0, 1.5, 2.0...)
Visual Differentiation: Half deviation levels are displayed with dashed lines for easy identification
Anchor Point Options: Calculate deviations based on wicks or candle bodies
Session Visualization: Optional session range boxes and vertical start/end lines
Equilibrium Line: Optional mid-point line between session high and low
How it Works:
Identifies the specified session period each day
Captures the highest and lowest prices during that session
Calculates the range (high - low)
Draws multiple deviation levels above and below the range
Extends all levels until the next session begins
Use Cases:
Support and resistance level identification
Price target projections
Range-based trading strategies
Market structure analysis
Settings:
Session time configuration
Number of deviation levels (1-10)
Line styles and colors
Show/hide session boxes and labels
Customizable anchor points (wicks vs bodies)
The indicator preserves historical levels, allowing traders to analyze multiple sessions simultaneously for comprehensive market structure analysis.
NY HIGH LOW BREAKNY HIGH LOW BREAK: A New York Session Breakout Strategy
The "NY HIGH LOW BREAK" indicator is a powerful TradingView script designed to identify and capitalize on breakout opportunities during the New York trading session. This strategy focuses on the initial price action of the New York market open, looking for clear breaches of the high or low established within the first 30 minutes. It's particularly suited for intraday traders who seek to capture momentum-driven moves.
Strategy Logic
The core of the "NY HIGH LOW BREAK" strategy revolves around these key components:
New York Session Opening Range Identification:
The script first identifies the opening range of the New York session. This is defined by the high and low prices established during the first 30 minutes of the New York trading session (from 7:01 AM GMT-4 to 7:31 AM GMT-4).
These crucial levels are then extended forward on the chart as horizontal lines, serving as potential support and resistance zones.
Breakout Signal Generation:
Long Signal: A buy signal is generated when the price breaks above the high of the New York opening range. Specifically, it looks for a candle whose open and close are both above the highLinePrice, and importantly, the previous candle's open was below and close was above the highLinePrice. This indicates a strong upward momentum confirming the breakout.
Short Signal: Conversely, a sell signal is generated when the price breaks below the low of the New York opening range. It looks for a candle whose open and close are both below the lowLinePrice, and the previous candle's open was above and close was below the lowLinePrice. This suggests strong downward momentum confirming the breakdown.
Supertrend Filter (Implicit/Future Enhancement):
While the supertrend and direction variables are present in the code, they are not actively used in the current signal generation logic. This suggests a potential future enhancement where the Supertrend indicator could be incorporated as a trend filter to confirm breakout directions, adding an extra layer of confluence to the signals. For example, only taking long breakouts when Supertrend indicates an uptrend, and short breakouts when Supertrend indicates a downtrend.
Second Candle Confirmation (Possible Future Enhancement):
The close_sec_candle function and openSEC, closeSEC variables indicate an attempt to capture the open and close of a "second candle" (30 minutes after the initial New York open). Currently, closeSEC is used in a specific condition for signal_way but not directly in the primary longSignal or shortSignal logic. This also suggests a potential future refinement where the price action of this second candle could be used for further confirmation or specific entry criteria.
Time-Based Filtering:
Signals are only considered valid within a specific trading window from 8:00 AM GMT-4 to 8:00 AM GMT-4 + 16 * 30 minutes (which is 480 minutes, or 8 hours) on 1-minute and 5-minute timeframes. This ensures that trades are taken during the most active and volatile periods of the New York session, avoiding late-session chop.
The script also highlights the New York session and lunch hours using background colors, providing visual context to the trading day.
Key Features
Automated New York Open Range Detection: The script automatically identifies and plots the high and low of the first 30 minutes of the New York trading session.
Clear Breakout Signals: Visually distinct "BUY" and "SELL" labels appear on the chart when a breakout occurs, making it easy to spot trading opportunities.
Timeframe Adaptability: While optimized for 1-minute and 5-minute timeframes for signal generation, the opening range lines can be displayed on various timeframes.
Customizable Risk-to-Reward (RR): The rr input allows users to define their preferred risk-to-reward ratio for potential trades, although it's not directly implemented in the current signal or trade management logic. This could be used by traders for manual trade management.
Visual Session and Lunch Highlights: The script colors the background to clearly delineate the New York trading session and the lunch break, helping traders understand the market context.
How to Use
Apply the Indicator: Add the "NY HIGH LOW BREAK" indicator to your chart on TradingView.
Select a Relevant Timeframe: For optimal signal generation, use 1-minute or 5-minute timeframes.
Observe the Opening Range: The green and red lines represent the high and low of the first 30 minutes of the New York session.
Look for Breakouts: Wait for price to decisively break above the green line (for a buy) or below the red line (for a sell).
Confirm Signals: The "BUY" or "SELL" labels will appear on the chart when the breakout conditions are met within the active trading window.
Implement Your Risk Management: Use your preferred risk management techniques, including stop-loss and take-profit levels, in conjunction with the signals generated. The rr input can guide your manual risk-to-reward calculations.
Potential Enhancements & Considerations
Supertrend Confirmation: Integrating the supertrend variable to filter signals would significantly enhance the strategy's robustness by aligning trades with the prevailing trend.
Stop-Loss and Take-Profit Automation: The rr input currently serves as a manual guide. Future versions could integrate automated stop-loss and take-profit placement based on this ratio, potentially using ATR for dynamic sizing.
Volume Confirmation: Adding a volume filter to confirm breakouts would ensure that only high-conviction moves are traded.
Backtesting and Optimization: Thorough backtesting across various assets and market conditions is crucial to determine the optimal settings and profitability of this strategy.
Session Times: The current session times are hardcoded. Making these user-definable inputs would allow for greater flexibility across different time zones and trading preferences.
The "NY HIGH LOW BREAK" is a straightforward yet effective strategy for capturing initial New York session momentum. By focusing on clear breakout levels, it aims to provide timely and actionable trading signals for intraday traders.
Initial Balance Wave MapThis indicator visualizes the Initial Balance (IB) range for any session, marking the first hour's high and low. It includes optional midpoints, extensions (e.g. 1.5x IB, 2x IB), and customizable time windows. Additional features allow users to display session open, high, low, close, and VWAP reference points. Designed to support price action and session structure analysis, it adapts to various global futures and FX market opens. All display elements are optional and fully configurable.
This updated indicator builds upon the open-source foundation by @noop-noop with enhancements and user-facing labels tailored for Auction Market Theory, scalping, and structure-based trade setups.
Key updated Featured: Multiple previous day's IB levels carry forward into the current day's chart, as opposed to just the previous day's levels carrying forward to the new IB time.
🙌 Credits:
This script builds upon the excellent open-source work by @noop-noop. Original script available here .
Dominance Candle Raja Saien (Detector with Alerts)Dominance Candle Finder with Alerts by Raja Saien
This powerful indicator is designed to detect dominance candles—those strong-bodied candles that often signify momentum and trend strength. Whether you're trading breakouts, trend continuations, or reversals, this tool helps you identify key market moves in real time with optional alerts.
🔍 Features:
Automatic Detection of Dominance Candles: Highlights candles with strong body size, showing decisive market movement.
Customizable Thresholds: Adjust sensitivity according to your strategy or asset volatility.
Built-in Alerts: Get notified the moment a dominance candle forms—no need to stare at charts all day!
Multi-Timeframe Compatibility: Works on any timeframe from 1-minute to daily or higher.
📊 Use Cases:
Entry confirmation on breakouts
Trend strength analysis
Volatility surge detection
Combine with support/resistance or order block zones for powerful setups
Tip: Best used with strong support/resistance levels or price action strategies for confluence
RSI Multi-Frame Multi-Asset
✅ Key Features:
Multi-Asset: Simultaneously analyze Bitcoin, SP500, Nasdaq, DXY, Gold, Oil, VIX and more
Multi-Timeframe: Configure any timeframe for all RSI calculations
Smart Average RSI: Automatically calculates the mean of all active RSI values
Special Data: Includes Bitcoin Hashrate, 10Y-2Y Spread, and US Interest Rates
Built-in Alerts: Automatic notifications on overbought/oversold crossovers
🎯 Why is it Unique?
Instead of looking at 10 different charts, you get an instant macro view of the market. The average RSI shows you the overall strength/weakness of global markets, while individual RSI values let you identify divergences and specific opportunities.
🚀 Perfect For:
Traders seeking correlations between assets
Global markets macro analysis
Identifying divergences between Bitcoin and traditional markets
Multi-timeframe breakout trading
📡 ETF RADAR HUD (SPY · QQQ · SPX) + Real-Time MomentumOverview
The ETF RADAR HUD is a powerful, all-in-one technical analysis tool designed to provide traders with real-time insights into market trends, momentum, and key indicators for major ETFs and indices, including SPY , QQQ , and SPX . This Pine Script® indicator delivers a visually intuitive heads-up display (HUD) that consolidates critical market data, enabling traders to make informed decisions with confidence.
Important: This indicator is optimized to work in conjunction with Stan's Magic Potion , a complementary tool that enhances its precision and effectiveness. Together, they form a robust system for identifying high-probability trading opportunities in volatile markets.
Key Features
Multi-Asset Compatibility: Automatically detects and adapts to SPY , QQQ , SPX , or other instruments, with tailored visual cues for each.
Real-Time Momentum Detection : Identifies breakout and breakdown signals using a combination of price action, EMA crossovers, and RSI thresholds.
Comprehensive HUD : Displays key metrics including:
*Trend direction (Uptrend, Downtrend, Sideways)
*RSI status (Overbought, Oversold, Neutral)
*Volatility (High, Low)
*Volume spikes
*EMA crossovers (1 vs. 16)
*VWAP and EMA 200 positioning
*Momentum signals (Breakout, Breakdown, Waiting)
Alert System: Configurable alerts for CALL (bullish) and PUT (bearish) momentum signals, ensuring timely notifications for trading opportunities.
Visual Clarity: Color-coded bar highlights and an organized table for at-a-glance analysis.
Why Use ETF RADAR HUD with Stan's Magic Potion?
The ETF RADAR HUD is designed to complement Stan's Magic Potion , creating a synergistic trading system that maximizes signal accuracy and market context. While the HUD provides a real-time snapshot of market conditions, Stan's Magic Potion enhances its signals with proprietary filters and confirmation logic, reducing noise and improving trade reliability. Using these tools together allows traders to:
*Confirm momentum signals with greater confidence.
*Filter out false breakouts or breakdowns.
*Align trades with broader market dynamics.
For optimal results, we strongly recommend integrating this indicator with Stan's Magic Potion to unlock its full potential.
How It Works
The indicator calculates and displays:
Trend Analysis: Compares fast (default: 8) and slow (default: 21) EMAs to determine market direction.
Momentum Signals: Detects breakouts (price above recent highs with buffer) and breakdowns (price below recent lows with buffer), validated by EMA and RSI conditions.
Volatility and Volume: Monitors ATR-based volatility and volume spikes relative to a 20-period SMA.
Key Levels: Tracks price relative to VWAP and the 200-period EMA for long-term trend context.
RSI Mood: Highlights overbought (>70) or oversold (<30) conditions.
HUD Display: Presents all metrics in a clean, top-right table with color-coded statuses for quick interpretation.
Settings
* Fast EMA Period (default: 8): Adjusts the sensitivity of the short-term EMA.
* Slow EMA Period (default: 21): Sets the longer-term EMA for trend analysis.
* RSI Length (default: 14): Defines the RSI calculation period.
* ATR Length (default: 14): Sets the ATR period for volatility assessment.
* Volume Spike Multiplier (default: 1.8): Determines the threshold for volume spike detection.
* Momentum Lookback Bars (default: 5): Sets the lookback period for breakout/breakdown detection.
* Breakout Buffer % (default: 0.05): Adds a buffer to price breakouts for confirmation.
How to Use
* Add the ETF RADAR HUD to your TradingView chart for SPY , QQQ , or SPX .
* Pair it with Stan's Magic Potion for enhanced signal confirmation (highly recommended).
* Monitor the HUD table for real-time insights into trend, momentum, volatility, and volume.
* Set up alerts for CALL (bullish) or PUT (bearish) momentum signals to stay ahead of market moves.
* Adjust input parameters to suit your trading style or timeframe.
Notes
* This indicator is most effective on daily or intraday charts for ETFs and indices.
* Ensure you have access to Stan's Magic Potion for optimal performance, as the two tools are designed to work hand-in-hand.
* Use the alert system to automate notifications for high-probability setups.
Disclaimer
Trading involves risk, and past performance is not indicative of future results. Always conduct your own analysis and risk management before entering trades. This indicator is provided under the Mozilla Public License 2.0.
Inflection PointInflection Point - The Adaptive Confluence Reversal Engine
This is not just another peak and valley indicator; it is a complete and total reimagining of how market turning points are detected, qualified, and acted upon. Born from the foundational concepts explored in systems like my earlier creation, DAFE - Turning Point, Inflection Point is a ground-up engineering feat designed for the modern trader. It moves beyond static rules and simple pattern recognition into the realm of dynamic, multi-factor confluence analysis and adaptive machine learning.
Where other indicators provide a guess, Inflection Point provides a probability. It meticulously analyzes the market's deepest currents—momentum, exhaustion, and reversal velocity—and fuses them into a single, unified "Confluence Score." This is not a simple combination of indicators; it is an intelligent, weighted system where each component works in concert, creating an analytical engine that is orders of magnitude more sophisticated and reliable than any standard reversal tool.
Furthermore, Inflection Point learns. Through its advanced Adaptive Learning Engine, it constantly monitors its own performance, adjusting its confidence and selectivity in real-time based on its recent success rate. This allows it to adapt its behavior to any security, on any timeframe, with remarkable success.
Theoretical Foundation - Confluence Core
Inflection Point's predictive power does not come from a single, magical formula. It comes from the intelligent synthesis of three critical market phenomena, weighted and scored in real-time to generate a single, high-conviction probability rating.
1. Factor One: Pre-Reversal Momentum State (RSI Analysis)
Instead of reacting to a simple RSI cross, Inflection Point proactively scans for the build-up of momentum that precedes a reversal.
• Formulaic Concept: It measures the highest RSI value over a lookback period for peaks and the lowest RSI for valleys. A signal is only considered valid if significant momentum has been established before the turn, indicating a stretched market condition ripe for reversal.
• Asymmetric Sophistication: The engine uses different, optimized thresholds for bull and bear momentum, recognizing that markets often fall faster than they rise.
2. Factor Two: Volatility Exhaustion (Bollinger Band Analysis)
A true reversal often occurs when price makes a final, exhaustive push into unsustainable territory.
• Formulaic Concept: The engine detects when price has significantly pierced the outer Bollinger Bands. This is not just a touch, but a statistical deviation from the mean that signals volatility exhaustion, where the energy for the current move is likely depleted.
3. Factor Three: Reversal Strength (Rate of Change Analysis)
The character of a reversal matters. A sharp, decisive turn is more significant than a slow, meandering one.
• Formulaic Concept: Using a short-term Rate of Change (ROC), the engine measures the velocity of the reversal itself. A higher ROC score adds significant weight to the final probability, confirming that the new direction has conviction.
4. The Final Calculation: The Adaptive Learning Engine
This is the system's "brain." It maintains a history of its past signals and calculates its real-time win rate. This hitRate is then used to generate an adaptiveMultiplier.
• Self-Correction: In "Quality Control" mode, a high win rate makes the indicator more selective, demanding a higher probability score to issue a signal, thereby protecting streaks. A lower win rate makes it slightly less selective to ensure it continues learning from new market conditions.
• The result is a system that is not static, but a living, breathing tool that adapts its personality to the unique rhythm of any chart.
Why Inflection Point is a Paradigm Shift
Inflection Point is fundamentally different from other reversal indicators for three key reasons:
Confluence Over Isolation: Standard indicators look at one thing (e.g., RSI > 70). Inflection Point simultaneously analyzes momentum, volatility, and velocity, understanding that true reversals are a product of multiple converging factors. It answers not just "if," but "why" a reversal is likely.
Probabilistic Over Binary: Other tools give you a simple "yes" or "no." Inflection Point provides a probability score from 0-100, allowing you to gauge the conviction of every potential signal. This empowers you to differentiate between a weak setup and an A+ opportunity.
Adaptive Over Static: Every other indicator uses the same rules forever. Inflection Point's Adaptive Engine means it is constantly refining its own logic based on what is actually working in the current market, on the specific asset you are trading. It is tailored to the now.
The Inputs Menu - Your Command Center
Every setting is a lever of control, allowing you to tune the engine to your precise trading style and market focus.
🧠 Neural Core Engine
Analysis Depth: This is the primary lookback for the Bollinger Band and other core calculations. A shorter depth makes the indicator faster and more sensitive, ideal for scalping. A longer depth makes it slower and more stable, ideal for swing trading.
Minimum Probability %: This is your master signal filter. It sets the minimum Confluence Score required to plot a signal. Higher values (85-95) will give you only the highest-conviction A+ setups. Lower values (70-80) will show more potential opportunities.
🤖 Adaptive Neural Learning
Enable Adaptive Learning Engine: Toggles the entire learning system. Disabling it will make the indicator's logic static.
Peak/Valley Success Threshold (ATR): This defines what constitutes a "successful" trade for the learning engine. A value of 1.5 means price must move 1.5x the ATR in your favor for the signal to be marked as a win. Adjust this to match your personal take-profit strategy.
Adaptive Mode: This dictates how the engine uses its hitRate. "Quality Control" is recommended for its intelligent filtering. "Aggressive" will always boost signal scores, useful for finding more setups in a known, trending environment.
Asymmetric Balance: Allows you to apply a "boost" to either peak (short) or valley (long) signals. If you find the market you're trading has stronger long reversals, you can increase the "Valley Signal Boost" to catch them more effectively.
🛡️ Elite Filters
Market Noise Filter: An exceptional tool for avoiding choppy markets. It counts the number of directional changes in the last 5 bars. If the market is whipping back and forth too much, it will block the signal. Lower the "Max Direction Changes" to be extremely selective.
Volume Filter: Requires signal confirmation from a significant volume spike. The "Volume Multiplier" dictates how large this spike must be (e.g., 1.2 = 20% above average volume). This is invaluable for filtering out low-conviction moves in stocks and crypto.
The Dashboard - Your Analytical Co-Pilot
The dashboard is not just a set of numbers; it is a holistic overview of the market's health and the engine's current state.
Unified AI Score: This section provides the most critical, at-a-glance information. "Total Score" is the current probability reading, while "Quality" gives you a human-readable interpretation. "Win Rate" shows the real-time performance of the Adaptive Engine.
Order Flow (OFPI): This measures the "weight" of money behind recent price moves by analyzing price change relative to volume. A high positive OFPI suggests strong buying pressure, while a high negative value suggests strong selling pressure. It gives you a peek into the market's underlying flow.
Component Analysis: This allows you to see the individual "Peak" and "Valley" confidence scores before they are filtered, giving you insight into building momentum before a signal forms.
Market Structure: This panel assesses the broader environment. "HTF Trend" tells you the direction of the larger trend (based on EMAs), while "Vol Regime" tells you if the market is in a high, medium, or low volatility state. Use this to align your signals with the broader market context.
Filter & Engine Statistics: Available on the "Large" dashboard, this provides deep insight into how many signals are being blocked by your filters and the current status of the Adaptive Engine's multiplier.
The Visual Interface - A Symphony of Data
Every visual element on the chart is designed for instant interpretation and insight.
Signal Markers: Simple, clean triangles mark the exact bar of a valid signal. A box is drawn around the high/low of the signal bar to highlight the precise point of inflection.
Dynamic Support/Resistance Zones: These are the glowing lines on your chart. They are not static lines; they are dynamic levels that represent the current battlefield between buyers and sellers.
Cyber Cyan (Valley Blue): This is the current Support Zone. This is the price level the market is currently trying to defend.
Neural Pink (Peak Red): This is the current Resistance Zone. This is the price level the market is currently trying to break through.
Grey (Next Level): This line is a projection, based on the current momentum and the size of the S/R range, of where the next major level of conflict will likely be. It acts as a potential price target.
Development & Philosophy
Inflection Point was not assembled; it was engineered. It represents hundreds of hours of research into market dynamics, statistical analysis, and machine learning principles. The goal was to create a tool that moves beyond the limitations of traditional technical analysis, which often fails in modern, algorithm-driven markets. By building a system based on multi-factor confluence and self-adaptive logic, Inflection Point provides a quantifiable, statistical edge that is simply unattainable with simpler tools. This is the result of a relentless pursuit of a better, more intelligent way to trade.
Universal Applicability
The principles of momentum, exhaustion, and velocity are universal to all freely traded markets. Because of its adaptive core and robust filtering options, Inflection Point has proven to be exceptionally effective on any security (stocks, crypto, forex, indices, futures) and on any timeframe (from 1-minute scalping charts to daily swing trading charts).
" Markets are constantly in a state of uncertainty and flux and money is made by discounting the obvious and betting on the unexpected. "
— George Soros
Trade with insight. Trade with anticipation.
— Dskyz, for DAFE Trading Systems
Open Interest Screener
Open Interest Screener
Traders often wonder: how do you enter a trend before it takes off — not at the very peak? Most classic technical indicators lag behind price. So what could you add to your system to catch a move earlier?
🔍 Enter the Open Interest Screener!
I've personally relied on this metric for years while trading crypto. It helps detect abnormal spikes in open interest — sudden increases in the number of outstanding derivative contracts — which often signal that something big is about to happen. These moments can mark the very start of a major trend.
🧠 How to use it:
Go long if price is rising and there's a spike in open interest on the way up.
Go short if price is falling and open interest rises during the decline.
Exit positions when open interest sharply drops — this may indicate the move is losing momentum.
⚙️ Settings & Customization:
Bars to look back — defines how far back the script looks to detect % changes in open interest.
OI % Change Threshold — adjust this to control sensitivity; higher = fewer, stronger signals.
Exchange source toggles — choose between BitMEX (USD/USDT) and Kraken data feeds.
Show Spike Zones — enable or disable visual highlights for detected spikes.
📌 Tips:
Configure the indicator for your preferred cryptocurrency pair and timeframe.
Visually validate that the OI spikes look meaningful and are not cluttering the chart.
Optimal settings vary by asset — take time to test and tune them for each coin.
With this tool, you're no longer guessing where the trend might begin — you're tracking the intent of market participants as it unfolds. Use it as part of a broader system and stay ahead of the herd.
BTST Top Gainer ScannerBTST Stock identifier- BETA
scanner configuration based on the validated BTST checklist. This scans for stocks likely to gain 5-10% intraday tomorrow when bought at today's close:
Execution Tips:
Run scanner at 3:20 PM IST daily
Filter stocks with:
FII/DII net buying (check moneycontrol)
Pre-market futures premium > 0.4%
No pending corporate actions
Position sizing formula: Qty = (1% Account Risk) / (1.5 * ta.atr(14))
Cross-verify with FII/DII activity (moneycontrol.com) - stocks with FII net buys have 23% higher success rate.
Pivot Points Standard📄 Indicator Overview
This indicator is an advanced trend-following tool designed to generate entry signals based on EMA 234 and SMA 200, while also providing dynamic ATR-based stop-loss (SL) and take-profit (TP) levels.
Buy (Long) Signal:
Triggered when the price is above both the EMA 234 and SMA 200.
Sell (Short) Signal:
Triggered when the price is below both the EMA 234 and SMA 200.
For each signal, the indicator automatically displays:
✅ Entry price,
✅ Stop-loss (SL) level,
✅ Take-profit (TP) level,
✅ Risk amount,
✅ Reward amount,
✅ Risk/Reward (R/R) ratio.
All past signals and their corresponding entry, SL, and TP levels remain visible on the chart, allowing you to easily review historical trades. Thanks to ATR-based dynamic calculations, stop-loss and take-profit levels adjust to market volatility, providing a flexible and adaptive risk management approach.
⚙️ Features
Trend signals based on EMA 234 and SMA 200
Dynamic stop-loss and take-profit levels calculated with ATR
Persistent historical signal tracking (labels remain on the chart)
Automatic risk/reward calculation and display
Clean, user-friendly design for easy interpretation
💬 Usage Tips
When entering a position, consider the displayed risk and reward values for proper risk management. Since stop-loss and take-profit levels adjust dynamically to volatility, manual adjustment is not necessary.
⚠️ Disclaimer
This indicator is not financial advice. It is intended for educational and informational purposes only to support your personal trading analysis and strategy.
✅ If you'd like, I can also prepare a shorter summary version or add a Turkish + English bilingual version side by side. Just tell me! 🚀
VSA-Stopping VolumeVSA Stopping Volume Indicator
Stopping Volume occurs when candles show decreasing body sizes (narrow spreads) while volume steadily increases.
Example chart:
As you see:
3 consecutive candles in same direction (all green OR all red)
Body sizes (spreads) decreasing progressively: Candle 1 > Candle 2 > Candle 3
Volume increasing progressively: Volume 1 < Volume 2 < Volume 3
This pattern indicates price absorption - increased buying/selling pressure but declining price movement, often signaling exhaustion and potential reversal.
Indicator Features
This indicator detects Stopping Volume candlestick clusters with two signal types:
🔹 BUY/SELL Signals: Generated when pattern occurs at support/resistance zones
🔹 Directional Alerts (▲-green, ▼-red): Generated when pattern occurs outside key levels
Trading Guidelines:
⚠️ Auto-drawn S/R zones are reference only - manual level plotting recommended for accuracy
📊 Best for scalping: M5, M10, M15 timeframes
🛡️ Stop Loss: Place beyond the S/R zone you're trading
🎯 Take Profit: Based on your risk management
Key Concept: Volume expansion + price contraction = potential reversal, especially at SnR levels.
Perfect for scalpers looking to catch reversals at critical zones!
Strict S&D Zones with Real BoS (Wick Breaks)Marking supply and demand zones for you before a 3 candle push. Accurate for supply and demand zones
Fibonacci Retracement levels Automatically D/W/MIndicator Description: Fibonacci Retracement levels Automatically
Fibonacci retracement levels based on the day, week, month High Low range and Fibonacci retracement levels draws automatically .This Pine Script indicator is designed to plot Fibonacci retracement levels based on the high and low prices of a user-selected timeframe (Daily, Weekly, or Monthly). It identifies bullish or bearish candles in the chosen timeframe, draws key price levels, and overlays Fibonacci retracement lines and semi-transparent colored boxes to highlight potential support and resistance zones. The indicator dynamically updates with each new period and extends lines, labels, and boxes to the current bar for real-time visualization. Key Features
1. Timeframe Selection: Users can choose the timeframe for analysis: Daily, Weekly, or Monthly via an input dropdown. The indicator retrieves the open, high, low, and close prices for the selected timeframe using `request.security`.
2. High and Low Tracking : Tracks the highest high and lowest low within the selected timeframe. Stores these values and their corresponding bar indices in arrays (`whigh`, `wlow`, `whighIdx`,`wlowIdx`). Limits the array size to the most recent period to optimize performance.
3. Bullish and Bearish Candle Detection : Identifies whether the previous period’s candle is bullish (`close > open`) or bearish (`close < open`). Uses this to determine the direction for Fibonacci retracement calculations. Bullish candle: Fibonacci levels are drawn from low to high
Bearish candle: Fibonacci levels are drawn from high to low
4. Fibonacci Retracement Levels : Plots Fibonacci levels at 0.236, 0.382, 0.5, 0.618, and 0.786 between the high and low of the period. For bullish candles, levels are calculated from the low (support) to the high (resistance). For bearish candles, levels are calculated from the high (resistance) to the low (support). Each Fibonacci level is drawn as a horizontal line with a unique color:
- 0.236: Blue
- 0.382: Purple
- 0.5: Yellow
- 0.618: Teal
- 0.786: Fuchsia
5. Visual Elements: - High/Low Lines and Labels: Draws a red line and label for the previous period’s high. Draws a green line and label for the previous period’s low. Fibonacci Lines and Labels: Each Fibonacci level has a horizontal line and a label displaying the ratio.
Colored Boxes: Semi-transparent boxes are drawn between consecutive Fibonacci levels (including high and low) to highlight zones.
6. Dynamic Updates:
- At the start of a new period (e.g., new week for Weekly timeframe), the indicator:
- Clears previous Fibonacci lines, labels, and boxes.
- Recalculates the high and low for the new period.
- Redraws lines, labels, and boxes based on the new data.
- Extends all lines, labels, and boxes to the current bar index for real-time tracking.
7. Performance Optimization:
- Deletes old lines, labels, and boxes to prevent clutter.
- Limits the storage of highs and lows to the most recent period.
How It Works
1. Initialization: Defines variables for tracking bullish/bearish candles, lines, labels, and arrays for Fibonacci levels and boxes. Sets up color arrays for Fibonacci lines and boxes with distinct, semi-transparent colors.
2. Data Collection: Fetches the previous period’s OHLC (open, high, low, close) using `request.security`. Detects new periods (e.g., new week or month) using `ta.change(time(tf))`.
3. Fibonacci Calculation: On a new period, stores the high and low prices and their bar indices.
- Identifies the maximum high and minimum low from the stored data. - Calculates Fibonacci levels based on the range (`maxHigh - minLow`) and the direction (bullish or bearish).
4. Drawing:
- Draws high/low lines and labels at the identified price levels. Plots Fibonacci retracement lines and labels for each ratio. Creates semi-transparent boxes between Fibonacci levels to visually distinguish zones.
5. Updates:
- Extends all lines, labels, and boxes to the current bar index when a new period is detected. Clears old Fibonacci elements to avoid overlap and ensure clarity.
Usage
- Purpose: This indicator is useful for traders who use Fibonacci retracement levels to identify potential support and resistance zones in financial markets.
- Application:
- Select the desired timeframe (Daily, Weekly, Monthly) via the input settings.
- The indicator automatically plots the previous period’s high/low and Fibonacci levels on the chart.
- Use the labeled Fibonacci levels and colored boxes to identify key price zones for trading decisions.
- Customization:
- Modify the `timeframe` input to switch between Daily, Weekly, or Monthly analysis.
- Adjust the `fibLineColors` and `fibFillColors` arrays to change the visual appearance of lines and boxes.
- The indicator is designed for use on TradingView with Pine Script.
- The maximum array size for highs/lows is limited to 1 period in this version (can be adjusted by modifying the `array.shift` logic).
- The indicator dynamically updates with each new period, ensuring real-time relevance.
This indicator make educational purpose use only
Recent Swing High/Low Linesit gives the recent swing highs and lows.
for options buyers, they can simply enter on a trade when an opposite option (at the money) goes below the recent swing low.
EMA/SMA Distance Percentage TableThis TradingView indicator, "EMA/SMA Distance Percentage Table," is designed to help traders and analysts quickly assess the current price's relationship to key Exponential Moving Averages (EMAs) and Simple Moving Averages (SMAs).
Here's a breakdown of what it does:
Calculates Multiple Moving Averages: It computes EMAs for lengths 10, 30, 50, and 200, and SMAs for lengths 50 and 200. These are commonly used moving averages in technical analysis.
Measures Percentage Distance: For each of these moving averages, it calculates the percentage difference between the current closing price and the moving average's value. This indicates how far, in percentage terms, the price has deviated from that average. A positive percentage means the price is above the MA, while a negative percentage means it's below.
Displays Data in a Table: All the calculated information (MA type and length, its current value, and the percentage distance) is presented in a clear, organized table on the chart. This allows for quick at-a-glance monitoring.
Customizable Visibility: Users have the flexibility to show or hide the plots of the EMAs and SMAs on the chart, as well as the entire data table, through the indicator's settings.
Purpose:
The primary purpose of this indicator is to provide a concise overview of price momentum and potential overbought/oversold conditions relative to various moving averages. Traders often use the distance from MAs to:
Identify Trend Strength: A large distance from a long-term MA might suggest a strong trend.
Spot Potential Reversals: If the price is significantly extended from an MA, it might indicate that a pullback or reversal is due.
Confirm Support/Resistance: Moving averages often act as dynamic support or resistance levels, and their distance can provide context.
In essence, it helps you quickly see if the price is "stretched" or "compressed" relative to its historical averages, which can be valuable for making trading decisions.
Pattern Detector [theUltimator5]🎯 Overview
The Pattern Detector is a comprehensive technical analysis indicator that automatically identifies and visualizes multiple pattern types on your charts. Built with advanced ZigZag technology and sophisticated pattern recognition algorithms, this tool helps traders spot high-probability trading opportunities across all timeframes and markets.
✨ Key Features
🔍 Multi-Pattern Detection System
Harmonic Patterns: Butterfly, Gartley, Bat, and Crab patterns with precise Fibonacci ratios
Classic Reversal Patterns: Head & Shoulders and Inverse Head & Shoulders
Double Patterns: Double Tops and Double Bottoms with extreme validation
Wedge Patterns: Rising and Falling Wedges with volume confirmation
📊 Advanced ZigZag Engine
Customizable sensitivity (5-50 levels)
Depth multiplier for multi-timeframe analysis
Real-time pivot detection with noise filtering
Option to display ZigZag lines only for pure price action analysis
🎨 Visualization
Clean pattern lines with distinct color coding
Point labeling system (X, A, B, C, D for harmonics / LS, H, RS for H&S)
Pattern name displays with bullish/bearish direction
Price target projections with arrow indicators
Subtle pattern fills for enhanced visibility
🛠️ Settings & Configuration
Core ZigZag Settings
ZigZag Sensitivity (5-50): Controls pattern detection sensitivity. Lower values detect more patterns but may include noise. Higher values focus on major swings only.
ZigZag Depth Multiplier (1-5): Multiplies sensitivity for deeper analysis. Level 1 = most responsive, Level 5 = major swings only.
Pattern Detection Toggles
Show ZigZag Lines Only: Displays pure ZigZag without pattern detection for price structure analysis
Detect Harmonic Patterns: Enable/disable Fibonacci-based harmonic pattern detection
Detect Head & Shoulders: Toggle classic reversal pattern identification
Detect Double Tops/Bottoms: Enable double pattern detection with extreme validation
Detect Wedge Patterns: Toggle wedge pattern detection with volume confirmation
Display Options
Show Pattern Names: Display pattern names directly on chart (e.g., "Butterfly (Bullish)")
Show Point Labels: Add lettered labels at key pattern points for structure identification
Project Harmonic Targets: Show projected completion points for incomplete harmonic patterns
📈 Pattern Types Explained
Harmonic Patterns 🦋
Advanced Fibonacci-based patterns that provide high-probability reversal signals:
Butterfly: AB=0.786 XA, BC=0.382-0.886 AB, CD=1.618-2.24 BC
Gartley: AB=0.618 XA, BC=0.382-0.886 AB, CD=1.272-1.618 BC
Bat: AB=0.382-0.50 XA, BC=0.382-0.886 AB, CD=1.618-2.24 BC
Crab: AB=0.382-0.618 XA, BC=0.382-0.886 AB, CD=2.24-3.618 BC
Head & Shoulders 👤
Classic three-peak reversal pattern indicating trend exhaustion:
Standard H&S: Bearish reversal at tops
Inverse H&S: Bullish reversal at bottoms
Automatic neckline validation and price target calculation
Double Patterns 📊
Powerful reversal patterns with extreme validation:
Double Top: Two similar highs with valley between (bearish)
Double Bottom: Two similar lows with peak between (bullish)
Includes lookback period validation to ensure patterns are significant extremes
Wedge Patterns 📐
Continuation/reversal patterns with converging trend lines:
Rising Wedge: Converging upward slopes (typically bearish)
Falling Wedge: Converging downward slopes (typically bullish)
Volume confirmation required for increased accuracy
🎯 Trading Applications
Entry Signals
Harmonic Patterns: Enter at point D completion with targets at point A
H&S Patterns: Enter on neckline break with calculated targets
Double Patterns: Enter on support/resistance break with measured moves
Wedge Patterns: Enter on breakout direction with volume confirmation
Risk Management
Use pattern structure for logical stop placement
Pattern invalidation levels provide clear exit rules
Multiple pattern confirmation increases probability
Multi-Timeframe Analysis
Higher ZigZag depth for longer-term patterns
Lower sensitivity for short-term trading patterns
Combine with other timeframes for confluence
⚙️ Optimal Settings
For Day Trading (1m-15m charts)
ZigZag Sensitivity: 5-9
Depth Multiplier: 1-2
Enable all pattern types for maximum opportunities
For Swing Trading (1H-4H charts)
ZigZag Sensitivity: 9-15
Depth Multiplier: 2-3
Focus on harmonic and H&S patterns
For Position Trading (Daily+ charts)
ZigZag Sensitivity: 15-25
Depth Multiplier: 3-5
Emphasize major harmonic and double patterns
🔧 Technical Specifications
Maximum Lookback: 5000 bars for comprehensive analysis
Pattern Overlap Prevention: Intelligent filtering prevents duplicate patterns
Performance Optimized: Efficient algorithms for real-time detection
Volume Integration: Advanced volume analysis for wedge confirmation
Fibonacci Precision: 10% tolerance for harmonic ratio validation
📚 How to Use
Add to Chart: Apply indicator to any timeframe/market
Configure Settings: Adjust sensitivity based on trading style
Enable Patterns: Toggle desired pattern types
Analyze Results: Look for completed patterns with clear structure
Plan Trades: Use price targets and pattern invalidation for trade management
Perfect for both novice and experienced traders seeking systematic pattern recognition with visualization and entry/exit signals.
VampFX Kill Zone🦇 VampFX Kill Zone Indicator
Built for Smart Money Traders by Vamp FX
This custom Kill Zone tool highlights the optimal institutional trading window — when volume, liquidity, and precision align.
🔹 What It Does:
• Shades the VampFX Kill Zone (default: 8:00 AM to 12:30 PM UTC-4 / New York)
• Designed for New York session scalping/sniping
• Helps isolate high-probability Smart Money setups (liquidity sweeps, FVGs, BOS entries)
🔧 Default Settings:
• Timezone: UTC -4 (New York)
• Session Start: 08:00
• Session End: 12:30
• Adjustable to fit your strategy or local session bias
⸻
📈 Why Use It:
The VampFX Kill Zone reflects when algos run, liquidity gets manipulated, and clean entries occur.
Avoid noise — trade when the market actually moves.
“We don’t chase the market. We wait inside the zone… then strike with precision.”
— 🦇 VampFX Code
Horizontal Lines [Vynkron]📄 Script Description – "Horizontal Lines "
This Pine Script v6 indicator draws up to 11 customizable horizontal lines on your chart, ideal for marking round levels, support/resistance zones, or psychological price points (e.g. every 100 points on the NQ).
🔧 Features:
11 price inputs (default: 22000 to 23000, step 100)
Single color, width, and style configuration for all lines
Uses hline() so lines are fixed across the full chart
Easy to adjust or toggle lines individually
💡 Use Cases:
Highlighting round-number levels on instruments like Nasdaq 100 Futures
Visualizing major price zones
Manual technical analysis without scripting loops
Let me know if you want to make it dynamic, add labels, or only draw lines within the visible chart range.
Alpha VIX - with Stop loss built inCapture UVIX spikes with laser-sharp entries, crystal-clear exits, and built-in risk control.
▶️ Entry only when the key SMAs align, Williams %R momentum crosses up from oversold.
🛑 Exit on the very first hint of momentum fading (ROC turning down or %R cross) or a hard 2.3% stop-loss off your exact fill price.
📈 Visual signals: Green ▲ marks your entry price; red ▼ marks your exit price + P&L.
💡 Proven edge in volatile markets—no repainting, no guessing.
Based on 10 year study of the VIX and trends.
This indicator should get your nice alpha +100% p/y, when most ETFs / stocks dip. Got questions or want invite-only access to the pro 10x alpha version? DM me on TradingView and I’ll get you set up!
StratNinjaTableThe StratNinjaTable is a comprehensive technical analysis tool for TradingView designed to provide traders with a multi-timeframe overview of a security's performance and key metrics in a single, customizable table.
This indicator is built around "The Strat" candlestick methodology, which focuses on inside bars (1), trending bars (2U for up, 2D for down), and outside bars (3). It displays this information across multiple, user-selected timeframes simultaneously, from minutes to yearly charts.
Key Features
Multi-Timeframe "Strat" Analysis: The core of the indicator is a table that shows the current "Strat" number (1, 2U, 2D, or 3) and the directional bias (▲ for up, ▼ for down) for each selected timeframe. This allows for a quick assessment of market structure and potential setups across different chart periods.
Customizable Timeframe Selection: Users can easily select which timeframes they want to monitor, including standard intervals like 5-minute, 15-minute, hourly, daily, weekly, and monthly charts.
Comprehensive Data Table: Beyond the "Strat" analysis, the indicator populates a detailed table with essential market data:
Ticker Information: Displays the current ticker and the chart's timeframe.
Money Flow Index (MFI): Shows the MFI value, with color-coded backgrounds to highlight overbought (>80) and oversold (<20) conditions.
Average True Range (ATR): Provides the ATR value and its percentage relative to the closing price, with color signals for low or high volatility.
Market Cap: Calculates and displays the security's market capitalization.
Sector Information: Shows the sector the security belongs to.
Moving Average Data: Includes the distance of the current price from the 20-day Simple Moving Average (SMA), expressed as a percentage.
Volume: Displays the 30-day average trading volume.
Strat Pattern Prediction: Shows a historical sequence of the last two Strat patterns and a potential future pattern based on the current bar's direction.
Timeframe Countdown: A timer for each timeframe shows how much time is left until the current candle closes.
Customizable Appearance: The indicator offers extensive customization options for the table's position on the screen and the colors used for different "Strat" bar types, allowing users to tailor the visual presentation to their preferences.
In essence, the StratNinjaTable serves as an all-in-one dashboard, enabling traders to quickly gauge market sentiment, identify confluence across timeframes, and access key technical data without cluttering their charts with multiple separate indicators.