SJ Intraday LevelsSJ Intraday Levels
This indicator is designed specifically for intraday traders who rely on predefined price levels for structured decision-making. It provides a clean and distraction-free way to plot important horizontal levels such as resistance, support, and intermediate zones, along with optional daily separators for better session awareness.
🔹 Key Features
1. Intraday-Focused Design
* The indicator is optimized to work on intraday timeframes up to 5 minutes .
* Helps traders maintain consistency in lower timeframes where precision matters most.
2. Custom Horizontal Levels
* Users can manually define:
* Resistance Levels (R1, R2) – plotted in red
* Intermediate Levels (B1, B2) – plotted in black
* Support Levels (S1, S2) – plotted in green
* Each group of levels can be independently enabled or disabled.
3. Smart Plotting Logic
* Levels are plotted only when a valid value is entered .
* If a level is left as default (`0.0`), it will not be displayed , keeping the chart clean and clutter-free.
4. Daily Separator with Day Labels
* Displays a vertical dotted line at the start of each new trading day.
* Automatically labels the day as MON, TUE, WED, etc.
* Helps visually segment trading sessions and improves context for intraday strategies.
5. Clean Visual Experience
* Minimalistic design to avoid unnecessary distractions.
* Fixed styling ensures consistent appearance across charts.
🔹 How to Use
1. Apply the indicator on 1-minute to 5-minute charts .
2. Enter your predefined levels based on your trading plan (e.g., previous day levels, supply/demand zones, VWAP deviations, OI data).
3. Enable or disable specific level groups as per your strategy.
4. Use the daily separator to identify session boundaries and align trades accordingly.
🔹 Use Cases
* Intraday breakout trading
* Mean reversion strategies
* Scalping with predefined zones
* Support & resistance-based trading systems
🔹 Notes
* This indicator does not generate buy/sell signals . It is a visual aid to support your existing trading strategy.
* Works best when combined with proper risk management and a well-defined trading plan.
🔹 Open Source
This script is published as open-source for learning and customization purposes.
Feel free to modify and enhance it according to your trading needs.
If you find it useful, consider sharing feedback or improvements with the community.
Disclaimer:
This tool is for educational purposes only and does not constitute financial advice. Trading involves risk, and users should perform their own analysis before making trading decisions.
Indicator

LVT Indicator v1.0LVT Indicator – Liquidity + Volume Imbalance + Trend Strength
Overview
The LVT Indicator is a trend-following and liquidity-based trading tool designed to identify high-probability trade setups by combining market structure, liquidity sweeps, volume confirmation, and trend strength into a single indicator.
Instead of generating frequent signals, LVT focuses on quality over quantity by requiring multiple conditions to align before producing a Buy or Sell signal.
---
How It Works
1. Liquidity Sweep Detection
The indicator detects when price temporarily breaks above a previous swing high or below a previous swing low before quickly reversing. These moves often represent liquidity grabs, where stop-loss orders are triggered before the market resumes its intended direction.
2. Volume Imbalance
Every liquidity sweep is validated using volume analysis. Signals are only generated when trading volume is significantly higher than the recent average, helping filter out weak or low-conviction price movements.
3. Trend Strength Filter
The indicator confirms the overall market trend using moving averages and trend strength measurements. Buy signals are only allowed during bullish trends, while Sell signals are only allowed during bearish trends.
4. Momentum Confirmation
Momentum is checked before issuing any signal to reduce false entries during weak market conditions.
5. Confirmation Candle
Rather than entering immediately after a liquidity sweep, the indicator waits for confirmation from the following price action. This additional step helps improve signal reliability.
---
Features
- Liquidity Sweep Detection
- Volume Imbalance Filter
- Trend Strength Confirmation
- Momentum Filter
- Buy & Sell Signals
- ATR-Based Stop Loss
- Dynamic Take Profit Levels
- Non-Repainting Signal Logic
- Customizable Inputs
- PulseWire Alerts
- Works on all markets and timeframes
---
Recommended Markets
- Forex
- Cryptocurrency
- Stocks
- Indices
- Commodities
---
Recommended Timeframes
- 15 Minutes
- 30 Minutes
- 1 Hour
- 4 Hours
- Daily
---
Risk Management
No indicator is perfect. Always use proper risk management, appropriate position sizing, and confirmation from your own trading plan before entering any trade.
---
Disclaimer
This indicator is intended for educational and analytical purposes only. It does not provide financial or investment advice, and past market behavior does not guarantee future results. Trading involves substantial risk, and users should perform their own analysis before making trading decisions.
Thank you for using the LVT Indicator. I hope it becomes a valuable part of your trading workflow. Feedback and suggestions are always welcome. Indicator

