Candlestick analysis
Oscillator CandlesticksI've always wondered why we don't use candlesticks for oscillators...then I stopped wondering and made an oscillator with candlesticks.
The following oscillators are available as a proof of concept:
* Consumer Channel Index (CCI)
* Rate of Change (ROC)
* Relative Strength Index (RSI)
* Trend Strength Index (TSI)
You can add a moving average to the ohlc4 value of the oscillator and choose the type of the moving average and whether it should be influenced by volume.
Inside Bar Highlighter by nkChartsOverview:
The Inside Candle Highlighter is a simple yet powerful TradingView indicator designed to identify inside bars (inside candles) on your chart. An inside candle is defined as a candle whose high is lower than the previous candle's high and low is higher than the previous candle's low, meaning it forms entirely within the range of the preceding candle.
Inside candles are commonly interpreted by traders as periods of market consolidation or indecision and often precede breakouts or significant price moves. This indicator highlights these candles directly on your chart, making them easy to spot at a glance.
Features
Detects Inside Candles: Automatically identifies bars that are fully contained within the previous bar’s high-low range.
Confirmed Bar Coloring: Colors the candle after it closes, ensuring no repainting occurs during formation.
Style Tab Customization: Users can adjust the candle color directly from the Style tab, allowing seamless integration with your chart theme.
Clean & Minimal: Only inside candles are highlighted, keeping charts uncluttered.
How Traders Can Use It
Identify Consolidation Zones: Quickly spot periods where the market is contracting.
Prepare for Breakouts: Inside candles often signal an upcoming directional move; traders can plan entry or exit points based on breakouts from the inside candle range.
Combine With Other Indicators: Use alongside trend indicators, volume tools, or support/resistance levels to enhance trade confirmation.
Recommended Use
Works on all timeframes — from intraday charts to daily or weekly charts.
Particularly useful in price action trading, swing trading, and trend-following strategies.
Ideal for traders who want a visual cue for consolidation and potential breakout areas without adding complexity to the chart.
Note: This indicator only highlights inside candles. Interpretation and trading decisions are left to the user.
NXOGX By AYRUSIt plots gap zones on the chart — for example, NDOG (New Daily Open Gap) or NWOG (New Weekly Open Gap) — using only border lines (no filled boxes).
Each gap zone shows:
A top line and bottom line (solid and thick),
A middle dotted line (center of the gap),
A label (e.g. “NDOG”) placed slightly beyond the right edge of the zone,
The lines extend 5 bars beyond the most recent candle.
HES - SL/TP1/TP2 - 80% winrate (Helal)This script automatically identifies Fair Value Gaps (FVG) and Order Blocks (OB) across multiple timeframes, calculates bias alignment, and executes simulated trades with dynamic stop loss and two take-profit targets (TP1/TP2). It also logs each trade, displays real-time trade info and performance summary tables, and triggers alerts on new entries.
Position Sizer Box-by ParthibPosition Sizer Box — Ultra Simple Position Size Calculator
A clean, no-nonsense tool for instantly calculating your position size based on your chosen risk amount, entry price, and stop loss.
How it works:
Enter your risk (₹), entry price, and stop price in the input fields.
The indicator uses the standard formula:
Position Size = Risk Amount ÷ |Entry − Stop|
Instantly see the number of shares/units to buy in a minimalist, semi-transparent box at the top-right of your chart.
Features:
Simple, distraction-free design—perfect for focused traders.
All values (risk, entry, SL, and total shares) are always visible.
Auto-refreshes as soon as you change your inputs—no need to recalculate or reload.
Designed for manual and systematic traders who want instant, objective answers on position size.
Works on any time frame or instrument.
Why use this?
Keeps your risk management sharp and automated.
Never waste time on manual calculator work again—just enter values and trade.
Fits any strategy that relies on fixed risk per trade.
Notes:
This indicator does NOT place trades or calculate stops for you—it's purely for position size planning.
Use the indicator’s settings to enter your numbers and see the result instantly.
You can connect with me on-
Mail- parthibtrades01@gmail.com
Instagram- trade.parthib
Session-Conditioned Regime ATRWhy this exists
Classic ATR is great—until the open. The first few bars often inherit overnight gaps and 24-hour noise that have nothing to do with the intraday regime you actually trade. That inflates early ATR, scrambles thresholds, and invites hyper-recency bias (“today is crazy!”) when it’s just the open being the open.
This tool was built to:
Separate session reality from 24h noise. Measure volatility only inside your defined session (e.g., NYSE 09:30–16:00 ET).
Judge candles against the current regime, not the last 2–3 bars. A rolling statistic from the last N completed sessions defines what “typical” means right now.
Label “large” and “small” objectively. Bars are colored only when True Range meaningfully departs from the session regime—no gut feel, no open-bar distortion (gap inclusion optional).
Overview
Purpose: objectively identify unusually big or small candles within the active trading session, compared to the recent session regime.
Use cases: volatility filters, entry/exit confirmation, session bias detection, adaptive sizing.
This indicator replaces generic ATR with a session-conditioned, regime-aware measure. It colors candles only when their True Range (TR) is abnormally large/small versus the last N completed sessions of the same session window.
How it works
Session gating: Only bars inside the selected session are evaluated (presets for NYSE, CME RTH, FX NY; custom supported).
Per-bar TR: TR = max(high, prevRef) − min(low, prevRef).
prevRef is the prior close for in-session bars.
First bar of the session can include the overnight gap (optional; default off).
Regime statistic: For any bar in session k, aggregate all in-session TRs from the previous N completed sessions (k−N … k−1), then compute Median (default) or Mean.
Today’s anchor: Running statistic from today’s session start → current bar (for context and the on-chart ratio).
Color logic:
Big if TR ≥ bigMult × RegimeStat
Small if TR ≤ smallMult × RegimeStat
Colored states: big bull, big bear, small bull, small bear.
Non-triggering bars retain the chart’s native colors.
Panel (top-right by default)
Regime ATR (Nd): session-conditioned statistic over the past N completed sessions.
Today ATR (anchored): running statistic for the current session.
Ratio (Today/Regime): intraday volatility vs regime.
Sample size n: number of bars used in the regime calculation.
Inputs
Session Preset: NYSE (09:30–16:00 ET), CME RTH (08:30–15:00 CT), FX NY (08:00–17:00 ET), Custom (session + IANA timezone).
Regime Window: number of completed sessions (default 5).
Statistic: Median (robust) or Mean.
Include Open Gap: include overnight gap in the first in-session bar’s TR (default off).
Big/Small thresholds: multipliers relative to RegimeStat (defaults: Big=1.5×, Small=0.67×).
Colors: four independent colors for big/small × bull/bear.
Panel position & text size.
Hidden outputs: expose RegimeStat, TodayStat, Ratio, and Z-score to other scripts.
Alerts
RegimeATR: BIG bar — triggers when a bar meets the “Big” condition.
RegimeATR: SMALL bar — triggers when a bar meets the “Small” condition.
Hidden outputs (for strategies/screeners)
RegimeATR_stat, TodayATR_stat, Today_vs_Regime_Ratio, BarTR_Zscore.
Notes & limitations
No look-ahead: calculations only use information available up to that bar. Historical colors reflect what would have been known then.
Warm-up: colors begin once there are at least N completed sessions; before that, regime is undefined by design.
Changing inputs (session window, multipliers, median/mean, gap toggle) recomputes the full series using the same rolling regime logic per bar.
Designed for standard candles. Styling respects existing chart colors when no condition triggers.
Practical tips
For a broader or tighter notion of “unusual,” adjust Big/Small multipliers.
Prefer Median in markets prone to outliers; use Mean if you want Z-score alignment with the panel’s regime mean/std.
Use the Ratio readout to spot compression/expansion days quickly (e.g., <0.7× = compressed session, >1.3× = expanded).
Roadmap
More session presets:
24h continuous (crypto, index CFDs).
23h/Globex futures (CME ETH with a 60-minute maintenance break).
Regional equities (LSE, Xetra, TSE), Asia/Europe/NY overlaps for FX.
Half-day/holiday templates and dynamic calendars.
Multi-regime comparison: track multiple overlapping regimes (e.g., RTH vs ETH for futures) and show separate stats/ratios.
Robust stats options: trimmed mean, MAD/Huber alternatives; optional percentile thresholds instead of fixed multipliers.
Subpanel visuals: rolling TodayATR and Ratio plots; optional Z-score ribbon.
Screener/strategy hooks: export boolean series for BIG/SMALL, plus a lightweight strategy template for backtesting entries/exits conditioned on regime volatility.
Performance/QOL: per-symbol presets, smarter warm-up, and finer control over sample caps for ultra-low TF charts.
Changelog
v0.9b (Beta)
Session presets (NYSE/CME RTH/FX NY/Custom) with timezone handling.
Panel enhancements: ratio + sample size n.
Four-state bar coloring (big/small × bull/bear).
Alerts for BIG/SMALL bars.
Hidden Z-score stream for downstream use.
Gap-in-TR toggle for the first in-session bar.
Disclaimer
For educational purposes only. Not investment advice. Validate thresholds and session settings across symbols/timeframes before live use.
Bob Volman + EMA + TP/SL Smart (EZSignals V1)A smart scalping system inspired by Bob Volman’s price action methodology.
Combines EMA trend filtering with automatic TP/SL management and precise entry logic.
Designed for intraday traders who seek clean, efficient scalps with minimal noise.
🔹 Features:
EMA-based trend confirmation
Smart TP/SL auto calculation
Dynamic signal filtering (avoid false breakouts)
Visual entry & exit markers for better clarity
📈 Perfect for scalpers who want Volman-style precision with modern risk control.
Custom zone (duy)Custom Zone (duy)
This indicator highlights custom time zones and automatically detects Fair Value Gaps (FVG) directly on your chart. It’s designed for Price Action / ICT-style traders who want to identify liquidity zones, reaction ranges, and session-based volatility.
Custom Zone:
Define any time window (e.g. 09:30–09:35 UTC-4), and the indicator will automatically draw the high–low range, label the zone, and optionally show its pip size. Perfect for marking areas like New York Open, London Killzone, or personalized setup ranges.
Auto Pip & FVG Detection:
Automatically detects the instrument type (Forex, Gold, Indices, Crypto) to calculate accurate pip values. It also identifies and displays Fair Value Gaps (FVGs) with customizable colors and a clear Central Equilibrium (CE) line.
Use cases:
Highlight session open ranges for NY or London.
Observe price reactions around liquidity zones.
Combine with FVG setups to refine trade entries.
MACD Cross Above Zero Alert (Any Timeframe)For use on a large list to spot MACD cross overs in a bullish phase or bearish phase
High Volume & Near All-Time HighThe **High Volume & Near All-Time High Screener** is a simple yet powerful Pine Script tool designed to help traders identify stocks showing strong price momentum and trading activity. This screener automatically scans multiple tickers that you define in the settings and highlights those meeting two key conditions — daily trading volume greater than **500,000 shares** and the closing price being **within a set percentage (default 2%) of its all-time high**. The results are displayed in an easy-to-read table directly on your chart, making it ideal for traders who want to quickly spot potential breakout stocks without switching between multiple charts.
**How to Use:**
To use this script, open your **TradingView Pine Editor**, paste the code, and click **“Add to Chart.”** Make sure your chart is set to the **Daily timeframe (1D)**, as the script pulls daily data automatically. You can customize the list of symbols, the minimum volume threshold, and the proximity percentage in the settings panel to match your trading style. Once added, the screener will display a table on the right side of your chart showing each symbol, its latest closing price, and whether it currently meets the breakout conditions. A ✅ mark indicates that the stock meets both criteria. This tool works best for swing traders and momentum investors who want to focus on high-volume stocks nearing new highs for potential entries.
VP_Fixed Volume ProfileBinned Volume Distribution: This chart summarizes total volume over a user-defined lookback period by dividing price ranges into multiple histograms.
This chart breaks down volume into long and short positions based on candlestick patterns and displays the percentage of total volume.
Key Price Levels (PoC): The bins with the highest volume are labeled as PoCs, and their absolute volume values are annotated.
This area typically has the highest volume concentration, and the annotated value provides a reference for absolute volume.
Auto Hourly StatsCredit to wheresbing for the original version. Mine simply provides:
- automatically calculates retrace stats, no need to input anything.
- Also cleaned up the ui a bit
- ability to toggle between hourly data independent of chart timeframes
MACD 4H Cross Above Zero AlertMACD 4H Cross the signal line to screen for stocks across a wide demo list
Engulfing Bars - StrictIdentifies strict definition engulfing bars with a close in the leading 20% of the range.
ICT Essentials [LDT]ICT Essentials
Overview
ICT Essentials is an all-in-one trading utility built to create a natural and efficient workflow for ICT-based traders.
Every component has been designed to integrate seamlessly and update dynamically across timeframes.
The indicator focuses on clarity, performance and customization, allowing traders to tailor every part of their trading experience.
Equal Highs & Lows
This feature automatically detects and marks Equal Highs (EQH) and Equal Lows (EQL) with full control over visuals and behavior.
Users can customize line colors, widths, and styles, label size, color, background transparency and text offset.
The logic uses an optimized scanning and caching system that maintains smooth performance even on higher timeframes.
It provides a precise and adaptive way to identify structural liquidity points whilst keeping the chart clean and readable.
Killzones & Session Pivots
Plots the main trading sessions such as Asia, London and New York (AM, Lunch, PM) with full flexibility and styling options.
Each session can be enabled or disabled individually, with its own color, transparency and label preferences.
Session highs and lows are automatically tracked and plotted as pivots with extension modes like Until Mitigated or Past Mitigation.
This system gives traders the ability to organize market sessions exactly how they prefer whilst keeping the chart consistent and efficient.
Daily Pivots and Tier System
Alongside session pivots, the script tracks daily highs and lows to provide a broader structural view of price. These pivots are stored and displayed on the chart with their appearance updating automatically when price interacts with them.
The system includes a unique tier-based visibility filter that maintains a clean chart by preventing duplicate or overlapping pivots. Recent daily pivots are cached and compared to session pivots and when two levels fall within a defined proximity, the redundant one is automatically hidden. This creates a clear hierarchy of daily and session levels, keeping the most relevant structure visible whilst removing noise.
All aspects of the daily pivot system are fully customizable, including the number of tracked pivots, color, style settings and how mitigated levels are handled. The caching and filtering logic ensures smooth performance and a visually organized workspace even as the data updates in real time.
Key Times
Allows up to five custom key time markers such as the Midnight Open, 6:00 AM or 10:00 AM.
Each marker can be fully customized with its own text, color, line style and thickness.
This makes it simple to visualize key reaction points that align with each traders timing model.
Higher Timeframe Candles
Displays higher timeframe candles such as 1H, 4H or Daily directly on the active chart to provide context without switching views.
Users can customize body, wick and border colors, along with adding optional trace lines for the open, close, high and low and can also show the countdown timers for remaining candle time.
Adjustable spacing, positioning and label visibility makes the display blend naturally with any trading setup.
This module helps traders connect multiple timeframes visually in a clean and intuitive way.
Watermark
Adds a customizable watermark with title, subtitle and symbol or timeframe information.
Every element can be adjusted for color, size, transparency, alignment and position.
The result is a polished, professional chart layout that adapts to the user's personal style.
Optimization and Design
ICT Essentials is built for performance, using cached arrays and lightweight calculations to maintain responsiveness on all timeframes.
Each feature can be toggled individually to suit the traders focus or system performance.
The script delivers a fluid, customizable and highly optimized trading experience designed to feel natural and effortless in day-to-day use.
Credits
This script takes reference and inspiration from several open-source indicators:
Equal Highs and Lows by jzstur
ICT HTF Candles (fadi) by fadizeidan
ICT Killzones + Pivots EP by tradeforopp
AG FX - Watermark by AGFXTRADING
All components have been refactored, optimized and unified into a single framework for a smoother and more efficient workflow.
Session Gap Fill [LuxAlgo]The Session Gap Fill tool detects and highlights filled and unfilled price gaps between regular sessions. It features a dashboard with key statistics about the detected gaps.
The tool is highly customizable, allowing users to filter by different types of gaps and customize how they are displayed on the chart.
🔶 USAGE
By default, the tool detects all price gaps between sessions. A price gap is defined as a difference between the opening price of one session and the closing price of the previous session. In this case, the tool uses the opening price of the first bar of the session against the closing price of the previous bar.
A bullish gap is detected when the session open price is higher than the last close, and a bearish gap is detected when the session open price is lower than the last close.
Gaps represent a change in market sentiment, a difference in what market participants think between the close of one trading session and the open of the next.
What is useful to traders is not the gap itself, but how the market reacts to it.
Unfilled gaps occur when prices do not return to the previous session's closing price.
Filled gaps occur when prices come back to the previous session's close price.
By analyzing how markets react to gaps, traders can understand market sentiment, whether different prices are accepted or rejected, and take advantage of this information to position themselves in favor of bullish or bearish market sentiment.
Next, we will cover the Gap Type Filter and Statistics Dashboard.
🔹 Gap Type Filter
Traders can choose from three options: display all gaps, display only overlapping gaps, or display only non-overlapping gaps. All gaps are displayed by default.
An overlapping gap is defined when the first bar of the session has any price in common with the previous bar. No overlapping gap is defined when the two bars do not share any price levels.
As we will see in the next section, there are clear differences in market behavior around these types of gaps.
🔹 Statistics Dashboard
The Statistics Dashboard displays key metrics that help traders understand market behavior around each type of gap.
Gaps: The percentage of bullish and bearish gaps.
Filled: The percentage of filled bullish and bearish gaps.
Reversed: The percentage of filled gaps that move in favor of the gap
Bars Avg.: The average number of bars for a gap to be filled.
Now, let's analyze the chart on the left of the image to understand those stats. These are the stats for all gaps, both overlapping and non-overlapping.
Of the total, bullish gaps represent 55%, and bearish ones represent 44%. The gap bias is pretty balanced in this market.
The second statistic, Filled, shows that 63% of gaps are filled, both bullish and bearish. Therefore, there is a higher probability that a gap will be filled than not.
The third statistic is reversed. This is the percentage of filled gaps where prices move in favor of the gap. This applies to filled bullish gaps when the close of the session is above the open, and to filled bearish gaps when the close of the session is below the open. In other words, first there is a gap, then it fills, and finally it reverses. As we can see in the chart, this only happens 35% of the time for bullish gaps and 29% of the time for bearish gaps.
The last statistic is Bars Avg., which is the average number of bars for a gap to be filled. On average, it takes between one and two bars for both bullish and bearish gaps. On average, gaps fill quickly.
As we can see on the chart, selecting different types of gaps yields different statistics and market behavior. For example, overlapping gaps have a greater than 90% chance of being filled, whereas non-overlapping gaps have a less than 40% chance.
🔶 SETTINGS
Gap Type: Select the type of gap to display.
🔹 Dashboard
Dashboard: Enable or disable the dashboard.
Position: Select the location of the dashboard.
Size: Select the dashboard size.
🔹 Style
Filled Bullish Gap: Enable or disable this gap and choose the color.
Filled Bearish Gap: Enable or disable this gap and choose the color.
Unfilled Gap: Enable or disable this gap and choose the color.
Max Deviation Level: Enable or disable this level and choose the color.
Open Price Level: Enable or disable this level and choose the color.
Hotzones EssentialsThe Hotzones essentials kit combines key price action principles into a single kit. These features come together to form a unique approach to price action trading.
The Killzone Blocks are a precision-engineered market-mapping system designed to identify high-liquidity price regions zones where institutional participants and smart money are most likely to interact. These areas often act as reaction points , where liquidity absorption, reversals, or continuation moves are started. By highlighting these zones, traders can potentially anticipate market intent and position themselves accordingly with greater confidence.
Shown above is are Killzone Blocks highlighting their strength and deltas.
Killzone Blocks are dynamically generated from significant structural shifts in the market where key areas where order flow and volume imbalance indicate a change in control between buyers and sellers. Each block represents a localized liquidity pocket, allowing users to visualize potential killzones which are regions where price is statistically more likely to bounce, reject, or consolidate before choosing direction.
The algorithm continuously tracks structural breaks , pivot reactions , and volume clustering to ensure that every block represents a meaningful, data-driven region rather than random candle overlap.
Volume and Delta Analysis
Each Killzone Block carries an advanced volume breakdown that quantifies order-flow dynamics within the zone.
Volume Data: Displays both bullish and bearish volume as a percentage of the total block volume, quantifying buying vs. selling intensity and helping traders gauge whether the zone was dominated by aggressive buyers or sellers.
Gray Text (Order Block Volume Type): Shows metrics specific to the block’s nature.
Bearish Blocks: Display only the bear volume (sell pressure) as a percentage of total OB volume.
Bullish Blocks: Display only the bull volume (buy pressure) as a percentage of total OB volume.
This separation removes noise and helps traders focus on which participant truly dominated the zone.
Each block also features a Delta Indicator which is a color-coded circle offering instant insight into which side of the market was in control:
🔴 Red: Strong negative delta (-100% to -20%) = Sellers dominated.
🟡 Yellow: Neutral delta (-10% to +10%) = Market in balance or absorption.
🔵 Blue: Strong positive delta (+20% to +100%) = Buyers dominated.
The delta represents the difference between buyer and seller volume within that block. A positive delta indicates aggressive buying absorption , while a negative delta suggests sell-side control .
Shown above we see a very small delta with neutral volume. This is a very balanced market zone where we might be less likely to see a reaction.
Customization and Inputs
Users can tailor the Killzone Blocks to suit their analysis style:
* Adjust the displayed block count to view short-term or long-term structures.
* Choose whether zones are drawn from wicks or bodies . Wick-based zones are more reactive to intraday liquidity hunts, while body-based zones reflect institutional candle closings and conviction.
Killzone Levels
Killzone Levels expand on the concept of liquidity mapping by plotting the most influential horizontal levels in the market daily, weekly, and monthly highs and lows . These levels represent major liquidity pools where large clusters of stop orders, breakout triggers, and institutional re-entries often occur.
Users can customize every visual aspect of these levels, including color, style, and line thickness if needed.
These levels are crucial because markets tend to gravitate toward previous highs and lows to collect liquidity before reversing or extending the trend. Daily levels act as intraday targets, weekly levels provide swing and mid-term context, and monthly levels define macro liquidity boundaries where institutional flows are concentrated.
When a Killzone Block aligns with a Killzone Level ; for example, a bullish block forming near a weekly low, it creates strong confluence and raises the probability of a meaningful reaction. Together, these levels transform simple horizontal lines into dynamic zones of opportunity.
Open Range Breakout
The Open Range Breakout feature identifies the first major liquidity window of each trading session, often referred to as the opening range or killzone window . This range is defined by the high and low formed within a user-defined session time (for example, 08:00–08:45 for the London session).
Shown above is a breakout of a range.
Once the window closes, the system locks in the session’s high and low, marking the balance point of early order flow. From this moment, price action is monitored in real time:
- A break above the high generates a bullish breakout signal , confirming buyer control.
- A break below the low generates a bearish breakout signal , confirming seller dominance.
To enhance accuracy, the feature includes a Level 2 Confirmation setting. Rather than triggering on a wick or brief spike, this level confirms a breakout only when a full candle closes outside the open range . This ensures signals reflect genuine intent and continuation pressure instead of short-term liquidity sweeps.
Seen above is confluence between a retest of a zone and a breakout.
Traders use the Open Range Breakout to establish session bias ; whether the market is trending bullish or bearish for that specific session. Combined with Killzone Blocks and Levels, it forms a complete confluence system for identifying direction, gauging strength, and mapping high-probability reaction zones.
Overall this toolkit provides 3 unique tools that come together to form powerful confluence and deeper insights into volume and price action.
Session First 5-Min High/LowHere's a professional description for your indicator:
Session First 5-Min High/Low Marker
This indicator automatically identifies and marks the high and low price levels established during the first 5 minutes of major trading sessions, helping traders identify key intraday support and resistance zones.
Key Features:
Tracks three major trading sessions in IST (Indian Standard Time):
Asian Session: 5:30 AM - 5:35 AM
London Session: 12:30 PM - 12:35 PM
New York Session: 5:30 PM - 5:35 PM
Draws horizontal lines at the highest and lowest prices reached during each session's opening 5-minute window
Color-coded for easy identification (Yellow for Asian, Blue for London, Red for New York)
Lines extend across the chart to help track price reactions throughout the day
Clean, minimal design with optional labels
Best Used For:
Identifying key intraday support and resistance levels
Session breakout trading strategies
Understanding institutional order flow at market opens
Works on 1-minute timeframe for precise tracking
Customizable Settings:
Toggle line extensions on/off
Adjust line width (1-5)
Change colors for each session
Show/hide session labels
Perfect for day traders and scalpers who trade around major session openings and want to identify high-probability support/resistance zones established during peak liquidity periods.
This description explains what the indicator does, its practical applications, and its key features in a way that's clear for TradingView users.RetryClaude can make mistakes. Please double-check responses.
Exciting Candles by BitcoinBailyExciting Candles by BitcoinBaily — is a custom indicator that visually highlights "momentum" or "exciting" candlesticks on the chart.
It helps traders quickly identify candles with strong body-to-range ratios, i.e., candles showing strong price momentum (big move between open and close relative to the high-low range).
If the candle’s body is greater than or equal to the threshold percentage (say 85%), the bar is colored yellow. Otherwise, no color is applied.
Yellow Candle = Exciting Candle
The candle’s body occupies ≥ the set % (e.g., 85%) of the total high-low range.
Indicates strong momentum (buyers or sellers dominated most of that period).
No Color = Neutral / Normal Candle
Price moved both ways (upper & lower wicks), but neither buyers nor sellers fully dominated.
1. Range Breakout: When price breaks a sideways range and a yellow (exciting) candle appears,
it confirms that real momentum has entered — a good time to catch the move early.
2. Trend Pullback: If price dips to a moving average (like 20 or 50 SMA) and then forms a yellow
candle, it signals that buyers are regaining control — often a high-probability trend
continuation entry.
3. Exhaustion Top: A yellow bearish candle near a resistance area shows strong selling pressure
— a warning that the uptrend may be ending.
4. Sideways Market: When no yellow candles appear, the market lacks momentum — best to
stay out and avoid choppy trades.
Find explosive candlesDefault values
Candles that are at least (2) times larger than the average of the previous (20) candles.
Candles where the body represents (80)% or more of the total candle size.
Visualization
Bullish and bearish candles that meet or exceed the default values are displayed in a different color.
The percentage of the body relative to the entire candle is displayed.
The number of times the candle is larger than the average of the previous (20) candles is displayed.
Note
The values in parentheses can be adjusted by the user and are therefore subject to change.
Overnight Gap Detector Overnight Gap Detector - 4H Body to Body
What it detects:
The indicator finds overnight gaps - i.e., gaps between trading days based on 4-hour (4H) candle data.
Gap Definition (Wick to Wick):
Gap UP: When yesterday's 4H candle's highest point (high) is BELOW today's 4H candle's lowest point (low) - there's "air" between them
Gap DOWN: When yesterday's 4H candle's lowest point (low) is ABOVE today's 4H candle's highest point (high)
Rectangle Drawing (Body to Body):
Although the gap is detected via wicks, the rectangle is only drawn between the bodies:
Gap UP: Draws from today's open to yesterday's body top (max of open/close)
Gap DOWN: Draws from yesterday's body bottom (min of open/close) to today's open
This means the rectangle does NOT cover the wicks, only the actual gap between bodies.
Midline:
50% line between top and bottom of the gap rectangle
Continues to the right along with the rectangle
Stops when the gap is filled
Gap Filled:
A gap is marked as "filled" when:
Gap UP: Price's close goes DOWN and reaches yesterday's body top
Gap DOWN: Price's close goes UP and reaches yesterday's body bottom
Important: Only close body counts, not wicks!
Visual Elements:
Green box: Gap Up (upward gap)
Red box: Gap Down (downward gap)
Yellow box: Filled gap
Labels: "GAP HOLE" when active, "FILLED gap" when filled
Midline: Dotted line through the middle of the gap
Features:
✅ Works on all timeframes (5min, 15min, 1H, 2H, 4H, etc.) - always uses 4H data
✅ Rectangles expand bar by bar until filled
✅ Customizable colors for gaps, borders, midlines, and labels
✅ Label position (inside or outside box)
✅ Toggle to show/hide labels and midlines
✅ Minimum gap size filter (%)
Dual Options Price Tracker – Visualize Call & Put StrikesDescription:
This innovative indicator provides a unique, real-time visualization of both Call and Put option prices for the same strike price directly on your TradingView chart. Designed for active options traders, it simplifies the analysis of price action for specific strikes, helping you quickly identify significant levels and potential shifts in market interest.
important : choose only put strike call strike automatically plot on chart
This indicator works with Indian market (nifty , banknifty ,sensex ,crudeoil , naturalgas )
Key Features:
Integrated Call & Put Prices: Clearly displays the prices of both Call and Put options for a user-defined strike price within the same indicator pane, offering an immediate side-by-side comparison.
Real-time Data: Plots live option price updates, allowing you to monitor the dynamic interplay between Calls and Puts throughout the trading session.
Intuitive Visualization: Transforms complex options data into easily digestible lines on your chart, making it easier to spot trends, relative strength, and support/resistance levels at crucial strikes.
User-Friendly Inputs: Simple input fields allow you to easily select the underlying symbol, expiry date, and the specific strike price you wish to monitor.
Enhanced Options Analysis: A valuable tool for gauging market participants' expectations and positioning at key psychological or technical levels.
How to Use:
Add the "Dual Options Price Tracker" to your chart.
The indicator will then plot the corresponding Call and Put prices on your chart in real time.
Important Note:
This indicator provides a visual tool for options analysis and does not constitute financial advice.
Options trading involves significant risk and may not be suitable for all investors.
Users are encouraged to combine this tool with their own comprehensive analysis and risk management strategies.