Lucid Lion Entry Sniper V1This indicator was built to help you find a decent entry. There is no guarantee that you will profit. Please use along with your current trading plan. Feel free to email me at LucidLionTrading@gmail.com with any suggestions or feedback. God Bless
Forecasting
Multi-Signal Entry Parachute – Buy ConfirmationMulti-Signal Entry Parachute – StochRSI + ADX + Volatility Confirmation
The Multi-Signal Entry Parachute is a buy-focused tool designed to identify high-probability long setups using a layered confirmation approach. By filtering for momentum exhaustion, trend weakening, and volatility upticks, the indicator aims to act as a supportive “parachute” for more confident entry timing .
It works best on higher time frames , where signals are typically more reliable and less prone to short-term noise. The goal is not to capture every market move, but to enhance the timing and conviction of long entries within broader structures.
Please note that this tool provides buy signals only . It does not include exit conditions or shorting logic. Users are advised to apply their own judgment for managing exits—such as monitoring divergence, volatility shifts, or key resistance levels.
The Entry Parachute is most effective when used as part of a broader trading system, serving as a confirmation layer rather than a standalone signal generator.
KitoBoy_trading_Bay/Sell_TargetAn indicator showing where to buy and where to sell + Targets + Moving stop loss + trend support and resistance.
SRBI BARHAMSession Range Breakout Indicator (SRBI)
This indicator plots the high and low of the first hour of each selected trading session, forming what we call the Dynamic Range (DR) — a key zone where early session liquidity gets set. It’s designed to help you catch clean breakouts and directional moves right when the algos kick in.
Session Coverage:
• London Session (best performance)
• Tokyo Session (second best)
• New York Session
You can choose which sessions to display — each one can be turned on or off manually to fit your trading focus.
How it works:
• After the first hour of the selected session, the DR High and DR Low are drawn.
• If the 5-minute candle closes above the DR High, the DR Low will likely become the low of the day/session (also becomes stop loss in case you went long).
• If the 5-minute candle closes below the DR Low, the DR High will likely be the high of the day/session (also becomes stop loss in case you went short).
• Most setups become invalid once the session ends, so it’s best to focus on setups that form during the active session hours.
Trade Setup Logic:
• Entry: On a confirmed 5-minute close outside the DR range
• Stop Loss (SL): Just at the opposite side of the DR range
• Take Profits (TP):
• TP1: 1x the DR range (automatically set with fib retracement)
• TP2: 2x the DR range (automatically set with fib retracement) or nearest market structure
• Targets are auto-drawn using Fibonacci extensions for fast decision-making
Markets:
• USD/JPY and Gold are the most effective pairs for this strategy
• Also works on crypto during the weekends
• You can explore and test it on other pairs.
Timeframe: 5-minute only
Style: Intraday breakout trading with early session confirmation
This tool is great for traders looking for bias clarity, clean execution levels, and dynamic targets without clutter or overcomplication. Add it to your toolkit and let structure guide your session plays.
This tool is free to use and built for learning and testing purposes only. Please try it out with paper trading first, and feel free to share any feedback or suggestions — all input is appreciated.
Trend+Volume Divergence + Order Block Detector
The best in TF 5M
The script combines an order block detector (inspired by LuxAlgo) with a trend and volume divergence entry system.
The first part identifies both bullish and bearish order blocks based on volume pivots. These are typically zones where price has shown a high probability of reversal or strong reaction.
The order block algorithm uses recent volume pivots to detect likely institutional trading zones, marking them with colored boxes (green for bullish, red for bearish).
Bullish order blocks form when the price shows a volume-based pivot to the downside, suggesting possible accumulation at support.
Bearish order blocks appear at volume pivots to the upside, indicating likely distribution or resistance.
The script removes (“mitigates”) these order blocks when price action confirms that the zone is no longer respected.
Average (midpoint) order block levels are drawn as dashed or dotted lines based on your settings for visualization.
Whenever a new order block forms or is mitigated, alert conditions can be triggered.
The trend entry system computes and plots an Exponential Moving Average (EMA, default length 21) on the chart for basic trend detection.
A trend shift is detected when price crosses the EMA (from below is bullish, from above is bearish).
Additional confirmation for trade entries is provided by simple volume divergence logic:
Bullish if price is down but current volume exceeds prior volume.
Bearish if price is up but current volume is lower than the previous bar.
Large BUY (aqua up-triangle) and SELL (fuchsia down-triangle) arrows mark optimal entry points where both trend change and volume divergence are detected together.
Smaller triangles (‘Buy?’ or ‘Sell?’) are plotted where only a trend crossover is detected without supporting volume divergence.
The background color of the chart changes according to trend direction: green when price is above the EMA, red when below.
All major signals (order blocks and entry conditions) can generate alerts for automated or manual trade notifications.
The script is fully configurable via input parameters for block length, visualization style, EMA length, and mitigation settings.
The logic is suitable for scalping and short-term trading, especially on assets like gold (XAUUSD), but can be applied to any instrument or timeframe.
The script relies solely on built-in Pine functions and does not require external libraries or premium data.
The marked order blocks visually help traders identify zones with high probability of rejection or breakout.
By combining institutional-level order flows (via order block logic) with individual supply-demand signals (trend and volume divergence), the script aims to give robust entry ideas with clear visual cues on the chart.
Optimal Trend Change & Volume Divergence Entries
This TradingView Pine Script combines two technical analysis elements: trend change detection via EMA and volume divergence. The core of the script is the Exponential Moving Average (EMA) with a length of 21, which is plotted on the price chart. When the closing price crosses above the EMA21, a possible bullish trend change is identified. Conversely, when the closing price crosses below the EMA21, a bearish trend change is signaled. To avoid false entries, the script introduces a candlestick confirmation, requiring a green candle for bullish signals and a red one for bearish signals.
Volume divergence is integrated to provide additional context to the trend change. Bullish volume divergence occurs when the price registers a lower close than the previous bar, but the volume increases, suggesting waning selling pressure and a potential reversal. Bearish volume divergence is recognized when the price closes higher than the previous bar, but the volume declines, indicating possible exhaustion of buying strength. Only when both a trend change and the appropriate volume divergence signal occur on the same candle is a main entry generated.
The script visualizes these optimal buy entries with a large aqua upward arrow and optimal sell entries with a large fuchsia downward arrow. These arrows make it easy for traders to spot high-probability setups on the chart. When only a trend change is detected without volume divergence, the script plots smaller green or red arrows as additional context but marks them as less optimal entries.
The background color of the chart subtly changes to green for trending up and red for trending down, which helps the user quickly assess the prevailing market bias. Alerts can be set for the optimal entries, so traders do not need to monitor the chart constantly. The volume divergence logic in this version is kept classic and straightforward for reliability and speed. This approach looks for immediate (bar-to-bar) divergences instead of more complex, multi-bar patterns.
By requiring both a trend change and volume divergence, the script aims to reduce false signals and highlight stronger opportunities. The EMA21 offers a dynamic support/resistance level, enhancing decision-making for both scalpers and short-term traders. Volume divergence confirms whether a trend change is likely genuine or just a pullback.
Even in ranging conditions, the extra confirmation of volume trends helps filter out mediocre trades. With easily customizable inputs such as EMA length, traders can adapt the script to different instruments and timeframes. Placing visual markers and background changes directly on the price chart aids fast, intuitive trading decisions.
The script is lightweight and runs smoothly on most TradingView accounts. The customizable alerts give traders flexibility in their strategy execution. Advanced users can extend the script with more complex divergence conditions if needed. Overall, this script helps traders to identify and act on high-probability trend reversal setups, especially valuable for gold (XAUUSD) scalping.
Gold SCALP XAUUSD (SMA200/PSAR/ADX/ATR/Arrows)
This script is a custom scalping indicator designed for XAUUSD (gold) trading, suitable for low timeframes such as 1-minute or 5-minute charts.
It combines several proven technical analysis tools: the 200-period Simple Moving Average (SMA), Parabolic SAR (PSAR), Average Directional Index (ADX), and Average True Range (ATR).
The script first calculates the 200-period SMA to determine the overall market trend – above the SMA is bullish, below is bearish.
The PSAR indicator is included to pinpoint short-term reversal points and precise breakout moments.
ADX is calculated manually within the script to measure the strength of the prevailing trend; only strong trends trigger signals.
ATR is used to dynamically set take-profit and stop-loss levels, adapting to current volatility.
A buy signal is generated when the close price crosses above the PSAR, price is above the 200 SMA (bullish environment), and ADX indicates a strong trend above the threshold.
A sell signal appears when the close crosses below the PSAR, price is below SMA 200, and ADX confirms a strong bearish trend.
Arrows are plotted on the chart for every valid buy or sell signal, making trade entries visually clear.
Take-profit and stop-loss levels are plotted as crosses above or below the entry, calculated as multiples of ATR.
The background color subtly changes to green or red, indicating whether the market is bullish or bearish per trend filter.
Users can quickly evaluate trend conditions and momentum at a glance using these color cues.
Parameters for SMA, PSAR, ADX, ATR, and profit/stop levels can be manually adjusted to fit the user’s risk and trading style.
ADX and DI (Directional Indicators) are calculated from price action, not with a built-in, and the code follows the standard ADX mathematical formula.
Signals appear only when the trend is strong, avoiding sideways or choppy movements and helping filter out false positives.
The script does not open or close trades automatically; it is strictly an informational and visual trading tool.
All the plots, shapes, and backgrounds are intended to increase clarity and make decision-making quick during scalping.
The code is written in Pine Script v5, fully compatible with TradingView charts.
It is especially useful for traders looking to capture quick moves but needing strict technical filtering for their scalping approach.
Combining dynamic and static volatility, directional, and trend-following tools helps maximize probability and reduce whipsaw trades.
The modular design enables further customization, such as adding more timeframes or integrating with alerts, based on user preference.
2Saucy custom MA'sEMA's 9/21/50/200 - Designated for "scalping" 1m/3m/5m/15/1h/4h. Works best as it EMA's move faster with price.
SMA's 10/20/50/200 - Works more for swing trading and/or finding setups on weekly and daily time frames.
By combining these two simultaneously trading intra-day is made much simpler.
Yours truly,
#2Saucy
Institutional Sweep Zone (Range-Based)Institutional Sweep Zone (Range-Based)
This indicator models potential stop sweep zones based on institutional capital ranges, helping traders visualize where high-probability liquidity grabs are likely to occur.
Unlike traditional volatility bands, this tool estimates price movement by calculating how far a specific amount of capital—entered into the market—can push price. By defining a lower and upper capital range (in millions of USD), the indicator dynamically draws bands representing the distance institutions could realistically move price in either direction.
It supports directional control, allowing you to focus on long sweeps, short sweeps, or both simultaneously. The pip cost is auto-calibrated based on the selected currency pair, making it highly adaptive to major FX pairs.
Key Features:
-Capital input range (in millions of USD)
-Directional sweep targeting: Long, Short, or Both
-Auto-detection of pip value based on FX pair
-Visual sweep zone mapped above and below current price
-Designed to highlight areas of institutional stop hunts
Why use it?
-Helps avoid setting stops inside common sweep zones
-Improves trade survivability when paired with higher timeframe strategies
-Offers a unique way to view price through an institutional lens
Created by: The_Forex_Steward
Explore more advanced tools and concepts on my TradingView profile.
SR360 OSCILLATOR 2025Unlock deeper insights into momentum and trend strength with the SR360 Oscillator 2025, a high-precision dual-indicator system designed for traders focusing on NSE stocks.
🚀 Key Features:
🔹 GVR Oscillator (RSI on VWAP)
Identify powerful shifts in price momentum using a smart blend of RSI and VWAP — ideal for catching trend reversals and breakouts.
Dynamic coloring: 🔴 Overbought, 🟢 Oversold, 🔵 Neutral zones
🔹 Multi-Symbol Trend Table (Supertrend or EMA)
Stay ahead with a real-time trend dashboard for RELIANCE, SBIN, INFY, HDFCBANK, TCS, and more.
Choose your trend logic: Supertrend or EMA crossover
Custom watchlist + include current chart symbol
💼 Who’s It For?
Intraday & swing traders in the Indian equity markets
Analysts seeking clean, trend-verified setups
Anyone needing a reliable trend/momentum combo tool
SR 360 AI Algo 2025SR 360 AI Algo 2025 — By Stock Research 360
SR 360 AI Algo 2025 Charting is a SEBI registered Research Analyst Proprietary coding , a powerful multi-timeframe S & D indicator combined with trend confirmation and momentum-based trade signals.
🔍 Key Features:
Automatically Detects and plots high-probability demand and supply zones with optional retests and break alerts.
Analyses Multi-Timeframe up to 3 timeframes simultaneously to align higher-timeframe context.
Triple EMA (TEMA): Built-in trend indicator with dynamic color shift for visual cues.
MACD Filter: Optional MACD-based trend confirmation to filter out noise.
Buy/Sell Signals: Generates confirmed entries with optional labels or plot shapes.
Retest & Break Alerts: Real-time alerts when price revisits or breaks important zones.
Smart Zone Merging: Combines overlapping SD zones for cleaner charting.
⚙️ Highly Customizable:
Adjust the number of zones, momentum candle filters, timeframe resolution, and label visibility.
Enable or disable features like TEMA, trend coloring, percent tracker, and alert notifications.
🔔 Use Cases:
Ideal for intraday and swing traders looking to trade around institutional order blocks.
Works great with breakout/retest strategies and confluence-based setups.
💡 Best suited for experienced traders using Price Action + Trend + Volume Zones to make informed entries and exits.
📢 Don't forget to turn on alerts for retests and zone breaks to never miss a key move.
Golden Ratio Trend Persistence [EWT]Golden Ratio Trend Persistence
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Overview
The Golden Ratio Trend Persistence is a dynamic tool designed to identify the strength and persistence of market trends. It operates on a simple yet powerful premise: a trend is likely to continue as long as it doesn't retrace beyond the key Fibonacci golden ratio of 61.8%.
This indicator automatically identifies the most significant swing high or low and plots a single, dynamic line representing the 61.8% retracement level of the current move. This line acts as a "line in the sand" for the prevailing trend. The background color also changes to provide an immediate visual cue of the current market direction.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Power of the Golden Ratio (61.8%)
The golden ratio (ϕ≈1.618) and its inverse (0.618, or 61.8%) are fundamental mathematical constants that appear throughout nature, art, and science, often representing harmony and structure. In financial markets, this ratio is a cornerstone of Fibonacci analysis and is considered one of the most critical levels for price retracements.
Market movements are not linear; they progress in waves of impulse and correction. The 61.8% level often acts as the ultimate point of support or resistance. A trend that can hold this level demonstrates underlying strength and is likely to persist. A breach of this level, however, suggests a fundamental shift in market sentiment and a potential reversal.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to Use This Indicator
This indicator is designed for clarity and ease of use.
Identifying the Trend : The visual cues make the current trend instantly recognizable.
A teal line with a teal background signifies a bullish trend. The line acts as dynamic support.
A maroon line with a maroon background signifies a bearish trend. The line acts as dynamic resistance.
Confirming Trend Persistence : As long as the price respects the plotted level, the trend is considered intact.
In an uptrend, prices should remain above the teal line. The indicator will automatically adjust its anchor to new, higher lows, causing the support line to trail the price.
In a downtrend, prices should remain below the maroon line.
Spotting Trend Reversals : The primary signal is a trend reversal, which occurs when the price closes decisively beyond the plotted level.
Potential Sell Signal : When the price closes below the teal support line, it indicates that buying pressure has failed, and the uptrend is likely over.
Potential Buy Signal : When the price closes above the maroon resistance line, it indicates that selling pressure has subsided, and a new uptrend may be starting.
Think of this tool as an intelligent, adaptive trailing stop that is based on market structure and the time-tested principles of Fibonacci analysis.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Input Parameters
You can customize the indicator's sensitivity through the following inputs in the settings menu:
Pivot Lookback Left : This number defines how many bars to the left of a candle must be lower (for a pivot high) or higher (for a pivot low) to identify a potential swing point. A higher value will result in fewer, but more significant, pivots being detected.
Pivot Lookback Right : This defines the number of bars that must close to the right before a swing point is confirmed. This parameter prevents the indicator from repainting. A higher value increases confirmation strength but also adds a slight lag.
Fibonacci Ratio : While the default is the golden ratio (0.618), you can adjust this to other key Fibonacci levels, such as 0.5 (50%) or 0.382 (38.2%), to test for different levels of trend persistence.
Adjusting these parameters allows you to fine-tune the indicator for different assets, timeframes, and trading styles, from short-term scalping to long-term trend following.
BURSA Intraday GANN By ZAM V1.4// BURSA GANN By ZAM V1.4
// Created by Zam – Programmer & Trader
This script is designed specifically for **Bursa Malaysia** market (MYX) and combines GANN-based price levels with volume spike detection, VWAP positioning, and visual entry signal markers to support fast decision-making for scalpers and intraday traders.
✅ Key Features:
- GANN Levels displayed with color-coded zones:
🔴 Red (Major Resistance), 🟡 Yellow (Minor Zone), 🔵 Blue (Strong Support)
- Entry Point (EP) signal based on volume spike, bullish candle, and trend strength
- 9:00 AM market open marker with price label (auto-adjustable for backtest)
- VWAP short line with percentage deviation from current price
- EMA20 (thin orange) and EMA50 (thick blue) trend guides
- Upper Bollinger Band to indicate overextension zones
- GANN Info Box showing:
🎯 Zone Type | Open Price | VWAP & % Deviation
🧪 Backtest-Friendly & Modular:
- Toggle options to display EP and 9AM markers across all historical bars
- Modular controls for EP logic (Basic/Strict), VWAP, and visual elements
🎯 Purpose:
Designed for **intraday traders on Bursa Malaysia (MYX)** who want fast, high-clarity visual signals with structured zone logic for TP planning and entry timing.
This is the stable release V1.4 – fully tested and ready for live trading or strategy building.
“Build a system, not just hope.”
Quantum Harmonic Oscillator Overlay🧪 Quantum Harmonic Oscillator Overlay
A visual model of price behavior using quantum harmonic oscillation principles
📜 Indicator Overview
The Quantum Harmonic Oscillator Overlay applies concepts from both classical physics (harmonic motion) and quantum mechanics (energy states) to model and visualize how price orbits around a central trend line. It overlays a Linear Regression line (representing the “mean position” or ground state of price) and calculates surrounding energy levels (σ-zones) akin to quantum shells that price can "jump" between.
This indicator is particularly useful for visualizing mean reversion, volatility compression/expansion, and momentum-driven price breakthroughs.
🧠 Core Concepts
Linear Regression Line (LSR): This is the calculated center of gravity or equilibrium path of price over a user-defined period. Think of it like the lowest energy state or central axis around which price vibrates.
Standard Deviation Zones (σ-levels):
1σ: The majority of normal price activity; within this range, price tends to fluctuate if in balance.
2σ: Indicates volatility or possible breakout pressure.
3σ: Represents extreme movement — a phase shift in energy, potentially leading to reversal or continuation with higher momentum.
Quantum Analogy: Just like in a quantum harmonic oscillator, particles (here, prices) move probabilistically between discrete energy states. The further the price moves from the center, the more "energy" (momentum, volume, volatility) is implied.
⚙️ Input Parameters
Setting Description
Linear Regression Length The number of bars used to calculate the regression trend (default 100). Affects the central path and responsiveness.
σ Multipliers (1σ, 2σ, 3σ) Determine how far each band is from the regression line. Adjusting these can highlight different price behaviors.
Show Energy Level Zones Toggle visibility of the colored bands around the regression line.
Show LSR Center Line Toggles visibility of the white Linear Regression line itself.
🎨 Visual Components
Color Zone Interpretation
✅ Green ±1σ Normal oscillation / mean reversion area. Ideal for range-bound strategies.
🟧 Orange ±2σ Warning zone; price may be gaining momentum or volatility.
🔴 Red ±3σ High-momentum state or anomaly. These regions may imply trend exhaustion, reversals, or breakouts.
White Line: The LSR — the average trajectory of the price movement.
Pink Dots: Appear when price exceeds Zone 3 (outside ±3σ) — a signal of extreme behavior or a possible regime shift.
📈 How to Use This Indicator
1. Detect Overextensions
When price touches or breaches the 3σ zone, it is likely overextended. This can be used to anticipate potential snapbacks or strong breakout trends.
2. Identify Mean Reversion Trades
If price exits the 2σ or 3σ zones and returns toward the center line, this signals a likely mean reversion setup.
3. Volatility Compression or Expansion
Flat zones between σ levels suggest calm markets; widening bands suggest expanding volatility.
4. Use with Confirmation Tools
Combine with momentum oscillators (MACD, RSI) or volume-based signals to confirm reversals or continuation outside Zone 3.
🔮 Philosophical Note
This indicator embodies the metaphor that the market behaves like a quantum oscillator — price particles exist in a probabilistic field and jump between discrete zones of volatility and energy. Tracking these transitions allows the trader to see price behavior as rhythmic, wave-like, and multidimensional rather than purely linear.
Tiny Candle + High Volume DetectorTiny Candle + High Volume Detector
This simple indicator highlights candles with:
A very small body (user-defined % of the close)
A significant volume spike (volume > X times average)
📊 Use this to spot:
Compression zones before breakout
Smart money absorption
Hidden accumulation
⚙️ Adjustable Parameters:
Max Body Size (% of close)
Volume Spike Multiplier
Volume SMA Period
🔔 Alerts are included.
Works on all timeframes and instruments. Best used in trending or consolidating environments to detect buildup before expansion.
GVR ChartingGVR Charting — By G Vijay Raghavan
GVR Charting a SEBI registered , a powerful multi-timeframe S & D indicator combined with trend confirmation and momentum-based trade signals.
🔍 Key Features:
Automatically Detects and plots high-probability demand and supply zones with optional retests and break alerts.
Analyses Multi-Timeframe up to 3 timeframes simultaneously to align higher-timeframe context.
Triple EMA (TEMA): Built-in trend indicator with dynamic color shift for visual cues.
MACD Filter: Optional MACD-based trend confirmation to filter out noise.
Buy/Sell Signals: Generates confirmed entries with optional labels or plot shapes.
Retest & Break Alerts: Real-time alerts when price revisits or breaks important zones.
Smart Zone Merging: Combines overlapping SD zones for cleaner charting.
⚙️ Highly Customizable:
Adjust the number of zones, momentum candle filters, timeframe resolution, and label visibility.
Enable or disable features like TEMA, trend coloring, percent tracker, and alert notifications.
🔔 Use Cases:
Ideal for intraday and swing traders looking to trade around institutional order blocks.
Works great with breakout/retest strategies and confluence-based setups.
💡 Best suited for experienced traders using Price Action + Trend + Volume Zones to make informed entries and exits.
📢 Don't forget to turn on alerts for retests and zone breaks to never miss a key move.
Futures Support & Resistance LevelsMulti-Timeframe Support & Resistance Levels for Futures Trading
Description:
This indicator automatically identifies and displays key support and resistance levels using multiple technical analysis methods. Designed specifically for futures traders (ES, NQ, etc.), it provides a clean, organized view of important price levels.
Key Features:
Multiple Detection Methods: Combines pivot points, daily ranges, and psychological levels
Smart Ranking System: Levels are numbered by strength (1 = strongest)
Clean Visualization: Extended lines across the chart with clear price labels
Confluence Detection: Highlights areas where multiple levels converge
Customizable Display: Adjust colors, line styles, and label sizes
Level Types Identified:
Daily High/Low (current session)
Previous Daily High/Low
Pivot-based Support/Resistance
Psychological Round Numbers
Confluence Zones (multiple levels clustering)
Technical Approach:
The indicator uses a strength-scoring algorithm to rank levels by importance. Daily levels receive the highest weighting (2.0), followed by previous daily levels (1.5), pivot points (1.0), and psychological levels (0.5). This helps traders focus on the most significant levels.
Visual Elements:
Solid lines = Strong levels
Dashed lines = Medium levels
Dotted lines = Weak levels
Optional technical condition markers for educational analysis
Best Used For:
Identifying key intraday levels for futures trading
Finding high-probability reversal zones
Setting logical stop-loss and take-profit levels
Recognizing confluence areas for stronger setups
Note:
This is a technical analysis tool for educational purposes. No indicator can predict future price movements. Always use proper risk management and combine with other forms of analysis.
Intradayscanner – Institutional Interest (vs. RSP)This indicator measures volatility-adjusted Relative Residual Strength (RRS) of any symbol versus RSP (the Invesco S&P 500® Equal Weight ETF) to surface potential institutional interest overlooked by cap-weighted benchmarks.
Equal-weighted benchmark: Uses RSP instead of SPY, so each S&P 500 component carries equal influence—highlighting broad institutional flows beyond the largest names.
ATR normalization: Computes a “Divergence Index” by dividing RSP’s price move by its ATR(14), then adjusts the symbol’s move by that index and rescales by its own ATR(14). This isolates true outperformance.
Residual focus: RRS represents the portion of a symbol’s move unexplained by broad-market action, making it easier to spot when institutions rotate into specific stocks.
Visualization: Plots RRS as green/red histogram bars and overlays a 14-period EMA for trend smoothing.
Mongoose Capital: BTC ETF DriftScope ProMongoose Capital: BTC ETF DriftScope Pro
A proprietary indicator for monitoring drift between Bitcoin Spot (BTCUSD) and Bitcoin Spot ETFs (such as IBIT). Designed to detect ETF premium/discount zones and generate actionable Fade or Long bias signals.
What it Does
Tracks IBIT and BTCUSD spread to highlight ETF price deviations.
Calculates correlation Z-Score for ETF/Spot alignment.
Outputs numeric bias signals: Fade (1), Long (1), Neutral (1).
How to Use
Apply to a BTCUSD chart (4H, 1D, or higher recommended).
Open the Data Window to view:
IBIT Spread %
Correlation Z-Score
Correlation %
Bias Flags (Fade, Long, Neutral)
Configure alerts for Fade and Long Bias conditions.
Confirm all signals with your trade plan and risk management.
Methodology
This tool calculates the percentage spread between IBIT and BTC Spot. A rolling Z-Score of the correlation is used to detect periods of significant divergence.
Fade Bias suggests potential short setups in premium zones with high Z-Scores.
Long Bias suggests potential long setups in discount zones with low Z-Scores.
Disclaimer
This indicator is for educational purposes only. It is not financial advice. Use at your own risk and verify signals independently.
Noon Curve Box with Quadrants & 1st FVGOverview 📜
The Noon Curve Box with Quadrants & 1st FVG is a comprehensive analysis tool built for intraday traders. It automates the process of identifying and visualizing key time-based concepts popularized by ICT (Inner Circle Trader) and other price action methodologies.
While the concepts themselves are public, this script's value lies in its unique automation and clear presentation. It saves you the manual effort of marking session ranges, quadrants, and searching for critical imbalances every single day, allowing you to focus purely on execution.
Underlying Concepts Explained 🧠
This script is built on a few core price action principles:
Time-Based Profiling: The idea that different times of the trading day have different characteristics. The script visually separates the main session into 2-hour quadrants to help you track momentum shifts.
Fair Value Gaps (FVG): An FVG is a three-bar pattern that indicates a price imbalance or inefficiency. It's a foundational concept in many institutional trading methods.
A Bullish FVG (or BISI) forms when there is a gap between the first candle's high and the third candle's low:
Candle 1 HighCandle 3 High
"Silver Bullet" Time Windows: This indicator specifically targets the first FVG formed during the high-impact AM session (9:30-10:00 NY Time) and a corresponding PM session (13:30-14:00 NY Time), as these are often considered high-probability reversal or continuation zones.
Key Features & How It Works ✨
Automated Session Box: The script automatically draws a box around the high and low of your specified trading session (default is 8:00 AM - 4:00 PM New York time). This provides an instant view of the day's operating range.
Dynamic Quadrant Analysis: The session is automatically divided into 2-hour quadrants. Each box is colored based on its internal momentum (close vs. open), providing an at-a-glance summary of buying or selling pressure throughout the day.
Precision FVG Detection:
The script's core logic scans for the very first FVG within the AM (9:30-10:00) and PM (13:30-14:00) windows.
It identifies the exact 3-bar pattern and immediately draws a box marking the imbalance zone. Once the first FVG is found for a window, the script stops searching, ensuring your chart remains clean and focused on the most significant, initial imbalance.
The FVG boxes extend to the current bar, keeping these key levels of interest visible all day.
How to Use This Indicator 🎯
Context: Use the Session Box high and low as your primary intraday support and resistance levels.
Momentum: Use the Quadrant Box colors to gauge the flow of the market. A switch from red to green, for example, can signal a potential shift in control.
High-Probability Setups: The AM and PM First FVG boxes are your key points of interest. These imbalances often act as price magnets. Look for price to return to these zones to find potential entries, as they may act as support (bullish FVG) or resistance (bearish FVG).
Settings and Customization ⚙️
You have full control over all visual elements.
Session Control: Adjust the session time and timezone.
Visual Toggles: Enable or disable the Session Box, Quadrants, and AM/PM FVGs.
Color Customization: Match all elements to your personal chart theme.
History: Limit the number of historical FVG boxes displayed to keep your chart clean.
IU Inside/Harami candlestick patternDESCRIPTION
The IU Inside/Harami Candlestick Pattern indicator is designed to detect bullish and bearish inside bar formations, also known as Harami patterns. This tool gives users flexibility by allowing pattern detection based on candle wicks, bodies, or a combination of both. It highlights detected patterns using colored boxes and optional text labels on the chart, helping traders quickly identify areas of consolidation and potential reversals.
USER INPUTS :
Pattern Recognition Based on =
Choose between "Wicks", "Body", or "Both" to determine how the inside candle pattern is identified.
Show Box =
Toggle the appearance of colored boxes that highlight the pattern zone.
Show Text =
Toggle on-screen labels for "Bullish Inside" or "Bearish Inside" when patterns are detected.
INDICATOR LOGIC :
Bullish Inside Bar (Harami) is detected when:
* The current candle's high is lower and low is higher than the previous candle (wick-based),
* or the current candle’s open and close are inside the previous candle’s body (body-based),
* and the current candle is bullish while the previous is bearish.
Bearish Inside Bar (Harami) is detected when:
* The current candle's high is lower and low is higher than the previous candle (wick-based),
* or the current candle’s open and close are inside the previous candle’s body (body-based),
* and the current candle is bearish while the previous is bullish.
The user can choose wick-based, body-based, or both logics for pattern confirmation.
Boxes are drawn between the highs and lows of the pattern, and alert messages are generated upon confirmation.
Optional labels show the pattern name for quick visual identification.
WHY IT IS UNIQUE :
Offers three different logic modes: wick-based, body-based, or combined.
Highlights patterns visually with customizable boxes and labels.
Includes built-in alerts for immediate notifications.
Uses clean and transparent plotting without repainting.
HOW USER CAN BENEFIT FROM IT :
Receive real-time alerts when Inside/Harami patterns are formed.
Use the boxes and text labels to spot price compression zones and breakout potential.
Combine it with other tools like trendlines or support/resistance for enhanced accuracy.
Suitable for scalpers, swing traders, and price action traders looking to trade inside bar breakouts or reversals.
DISCLAIMER :
This indicator is not financial advice, it's for educational purposes only highlighting the power of coding( pine script) in TradingView, I am not a SEBI-registered advisor. Trading and investing involve risk, and you should consult with a qualified financial advisor before making any trading decisions. I do not guarantee profits or take responsibility for any losses you may incur.
Position Size Calculator with Fees# Position Size Calculator with Portfolio Management - Manual
## Overview
The Position Size Calculator with Portfolio Management is an advanced Pine Script indicator designed to help traders calculate optimal position sizes based on their total portfolio value and risk management strategy. This tool automatically calculates your risk amount based on portfolio allocation percentages and determines the exact position size needed while accounting for trading fees.
## Key Features
- **Portfolio-Based Risk Management**: Calculates risk based on total portfolio value
- **Tiered Risk Allocation**: Separates trading allocation from total portfolio
- **Automatic Trade Direction Detection**: Determines long/short based on entry vs stop loss
- **Fee Integration**: Accounts for trading fees in position size calculations
- **Risk Factor Adjustment**: Allows scaling of position size up or down
- **Visual Display**: Shows all calculations in a clear, color-coded table
- **Automatic Risk Calculation**: No need to manually input risk amount
## Input Parameters
### Total Portfolio ($)
- **Purpose**: The total value of your investment portfolio
- **Default**: 0.0
- **Range**: Any positive value
- **Step**: 0.01
- **Example**: If your total portfolio is worth $100,000, enter 100000
### Trading Portfolio Allocation (%)
- **Purpose**: The percentage of your total portfolio allocated to active trading
- **Default**: 20.0%
- **Range**: 0.0% to 100.0%
- **Step**: 0.01
- **Example**: If you allocate 20% of your portfolio to trading, enter 20
### Risk from Trading (%)
- **Purpose**: The percentage of your trading allocation you're willing to risk per trade
- **Default**: 0.1%
- **Range**: Any positive value
- **Step**: 0.01
- **Example**: If you risk 0.1% of your trading allocation per trade, enter 0.1
### Entry Price ($)
- **Purpose**: The price at which you plan to enter the trade
- **Default**: 0.0
- **Range**: Any positive value
- **Step**: 0.01
### Stop Loss ($)
- **Purpose**: The price at which you will exit if the trade goes against you
- **Default**: 0.0
- **Range**: Any positive value
- **Step**: 0.01
### Risk Factor
- **Purpose**: A multiplier to scale your position size up or down
- **Default**: 1.0 (no scaling)
- **Range**: 0.0 to 10.0
- **Step**: 0.1
- **Examples**:
- 1.0 = Normal position size
- 2.0 = Double the position size
- 0.5 = Half the position size
### Fee (%)
- **Purpose**: The percentage fee charged per transaction
- **Default**: 0.01% (0.01)
- **Range**: 0.0% to 1.0%
- **Step**: 0.001
## How Risk Amount is Calculated
The script automatically calculates your risk amount using this formula:
```
Risk Amount = Total Portfolio × Trading Allocation (%) × Risk % ÷ 10,000
```
### Example Calculation:
- Total Portfolio: $100,000
- Trading Allocation: 20%
- Risk per Trade: 0.1%
**Risk Amount = $100,000 × 20 × 0.1 ÷ 10,000 = $20**
This means you would risk $20 per trade, which is 0.1% of your $20,000 trading allocation.
## Portfolio Structure Example
Let's say you have a $100,000 portfolio:
### Allocation Structure:
- **Total Portfolio**: $100,000
- **Trading Allocation (20%)**: $20,000
- **Long-term Investments (80%)**: $80,000
### Risk Management:
- **Risk per Trade (0.1% of trading)**: $20
- **Maximum trades at risk**: Could theoretically have 1,000 trades before risking entire trading allocation
## How Position Size is Calculated
### Trade Direction Detection
- **Long Trade**: Entry price > Stop loss price
- **Short Trade**: Entry price < Stop loss price
### Position Size Formulas
#### For Long Trades:
```
Position Size = -Risk Factor × Risk Amount / (Stop Loss × (1 - Fee) - Entry Price × (1 + Fee))
```
#### For Short Trades:
```
Position Size = -Risk Factor × Risk Amount / (Entry Price × (1 - Fee) - Stop Loss × (1 + Fee))
```
## Output Display
The indicator displays a comprehensive table with color-coded sections:
### Portfolio Information (Light Blue Background)
- **Portfolio (USD)**: Your total portfolio value
- **Trading Portfolio Allocation (%)**: Percentage allocated to trading
- **Risk as % of Trading**: Risk percentage per trade
### Trade Setup (Gray Background)
- **Entry Price**: Your specified entry price
- **Stop Loss**: Your specified stop loss price
- **Fee (%)**: Trading fee percentage
- **Risk Factor**: Position size multiplier
### Risk Analysis (Red Background)
- **Risk Amount**: Automatically calculated dollar risk
- **Effective Entry**: Actual entry cost including fees
- **Effective Exit**: Actual exit value including fees
- **Expected Loss**: Calculated loss if stop loss is hit
- **Deviation from Risk %**: Accuracy of risk calculation
### Final Result (Blue Background)
- **Position Size**: Number of shares/units to trade
## Usage Examples
### Example 1: Conservative Long Trade
- **Total Portfolio**: $50,000
- **Trading Allocation**: 15%
- **Risk per Trade**: 0.05%
- **Entry Price**: $25.00
- **Stop Loss**: $24.00
- **Risk Factor**: 1.0
- **Fee**: 0.01%
**Calculated Risk Amount**: $50,000 × 15% × 0.05% ÷ 100 = $3.75
### Example 2: Aggressive Short Trade
- **Total Portfolio**: $200,000
- **Trading Allocation**: 30%
- **Risk per Trade**: 0.2%
- **Entry Price**: $150.00
- **Stop Loss**: $155.00
- **Risk Factor**: 2.0
- **Fee**: 0.01%
**Calculated Risk Amount**: $200,000 × 30% × 0.2% ÷ 100 = $120
**Actual Risk**: $120 × 2.0 = $240 (due to risk factor)
## Color Coding System
- **Green/Red Header**: Trade direction (Long/Short)
- **Light Blue**: Portfolio management parameters
- **Gray**: Trade setup parameters
- **Red**: Risk-related calculations and results
- **Blue**: Final position size result
## Best Practices
### Portfolio Management
1. **Keep trading allocation reasonable** (typically 10-30% of total portfolio)
2. **Use conservative risk percentages** (0.05-0.2% per trade)
3. **Don't risk more than you can afford to lose**
### Risk Management
1. **Start with small risk factors** (1.0 or less) until comfortable
2. **Monitor your total exposure** across all open positions
3. **Adjust risk based on market conditions**
### Trade Execution
1. **Always validate calculations** before placing trades
2. **Account for slippage** in volatile markets
3. **Consider position size relative to liquidity**
## Risk Management Guidelines
### Conservative Approach
- Trading Allocation: 10-20%
- Risk per Trade: 0.05-0.1%
- Risk Factor: 0.5-1.0
### Moderate Approach
- Trading Allocation: 20-30%
- Risk per Trade: 0.1-0.15%
- Risk Factor: 1.0-1.5
### Aggressive Approach
- Trading Allocation: 30-40%
- Risk per Trade: 0.15-0.25%
- Risk Factor: 1.5-2.0
## Troubleshooting
### Common Issues
1. **Position Size shows 0**
- Verify all portfolio inputs are greater than 0
- Check that entry price differs from stop loss
- Ensure calculated risk amount is positive
2. **Very small position sizes**
- Increase risk percentage or risk factor
- Check if your risk amount is too small for the price difference
3. **Large risk deviation**
- Normal for very small positions
- Consider adjusting entry/stop loss levels
### Validation Checklist
- Total portfolio value is realistic
- Trading allocation percentage makes sense
- Risk percentage is conservative
- Entry and stop loss prices are valid
- Trade direction matches your intention
## Advanced Features
### Risk Factor Usage
- **Scaling up**: Use risk factors > 1.0 for high-confidence trades
- **Scaling down**: Use risk factors < 1.0 for uncertain trades
- **Never exceed**: Risk factors that would risk more than your comfort level
### Multiple Timeframe Analysis
- Use different risk factors for different timeframes
- Consider correlation between positions
- Adjust trading allocation based on market conditions
## Disclaimer
This tool is for educational and planning purposes only. Always verify calculations manually and consider market conditions, liquidity, and correlation between positions. The automated risk calculation assumes you're comfortable with the mathematical relationship between portfolio allocation and individual trade risk. Past performance doesn't guarantee future results, and all trading involves risk of loss.