Silver Bullet & First/Last FVGIt is designed around the popular ICT (Inner Circle Trader) "Silver Bullet" concepts. Its main purpose is to highlight specific time-based trading windows on your chart and automatically detect and isolate the most significant Fair Value Gaps (FVGs) that form within those windows.
Here is a breakdown of its functionality:
1. Specific Time Sessions
The script monitors three specific 1-hour time windows (defaulting to New York time, but adjustable):
London Silver Bullet: 03:00 - 04:00
New York AM Silver Bullet: 10:00 - 11:00
New York PM Silver Bullet: 14:00 - 15:00
Each of these sessions can be toggled on/off individually, and their border colors customized.
2. Session Range Highlighting
When one of these 1-hour sessions begins, the script starts tracking the absolute Highest and Lowest price reached during that hour.
Once the session ends, it draws a large, semi-transparent box encapsulating that entire 1-hour price action range.
The box is labeled in the bottom right corner (e.g., "Lon SB" or "NY AM SB") so you can easily visually identify the Silver Bullet hour in hindsight.
3. First and Last FVG Detection
This is the most unique feature of the script. While standard indicators highlight every FVG, this script filters them based on the Silver Bullet sessions:
It continuously looks for standard 3-candle Fair Value Gaps (both bullish and bearish).
However, it only plots FVGs if they occur inside one of the active Silver Bullet sessions.
Furthermore, to reduce clutter, it only stores and plots the First FVG and the Last FVG that formed during that specific 1-hour window.
It automatically extends the boxes of these specific FVGs to match the right edge (end time) of the Silver Bullet session box.
4. Memory and Optimization
To prevent PulseWire from throwing "too many drawings" errors or causing lag on your chart:
It uses a custom data structure (SBSessionData) to manage the state of each session cleanly.
At the start of every new day, it runs a cleanup function (clearDrawings()) that deletes older session boxes and FVGs if they exceed the user-defined sb_lookback limit (default 100 historical boxes). Indicator

Indicator

Indicator

Indicator

Pivot Trendlines with Breaks and Zones [HG] - profitgangThis script builds on HoanGhetti's Pivot Trendlines with Breaks concept and their
SimpleTrendlines library (HoanGhetti/SimpleTrendlines/4).
Credit: Original trendline/pivot-break logic and library © HoanGhetti.
What this version adds:
- Dynamic support/resistance zones (shaded boxes) around each trendline
- Live-updating price labels on trendlines
- Extended horizontal S/R lines with price tags
- Configurable zone width and extension length
HOW IT WORKS
The script detects swing pivots using a configurable lookback length, then draws a trendline connecting each new pivot low (support) to the previous one, and each new pivot high (resistance) to the previous one. When price closes through one of these trendlines, it's flagged as a breakout and the line locks in place at the break point. On top of that base logic, this version tracks the live trendline price and continuously redraws a shaded zone around it (width set as a % of price) so you get a visual buffer instead of a single hairline level. Price labels update on every bar to show the exact numeric support/resistance value, and optional extended horizontal lines project the most recent pivot level forward so you can see it well ahead of current price.
HOW TO USE IT
Use the support/resistance zones as areas to watch for reaction, rejection, or a breakout rather than exact levels — the zone width gives you room for wicks and noise instead of expecting price to respect a single price point. On lower timeframes (1-5 min), tighten the zone width and pivot length for faster, more reactive levels; on higher timeframes, widen both for cleaner, less noisy structure. A break of the trendline with the "Br" label suggests the prior support/resistance has failed and price may continue in that direction — combine it with volume or your own confirmation signal before entering, since trendline breaks alone can be prone to false signals in choppy conditions. Indicator

Indicator

Indicator

Trading Quest RPG Career ModeTrading Quest RPG Career Mode is a PulseWire Pine Script that turns trading discipline into a small RPG-style progress game. It does not predict trades or give buy/sell signals. Instead, it rewards process-based decisions like waiting, taking planned trades, skipping bad setups, journaling, and managing stops correctly.
The script includes:
Character name
XP and gold
HP / mental energy
Streak counter
100-level career progression
Trader career ranks
Boss names based on level
Positive and negative action tracking
One-time scoring using the Action Ticket #
How to Play
Add the script to your PulseWire chart.
Type your Character Name in settings.
Keep Your Action on Waiting while watching the market.
When you make a trading decision, select the matching action:
Planned Trade = followed your setup
Skipped Bad Setup = avoided a bad trade
Journaled Trade = recorded/reviewed trade
Impulse Trade = entered without a plan
Revenge Trade = emotional trade after loss
Broke Risk Rule = risked more than allowed
After choosing the action, increase Action Ticket # by 1.
The game scores that action once.
Switch back to Waiting until your next decision.
Goal
Build discipline by earning XP, gold, levels, and streaks. The game rewards following your trading process, not whether the trade wins or loses. Indicator

