pritesh@0024pritesh@0024 is an original study designed to visualize the interaction between momentum, volatility, and structure.
It helps users observe how trends build, weaken, and revisit key zones.
Helps study momentum shifts, volume surges, and higher-timeframe levels.
Educational
Pritesh@24Smart Money + Momentum fusion indicator combining EMA trend, ADX strength, RSI filter, and SMC Order Blocks — ideal for clean entries and exits in all markets
Project 6SMC Order-Block + EMA/ADX/RSI/Volume composite — shows Pre-Entry (inside OB), Buy/Sell reversal signals, weak-trend lines and a compact 0–7 confidence score.
Professional Multi-Coin Breakout Scanner [Blofin Perpetuals]Professional Multi-Coin Breakout Scanner
The **Professional Multi-Coin Breakout Scanner ** is a sophisticated technical analysis tool designed to monitor multiple cryptocurrency perpetual contracts simultaneously on the Blofin exchange. It identifies high-probability breakout opportunities using a confluence-based approach that combines multiple proven technical indicators.
This scanner employs a **multi-indicator confluence system** that generates trading signals only when multiple technical conditions align. This approach significantly reduces false signals and increases the probability of successful trades. The scanner operates on **hourly timeframes (H1)**, 15 mins, 4hour & Daily. I personally experience 1 hour and 4hour timeframe with good results, providing a balance between signal frequency and reliability.
#### Why It's Effective:
- **Institutional Activity**: High volume often indicates institutional participation
- **Breakout Validation**: Real breakouts typically have volume support
- **Liquidity Confirmation**: Ensures sufficient market interest in the move
### Signal Strength Levels:
1. **NEUTRAL** (Default State)
- Insufficient confluence of indicators
- Mixed or conflicting signals
- Market in consolidation
2. **BUY/SELL** (Normal Signal)
- Minimum 2 indicators confirming direction
- Clear directional bias
- Moderate confidence level
3. **STRONG BUY/SELL** (High Conviction)
- 3 or more indicators aligned
- Strong momentum confirmation
- High probability setup
### Signal Strength Levels:
1. **NEUTRAL** (Default State)
- Insufficient confluence of indicators
- Mixed or conflicting signals
- Market in consolidation
2. **BUY/SELL** (Normal Signal)
- Minimum 2 indicators confirming direction
- Clear directional bias
- Moderate confidence level
3. **STRONG BUY/SELL** (High Conviction)
- 3 or more indicators aligned
- Strong momentum confirmation
- High probability setup
---
## 📋 Display Components
### 1. **Scanner Table**
- **Real-time Overview**: Shows all monitored perpetual contracts
- **Price & Change**: Current price and percentage change
- **Signal Status**: LONG/SHORT/NEUTRAL positions
- **Indicator Status**: Individual indicator confirmations (↑/↓/•)
- **Score**: Numerical representation of signal strength
### 2. **On-Chart Labels**
- Appears when viewing a scanned symbol
- Shows signal type and strength
- Displays confluence score (e.g., "3/4")
- Positioned above/below price for visibility
### 3. **Market Overview Panel**
- **Active Contracts**: Number of monitored symbols
- **Market Bias**: Overall bullish/bearish sentiment
- **Signal Distribution**: Count of long vs short signals
- **Strong Signals**: Number of high-conviction setups
### 4. **Visual Elements**
- **Moving Averages**: 20 and 50-period MAs for trend context
- **Background Tinting**: Subtle green/red based on market sentiment
- **Color Coding**:
- Green: Bullish/Long signals
- Red: Bearish/Short signals
- Orange: Strong signals
- Gray: Neutral state
---
## 🎯 Trading Application
### Entry Strategy:
1. **Wait for Signal**: Monitor table for BUY/SELL signals
2. **Confirm Strength**: Prioritize STRONG signals (3+ indicators)
3. **Check Volume**: Ensure volume spike confirmation
4. **Verify Trend**: Use MA lines for trend context
5. **Execute Trade**: Enter position in signal direction
### Risk Management:
- **Stop Loss**: Use ATR value for volatility-adjusted stops
- **Position Sizing**: Stronger signals (higher scores) = larger positions
- **Multiple Timeframes**: Confirm H1 signals with H4/D1 trends
- **Correlation**: Monitor overall market bias from scanner
### Best Practices:
1. **Focus on Strong Signals**: Higher confluence = higher probability
2. **Trade with Trend**: Use MAs to confirm overall direction
3. **Volume Confirmation**: Prioritize signals with volume spikes
4. **Market Context**: Consider overall scanner bias (bullish/bearish)
5. **Risk Control**: Never risk more than 1-2% per trade
This scanner combines four powerful technical indicators into a unified system that identifies high-probability breakout opportunities across multiple perpetual contracts. By requiring confluence between indicators, it significantly reduces false signals while capturing strong trending moves. The visual presentation and alert system enable traders to monitor multiple markets efficiently and act quickly on opportunities.
**Key Advantages:**
- Multi-indicator validation reduces false signals
- Automatic scanning saves time and captures opportunities
- Professional visualization aids quick decision-making
- Adaptable parameters suit different trading styles
- Proven technical analysis principles ensure reliability
The scanner is particularly effective for:
- Swing traders seeking hourly breakouts
- Day traders monitoring multiple contracts
- Systematic traders requiring objective signals
- Risk-conscious traders preferring confluence confirmation
Zones Monitor V2Zones Monitor is a lightweight, reliable tool for tracking custom price zones on a single active symbol, with optional auto-mapping of zones to the current chart symbol. It focuses on stability and ease-of-use: minimal settings, clear visuals, and simple event logic (Touch & Breakout) that works smoothly without hitting TradingView’s object limits.
☸HH/LL & Support/Resistance Strategy [NHP]🔶This script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points.
🔶Generally HH and HL shows up-trend, LL and LH shows down-trend.
🔶If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script changes bar color blue or black. if there is up-trend then bar color is blue, or if down-trend then bar color is black. also as you can see support and resistance levels change dynamically.
🔶If you use smaller numbers for left/right bars then it will be more sensitive.
🔶All content provided is for informational & educational purposes only. Past performance does not guarantee future results.
Position Sizer SimplifiedThis is a Pine Script® indicator for TradingView called "Position Sizer Simplified". Its primary function is to help a trader quickly calculate the appropriate position size for a trade based on their chosen risk tolerance, account size, and the trade's entry/stop-loss levels. The results are displayed neatly in a customizable table on the chart.
This tool is essential for proper risk management in trading.
Core Functionality & Inputs
The script uses a few key inputs to perform its calculations:
Account & Risk Configuration
Account Size: You can define and switch between two account sizes (account_size_1 and account_size_2) using the account_option toggle ("P1" or "P2"). The chosen size determines the total capital.
Risk % per Trade (risk_percent): This is the percentage of your chosen account size that you are willing to lose on a single trade. Example: 0.5% risk on a $180,000 account means you risk $900 per trade.
Trade Parameters
Entry Price, Stop Loss Price, Target Price: These are the manual prices a trader enters for their planned trade.
Reset All Inputs (enable_reset): A toggle to quickly clear the three price inputs by setting them to 0.
🧮 Key Calculations
The script calculates several critical values to determine the position size:
Risk per Trade: The actual dollar amount you are risking:
Account Size×(100Risk %)
Stop Distance: The price difference between the entry and stop-loss:
Entry Price−Stop Loss Price
(This assumes a Long trade; for a Short trade, the calculation would be reversed, but the magnitude must be positive for the next step).
Position Size: The maximum number of shares/contracts you can buy/sell while keeping the dollar risk within your Risk per Trade amount. This is the main output:
Position Size=Floor(Stop DistanceRisk per Trade)
The math.floor() function ensures the position size is a whole number (no fractional shares).
Capital Required: The total cost to open the calculated position:
Position Size×Entry Price
Risk/Reward (R:R) Ratio: The potential reward compared to the risk taken:
Stop DistanceTarget Price−Entry Price
Table Display & Customization
The script's output is displayed in a customizable table on the chart.
Display Toggles
A large section of boolean (input.bool) variables (e.g., show_position_size, show_rr_ratio) allows the user to turn on/off individual rows in the results table, customizing what information is shown.
Visual Settings
Table Position: The user can select one of four corners for the table (Top Right, Bottom Right, Top Left, Bottom Left).
Colors and Size: Extensive inputs are provided to customize the table's background, border, font size, and text colors.
Conditional Coloring
The script uses colors to provide quick visual warnings and checks on key metrics:
Risk % per Trade:
Green/Lime for ≤1.0% (Low Risk)
Orange for >1.0% and ≤2.0% (Medium Risk)
Red for >2.0% (High Risk)
R:R Ratio:
Green/Lime for ≥2 (Good)
Red for <2 (Bad)
Capital Check:
Green if Capital Required ≤ Account Size (Within Limit)
Red if Capital Required > Account Size (Exceeds Account)
Displayed Outputs
The table provides a comprehensive set of calculated metrics, including:
Current Ticker: The symbol of the asset being traded.
Position Size: The calculated share/contract quantity.
Risk per Trade: The dollar amount risked.
Stop Distance (pts/%): How far the stop-loss is from the entry price, in both price points and a percentage of the entry price.
Target Reward ($/%): The potential profit in dollars and as a percentage.
R:R Ratio: The calculated Risk/Reward ratio.
Target 1 (50%): Half the distance to the full target (potential partial take profit).
Target 2 (100%): The full target_price.
Capital Check: A quick status on whether the trade exceeds the total account size.
Summary: A single line detailing the trade direction (Long/Short), prices, size, and R:R ratio.
This indicator is a powerful tool for traders who want to maintain strict, quantifiable risk control on every position they take.
LP ChecklistLP Checklist — Rejection (ATR + calculator), D1-Fixed, Risk Position Sizing
This script is an on-chart checklist for rejection (bounce) trades based on Gerchik-style level logic, with a fixed daily ATR core and a simple risk calculator. ATR values are latched on D1, so SL/TP remain stable when you switch timeframes. The UI (inputs and panel) is in Russian.
What it does:
• Checklist: three groups (Prerequisites, Negatives, Waiting). You tick items; the panel shows a clean grouped list with counters.
• Rejection calculations: Entry, Stop-Loss, Take-Profit from your level price, k × ATR stop, and a preset RR ratio. A built-in entry offset ≈ 12.5% of the stop distance is applied automatically.
• Entry placement for rejection: after a false break and return back into the range, Long enters above the level (stop below), Short enters below the level (stop above). The built-in entry offset is applied relative to the level and stop side.
• ATR engine (D1): Classic ATR (selectable period; HL or True Range) — always computed and displayed as reference and daily progress. Classic ATR also drives a visible D1-progress metric (current D1 range as a percentage of ATR).
• Active ATR = either 5-day median ATR with optional paranormal bar filter (filters both oversized and undersized D1 ranges by percentage thresholds vs a blended reference) or Manual ATR if enabled.
• Risk calculator: given Deposit and Risk %, the script outputs the entry notional (USD) so an SL hit is approximately equal to your dollar risk; the panel also shows potential PnL to take-profit.
• Stable visuals: level, entry, SL, and TP lines with automatic cleanup on a new day; the panel can be placed in any corner (RU labels).
How to use:
Set Direction (Long/Short) and the Level Price.
Tick checklist items as the setup forms.
In ATR, leave Classic as reference (period + HL/TR), and choose the Active ATR mode: 5-day median (with optional paranormal filter) or Manual (manual value overrides).
Pick k for Stop = k × ATR; TP is placed by the RR preset relative to stop size.
In Calculator, set Deposit and Risk % — the panel returns the entry notional aligned with your risk.
Show or hide panel sections (calculations, ATR, calculator) as needed.
Quick notes:
• Classic ATR is always calculated and shown for context and D1 progress.
• Active ATR drives stop sizing: 5-day median (with filter) or Manual.
• Manual ATR, if enabled, fully replaces the active one in calculations.
• All ATR computations use closed D1 bars; values are cached per day.
• The built-in entry offset equals 12.5% of stop distance and applies automatically to both directions.
Описание (RU)
Чек-лист уровней (Отбой / ЛП) — ATR (классический показывается, активный = медианный 5-дневный или ручной), фиксация D1, расчёт позиции от риска
Скрипт для работы с отбойными (ложно-пробойными) сетапами по логике уровней Герчика: чек-лист на графике, фиксированный дневной ATR, расчёт ТВХ/SL/TP и простой калькулятор позиции от риска. Значения ATR фиксируются на D1, поэтому SL/TP не плавают при смене таймфреймов. Интерфейс (входы и панель) на русском.
Что делает:
• Чек-лист: три группы (Предпосылки, Минусы, Ожидаю). Отмечаете галочки — панель выводит список и счётчики.
• Расчёты отбоя: ТВХ, Стоп-лосс, Тейк-профит от цены уровня; стоп как k × ATR; тейк задаётся пресетом RR; встроен люфт входа ≈ 12.5% от дистанции стопа.
• Правило входа для отбоя: после ложного прокола и возврата внутрь диапазона вход по Long — выше уровня (стоп ниже), по Short — ниже уровня (стоп выше). Люфт входа прикладывается относительно уровня и стороны стопа.
• ATR (D1): Классический ATR (период, HL или True Range) всегда считается и показывается как справочное значение и для прогресса дня. Также отображается процент текущего D1-хода к ATR.
• Активный ATR = медианный за 5 дней с опциональным фильтром паранормальных баров (отсеивает одновременно слишком большие и слишком маленькие дневные диапазоны относительно «смешанного» референса, который равен среднему между mean и median последних D1-диапазонов) или Ручной ATR, если включён.
• Калькулятор риска: по Депозиту и Риску % отдаёт сумму входа (USD) так, чтобы убыток по стопу был близок к заданному риску; дополнительно показывает потенциальный PnL по тейку.
• Стабильная отрисовка: линии Уровень, ТВХ, SL и TP, автоочистка на новый день; позиция панели выбирается (русские подписи углов).
Как работать:
Задайте Направление (Long/Short) и Цену уровня.
Отметьте пункты чек-листа по текущей ситуации.
В ATR используйте Классический как справочный (период + HL/TR), а Активный выберите как медианный 5-дневный (с фильтром при необходимости) или Ручной (ручное значение замещает активный).
Укажите k для Стоп = k × ATR; тейк задаётся пресетом RR относительно размера стопа.
В Калькуляторе задайте Депозит и Риск % — получите сумму входа, согласованную с риском.
В панели можно скрывать или показывать секции (расчёты, ATR, калькулятор).
Важные примечания:
• Классический ATR всегда считается и отображается для контекста и прогресса по дню.
• Активный ATR используется для расчёта стопа: медианный 5D (с фильтром) или ручной.
• Если включён Ручной ATR, он полностью замещает активный ATR в расчётах стопа и RR.
• Все расчёты ATR делаются по закрытым барам D1; значения фиксируются на день.
• Встроенный люфт входа составляет 12.5% от дистанции стопа и применяется автоматически в обе стороны.
ICT Concepts(Liquidity, FVG & Liquidity Sweeps)📄 Description:
A Smart Money Concept (SMC)-based utility that blends ICT-style Liquidity Sweeps, Fair Value Gap (FVG) mapping, and Swing Structure proxies – designed for traders seeking clean precision in price imbalance analysis.
⸻
🔍 1. What This Script Does
T his indicator brings together three core Institutional Concepts:
• Liquidity Sweep Detection : Identifies buy/sell-side liquidity grabs (fakeouts) confirmed by volume spikes – a common precursor to institutional order flow shifts.
• Fair Value Gaps (FVGs) : Highlights inefficiencies between price legs using strict ICT-style 3-candle or gap-based rules. These are areas institutions often revisit.
• Swing Structure Proxy (OB Mapping) : Tracks dynamic swing highs/lows to act as proxy zones for potential order blocks and structural boundaries.
It also includes a cooldown-based signal filtering engine to prevent overfitting and noise, helping traders avoid false positives in choppy markets.
⚙️ 2. How It Works (Core Logic)
✅ A. Liquidity Sweep Engine
• Looks back N bars to find Equal Highs or Equal Lows.
• Triggers a signal only if price sweeps the level and closes on the other side with a volume spike.
• Customizable volume threshold (e.g., 1.5x average volume).
• Includes a signal cooldown period to reduce clutter and boost quality.
Bullish Sweep = Price dips below equal lows but closes higher
Bearish Sweep = Price spikes above equal highs but closes lower
Visuals: Signal arrows with alerts (BUY LQ / SELL LQ)
⸻
✅ B. Fair Value Gap (FVG) Zones
• Detects FVGs using:
• Sequential logic: Low > High (bullish), High < Low (bearish)
• Gap logic: Open gaps at bar open
• Dynamic box drawing:
• Automatically extends FVG zones until price fully closes through them.
• Different color coding for bullish (teal) and bearish (orange) gaps.
• Customizable:
• Opacity control
• Option to include/exclude gap-based FVGs
• Hide filled zones
• Limit total zones rendered (for performance)
⸻
✅ C. Swing High/Low Structure
• Uses a lookback period to find latest swing high/low levels.
• Acts as a proxy for Order Block zones or structural shift reference points.
• Plotted as red (high) and green (low) lines.
⸻
🚀 3. How to Use It
• Scalpers and Intraday Traders can use Liquidity Sweep + FVG Confluence to time reversals or catch early entries into trend continuation moves.
• Swing Traders can observe swing OB proxies and recent FVG zones to frame directional bias and target zones.
• Volume-Aware Traders benefit from the volume filter that confirms sweeps are meaningful – not just random stop hunts.
🔔 Set alerts on:
• Bullish Liquidity Sweeps
• Bearish Liquidity Sweeps
You can use this in combination with your own trend filters, or even confluence it with Order Blocks, VWAP, or EMA trend tools.
⸻
💡 What Makes It Original?
• The script doesn’t merely combine standard tools — it builds a cohesive ICT-style detection system using:
• A custom volume-confirmed liquidity sweep filter
• Dynamic FVG rendering with filled logic + performance optimization
• Visual hierarchy to avoid clutter: clean line plots, contextual boxes, and conditional signals
• Highly customizable yet lightweight, making it suitable for fast-paced decision making.
⸻
✅ Notes
• Invite-only script for serious traders interested in Smart Money and ICT concepts.
• Does not repaint signals.
• All visuals are dynamically managed for clarity and performance.
EMA with VolNew EMA 9 20 setup with Volume for educational purpose to identify the moves and everything.
Smooth Cloud + ZigZag VPOC CORE v6📌 Description
The Smooth Cloud + ZigZag VPOC indicator is designed to help traders visualize market structure and potential confluence zones.
Smooth Cloud: Built from smoothed moving averages (EMA, RMA, or HMA), this cloud highlights the underlying short-term trend by shading bullish and bearish phases.
Pivots (ZigZag style): Marks confirmed swing highs and lows, helping to identify support/resistance and breakout areas without repainting.
VPOC (Volume Point of Control): Plots the price level with the highest traded volume, either from a rolling lookback or anchored to a custom date. This often acts as a magnet or reaction level.
ATR Bands: Optional dynamic bands based on volatility to frame potential extension zones.
Signals & Alerts: Generates long/short labels when price breaks pivot levels in line with trend filters, with optional confluence from HTF trend, VPOC, and ATR.
This tool combines trend context, structure, and volume confluence in a single view to support decision-making.
✅ Notes
This script is intended for technical analysis and educational use only.
It does not provide financial advice or guaranteed outcomes.
Signals are purely analytical and should be combined with independent risk management.
12/21 x 50-100-200 MA - [RZ]👁️ - 12/21 x 50-100-200 MA
A comprehensive moving average overlay indicator designed to identify trend direction and key support/resistance levels using a dual fast/slow MA crossover system combined with three major moving averages.
⛓️ - FEATURES
Dual MA Crossover System: Configurable short (default 12) and long (default 21) period moving averages that change color based on trend direction
Triple Major MAs: 50, 100, and 200 period moving averages displayed in blue, yellow, and red respectively for identifying key market structure levels
Multiple MA Types: Choose from SMA, EMA, DEMA, TEMA, LSMA, WMA, or HMA for all calculations
Customizable Source: Apply the indicator to any price source (close, open, high, low)
Optional Bar Coloring: Visualize trend direction directly on price bars
Built-in Alerts: Automated alerts for trend reversals (Trend Up/Trend Down)
🎮 - HOW TO USE
Bullish Signal: When the short MA crosses above the long MA, both MAs turn green
Bearish Signal: When the short MA crosses below the long MA, both MAs turn red
The 50/100/200 MAs serve as dynamic support/resistance levels and help confirm overall market trend
Use bar coloring for quick visual identification of current trend state
🧰 - OPTIONS
Adjustable lengths for all moving averages
Color customization for bullish/bearish trends
Toggle bar coloring on/off
Select preferred MA calculation method
⚠️ - DISCLAIMER
This indicator is provided for educational and informational purposes only and should not be considered financial advice.
Trading and investing in financial markets involves substantial risk of loss and is not suitable for every investor.
Past performance is not indicative of future results.
The signals and information generated by this indicator do not guarantee profits and may result in losses.
Users should conduct their own research and due diligence, and consult with a qualified financial advisor before making any investment decisions.
The creator of this indicator assumes no responsibility for any financial losses incurred through the use of this tool.
By using this indicator, you acknowledge that you are solely responsible for your trading decisions and their outcomes.
👑 - CREDITS
@profmichaelg for Michael's EMA indicator
Smooth Cloud + ZigZag VPOC📝 Indicator Description
The Smooth Cloud + ZigZag VPOC Indicator is a custom tool that combines three well-known concepts into one study:
Smooth Cloud Trend Filter – built from two smoothed EMAs, this visual “cloud” highlights the prevailing trend direction.
When the fast line is above the slow line, the background cloud shades teal (bullish bias).
When the fast line is below the slow line, the cloud shades red (bearish bias).
Confirmed ZigZag Pivots – plots non-repainting swing highs and swing lows using pivot confirmation. This helps traders see important structural turning points and potential breakout zones.
VPOC Approximation (Volume Point of Control) – within a lookback window, the indicator marks the price level with the highest traded volume. This level often acts as a magnet for price or an area of confluence.
Signals & Alerts
A long signal appears when price is trending up, breaks above the last confirmed pivot high, and (optionally) is above the VPOC line.
A short signal appears when price is trending down, breaks below the last confirmed pivot low, and (optionally) is below the VPOC line.
Alerts can be enabled to notify when these conditions occur.
Customization
Inputs allow adjusting the EMA lengths, smoothing factor, pivot sensitivity, and VPOC lookback.
Users can toggle on/off the cloud fill, pivot markers, bar coloring, and VPOC line to match their charting style.
✅ Notes (for compliance)
This script is for technical analysis and educational purposes only.
It does not provide financial advice or guaranteed results.
Signals are intended to highlight trend direction and breakout areas — traders should always confirm with their own risk management and strategy.
Signal Tester EN [Abusuhil]Signal Tester - Complete Description
Overview
Signal Tester is a comprehensive trading tool designed to backtest and analyze external trading signals with advanced risk management capabilities. The indicator provides seven different calculation methods for stop-loss and take-profit levels, along with detailed performance statistics and real-time tracking of active trades.
Important Disclaimer: This indicator is a tool for analysis and education purposes only. Past performance does not guarantee future results. Trading involves substantial risk of loss and is not suitable for all investors. Always conduct your own research and consider seeking advice from a qualified financial advisor before making trading decisions.
Key Features
7 Calculation Methods for customizable risk management
External Signal Integration via any oscillator or indicator
Real-time Trade Tracking with visual entry/exit points
Comprehensive Statistics Table showing win rate, profit/loss, and active trades
Date Filtering for focused backtesting periods
Custom Alerts for new buy signals
Multi-Target System with up to 5 take-profit levels
How to Use
Step 1: Connect External Signal
The indicator requires an external signal source to generate buy signals.
Add your preferred indicator to the chart (RSI, MACD, Stochastic, custom indicator, etc.)
In Signal Tester settings, locate "External Indicator" input
Click the input and select your indicator's plot line
Buy signals are generated when the external source crosses above zero
Example: If using RSI, connect the RSI line. A buy signal triggers when RSI crosses above the zero reference (if plotted as oscillator).
Step 2: Choose Your Calculation Method
Select one of seven methods under "Calculation Method":
1. Percentage %
The simplest method using fixed percentage values.
Settings:
Stop Loss %: Distance from entry to stop-loss (default: 2%)
Target 1-5 %: Distance from entry to each take-profit level
Example: Entry at $100
Stop Loss (2%): $98
Target 1 (2%): $102
Target 2 (4%): $104
Best For: Beginners, markets with consistent volatility
2. ATR Multiplier
Uses Average True Range for dynamic levels based on market volatility.
Settings:
ATR Period: Calculation period (default: 14)
Stop Multiplier: ATR multiplier for stop-loss (default: 1.5)
Target Multipliers: ATR multipliers for each take-profit
Example: Entry at $100, ATR = $2
Stop Loss (1.5x ATR): $100 - $3 = $97
Target 1 (2x ATR): $100 + $4 = $104
Best For: Volatile markets, adapting to changing conditions
3. Risk:Reward Ratio
Calculates targets based on risk-to-reward ratios.
Settings:
Stop Loss %: Initial risk percentage
Target Ratios: R:R ratio for each target (1:1.5, 1:2, 1:3, etc.)
Example: Entry at $100, Stop at $98 (2% risk = $2)
Target 1 (1:1.5): $100 + ($2 × 1.5) = $103
Target 2 (1:2): $100 + ($2 × 2) = $104
Target 3 (1:3): $100 + ($2 × 3) = $106
Best For: Traders focused on risk management and position sizing
4. Swing High/Low
Places stop-loss at recent swing low with targets as multiples of the risk.
Settings:
Swing Lookback Candles: Number of bars to find swing low (default: 5)
Stop Safety Distance %: Buffer below swing low
Target Multipliers: Risk multiples for each target
Example: Entry at $105, Swing Low at $100
Stop Loss: $100 - 0.1% = $99.90 (risk = $5.10)
Target 1 (1.5x): $105 + ($5.10 × 1.5) = $112.65
Best For: Swing traders, respecting market structure
5. Partial Take Profit
Sells portions of the position at each target level, moving stop to entry after first target.
Settings:
Stop Loss %: Initial stop distance
Target 1-5 %: Price levels for partial exits
Sell % at TP1-4: Percentage of position to close at each level
Example: 100% position, 50% sell at each target
TP1 hit: Sell 50%, remaining 50%, stop moves to entry
TP2 hit: Sell 25% (50% of remaining), remaining 25%
TP3 hit: Sell 12.5%, remaining 12.5%
Best For: Conservative traders, locking in profits gradually
6. Trailing Stop
Similar to Partial Take Profit but trails the stop-loss to each achieved target.
Settings:
Stop Loss %: Initial stop distance
Target 1-5 %: Price levels for trailing stops
Sell % at TP1-4: Percentage to close at each level
Example:
TP1 ($102) hit: Sell 50%, stop trails to $102
TP2 ($104) hit: Sell 25%, stop trails to $104
Price retraces to $104: Exit with locked profits
Best For: Trend followers, maximizing profit in strong moves
7. Smart Exit
Advanced method that moves stop to entry after first target, then exits based on technical conditions.
Settings:
Stop Loss %: Initial stop distance
First Target %: When hit, stop moves to breakeven
Exit Method: Choose from 8 exit strategies
Exit Methods:
Close < EMA 21: Exits when price closes below 21-period EMA
Close < MA 20: Exits when price closes below 20-period Moving Average
Supertrend Flip: Exits when Supertrend indicator flips bearish
ATR Trailing Stop: Dynamic trailing stop based on ATR
MACD Crossover: Exits on MACD bearish crossover
RSI < 50: Exits when RSI drops below specified level
Parabolic SAR Flip: Exits when SAR flips above price
Bollinger Bands: Exits when price closes below middle or lower band
Best For: Advanced traders, letting winners run with protection
Date Filtering
Control which trades are included in backtesting.
Filter Types:
Specific Date: Only trades after selected date
Number of Weeks: Last X weeks (default: 12)
Number of Months: Last X months (default: 3)
How to Enable:
Check "Enable Date Filter"
Select filter type
Set the date or number of weeks/months
Use Case: Test strategy performance in recent market conditions or specific periods
Understanding the Statistics Table
The table displays the last 10 trades plus comprehensive statistics:
Trade Columns:
#: Trade number
Entry: Entry price
Stop: Current stop-loss level
TP1-TP5: Checkmarks (✅) when targets are hit
Profit %: Realized profit for the trade
Max %: Maximum unrealized profit reached (⬆️ indicates active trade)
Status:
🔄 Active trade
✅ Closed winner
❌ SL - Stopped out
Summary Row:
Total: Number of trades executed
Period: Duration of trading period (Years, Months, Days)
Statistics Row:
W: Number of winning trades
L: Number of losing trades
A: Number of active (open) trades
Win Rate %: (Wins / Total Trades) × 100
Performance Row:
Profit: Total profit from all winning trades
Loss: Total loss from all losing trades
Net: Net profit/loss (Profit - Loss)
Visual Elements
When a buy signal triggers, the indicator draws:
Blue Line: Entry price
Red Line: Stop-loss level
Green Lines: Take-profit levels (up to 5)
Green Label: Trade number below the entry bar
Green Triangle: Buy signal marker
Alerts
The indicator includes customizable alerts for new buy signals.
Setting Up Alerts:
Click the "⏰" icon in TradingView
Select "Signal Tester "
Choose condition: "Buy"
Configure notification preferences (popup, email, webhook)
Click "Create"
Alert Message Format:
🚀 New Buy Signal!
Price:
Trade #:
Best Practices
Backtest First: Test each calculation method on historical data before live trading
Match Timeframe: Use the indicator on the timeframe you plan to trade
Combine with Analysis: Use alongside support/resistance, trend analysis, and other tools
Risk Management: Never risk more than 1-2% of capital per trade
Review Statistics: Regularly check win rate and profit/loss metrics
Adjust Settings: Optimize parameters based on the asset's volatility and your risk tolerance
Limitations
Requires external signal source (does not generate signals independently)
Backtesting assumes perfect entry/exit execution (real trading includes slippage)
Past performance does not guarantee future results
Should be used as one component of a complete trading strategy
Version Information
Version: 1.0
Pine Script Version: v5
Type: Overlay Indicator
Author: Abusuhil
Support and Updates
This indicator is provided as-is for educational and analytical purposes. Users are responsible for their own trading decisions and should thoroughly test any strategy before implementing it with real capital.
Risk Warning: Trading financial instruments carries a high level of risk and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade, you should carefully consider your investment objectives, level of experience, and risk appetite. Only trade with money you can afford to lose.
TTM Squeeze Range Lines (with Forward Extension) By Gautam KumarThis TTM Squeeze Range Lines script helps visualize breakout levels by marking the recent squeeze’s high and low, making it easier to identify potential trade setups. Each signal line is extended for visibility, showing possible entry levels after a squeeze.
Interpreting the LinesLight blue background marks periods when the TTM squeeze is active (tight volatility).
Green line is drawn at the highest price during the squeeze, extended forward—this is commonly used as the breakout level for long entries.
Red line shows the lowest price during the squeeze, indicating the bottom of the range—potential stop loss positioning or an invalidation level.
When the squeeze background disappears, the horizontal lines will have just appeared and extended forward for several bars after the squeeze ends.
If the price breaks above the green line (the squeeze high), it signals a possible momentum breakout, which traders often use as a long entry.
The red line can be used for placing stop losses or monitoring failed breakouts if price falls below this level.
Best Practices
Combine these levels with volume and momentum confirmation for strong entries.
Adjust the extension length (number of bars forward) from the settings menu to fit your preference.
For systematic trading, use these breakout signals alongside chart pattern or histogram confirmation.
This makes it easy to visualize strong entry zones based on the end of squeeze compression, supporting both discretionary and automated swing trading approaches
Square Root Price Calculator By ABPinescript to Calculate Square root of Price usefull for Gann Lover
GOLDSNIPERThe Gold Sniper Indicator is a precision trading tool designed specifically for scalping and intraday trading Gold (XAUUSD) on TradingView.
It automatically plots institutional key levels, detects breakout & retest opportunities, and provides trade management levels (Stop Loss & Take Profit) for structured, disciplined trading.
Aug 6
Release Notes
The Gold Sniper Indicator is a precision trading tool designed specifically for scalping and intraday trading Gold (XAUUSD) on TradingView.
It automatically plots institutional key levels, detects breakout & retest opportunities, and provides trade management levels (Stop Loss & Take Profit) for structured, disciplined trading
Aug 13
Release Notes
The Gold Sniper Indicator is a precision trading tool designed specifically for scalping and intraday trading Gold (XAUUSD) on TradingView.
It automatically plots institutional key levels, detects breakout & retest opportunities, and provides trade management levels (Stop Loss & Take Profit) for structured, disciplined trading.
3 days ago
Release Notes
The Gold Sniper Indicator is a precision TradingView tool for scalping and intraday trading Gold (XAUUSD).
It is built around a break-and-retest strategy with clear trade management: 10 pip Stop Loss, 20 pip TP1, and 35 pip TP2.
The indicator automatically:
• Plots institutional key levels and supply & demand zones
• Detects breakout and retest opportunities in real time
• Provides stop loss and take profit levels for structured, disciplined trading
Whether you’re a scalper or day trader, Gold Sniper helps you catch high-probability setups on XAUUSD with precise risk-to-reward ratios (1:1 and 1:3).
IDX Utility Set [zidaniee]Purpose
This indicator is not a technical analysis tool. It’s a companion overlay designed to guide your analysis of the uniquely structured Indonesia Stock Exchange (IDX).
Core Features
Centered Ticker Display – Clean, readable ticker shown at the center of the chart.
Company Name – Displays the listed company’s full name.
Active Timeframe – Shows the currently selected timeframe.
Additional Features
ATH & ATL Markers – Labels the All-Time High (ATH) and All-Time Low (ATL) and shows the percentage distance from the latest price to each level, so you can quickly gauge upside/downside room.
IDX Fraction (Tick) Levels – Visualizes Indonesia’s price-fraction (tick) brackets. This matters because tick size changes by price range—very useful for scalpers and fast traders.
ARA/ARB Levels (Realtime) – Plots Auto-Reject Upper (ARA) and Auto-Reject Lower (ARB) levels in real time. Levels refresh in line with IDX trading hours 09:00–16:00 WIB (UTC+7), so your view stays consistent both during and outside market hours. This feature already complies with the latest rules and adjustments set by the Indonesia Stock Exchange (IDX).
Suspension Status – Shows SUSPENDED if the stock is halted/suspended, helping you avoid unnecessary analysis. The suspension check compares today’s date with the last available candle date and accounts for weekends.
Note: WIB = Western Indonesia Time (UTC+7).
PRITESH@23Pritesh@23 (Protected)
Overview:
A flexible SMC-style indicator combining EMA trend, ADX/DMI confirmation, RSI filtering, SMC swing pivots (order-block detection), pre-entry markers, a 0–7 signalScore, and optional horizontal lines anchored to weak candles from a selected timeframe.
Key inputs:
• EMA Fast / EMA Slow
• ADX length & smoothing
• RSI length
• Swing lookback (order block detection)
• Show/hide SMC zones (order-block boxes & lines)
• Show signalScore (0–7)
• Horizontal lines TF & style controls (color, width, pattern)
• Max lines per type (to limit drawing objects)
Usage:
1. Add to chart and select preferred timeframe.
2. Adjust EMA/ADX/RSI to match instrument volatility (e.g., lower EMA for lower timeframes).
3. Use signalScore (0–7) to prioritize setups; pre-entry markers flag potential entries inside order-blocks.
4. Horizontal weak-candle lines help mark structural weakness/resilience across TFs.
Support & License:
• Protected source — code not visible to users.
• For questions/support: contact the author (provide non-sensitive contact).
• License: For personal use only. Redistribution or resale is prohibited without the author's express permission.
Version: 1.0
Opening Range Gaps [TakingProphets]What is an Opening Range Gap (ORG)?
In ICT, the Opening Range Gap is defined as the price difference between the previous session’s close (e.g., 4:00 PM EST in U.S. indices) and the current day’s open (9:30 AM EST).
That gap is a liquidity void—an area where no trading occurred during regular hours.
Why ICT Traders Care About ORG
Liquidity Void (Gap Fill Logic)
-Because the gap is an untraded area, it naturally acts as a draw on liquidity.
-Price often seeks to rebalance by retracing into or fully filling this void.
Premium/Discount Sensitivity
-Once the ORG is defined, ICT treats it as a mini dealing range.
-Above EQ (Consequent Encroachment) = algorithmic premium (sell-sensitive).
-Below EQ = algorithmic discount (buy-sensitive).
-Price reaction at these levels gives a precise read on institutional intent intraday.
Support/Resistance from ORG
-If the session opens above prior close, the gap often acts as support until violated.
-If the session opens below prior close, the gap often acts as resistance until reclaimed.
Key ICT Concepts Anchored to ORG
Consequent Encroachment (CE): The midpoint of the gap. The algo is highly sensitive to CE as a decision point: reject → continuation; reclaim → reversal.
Draw on Liquidity (DoL): Price is algorithmically “pulled” toward gap fills, CE, or the opposite side of the ORG.
Order Flow Confirmation: If price ignores the gap and runs away from it, this signals strong institutional order flow in that direction.
Confluence with Other Tools: FVGs, OBs, and HTF PD arrays often overlap with ORG levels, strengthening setups.
Practical Application for Traders
Bias Formation:
Use ORG EQ as a line in the sand for intraday bias.
If price trades below ORG EQ after the open → look for short setups into the prior day’s low or external liquidity.
If price trades above ORG EQ → favor longs into highs/liquidity pools.
Execution Framework:
Wait for liquidity raids or market structure shifts at ORG edges (.00, .25, .50, .75).
Target: EQ, opposite quarter, or full gap fill.
Precision Reads:
ORG lines let traders anticipate where algorithms are likely to respond, providing mechanical invalidation and clear targets without clutter.
Eng. Jaycob 💰It will show you where are the prices that may get reverse from them.
Numbers will be updated daily on the chart.
GOLDSNIPER
The Gold Sniper Indicator is a precision trading tool designed specifically for scalping and intraday trading Gold (XAUUSD) on TradingView.
It automatically plots institutional key levels, detects breakout & retest opportunities, and provides trade management levels (Stop Loss & Take Profit) for structured, disciplined trading.
Impulse Range Compression & Expansion (IRCE)📌 Impulse Range Compression & Expansion (IRCE) – Visualizing Price Traps Before Breakouts
📖 Overview
The IRCE Indicator is a precision breakout detection tool designed to identify consolidation traps and price coil zones before expansion moves occur. Unlike traditional volatility indicators that rely solely on statistical thresholds (e.g., Bollinger Bands or ATR), IRCE focuses on behavioral price compression, detecting tight-range candle clusters and validating breakouts through body expansion and/or volume surges.
This makes it ideal for traders looking to:
• Catch breakouts from range traps
• Avoid choppy and premature signals
• Spot early-stage momentum moves based on clean price behavior
⸻
⚙️ How It Works
1. Impulse Range Compression Detection
• Measures the high-low range of each candle
• Compares it to a user-defined average range (default 7 bars)
• Flags candles where the range is significantly smaller (e.g., <60% of average)
• Groups these into tight clusters, indicating compression zones or potential “trap ranges”
2. Cluster Box Construction
• When a valid cluster (e.g., 3 or more tight candles) is detected, the indicator:
• Marks the high and low of the cluster
• Draws a shaded box over this “trap zone”
• This helps visually track where price has coiled before a breakout
3. Breakout Confirmation Logic
A breakout from the trap zone is only validated when:
• Price closes above the cluster high (bullish) or below the cluster low (bearish)
• One or both of the following confirm strength:
• Body Expansion: Current candle body is 120%+ of recent average
• Volume Expansion: Volume exceeds recent volume average
4. Optional Trend Filter
• An optional EMA filter (default: 50 EMA) ensures breakout signals align with trend direction
• Helps filter out countertrend noise in ranging markets
5. Signal Cooldown
• Prevents repeated signals by enforcing a cooldown period (e.g., 10 bars) between entries
⸻
🖥️ Visual Elements
• 📦 Yellow compression boxes represent tight price traps
• 🟢 Buy labels appear when price breaks above the trap with confirmation
• 🔴 Sell labels appear when price breaks below with confirmation
• All visuals are non-repainting and updated in real-time
🧠 How to Use
1. Wait for a yellow trap box to appear
2. Watch for a confirmed breakout from the trap zone
3. Take the trade in the direction of the breakout:
• Only if it satisfies body or volume confirmation
• And if trend alignment is enabled, it must match EMA direction
4. Place stops just outside the opposite end of the trap zone
5. Use risk/reward ratios or structure levels for exits
This logic works great on:
• Lower timeframes (scalping breakouts)
• Higher timeframes (detecting price coiling before major moves)
• Any market: Stocks, Crypto, FX, Commodities
⸻
🔒 Technical Notes
• ✅ No repainting
• ✅ No future-looking logic
• ✅ Suitable for both discretionary and systematic traders
• ✅ Built in Pine Script v6