Dinkan Price Action Tool | DinkanSmart Money Price Action & SMC Toolkit – ChoCH | BOS | FVG | Liquidity | Trendlines
Unlock precision in trading with this advanced Smart Money Concept (SMC) Price Action Toolkit, tailored for traders who follow institutional price movements.
🧠 Key Features:
🔄 Change of Character (ChoCH): Instantly spot trend reversals.
🔨 Break of Structure (BOS): Confirm market direction shifts.
💧 Liquidity Zones (LQDT): Detect liquidity traps and sweep zones.
📏 Fair Value Gaps (FVG): Visualize imbalance areas for entry/mitigation.
📦 Order Blocks (OB): Auto-highlighted supply/demand zones with mitigation logic.
🧬 IDMT (Internal Displacement Market Trend): Microstructure shift indicator.
🔀 Mitigation Zones: Refined trade zones post liquidity events.
📐 Dynamic Smart Trendlines:
Drawn based on recent highs/lows and structural pivot points.
Aligns with ChoCH and BOS for confluence-based entries.
Helps identify pressure zones and breakout retests.
🎯 Perfect For:
Price action & SMC traders (ICT, Wyckoff, Smart Money models).
Scalping, intraday, and swing strategies.
Assets like NIFTY, Bank Nifty, Forex, Crypto, and Commodities.
📊 Clean Visuals:
Chart-friendly color coding.
Easy to understand even for intermediate traders.
⚠️ Disclaimer:
This indicator is for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any security. The creator is not responsible for any profit or loss incurred while using this script. Always do your own research and consult with a licensed financial advisor before making trading decisions.
Educational
Previous Day/Week/Month - High/Lows + Open/Close (RC)Its an indicator marking previous day and previous week and last month's high, low open, close.
RSI Swing with EMA and BB Short/Long SignalsThis script gives you the following feature;
1. Top & Lower Top , when it exceed specified RSI threshold (default is 70)
2. Bottom & Higher Bottom, when it exceed specified RSI threshold (default is 30)
3. LONG sign , which is bouncing UP at EMAs (7, 20, 50)
4. SHORT sign, which is bouncing DOWN at EMAs (7, 20, 50)
You can adjust the RSI parameters(threshold and evaluation period) by yourself.
If the "bounce UP/DOWN" signs show up frequently, it can be a sign for the upcoming breakout direction.
If the "bounce UP/DOWN" signs show up with "Higher Bottom or Lower Top", it can be a sign for the trend reversal, especially after the bounce for deep BB break.
If you want to purchase the source code, please contanct me via direct chat in Tradingview.
RSI Swing with EMA and BB Short/Long SignalsThis script gives you the following feature;
1. Top & Lower Top , when it exceed specified RSI threshold (default is 70)
2. Bottom & Higher Bottom, when it exceed specified RSI threshold (default is 30)
3. LONG sign , which is bouncing UP at EMAs (7, 20, 50)
4. SHORT sign, which is bouncing DOWN at EMAs (7, 20, 50)
You can adjust the RSI parameters(threshold and evaluation period) by yourself.
If the "bounce UP/DOWN" signs show up frequently, it can be a sign for the upcoming breakout direction.
If the "bounce UP/DOWN" signs show up with "Higher Bottom or Lower Top", it can be a sign for the trend reversal, especially after the bounce for deep BB break.
If you want the source code, please contanct me.
Meridian ICT SessionsMeridian ICT Sessions - Advanced Trading Session Visualizer
A comprehensive ICT-based trading indicator that elegantly displays Asian, London, and New York trading sessions with advanced liquidity analysis and market structure identification.
Key Features:
Clean, customizable visual design with adjustable transparency and colors
Automatic Forex/Futures market detection with mode-specific kill zones
Real-time liquidity sweep and stop hunt detection
Session high/low tracking with tick range calculations
Kill zones and dead zones with minimal visual clutter
ICT concepts reference table for quick strategy reminders
Minimal mode for ultra-clean charts
Professional gradient effects and modern styling
What It Shows:
Trading sessions with precise NY time zones
Session ranges in ticks
Liquidity sweeps when price raids previous highs/lows
Stop hunts based on wick analysis
Kill zones for high-probability trading times
Power of 3 session phases (Hunt → Direction → Expand)
Perfect For:
ICT students wanting clean session visualization
Traders focusing on liquidity and market structure
Anyone tracking multi-session price action
Both forex and futures traders (auto-detects market type)
Designed for clarity over clutter. All visual elements are customizable or can be hidden for a personalized trading experience.
Based on Inner Circle Trader (ICT) concepts.
Ticker Pulse Meter + Fear EKG StrategyDescription
The Ticker Pulse Meter + Fear EKG Strategy is a technical analysis tool designed to identify potential entry and exit points for long positions based on price action relative to historical ranges. It combines two proprietary indicators: the Ticker Pulse Meter (TPM), which measures price positioning within short- and long-term ranges, and the Fear EKG, a VIX-inspired oscillator that detects extreme market conditions. The strategy is non-repainting, ensuring signals are generated only on confirmed bars to avoid false positives. Visual enhancements, such as optional moving averages and Bollinger Bands, provide additional context but are not core to the strategy's logic. This script is suitable for traders seeking a systematic approach to capturing momentum and mean-reversion opportunities.
How It Works
The strategy evaluates price action using two key metrics:
Ticker Pulse Meter (TPM): Measures the current price's position within short- and long-term price ranges to identify momentum or overextension.
Fear EKG: Detects extreme selling pressure (akin to "irrational selling") by analyzing price behavior relative to historical lows, inspired by volatility-based oscillators.
Entry signals are generated when specific conditions align, indicating potential buying opportunities. Exits are triggered based on predefined thresholds or partial position closures to manage risk. The strategy supports customizable lookback periods, thresholds, and exit percentages, allowing flexibility across different markets and timeframes. Visual cues, such as entry/exit dots and a position table, enhance usability, while optional overlays like moving averages and Bollinger Bands provide additional chart context.
Calculation Overview
Price Range Calculations:
Short-Term Range: Uses the lowest low (min_price_short) and highest high (max_price_short) over a user-defined short lookback period (lookback_short, default 50 bars).
Long-Term Range: Uses the lowest low (min_price_long) and highest high (max_price_long) over a user-defined long lookback period (lookback_long, default 200 bars).
Percentage Metrics:
pct_above_short: Percentage of the current close above the short-term range.
pct_above_long: Percentage of the current close above the long-term range.
Combined metrics (pct_above_long_above_short, pct_below_long_below_short) normalize price action for signal generation.
Signal Generation:
Long Entry (TPM): Triggered when pct_above_long_above_short crosses above a user-defined threshold (entryThresholdhigh, default 20) and pct_below_long_below_short is below a low threshold (entryThresholdlow, default 40).
Long Entry (Fear EKG): Triggered when pct_below_long_below_short crosses under an extreme threshold (orangeEntryThreshold, default 95), indicating potential oversold conditions.
Long Exit: Triggered when pct_above_long_above_short crosses under a profit-taking level (profitTake, default 95). Partial exits are supported via a user-defined percentage (exitAmt, default 50%).
Non-Repainting Logic: Signals are calculated using data from the previous bar ( ) and only plotted on confirmed bars (barstate.isconfirmed), ensuring reliability.
Visual Enhancements:
Optional moving averages (SMA, EMA, WMA, VWMA, or SMMA) and Bollinger Bands can be enabled for trend context.
A position table displays real-time metrics, including open positions, Fear EKG, and Ticker Pulse values.
Background highlights mark periods of high selling pressure.
Entry Rules
Long Entry:
TPM Signal: Occurs when the price shows strength relative to both short- and long-term ranges, as defined by pct_above_long_above_short crossing above entryThresholdhigh and pct_below_long_below_short below entryThresholdlow.
Fear EKG Signal: Triggered by extreme selling pressure, when pct_below_long_below_short crosses under orangeEntryThreshold. This signal is optional and can be toggled via enable_yellow_signals.
Entries are executed only on confirmed bars to prevent repainting.
Exit Rules
Long Exit: Triggered when pct_above_long_above_short crosses under profitTake.
Partial exits are supported, with the strategy closing a user-defined percentage of the position (exitAmt) up to four times per position (exit_count limit).
Exits can be disabled or adjusted via enable_short_signal and exitPercentage settings.
Inputs
Backtest Start Date: Defines the start of the backtesting period (default: Jan 1, 2017).
Lookback Periods: Short (lookback_short, default 50) and long (lookback_long, default 200) periods for range calculations.
Resolution: Timeframe for price data (default: Daily).
Entry/Exit Thresholds:
entryThresholdhigh (default 20): Threshold for TPM entry.
entryThresholdlow (default 40): Secondary condition for TPM entry.
orangeEntryThreshold (default 95): Threshold for Fear EKG entry.
profitTake (default 95): Exit threshold.
exitAmt (default 50%): Percentage of position to exit.
Visual Options: Toggle for moving averages and Bollinger Bands, with customizable types and lengths.
Notes
The strategy is designed to work across various timeframes and assets, with data sourced from user-selected resolutions (i_res).
Alerts are included for long entry and exit signals, facilitating integration with TradingView's alert system.
The script avoids repainting by using confirmed bar data and shifted calculations ( ).
Visual elements (e.g., SMA, Bollinger Bands) are inspired by standard Pine Script practices and are optional, not integral to the core logic.
Usage
Apply the script to a chart, adjust input settings to suit your trading style, and use the visual cues (entry/exit dots, position table) to monitor signals. Enable alerts for real-time notifications.
Designed to work best on Daily timeframe.
Supply & Demand MTF[E7T]This is not your average supply and demand tool. it’s a powerful, flexible indicator that helps traders spot high-probability opportunities by adapting to real-time market conditions. It uses a smart combination of volatility (ATR), volume, and price action to identify key zones where the market is likely to react. Perfect for scalpers and swing traders alike, this strategy brings together adaptive zone detection, trend bias (pivot line), two-tiered signals (S1 and S2), volume filtering, built-in Fibonacci targets, and even a debug mode for transparency and performance tracking.
KEY FEATURES
1. ADAPTIVE ZONE DETECTION; This feature highlights areas where price is likely to bounce or reversebullish demand zones and bearish supply zones. Instead of using fixed levels, it adjusts based on market volatility.
HOW IT WORKS:
Uses Average True Range (ATR) to measure volatility.
TWO MODES:
Low Volatility Mode: Makes zones tighter for calm markets.
High Volatility Mode: Expands zones during choppy or fast-moving conditions.
Plots red boxes for supply zones and blue for demand zones. Zones extend until broken or naturally expire.
WHY IT MATTERS: Traditional zone indicators often fall short in fast-changing conditions. This one adjusts automatically, helping you stay one step ahead.
EXAMPLE: On a 4H BTCUSD chart, a demand zone will form at a key support level and adjust its size depending on whether the market is quiet or volatile.
2. MARKET BIAS PIVOT LINE; This dynamic line helps you quickly see whether the market is trending up or down so you can trade in the direction of strength.
HOW IT WORKS:
Based on recent swing highs and lows (default: last 4 bars).
Line is green when price is above (bullish), red when below (bearish).
Updates live and can be turned on/off in settings.
WHY IT MATTERS: It’s a built-in trend filter. Use it to avoid fighting the market.
EXAMPLE: If SPY is above a green pivot and enters a demand zone, it’s a solid bullish setup.
3. DUAL ENTRY SIGNALS (S1 and S2) The strategy gives you two signal types depending on your risk style:
S1 SIGNALS: Early entry, based on basic confirmation (like a bullish engulfing pattern).
S2 SIGNALS: Stronger entry, requiring solid candle confirmation, volume spike, and close near the zone.
HOW IT WORKS:
S1 = good for aggressive traders or small size entries.
S2 = better for high-conviction trades and bigger position sizes.
Both signals follow your selected market mood (bullish or bearish).
WHY IT MATTERS: Flexibility! Most indicators only offer one signal style. This one gives you choice.
EXAMPLE: In EURUSD, S1 might show up when price taps a demand zone and forms a small bullish candle. If volume increases and the next candle closes strong, S2 confirms the entry.
4. VOLUME CONFIRMATION This filters out weak signals by checking for real buying/selling interest.
HOW IT WORKS:
Compares current volume to previous bar and a 10–14 bar average.
Adjustable volume thresholds for S1 and S2.
Can be disabled for markets with unreliable volume (like certain forex pairs).
WHY IT MATTERS: It adds a layer of quality control. High-volume moves usually mean higher conviction.
EXAMPLE: On AAPL, an S2 will only trigger if volume jumps by 1.3x the average, signaling strong seller presence.
5. BUILT-IN FIBONACCI TARGETS (TP1, TP2, SL) No more guessing exits. The strategy draws take profit (TP) and stop loss (SL) levels automatically based on zone size.
HOW IT WORKS:
TP1 = 2.12x the zone height
TP2 = 3.3x the zone height
SL = 1x the zone height (all adjustable)
These are shown as dashed (TP) and solid (SL) lines with labels
WHY IT MATTERS: Reduces emotional decision-making. Helps you plan trades with consistent risk/reward.
Example: In GOLD, if the demand zone is $20 tall, TP1 would be ~$42.40 higher, TP2 ~$66 higher, and SL $20 lower.
6. FULLY CUSTOMIZABLE INPUTS Tweak the settings to match your style and asset type.
KEY INPUTS:
Market Mood: Choose bullish (1) or bearish (2)
Timeframe Filter: Focus only on reliable zones (30M or 4H) or can disable to show on every timeframe
Zone Limit: Limit how many zones show (e.g., max 4)
Breakout Buffer: Defines how much price must move to break a zone
Zone Opacity: Make zones more/less visible
WHY IT MATTERS: This lets you dial in the indicator for scalping, swing trading, crypto, stocks, or forex.
Example: A scalper might use tighter zones and a low breakout buffer, while a swing trader prefers more zones and higher volatility mode.
7. DEBUG MODE (Optional) Get under the hood and see exactly how the strategy works.
HOW IT WORKS:
Shows metrics like ATR, volatility mode, memory usage, signal win rate, etc.
Plots visual lines showing zone age and success rate (TP1 hit tracking)
WHY IT MATTERS: Very few indicators show their math. This one does—great for power users who want to optimize.
EXAMPLE: You might discover that signals perform best in high volatility mode during news events, helping you adjust settings accordingly.
HOW TO USE IT
1. Add it to your TradingView chart (30M or 4H timeframes recommended).
2. Adjust inputs:
Market Mood = 1 (bullish) or 2 (bearish)
Pick your Volatility Mode
Set Zone Collector Limit (3–4 works well)
Use Timeframe Filter for better signals
3. Watch for S1 and S2:
S1 = quicker trades, lighter risk
S2 = stronger confirmation, bigger trades
4. Use the Pivot Line for trade direction.
5. Manage exits with auto TP/SL levels.
6. Turn on Debug Mode if you want detailed stats.
WORKS VERY WELL WITHOUT REPAINTING
Why It’s a Game-Changer; IT takes the guesswork out of zone trading. It’s not just smart—it’s adaptive. From volatility and volume to dynamic signals and exit plans, everything adjusts based on what the market is doing. And with a built-in trend filter and real-time debug info, it’s like having a trading co-pilot that’s always alert.
Why It’s Different Most zone indicators are basic. This one isn’t. Here’s why:
Adaptive zones that change with the market
Dual signal system (S1/S2) for flexibility
Volume confirmation to filter noise
Built-in Fibonacci targets for clean exits
Debug mode that shows you how it works
YOU CAN SET ALERTS WITHOUT repainting
THIS isn’t just another tool—it’s a smarter, more responsive way to trade.
Cu_da_mosca_PLOTIndicador mostra graficamente moscas ao dar condições diversas sobre uma condição bem legal.
RRKillZone$This indicator helps traders:
✅ Identify key market trends
✅ Catch high-probability trade setups
✅ Get real-time signals for entries and exits
✅ Avoid noise with clean and minimal design
Whether you're a day trader, swing trader, or long-term investor, this tool enhances your charting experience and gives you a confident edge in the markets.
Built by a trader, for traders.
TFT - Volume Pressure CandlesThis indicator colors candles on your chart to show when there's strong buying or selling pressure backed by volume.
It calculates an underlying "Volume Pressure" value by comparing buy/sell volume.
By default, when the pressure value rises above +25, it turns candles blue (suggesting strong buying). When it drops below -25, candles turn yellow (suggesting strong selling).
This indicator will help spot potential momentum shifts quickly and help you know if its a good trending market with directional volume pressuring the trend to continue.
You can change this value to any + or - you wish to adjust the volume pressure sensitivity.
This indicator should be used with additional indicators and not used as a stand alone indicator to determine buying or selling opportunities.
Anchored EMA with Timeframe SelectionLet's you choose a date and time to start tracking EMAs. I am attempting to use it in tandem with Wyckoff Analysis to "indicate" a BUEC or Fall through ice.... Not sure if it works but publishing for the fun of it.
TuxAlgo - Liquidity Reversal ZonesTuxAlgo - Liquidity Reversal Zones is a highly refined tool that helps you identify high-probability reversal zones and liquidity sweeps in real-time.
Whether you're trading Gold, Forex, Crypto, or Indices, this indicator pinpoints the true intention of price around key liquidity areas, helping you react before the crowd.
How It Works:
Bearish Reversal Signal (Red Dot)
Appears when price sweeps liquidity and shows signs of exhaustion from the upside.
Bullish Reversal Signal (Green Dot)
Appears when price taps into buy-side liquidity and begins a reversal.
Sell-side Liquidity Zones (Red Lines)
Price is likely to reject from these zones. Ideal for short entries or TP zones.
Buy-side Liquidity Zones (Green Lines)
Price is likely to bounce from these zones. Ideal for long entries or TP zones.
EPS and Sales Magic Indicator V2EPS and Sales Magic Indicator V2
EPS and Sales Magic Indicator V2
Short Title: EPS V2
Author: Trading_Tomm
Platform: TradingView (Pine Script v6)
License: Free for public use under fair usage guidelines
Overview
The EPS and Sales Magic Indicator V2 is a powerful stock fundamental visualization tool built specifically for TradingView users who wish to incorporate earnings intelligence directly onto their price chart. Designed and developed by Trading_Tomm, this upgraded version of the original 'EPS and Sales Magic Indicator' includes an enriched and more insightful presentation of company performance metrics — now with TTM EPS support, advanced color-coding, label sizing, and refined control options.
This indicator is tailored for retail traders, swing investors, and long-term fundamental analysts who need to view Quarter-over-Quarter (QoQ) earnings and revenue changes directly on the price chart without switching tabs or breaking focus.
What Does It Display?
The EPS and Sales Magic Indicator V2 intelligently detects quarterly financial updates and displays the following data points via labels:
1. EPS (Earnings Per Share) – Current Quarterly Value
This is the most recent Diluted EPS published by the company, fetched using TradingView’s request.financial() function.
Displayed in the format: EPS: ₹20.45
2. EPS QoQ Percentage Change
Shows the percentage change in EPS compared to the previous quarter.
Highlights improvement or decline using arrows (up for improvement, down for decline).
Displayed in the format: EPS: ₹20.45 (up 15.3 percent)
3. Sales (Revenue) – Current Quarterly Value
Fetches and displays Total Revenue of the company in ₹Crores for easier Indian-market readability.
Displayed in the format: Sales: ₹460Cr
4. Sales QoQ Percentage Change
Measures and presents the quarter-over-quarter percentage change in total revenue.
Uses arrows to indicate growth or contraction.
Displayed in the format: Sales: ₹460Cr (down 3.8 percent)
5. EPS TTM (Trailing Twelve Months)
You now get the TTM EPS — the sum of the last four quarterly EPS values.
This value provides a better long-term earnings snapshot compared to a single quarter.
Displayed in the format: TTM EPS: ₹78.12
All of these values are automatically calculated and displayed only on the bars where a new financial report is detected, keeping your chart clean and insightful.
Customization Features
This indicator is built with user control in mind, allowing you to personalize how and what you want to see:
Show EPS in Label: Enable or disable the display of EPS and EPS QoQ values.
Show Sales in Label: Toggle the visibility of revenue and sales change percentage.
Color Options for Label Themes: The label background color is automatically determined based on performance.
Green: Both EPS and Sales increased QoQ.
Red: Both decreased.
Orange: One increased and the other decreased.
Gray: Default color (if values are unavailable or mixed).
Label Text Size: Choose from Tiny, Small (default), or Normal.
Visual Design
Placement: The labels are positioned just below the candlesticks using yloc.belowbar, so they do not obstruct price action or interfere with technical indicators.
Anchor: Aligned precisely with the financial reporting bars to maintain clarity in historical comparisons.
Background Style: Clean, semi-transparent styling with soft text colors for comfortable viewing.
How It Works
The indicator relies on TradingView’s powerful request.financial() function to extract fiscal quarterly financials (FQ). Internally, it uses detection logic to identify fresh data updates by comparing current vs. previous values, arithmetic to compute QoQ percentage changes in EPS and Sales, logic to build formatted labels dynamically based on user selections, and conditional color and sizing logic to enhance interpretability.
Use Cases
For Long-Term Investors: Quickly identify if a company’s profitability and revenue are improving over time.
For Swing Traders: Combine recent earnings trends with price action to evaluate if post-result momentum has real backing.
For Technical and Fundamental Traders: Layer it with moving averages, RSI, or volume to create a hybrid analysis environment.
Limitations and Notes
Financial data is provided by TradingView’s financial API, and occasional missing values may occur for less-covered stocks.
This tool does not repaint but depends on the timing of the official financial updates.
All values are rounded and formatted to prioritize readability.
Works best on Daily or higher timeframes (weekly or monthly also supported).
License and Fair Use
This script is free to use and share under TradingView’s open-use guidelines. You may copy, fork, and build upon this indicator for personal or educational purposes, but commercial usage requires attribution to the author: Trading_Tomm.
Future Enhancements (Planned)
Addition of Net Profit (QoQ and TTM)
Inclusion of Operating Margin, Profit Margin, and Book Value
Option to switch between numeric and graphical display (table mode)
Alerts on extreme earnings deviation or sales slumps
Final Thoughts
The EPS and Sales Magic Indicator V2 represents a clean, visual, and smart way to monitor a company’s core performance from your chart screen. It helps you align fundamental strength with technical strategies and provides instant financial clarity, which is especially vital in today’s fast-moving markets.
Whether you’re preparing for an earnings season or scanning past performance to pick your next investment, this indicator saves time, enhances insights, and sharpens decisions.
ROHIT M MWA INSIDE BarAbsolutely! Here's an **extremely detailed and professional description** you can use to publish this indicator on TradingView. It covers **concept, logic, features, use cases, and edge**, designed to impress both beginners and advanced traders:
---
## 🔍 Inside Bar + Supertrend Breakout System with Dynamic Trade Box
This custom-built indicator combines two of the most powerful concepts in technical trading — **Inside Bar breakout patterns** and **Supertrend trend-following logic** — into one unified tool designed to deliver **precise, low-noise trade signals**.
---
### 🧠 Core Logic
1. **Inside Bar Structure**
An Inside Bar is a candle that forms completely within the high–low range of the previous candle. It indicates price compression and potential breakout zones. This indicator identifies valid Inside Bars with a clear visual label.
2. **Supertrend Filter**
The Supertrend indicator is used to determine the prevailing trend direction. Instead of reacting to every breakout, this script filters setups by checking whether the breakout aligns with the **Supertrend direction**, increasing the reliability of entries.
3. **Smart Entry Level Detection**
Once an Inside Bar is formed and confirmed, the script dynamically plots the **entry level**:
* 📈 If Supertrend is **Bullish (Green)**: Entry is the **High of the main candle** (not the inside candle)
* 📉 If Supertrend is **Bearish (Red)**: Entry is the **Low of the main candle**
4. **Real Breakout Confirmation**
Signals are only generated **after price actually breaks the entry level**. This prevents premature or false signals and helps you trade only when momentum confirms your bias.
---
### 💡 Key Features
#### ✅ Entry Logic
* Entry level is dynamically set based on **trend direction** and **main candle** (not inside bar candle)
* White line marks the exact breakout level on chart
#### ✅ Signal Labels
* Green “BUY” tag only appears **after** price breaks above the high of the main candle in an uptrend
* Red “SELL” tag only appears **after** price breaks below the low of the main candle in a downtrend
* No signal is shown until the breakout actually occurs
#### ✅ Supertrend Visualization
* Plots the **Supertrend line**
* Background shading gives you an at-a-glance view of trend conditions
#### ✅ Trade Information Box (Top-Right Corner)
Once a breakout occurs, a clean info box appears in the top-right corner of your chart showing:
* 📌 **ENTRY PRICE** — High or Low of the main candle (based on ST)
* 🎯 **TARGET 1** — Entry ± 50 points
* 🎯 **TARGET 2** — Entry ± 100 points
* 🎯 **TARGET 3** — Entry ± 150 points
* 🛑 **STOP LOSS** — Entry ∓ 50 points (risk defined)
* 🏷️ **STRIKE PRICE (ATM)** — Closest round number based on 50-point steps (ideal for options traders)
---
### 🎯 Who Is This For?
This tool is perfect for:
* **Index Options Buyers (NIFTY/BankNIFTY)**
* **Scalpers & Intraday Traders**
* **Momentum & Price Action Traders**
* **Traders who prefer clean, high-conviction setups**
* **Anyone who wants to automate part of their discretionary strategy**
---
### 📈 Edge of This Tool
* No repainting
* Combines price action structure with trend direction
* Entry and SL are rule-based — ideal for backtesting or semi-automation
* Visual and easy-to-follow — perfect for discretionary or checklist-based trading
---
### ⚠️ Notes:
* This indicator is **non-repainting** — once signals appear, they remain fixed.
* It's designed for **intraday use**, but can be applied to higher timeframes with some adaptation.
* Works best on liquid instruments like **indices, futures, and large-cap stocks**.
---
If you’d like, I can also give you a **shorter version** or **taglines** for social media or thumbnail usage (like “Breakouts + Trend Filter in One Powerful Tool!”). Let me know!
BB VolatilityBB Volatility indicator is monitoring the famous Bollinger Bands volatility in a normalised manner.
Could not find anything similar so thought this would be useful.
For confirmation signals of the BB to move into one or another direction it is complemented with SMA and EMA.
Additionally, it is complemented with Min Level of BB line - a level user can define and decide to use or not for even stronger conviction for a potential BB expansion.
How to use?
As it monitors when the BB narrows, it helps to identify potential price breakout moments in one or another direction.
Users can adjust duration and Min Level inputs as per security they are interested.
For better visualisation purposes, the background is plotted light green when BB crosses both SMA and EMA upwards. And plotted light red when BB crosses both downwards. Users can also adjust the colors as per their preferences.
This indicator just helps to define potential BB expansion moments. No indicator alone is perfect and for most effective use needs to be complemented with overall market context and other chart patterns.
Breakfast RangesJust a range background for Asian, London and New York sessions. I use it to marke the timezone for when i would analyse charts (asian), and when the London and New York sessions start, to see the higher volume and price action come in.
FirstMove Magnetic LevelsDisclaimer:
Magnetic Levels is developed as an educational visual tool designed to assist traders in understanding key price zones, market structure, and momentum-based behavior. It is intended strictly for self-learning, market observation, and personal skill development — not for providing trade signals or financial advice.
About Magnetic Levels:
Magnetic Levels highlights specific price zones on the chart that may help learners visually understand how markets respect certain areas of interest, where momentum builds, and how price may interact with those zones.
This tool complements educational resources aimed at helping traders build the ability to analyze markets independently using price action and momentum principles.
✅ Magnetic Levels DOES NOT provide buy/sell signals
✅ It does not predict price direction or guarantee outcomes
✅ It acts as a learning aid to support your understanding of price behavior
Who Should Use This Tool:
✔️ Traders seeking to improve chart reading and market structure awareness
✔️ Learners aiming to build confidence in identifying potential price zones
✔️ Anyone practicing price action and momentum concepts as part of their trading education
Important Usage Guidelines:
🚫 Magnetic Levels is NOT intended as a trade recommendation system
🚫 It should NOT be relied upon for live trading decisions without independent confirmation
🚫 It is NOT a substitute for professional financial advice or guaranteed trading strategies
Responsible Trading Reminder:
Magnetic Levels should be used for educational purposes only, including simulated market studies, chart analysis practice, or as a visual guide within a structured learning environment. Always perform your own research, apply disciplined risk management, and consult with licensed professionals for trading decisions.
This tool adheres to TradingView's invite-only policies and is provided as part of an educational learning experience.
Magnetic Levels — Learn. Observe. Understand Market Behavior.
8 EMA vs 21 EMA Crossover AlertsThis indicator creates a Buy signal when 8 EMA crosses above 21 EMA and vice versa on any time frame selected on the chart
Price-EMA Z-Score Backgroundhe “Price‑to‑EMA Z‑Score Background” indicator is designed to give you a clear, visual sense of when price has moved unusually far away from its smoothed trend, and to highlight those moments as potential overextension or mean‑reversion opportunities. Under the hood, it first computes a standard exponential moving average (EMA) of your chosen lookback length, then measures the raw difference between the current close and that EMA on every bar. To make that raw deviation comparable across different markets and timeframes, it converts the series of differences into a z‑score—subtracting the rolling mean of the deviations and dividing by their rolling standard deviation over a second lookback window.
Once you’ve normalized price‑to‑EMA distance into z‑score units, you can set two simple trigger levels: one upper threshold and one lower threshold. Whenever the z‑score climbs above the upper threshold, the chart background glows green, signaling that price is extended far above its EMA (and might be ripe for a pullback). Whenever the z‑score falls below the lower threshold, the background turns red, calling out an equally extreme move below the EMA (and a possible oversold bounce). Between those bands, no shading appears, letting you know price is trading within its “normal” range around the trend.
By adjusting the EMA period, the z‑score lookback, and the two trigger levels, you can dial in early warning signals (e.g. ±1 σ) or wait for very stretched moves (±2 σ or more). Used in concert with your favorite momentum or pattern tools—or even as a standalone visual cue—this simple background‑shading approach makes it easy to spot when a market is running too hot or too cold relative to its own recent average.
Yield Curve Regime Shading with LegendTakes two symbols (e.g. two futures contracts, two FX pairs, etc.) as inputs.
Calculates the “regime” as the sign of the change in their difference over an n‑period lookback.
Lets you choose whether you want to color the bars themselves or shade the background.
How it works
Inputs
symbolA, symbolB: the two tickers you’re comparing.
n: lookback in bars to measure the change in the spread.
mode: pick between “Shading” or “Candle Color”.
Data fetching
We use request.security() to pull each series at the chart’s timeframe.
Regime calculation
spread = priceA – priceB
spreadPrev = ta.valuewhen(not na(spread), spread , 0) (i.e. the spread n bars ago)
If spread > spreadPrev → bullish regime
If spread < spreadPrev → bearish regime
Plotting
Shading: apply bgcolor() in green/red.
Candle Color: use barcolor() to override the bar color.