ICT Silver Bullet & 2022 Entry ModelThis script is a fully automated algorithmic scanner and trade visualizer for the ICT 2022 Mentorship Entry Model, specifically programmed to only look for setups during the Silver Bullet time windows.
Here is a breakdown of how the engine works from top to bottom:
1. Time & Sessions Engine
The script begins by shading your chart background for the three specific "Silver Bullet" execution hours (EST):
London: 03:00 - 04:00 (Silver)
New York AM: 10:00 - 11:00 (Orange)
New York PM: 14:00 - 15:00 (Teal) The script will strictly ignore any price action outside of these three windows.
2. The 5-Phase State Machine
Inside those sessions, the script runs a rigid 5-step sequence to validate the 2022 Model. It will cancel the setup if the sequence is broken.
Phase 1: Liquidity Raid (The Stop Run) The script tracks historical Swing Highs (Buy-Side Liquidity) and Swing Lows (Sell-Side Liquidity). If price sweeps one of these levels, it prints a "BSL Raid" or "SSL Raid" label. Crucially, it nullifies that specific liquidity level immediately after it's swept so you don't get duplicate labels on every single candle.
Phase 2: Market Structure Shift (ChoCh) Upon sweeping liquidity, the script identifies the exact minor swing point that formed just prior to the sweep. It waits for price to aggressively reverse and close past that level. When it does, it plots a line and a "ChoCh" (Change of Character / MSS) label.
Phase 3: Displacement FVG Detection The leg that breaks structure must show institutional displacement. The script scans the exact 3-5 candles that broke the ChoCh level to find a Fair Value Gap (SIBI for shorts, BISI for longs). If it finds one, it draws the gap box on your chart.
Phase 4: Trade Execution The script waits for price to retrace and tap the open boundary of the FVG. The moment price touches it, the script prints a "2022 SHORT ENTRY" or "2022 LONG ENTRY" label.
Phase 5: Trade Management & Visualizer (The code block you highlighted) Upon entry, the script transitions into a live trade manager:
Stop Loss (SL): It calculates an SL exactly 1 tick above the absolute peak of the Liquidity Raid. It draws a solid red line and a red risk box.
Take Profit (TP): By default, it targets the opposing major liquidity pool on the chart. If you toggle it off in settings, it defaults to a strict 1:2 Risk-to-Reward ratio. It draws a solid green line and a green reward box.
Live Tracking: The script physically extends these red and green boxes forward bar-by-bar until price hits either the SL line or the TP line. Once hit, it closes the trade, prints "SL HIT" or "TP HIT", and resets the engine to look for the next setup. Indicator

ICT Ultimate Algorithmic EngineThis script, the ICT Ultimate Algorithmic Engine, is a comprehensive, all-in-one suite designed to automatically track and display the most critical time-based and price-based concepts taught by ICT (Inner Circle Trader) directly on your PulseWire chart.
Since ICT emphasizes Time and Price (with Time coming first), the script is heavily structured around specific New York (EST) time windows and algorithmic delivery cycles.
Here is a breakdown of the 7 core engines running inside this script:
1. Killzones & Sessions Engine
The script paints custom background colors to highlight the major algorithmic trading windows throughout the day:
Asian Session (20:00 - 00:00 EST): Purple background.
London Killzone (02:00 - 05:00 EST): Blue background.
New York AM Killzone (07:00 - 10:00 EST): Orange background.
London Close (11:00 - 13:00 EST): Red background.
2. Algorithmic Macros
ICT teaches that specific 20-minute to 40-minute "macro" windows exist where the algorithm aggressively hunts liquidity or seeks fair value. The script explicitly highlights these macros (e.g., 08:30-09:00, 09:50-10:10, 10:50-11:10) with distinct background shading so you know exactly when volatility injections are scheduled.
3. True Opens (Midnight & 08:30 EST)
The algorithm uses daily true opens as its equilibrium to determine Premium and Discount.
It automatically plots a dashed Midnight Open line and an 08:30 AM Open line every single day. If price is above these lines, you are in a premium (favorable for sells); if below, a discount (favorable for buys).
4. Silver Bullet Tracker
This is a fully automated structural scanner for the ICT Silver Bullet setups.
It tracks the highest high and lowest low preceding the 3 Silver Bullet hours (London 03:00-04:00, NY AM 10:00-11:00, NY PM 14:00-15:00).
It draws red and green target lines representing the Buy-Side Liquidity (BSL) and Sell-Side Liquidity (SSL) targets for that specific hour.
Once the price touches one of these targets during the Silver Bullet hour, it actively labels it as BSL/SSL Swept.
5. Judas Swing & Market Structure Shift (MSS)
Judas Swing: The script tracks the high and low established during the Opening Ranges (00:00-01:00 for London, 08:30-09:30 for NY). If price manipulates above or below these boundaries and violently rejects, it prints a "Judas Swing" label, catching the classic algorithmic trap.
MSS with Displacement: It identifies Market Structure Shifts (MSS) but strictly filters them. It will only label an MSS if the candle breaks a recent swing high/low with displacement (the candle body size must be larger than 1.5x the ATR) AND leaves behind a Fair Value Gap.
6. Dynamic PD Arrays (Smart Money Concepts)
The script continuously scans for and draws institutional reference points:
Fair Value Gaps (FVGs): Draws bullish (BISI) and bearish (SIBI) gaps.
Inversion Feature: If a candle closes completely through an active FVG, the script automatically changes its color and converts it into an Inversion FVG (IFVG).
Order Blocks & Breakers: Draws standard +OB and -OBs.
Breaker Feature: If an Order Block was responsible for sweeping liquidity and is subsequently broken by price, it converts the Order Block into a Mitigation Block (MB) or a Breaker Block (BRK).
Volume Imbalances (VI): Highlights gaps between candle bodies (where only wicks overlap) in purple, automatically fading them out once they are mitigated.
Rejection Blocks: Identifies and highlights massive wicks (longer than 2x the body) acting as liquidity sponges.
7. Performance Cleanup (Garbage Collector)
Because PulseWire limits users to 500 boxes and lines, the script has a built-in memory management system (the DYNAMIC DRAWING CLEANUP section at the bottom). It restricts the arrays to only hold the 100 most recent FVGs, Order Blocks, and Volume Imbalances, gracefully deleting the oldest ones to ensure the script never crashes or lags your chart. Indicator

Bias & Sweep Dashboard1. Inputs & Configuration
Timeframes: Allows you to set the Higher Time Frame (HTF) (default: Daily / D) and the Intermediate/Lower Time Frame (ITF) (default: 4H / 240).
Sweep Settings: Features a customizable Swing Lookback input (default: 10 bars) to determine the structural swing points.
Table Settings: Allows configuration of the visual dashboard placement on the screen (Top Right, Bottom Left, etc.) along with background and text color styling.
2. Detection Logic
Pivots & Liquidity Sweeps:
Finds swing highs and swing lows using ta.pivothigh() and ta.pivotlow().
A Sweep is triggered when a candle's wick breaks past a key swing high/low, but the candle close returns back inside (denoting rejection of liquidity).
Uses request.security() to evaluate these sweeps on your defined HTF and ITF timeframes.
Inversions:
Tracks Fair Value Gaps (FVGs).
An Inversion is triggered when the price closes completely through a recent opposing FVG (e.g. closing above a Bearish FVG, or closing below a Bullish FVG).
Trend Bias:
Calculates trend direction using a standard EMA crossover (50 EMA vs 200 EMA) to decide if the baseline market environment is Bullish, Bearish, or Neutral.
3. Visual Dashboard (Table UI)
At the final bar (barstate.islast), the script builds a 2x4 table panel displaying:
Bias: Displayed as "Bullish" (green), "Bearish" (red), or "Neutral" (gray).
HTF Sweep: Shows ✅ if an HTF sweep is active, else ❌.
ITF Sweep: Shows ✅ if an ITF sweep is active, else ❌.
Inversion: Shows ✅ if an FVG Inversion has occurred, else ❌. Indicator

Indicator

Indicator

FVG & OB Quality ScorerICT FVG & OB Quality Scorer
Core idea: Not all Fair Value Gaps and Order Blocks are created equal. This indicator answers the question "Which FVG or Order Block will actually work?" by scoring every detected zone on 10 confluence pillars derived from ICT's (InnerCircleTrader) 2022–2024 Mentorship methodology.
How It Works
Every time an FVG or Order Block forms on the chart, the indicator runs it through a 10-factor scoring engine (each factor scored 0–10, total 0–100):
# Pillar What It Checks
❶ Displacement / CISD Was the move impulsive? Body > 70% of candle range = institutional candle. Also checks for Change in State of Delivery (close crossing prior candle's open).
❷ Liquidity Sweep Was BSL or SSL taken before the zone formed? Checks swing pivots, Prior Day High/Low, and IPDA 20-day levels.
❸ Premium / Discount Bullish zones in discount (< 50% of range) score high. Bearish zones in premium (> 50%) score high.
❹ Market Structure Is the zone aligned with the current trend (BOS)? With-trend = 10, counter-trend = 1.
❺ HTF Bias Does the Daily (configurable) candle direction agree with the zone? Misalignment = low probability.
❻ OTE Fibonacci Is the zone inside the 62%–79% Optimal Trade Entry retracement? The 70.5% "sweet spot" scores perfect 10.
❼ FVG + OB Overlap Is there a confluence zone where an FVG and Order Block exist at the same price level? This is ICT's highest-probability setup.
❽ Volume Was displacement volume above the 20-bar average? 3x+ average = clear institutional activity.
❾ Kill Zone Timing Formed during London KZ, NY AM KZ, or Silver Bullet windows? "Time supersedes price."
❿ Freshness First-touch zones score highest. Zones decay in score and fade in color as they age.
Grading Scale
Score Grade Meaning
86–100 S Elite — high conviction, full size
71–85 A/A+ Strong — tradeable with confirmation
51–70 B/B+ Above average — needs extra confluence
26–50 C/C+ Below average — watch only
0–25 D Weak — skip entirely
What You See On The Chart
Color-graded zones: Red (weak) → Orange → Gold → Green → Bright Green (elite)
FVGs = solid-border boxes labeled BISI / SIBI
Order Blocks = dashed-border boxes labeled +OB / -OB
CE line = dotted midline (Consequent Encroachment — ICT's 50% level)
MT line = solid midline on OBs (Mean Threshold — ICT's precision entry)
Score labels with letter grade — hover for full 10-pillar tooltip breakdown
Dashboard table ranking all active zones by score with market context (Structure, HTF Bias, Kill Zone status)
Zones fade in color as they age (freshness decay) and are removed/dimmed on mitigation
Key Settings
Min Score to Display — Set to 60+ to only see B+ and above (recommended for clean charts)
Mitigate On — Wick vs Close (ICT uses Close for higher conviction)
HTF Timeframe — Defaults to Daily; change to 4H for swing setups
IPDA Reference Lines — Toggle 20-day high/low institutional levels
Kill Zone sessions — All configurable in NY time Indicator

Indicator

Sweep TerminalSweep Terminal
Description:
Welcome to Sweep Terminal, an elite all-in-one institutional trading indicator designed for maximum precision. Developed by erdensedat, this tool provides unparalleled clarity on price action, liquidity sweeps, market structure shifts, and daily biases—all without cluttering your chart. It seamlessly integrates Multi-Timeframe (MTF) analysis, an advanced Fair Value Gap (FVG) engine, dynamic BOS/CHoCH mapping, and real-time session tracking.
Core Features:
1. Live Market Info Panel
A dynamic, non-intrusive table situated at the top right of your screen providing instant, actionable data:
Directional Biases: Instantly know the Daily, Weekly, and VWAP bias (Bullish/Bearish).
Momentum & Trend: Real-time RSI momentum value and raw DI+ / DI- (Directional Movement) data. The dominant DI force is automatically color-coded for quick visual confirmation.
Active Structure: Displays the most recent character of the market (Bullish/Bearish Structure).
Session Status: Real-time sync with the Europe/Istanbul timezone. Displays exactly which session is active (Asian, London, NY) or which one is upcoming, indicated by active Green/Red LED dots.
2. MTF Sweep Logic & Opening Ranges
Understanding where liquidity lies is crucial. This module automatically detects and highlights major High/Low levels across key timeframes (1 Hour, 4 Hour, 1 Daily).
Sweep & Raid Detection: Highlights potential liquidity sweeps (shadow boxes) in real-time and explicitly marks confirmed "Raids" with directional triangles once the price deviates and closes back within the range.
Discount/Premium Pricing: H/L pivot lines clearly dictate "Premium" (Short) and "Discount" (Long) equilibrium zones.
Session Killzone Pivots (Optional): Tracks session highs and lows. Once a session level is breached, the line freezes at the breakout point, turns dotted, and marks the raid with a clean "X" at the center.
3. Advanced Fair Value Gap (FVG) Engine
Our refined FVG engine ensures you only see the most significant imbalances.
Clean Visualization: Bullish FVG boxes default to a deep teal (#006064) and bearish to a dark crimson (#801922), complete with lightly opaque mid-lines for precise entries.
Smart Filtering: Removes overlapping FVGs, filters by threshold sizes, and offers customizable mitigation triggers (Close, Wick, or Average price).
Breaker Blocks: Seamlessly toggle between standard FVGs or Breaker block tracking.
4. Dynamic BOS & CHoCH Mapping
Stay on the right side of the trend with an automated structure mapping algorithm based on pivot fractals.
Pre-Break Candidates: Anticipate structure shifts with dashed candidate lines marking unmitigated Pivot Highs and Lows.
Confirmed Breaks: Once a level is breached, the line solidifies. Includes smart alert routing for instant notifications on structural shifts.
How to Use:
Liquidity Traps: Use the MTF Sweep Logic to spot when retail stops are triggered above a 4H or Daily high, providing high-probability mean reversion setups.
Confluence Trading: Check the live Panel. If the Daily/Weekly bias is Bullish, look for a Discount zone test, wait for a Bullish CHoCH, and enter on a lower timeframe FVG mid-line.
Customization: The settings menu is highly compartmentalized. Isolate specific logic (e.g., only show 1D sweeps, VWAP, and FVG) allowing this indicator to adapt perfectly to any Smart Money Concept (SMC) or ICT-based strategy.
Dedicated to clean charts and precise execution.
Disclaimer:
The information, scripts, and features provided by this tool are for educational and informational purposes only and do not constitute financial, investment, or trading advice. Trading in financial markets (including cryptocurrencies, forex, and stocks) involves a high degree of risk and may not be suitable for all investors. Past performance is not indicative of future results. Always conduct your own thorough research, backtest thoroughly, and consult with a certified financial advisor before making any trading decisions. The author (erdensedat) assumes no responsibility for any financial losses or damages incurred while using this script. Indicator

Indicator

Draggable TradeSize RR System | julzALGO⚪ Summary
The Draggable TradeSize RR System is a professional trade planning, position sizing, and risk management indicator that helps traders calculate every aspect of a trade before entering the market.
Simply place your Entry and Stop Loss directly on the chart using PulseWire's interactive drag points. The indicator instantly calculates your optimal position size, monetary risk, expected reward, live profit/loss, and Risk-to-Reward ratio.
Designed for Stocks, Forex, Crypto, Futures, CFDs, Metals, Options, and Custom Instruments, this tool adapts to multiple markets while maintaining consistent risk management.
🟠 Key Features
✔ Interactive Drag & Drop RR Tool
* Draggable Entry and Stop Loss
* Professional Risk/Reward visualization
* Automatic trade recalculation
* Adjustable RR width
✔ Long & Short Trade Planning
Quickly switch between Long and Short positions with automatic RR adjustment.
✔ Multiple Stop Loss Modes
Choose the stop method that matches your trading style:
* Manual
* ATR
* Pivot Swing
✔ Automatic Position Sizing
Automatically calculates position size using:
* Risk %
* Fixed Amount
* Account Size
* Stop Loss Distance
* Point Value
* Quantity Step
✔ Multi-Asset Support
Supports:
* Stocks
* Crypto / Spot
* Forex
* Futures
* Metals / CFD
* Options
* Custom Instruments
Automatically displays the correct position type:
* Shares
* Coin Quantity
* Contracts
* Lots / Units
* Position Quantity
✔ Automatic Price Gap Detection
Automatically detects significant Bullish and Bearish Price Gaps as they develop, helping identify potential market imbalances for improved trade planning.
Features include:
* Bullish Price Gap detection
* Bearish Price Gap detection
* Largest Gap filter
* Automatic removal of filled gaps
* Lightweight chart markers
Price Gap markers help identify potential imbalance zones for improved trade planning.
✔ Professional RR Dashboard
Monitor every important trade statistic in one place.
The dashboard provides a complete overview of your trade, including:
* Account Size
* Risk %
* Amount To Risk
* Entry Price
* Stop Loss
* Take Profit
* Position Size
* Maximum Loss
* Expected Profit
* Live Profit/Loss
* Risk : Reward Ratio
✔ Dashboard Target Selection
Select which take-profit target is displayed:
* 1R
* 2R
* 3R
✔ Visibility Rescue Mode
Automatically repositions the RR planner when switching to symbols with different price scales, ensuring the tool remains visible without manual adjustment.
✔ Multi-Currency Support
Supports multiple dashboard currencies, including:
USD, PHP, EUR, GBP, JPY, AUD, CAD, CHF, NZD, SGD, HKD, CNY, INR, IDR, MYR, THB, KRW, BTC, and Custom Currency.
✔ Professional Customization
Customize:
* Entry Color
* Stop Color
* Target Color
* Dashboard Header
* Dashboard Position
* Long Marker
* Short Marker
⚪ How to Use
Initial Setup
1. Add the indicator to your chart.
2. After adding the indicator, PulseWire will prompt you to place the Entry and Stop anchors directly on the chart.
3. Click on the chart to position the Entry.
4. Click again to place the Stop Loss.
5. The complete Risk/Reward plan is created automatically.
Moving the Entry
* Locate the blue (Long) or red (Short) circular marker at the Entry Price.
* Click and drag the marker, then drag it to a new location.
The indicator automatically recalculates:
* Position Size
* Stop Loss Distance
* Expected Profit
* Maximum Loss
* Risk/Reward Ratio
* Live Profit/Loss
Moving the Stop Loss
* When Stop Mode = Manual, drag the second marker to adjust your Stop Loss.
* In ATR and Pivot modes, the Stop Loss is calculated automatically and cannot be dragged.
⚪ Trade Planning
1. Select Long or Short.
2. Choose Stop Mode.
3. Set your Account Size.
4. Select Risk % or Fixed Amount.
5. Choose Asset Type.
6. Review Position Size and Risk before entering the trade.
⚪ Inputs
Draggable RR System
* Show RR Tool
* Direction
* Stop Mode
* Visibility Rescue Mode
* Auto Fit Distance × ATR
* Drag Entry
* Drag Stop
* ATR Length
* ATR Multiplier
* Pivot Lookback
* Target 1R
* Target 2R
* Target 3R
* Dashboard Take Profit
* RR Width Bars
* Show Risk / Reward Zones
* Show RR Dashboard
Position Sizing
* Account Size
* Risk %
* Risk Source
* Amount To Risk
* Asset Type
* Custom Point Value
* Quantity Step
* Dashboard Currency
* Custom Currency Symbol
Price Gap Detection
* Show Gap Markers
* Largest Gaps To Show
Style
* Entry Color
* Stop Color
* Target Color
* Dashboard Header
* Dashboard Position
* Long Marker
* Short Marker
📌 Important Notes
This indicator is designed for one active trade plan per chart.
When switching to another symbol, the existing Entry and Stop anchors remain linked to the original chart.
To create a new trade plan, simply remove the indicator and add it again. PulseWire will prompt you to place new Entry and Stop anchors.
If the RR planner is not visible after changing symbols, enable Visibility Rescue Mode or reload the indicator. This behavior is expected because PulseWire stores interactive price and time anchors for each indicator instance.
🔴 Disclaimer
This indicator is designed as a trade planning, position sizing, and risk management tool. It does not generate buy or sell signals and should be used together with your own market analysis and trading strategy.
Always practice disciplined risk management and never risk more than you can afford to lose.
Indicator

Indicator

Scalp The ReactScalp The React (STR) is an advanced, all-in-one market structure and liquidity mapping framework. Designed for scalpers, intraday traders, and swing traders, this indicator dynamically builds actionable "Reaction Zones," Fibonacci projection targets, and liquidity sweep setups based on real-time market structure breaks and session timings.
Instead of relying on static, manual drawings, STR automatically identifies structural pivots, determines the market bias, and projects forward-looking target zones to give you a complete roadmap of where the price is likely to react.
🌟 Core Features & Modules
1. Dynamic Fibonacci Setup Modes
The heart of STR is its adaptive Fibonacci projection engine. Depending on your trading style, you can choose how the indicator anchors its High/Low legs to draw the target zones.
Scalp Mode: A step-by-step approach. It waits for the current 0 or 1 boundaries of the active setup to be completely broken before anchoring a new Fibonacci leg.
Intraday Mode: Focuses purely on trend reversals. It maps new Fibonacci projection zones only when a Change of Character (CHoCH) occurs.
HTF (Higher Timeframe) Mode: Top-down analysis made easy. It grabs the exact High and Low of the previous Higher Timeframe candle (e.g., 4H) and projects intraday zones based on that HTF range.
Session Mode: Perfect for session-to-session liquidity traders. It automatically tracks the High and Low of specific trading sessions (Asia, London, New York). The moment a session ends, it instantly projects the Fibonacci scheme based on the current market bias. (Labels explicitly tell you if a level is the "Asia High" or "London Low").
First 4H Mode: An opening range breakout approach. It maps the High and Low of the day's first 4 hours (e.g., 03:00 - 07:00) and projects the roadmap for the rest of the day.
2. Target & Liquidity Zones
Whenever a new setup is confirmed, the indicator plots highly specific mathematical zones:
Magnetic Retest Level (0.5): The fair-value equilibrium of the anchor leg.
Reaction Zone (1.47 - 1.55): The primary Take Profit and reaction box.
External Reaction Zone (2.56 - 2.64): The extended macro target box.
Liquidity Sweep Box (-0.21 to -0.29): Placed exactly opposite to the breakout direction. If the price pushes into this zone and closes back inside the range, the indicator marks a precise Sweep (x) label, signaling a potential liquidity trap / reversal.
3. Market Structure Engine (BOS & CHoCH)
The script continuously scans for fractal highs and lows. It draws "Candidate" levels and waits for the price to break them (wick or body close based on your preference). Once broken, it permanently stamps the chart with BOS (Break of Structure) or CHoCH (Change of Character) labels and lines, keeping a clean historical record of the trend state.
4. Kinetic MA Trail & Bias Engine
To avoid plotting setups against the broader trend, the indicator uses a "Kinetic MA." This is a macro moving average that trails the price uniquely by filtering out noise using Supertrend and ATR logic.
When the price is above the Kinetic MA, the macro bias is Bullish.
When the price is below the Kinetic MA, the macro bias is Bearish.
Note: This internal bias is what dictates the direction of the Session and First 4H Fibonacci projections.
5. Advanced FVG / Breaker Engine
A built-in Fair Value Gap (FVG) and Breaker block extraction module.
Displays the last N unmitigated gaps.
Overlap Filter: Automatically hides overlapping FVGs to keep the chart incredibly clean.
Raid Detection: Marks an "x" inside the gap if the price aggressively wicks into it (a liquidity raid) but fails to close beyond it.
Supports mitigation filtering by Wick, Body Close, or Average line.
⚙️ How to Use It?
Select your Mode: If you trade the London/New York overlaps, set the Fib Mode to "Session". If you are a pure price-action scalper, set it to "Scalp" or "Intraday".
Follow the Liquidity: Look for setups where the price breaks structure, pulls back into the yellow Magnetic Level (0.5), or sweeps the Red Liquidity Box (-0.21 to -0.29) before targeting the Green Reaction Zones.
Align with the Kinetic MA: Use the glowing Kinetic MA band to stay on the right side of the macro trend.
⚠️ Disclaimer
For Educational Purposes Only:
The "Scalp The React" indicator and all its built-in features (including Fibonacci zones, market structure labels, moving averages, and FVG detection) are provided strictly for educational and informational purposes.
Not Financial Advice:
This script does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. Trading in financial markets (including cryptocurrencies, forex, stocks, and commodities) involves a high degree of risk and may not be suitable for all investors. You could lose some or all of your initial investment.
No Guarantee of Results:
Past performance of any trading system or methodology is not necessarily indicative of future results. The zones, labels, and signals generated by this script are based on mathematical formulas and historical price action; they do not predict the future.
User Responsibility:
By using this script, you acknowledge that you are solely responsible for your own trading decisions. Always conduct your own research (DYOR), practice strict risk management, and consult with a certified financial advisor before making any trading or investment decisions. The author of this script assumes no responsibility for any trading losses incurred. Indicator

Market Euphoria Index - MEI1. The Three Core Factors
The script measures market sentiment by evaluating three different "factors" of price action and assigning a score from 0 to 100 for both Euphoria and Panic.
RSI Factor (Momentum Extremes): It checks if the traditional RSI is overextended.
If RSI is above 70, it scales the value into an Euphoria Score. For example, an RSI of 85 will have a higher Euphoria score than an RSI of 75.
If RSI is below 30, it scales into a Panic Score.
VWAP Stretch Factor (Overextension): It measures how far the current price has stretched away from the Volume Weighted Average Price (VWAP), normalized by the Average True Range (ATR).
If the price shoots up higher than the VWAP by a multiple of the ATR (default is 2.0x), it triggers a maximum 100 Euphoria Score (indicating the asset is heavily overvalued relative to its average volume-weighted baseline).
If it crashes below the VWAP by the same distance, it triggers a 100 Panic Score.
Price Momentum / K's Factor (Candlestick Sentiment): This looks purely at the candlesticks over the last 14 periods (by default).
It counts how many candles closed higher than they opened (Bullish candles) and converts that ratio into an Euphoria Score.
It does the inverse for Bearish candles to create a Panic Score.
2. The Composite Blend
Once the script has the three Euphoria scores and three Panic scores, it averages them:
pinescript -
euphoriaScore = (rsiEuphoria + vwapEuphoria + momEuphoria) / 3
panicScore = (rsiPanic + vwapPanic + momPanic) / 3
Finally, it subtracts the panicScore from the euphoriaScore to get the final mei value.
3. Interpretation & Visuals
The indicator plots as a histogram with dynamic colors and static threshold lines:
> +50 (Red): Extreme Euphoria. The market is firing on all cylinders (RSI overbought, stretched far above VWAP, heavily bullish candles). High risk of a blow-off top reversal.
> +20 (Orange): Standard Euphoria/Strong Uptrend.
Between -20 and +20 (Gray): Neutral market.
< -20 (Teal): Standard Panic/Strong Downtrend.
< -50 (Green): Extreme Panic. The market is oversold, stretched far below VWAP, and showing heavy bearish momentum. High probability of a capitulation bottom bounce.
The script also includes built-in alert conditions (Extreme Euphoria Alert and Extreme Panic Alert) so you can automate notifications when the market reaches these psychological extremes! Indicator
