CVD bandLATO — Liquidity-Adjusted Trend Oscillator
Measures trend momentum normalized by volatility and liquidity to make signals more comparable across symbols/timeframes.
Corak carta
MA-Touch Entry Demo🧠 Strategy Overview — “MA-Touch Entry Demo”
Name on chart: MA-Touch Entry Demo
Type: Momentum continuation & reversal tester
Default timeframe: 1-Hour (works well 15-min → 4-H)
Markets: Equities, indices, crypto, and high-volume ETFs
This strategy is a lightweight, modular framework for testing how price interacts with key moving averages (MAs) — and entering trades when candles “touch” or reclaim these dynamic supports or resistances.
It is inspired by your broader PM methodology, designed to train discipline in identifying mean reversion vs. breakout setups.
⚙️ Core Idea
The concept:
Trending markets respect their MAs (especially 20, 40, 100, 200).
Sideways markets create multiple touches that can be scalped.
Entries are based on confirmed touches and closes above/below selected MAs — never mid-candle guesses.
📊 Components
Element	Description
EMA Fast	Short-term trend direction (momentum flow)
EMA Slow	Structural trend bias (acts as dynamic support/resistance)
MA Touch Signal	Candle touches and closes back above/below MAs
Volume Filter	Confirms genuine breakout or rejection
ATR Targets	Generates dynamic SL & TP zones
🔍 Entry Logic
✅ Long Entry
Price touches or slightly dips below the EMA Slow (20 or 40).
Next candle closes back above both EMAs.
Volume > 20-bar average.
Optional: RSI > 35 and rising.
❌ Short Entry
Price rallies into the EMA Slow or higher.
Candle closes below both EMAs.
Volume > average.
Optional: RSI < 65 and falling.
💰 Exit Logic
Stop-loss: 1.5 × ATR below entry for longs, above for shorts.
Take-profit:
TP 1 = 1.5 × ATR (50 % position)
TP 2 = 3 × ATR (remainder)
Optional trailing exit once price crosses against your entry MA.
🧩 How to Use
1️⃣ Add to Chart
Paste the script into TradingView’s Pine Editor and click Add to Chart.
Use 1H timeframe for balanced signal frequency; switch to 15 min for scalps or 4 H for swings.
2️⃣ Configure Inputs
EMA Fast / Slow lengths
ATR multipliers for SL / TP
Volume filter toggle
Optionally adjust RSI thresholds if added
3️⃣ Confirm Signals
Use with clean price action — avoid major news events or low-volume hours.
Best times for SPY/QQQ: 10 AM – 3 PM ET.
For BTC/ETH: during London + NY overlap (8 AM – 1 PM ET).
4️⃣ Risk Management
Position size = fixed % of capital (1–2 %).
Always risk ≤ 1 % per trade.
Avoid overlapping trades (no new entry if previous trade open).
📈 Ideal Use Cases
Market	Style	Notes
SPY, QQQ	Intraday / Swing	Excellent MA respect, clear structure
BTC, ETH	Volatility Scalps	Tune ATR × 2 – 3 for higher noise
NVDA, TSLA	Momentum Breakouts	MA bounces after gap-ups
AAPL, META	Mean Reversion	EMA40 reclaims very reliable
💡 Optimization Tips
Combine with VWAP or RSI Divergence to confirm reversals.
In high-volatility sessions, widen stops (ATR × 2.0).
In quiet markets, focus on 1H signals only.
Run backtests on each ticker to identify your personal “touch depth” (how far below MA is acceptable before reversal).
🎯 Expected Results (Typical Backtest on SPY 1H)
Metric	Average
Win Rate	58 – 68 %
Profit Factor	1.4 – 2.0
Max Drawdown	< 10 % (with ATR stops)
Avg Holding	2–4 bars
📢 Pro Mode
Enable alerts:
alertcondition(longSignal , title="Long Entry", message="MA-Touch Long")
alertcondition(shortSignal, title="Short Entry", message="MA-Touch Short")
Send these to your broker automation or Discord for instant reaction.
BubbleCVD v1.8.3 (CVD + Per-bar Panel)LATO — Liquidity-Adjusted Trend Oscillator
Measures trend momentum normalized by volatility and liquidity to make signals more comparable across symbols/timeframes.
Power RSI Segment Runner [CHE]  Power RSI Segment Runner   — Tracks RSI momentum across higher timeframe segments to detect directional switches for trend confirmation.
  Summary 
This indicator calculates a running Relative Strength Index adapted to segments defined by changes in a higher timeframe, such as daily closes, providing a smoothed view of momentum within each period. It distinguishes between completed segments, which fix the final RSI value, and ongoing ones, which update in real time with an exponential moving average filter. Directional switches between bullish and bearish momentum trigger visual alerts, including overlay lines and emojis, while a compact table displays current trend strength as a progress bar. This segmented approach reduces noise from intra-period fluctuations, offering clearer signals for trend persistence compared to standard RSI on lower timeframes.
  Motivation: Why this design? 
Standard RSI often generates erratic signals in choppy markets due to constant recalculation over fixed lookback periods, leading to false reversals that mislead traders during range-bound or volatile phases. By resetting the RSI accumulation at higher timeframe boundaries, this indicator aligns momentum assessment with broader market cycles, capturing sustained directional bias more reliably. It addresses the gap between short-term noise and long-term trends, helping users filter entries without over-relying on absolute overbought or oversold thresholds.
  What’s different vs. standard approaches? 
- Baseline Reference: Diverges from the classic Wilder RSI, which uses a fixed-length exponential moving average of gains and losses across all bars.
- Architecture Differences:
  - Segments momentum resets at higher timeframe changes, isolating calculations per period instead of continuous history.
  - Employs persistent sums for ups and downs within segments, with on-the-fly RSI derivation and EMA smoothing.
  - Integrates switch detection logic that clears prior visuals on reversal, preventing clutter from outdated alerts.
  - Adds overlay projections like horizontal price lines and dynamic percent change trackers for immediate trade context.
- Practical Effect: Charts show discrete RSI endpoints for past segments alongside a curved running trace, making momentum evolution visually intuitive. Switches appear as clean, extendable overlays, reducing alert fatigue and highlighting only confirmed directional shifts, which aids in avoiding whipsaws during minor pullbacks.
  How it works (technical) 
The indicator begins by detecting changes in the specified higher timeframe, such as a new daily bar, to define segment boundaries. At each boundary, it finalizes the prior segment's RSI by summing positive and negative price changes over that period and derives the value from the ratio of those sums, then applies an exponential moving average for smoothing. Within the active segment, it accumulates ongoing ups and downs from price changes relative to the source, recalculating the running RSI similarly and smoothing it with the same EMA length.
Points for the running RSI are collected into an array starting from the segment's onset, forming a curved polyline once sufficient bars accumulate. Comparisons between the running RSI and the last completed segment's value determine the current direction as long, short, or neutral, with switches triggering deletions of old visuals and creation of new ones: a label at the RSI pane, a vertical dashed line across the RSI range, an emoji positioned via ATR offset on the price chart, a solid horizontal line at the switch price, a dashed line tracking current close, and a midpoint label for percent change from the switch.
Initialization occurs on the first bar by resetting accumulators, and visualization gates behind a minimum bar count since the segment start to avoid early instability. The trend strength table builds vertically with filled cells proportional to the rounded RSI value, colored by direction. All drawing objects update or extend on subsequent bars to reflect live progress.
  Parameter Guide 
EMA Length — Controls the smoothing applied to the running RSI; higher values increase lag but reduce noise. Default: 10. Trade-offs: Shorter settings heighten sensitivity for fast markets but risk more false switches; longer ones suit trending conditions for stability.
Source — Selects the price data for change calculations, typically close for standard momentum. Default: close. Trade-offs: Open or high/low may emphasize gaps, altering segment intensity.
Segment Timeframe — Defines the higher timeframe for segment resets, like daily for intraday charts. Default: D. Trade-offs: Shorter frames create more frequent but shorter segments; longer ones align with major cycles but delay resets.
Overbought Level — Sets the upper threshold for potential overbought conditions (currently unused in visuals). Default: 70. Trade-offs: Adjust for asset volatility; higher values delay bearish warnings.
Oversold Level — Sets the lower threshold for potential oversold conditions (currently unused in visuals). Default: 30. Trade-offs: Lower values permit deeper dips before signaling bullish potential.
Show Completed Label — Toggles labels at segment ends displaying final RSI. Default: true. Trade-offs: Enables historical review but can crowd charts on dense timeframes.
Plot Running Segment — Enables the curved polyline for live RSI trace. Default: true. Trade-offs: Visualizes intra-segment flow; disable for cleaner panes.
Running RSI as Label — Displays current running RSI as a forward-projected label on the last bar. Default: false. Trade-offs: Useful for quick reads; may overlap in tight scales.
Show Switch Label — Activates RSI pane labels on directional switches. Default: true. Trade-offs: Provides context; omit to minimize pane clutter.
Show Switch Line (RSI) — Draws vertical dashed lines across the RSI range at switches. Default: true. Trade-offs: Marks reversal bars clearly; extends both ways for reference.
Show Solid Overlay Line — Projects a horizontal line from switch price forward. Default: true. Trade-offs: Acts as dynamic support/resistance; wider lines enhance visibility.
Show Dashed Overlay Line — Tracks a dashed line from switch to current close. Default: true. Trade-offs: Shows price deviation; thinner for subtlety.
Show Percent Change Label — Midpoint label tracking percent move from switch. Default: true. Trade-offs: Quantifies progress; centers dynamically.
Show Trend Strength Table — Displays right-side table with direction header and RSI bar. Default: true. Trade-offs: Instant strength gauge; fixed position avoids overlap.
Activate Visualization After N Bars — Delays signals until this many bars into a segment. Default: 3. Trade-offs: Filters immature readings; higher values miss early momentum.
Segment End Label — Color for completed RSI labels. Default: 7E57C2. Trade-offs: Purple tones for finality.
Running RSI — Color for polyline and running elements. Default: yellow. Trade-offs: Bright for live tracking.
Long — Color for bullish switch visuals. Default: green. Trade-offs: Standard for uptrends.
Short — Color for bearish switch visuals. Default: red. Trade-offs: Standard for downtrends.
Solid Line Width — Thickness of horizontal overlay line. Default: 2. Trade-offs: Bolder for emphasis on key levels.
Dashed Line Width — Thickness of tracking and vertical lines. Default: 1. Trade-offs: Finer to avoid dominance.
  Reading & Interpretation 
Completed segment RSIs appear as static points or labels in purple, indicating the fixed momentum at period close—values drifting toward the upper half suggest building strength, while lower half implies weakness. The yellow curved polyline traces the live smoothed RSI within the current segment, rising for accumulating gains and falling for losses. Directional labels and lines in green or red flag switches: green for running momentum exceeding the prior segment's, signaling potential uptrend continuation; red for the opposite.
The right table's header colors green for long, red for short, or gray for neutral/wait, with filled purple bars scaling from bottom (low RSI) to top (high), topped by the numeric value. Overlay elements project from switch bars: the solid green/red line as a price anchor, dashed tracker showing pullback extent, and percent label quantifying deviation—positive for alignment with direction, negative for counter-moves. Emojis (up arrow for long, down for short) float above/below price via ATR spacing for quick chart scans.
  Practical Workflows & Combinations 
- Trend Following: Enter long on green switch confirmation after a higher high in structure; filter with table strength above midpoint for conviction. Pair with volume surge for added weight.
- Exits/Stops: Trail stops to the solid overlay line on pullbacks; exit if percent change reverses beyond 2 percent against direction. Use wait bars to confirm without chasing.
- Multi-Asset/Multi-TF: Defaults suit forex/stocks on 1H-4H with daily segments; for crypto, shorten EMA to 5 for volatility. Scale segment TF to weekly for daily charts across indices.
- Combinations: Overlay on EMA clouds for confluence—switch aligning with cloud break strengthens signal. Add volatility filters like ATR bands to debounce in low-volume regimes.
  Behavior, Constraints & Performance 
Signals confirm on bar close within segments, with running polyline updating live but gated by minimum bars to prevent flicker. Higher timeframe changes may introduce minor repaints on timeframe switches, mitigated by relying on confirmed HTF closes rather than intrabar peeks. Resource limits cap at 500 labels/lines and 50 polylines, pruning old objects on switches to stay efficient; no explicit loops, but array growth ties to segment length—suitable for up to 500-bar histories without lag.
Known limits include delayed visualization in short segments and insensitivity to overbought/oversold levels, as thresholds are inputted but not actively visualized. Gaps in source data reset accumulators prematurely, potentially skewing early RSI.
  Sensible Defaults & Quick Tuning 
Start with EMA length 10, daily segments, and 3-bar wait for balanced responsiveness on hourly charts. For excessive switches in ranging markets, increase wait bars to 5 or EMA to 14 to dampen noise. If signals lag in trends, drop EMA to 5 and use 1H segments. For stable assets like indices, widen to weekly segments; tune colors for dark/light themes without altering logic.
  What this indicator is—and isn’t 
This tool serves as a momentum visualization and switch detector layered over price action, aiding trend identification and confirmation in segmented contexts. It is not a standalone trading system, predictive model, or risk calculator—always integrate with broader analysis, position sizing, and stop-loss discipline. View it as an enhancement for discretionary setups, not automated alerts without validation.
  Disclaimer 
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.  
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.  
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.  
Do not use this indicator on Heikin-Ashi, Renko, Kagi, Point-and-Figure, or Range charts, as these chart types can produce unrealistic results for signal markers and alerts.  
 Best regards and happy trading  
Chervolino
Spooky Time (10/31/25) [VTB]Get ready to add some eerie fun to your charts this Halloween! "Spooky Time" is a lighthearted indicator that draws a festive, animated Halloween scene right on your TradingView chart. Perfect for traders who want to celebrate the spooky season without missing a beat on the markets. Whether you're analyzing stocks, crypto, or forex, this overlay brings a touch of holiday spirit to your setup.
#### Key Features:
- **Jack-o'-Lantern Pumpkin**: A detailed, glowing pumpkin with carved eyes, nose, and a jagged mouth. The eyes and mouth cycle through black (off), yellow, and red glows for a subtle animation effect, giving it that classic haunted vibe.
- **Flickering Candle**: A wax candle with a wick and an animated flame that shifts positions slightly across three frames, mimicking a real flickering light. The flame color changes between yellow, red, and orange for added dynamism.
- **Spider Web and Spider**: A spiral web with radial lines, complete with a creepy-crawly spider. The spider's legs animate with small movements, as if it's ready to pounce—perfect for that extra spooky touch!
- **Customization Options**: Toggle the "Desiringmachine" label on/off, choose its position on the chart (e.g., Bottom Center), and select the text color. The entire scene is positioned relative to the chart's open price and ATR for better scaling.
- **Animation Cycle**: The whole setup uses a simple 3-frame animation based on bar_index, making it feel alive without overwhelming your chart.
This indicator is purely visual and non-intrusive—it doesn't plot any trading signals or data, so it won't interfere with your strategies. Just add it to your chart for some Halloween cheer during your trading sessions!
**Date Note**: Timed for Halloween 2025 (10/31/25)—feel the spooky energy!
**Happy Halloween!!!** 🎃👻🕸️
2-Stage PSP with SMT [Pogiest]General 
Precision Swing Point (PSP) is a concept derived from Quarterly Theory concepts originating from ICT methodologies. The concept typically uses a 3-candle swing formation in which candle 2 has a divergence in the closing price with one asset compared to the other two assets in a correlated asset triad (i.e. one closes bullish and other two closes bearish, vice-versa). A Terminus Price Divergence (TPD) is an additional divergence between candle 1’s closing price and candle 3’s opening price (i.e. one asset’s candle 3 opening price opens below candle 1 closing price while the other two assets’ candle 3 opening price opens above candle 1 closing price, vice-versa). The candle 3 divergence and candle 2 divergence put together is what defines a TPD.  Additionally, consecutive candle SMT (Smart Money Technique) are divergences between Candle 1/Candle 2 highs/lows or Candle 2/Candle 3 high/lows. There are different types of cracks in correlation. A crack in correlation can be defined as a precision swing point, a terminus price divergence, SMT, etc. A “2-Stage PSP” can be defined as a confirmed PSP with consecutive candle SMT. Several cracks in correlation can signify a potential reversal, retracement, or continuation.
 What makes this indicator unique: 
This indicator is designed to track PSP and TPDs in real time as they are forming. It first displays the current state of the current candle’s price action whether bullish or bearish and highlights when a PSP is about to form. Once the PSP is confirmed, the indicator looks for a second crack in correlation between candle 1’s closing price and candle 3’s opening price to confirm a TPD is active. Once the TPD is active, it looks for a crack in correlation via SMT between Candle 1 and Candle 2’s highs/lows or between Candle 2 and Candle 3’s high/lows. The PSP w/ TPD confirmation and SMT divergence would be deemed a “2-Stage PSP” which is all highlighted in the indicator table. Several cracks in correlation can signify a potential reversal, retracement, or continuation.
  
Note: Credit of concepts/ideas goes to TraderDaye, JacobSpeculates, The Market Lens Team, Afyz, and ICT.
 How the Indicator Table Works 
 Timeframe Column: 
1. Displays up to four different timeframes to monitor.
 Asset Columns: 
1. Cells display “Bull” in green background color or “Bear” in red background color showing the current state of each candle and updates in real-time tick by tick.
-2. Up and Down arrows are fixed in the cells when the TPD status is “Active” (See below) indicating the final print of the PSP candle (candle 2) closing bullish (up arrow) or bearish (down arrow). The arrows will be cleared once the TPD status is either in an “Inactive” or “Pending” state.
  
 TPD Status Column (see defined divergences in General section above): 
1. “Inactive” indicates no divergence in all assets (i.e. all three assets in a triad are all printing bullish or bearish candles)
2. “Pending” indicates a potential divergence in candle 2’s closing price (i.e. one asset’s current state in candle 2 is bearish while the others are bullish, vice versa). This updates in real-time tick by tick and continues to monitor each candle as they form for a candle 2 divergence.
  
3. “Active” indicates a confirmed TPD in which both a candle 2 divergence and candle 3 divergence (i.e. divergence between candle 3 opening price and candle 1 closing price) exists.
  
Note 1: If candle 2 has an asset in a correlated triad close as a doji candle (opening price and closing price are exactly the same) while the other two assets close bullish or bearish, the indicator will not deem candle 2 as a valid PSP candle. There has to be a divergence in the opening/closing price on at least two assets to be valid.
Note 2: Any historical TPDs will not be displayed in the table as this indicator only tracks TPDs in real time and continuously monitors for potential TPDs and confirmed TPDs.
 Added Feature (2 Stage PSP) 
SMT 1: Displays an SMT consecutive candle divergence between candle 1 and candle 2’s highs and lows. This is displayed once a TPD is in “Active” status while candle 3 is printing. Therefore, the label in the table cell displays past data (Candle 1 and Candle 2 high/low SMTs).
1. “Inactive” indicates there were no SMT divergences.
2. “Asset symbol names” are displayed with a corresponding up arrow or down arrow. Cell background color is red for SMT Divergence at the highs and green for SMT Divergence at the lows. For example, if there was a bearish SMT at the highs of candle 1/candle 2 and one asset made the higher high in candle 2, then that asset would have the up arrow indicating it swept candle 1’s high while the other assets have the down arrow as they did not sweep candle 1’s high. This works vice versa for bullish scenario.
  
3. “Both” indicates there are SMT divergences at both the highs and lows of candle 1 and candle 2.
  
SMT 2: Displays an SMT consecutive candle divergence between candle 2 and candle 3’s highs and lows. This is displayed while a TPD is in “Active” status and updates in real-time tick by tick during candle 3’s price action.
1. “Inactive” indicates there are no current SMT divergences.
2. “Asset symbol names” are displayed with a corresponding up arrow or down arrow. Cell background color is red for SMT Divergence at the highs and green for SMT Divergence at the lows. For example, if there was a bearish SMT at the highs of candle 2/candle 3 and one asset made the higher high in candle 3, then that asset would have the up arrow indicating it swept candle 2’s high while the other assets have the down arrow as they did not sweep candle 2’s high. If one of the assets that did not sweep candle 2’s high ends up sweeping the high, then that asset will dynamically move to the left of the cell next to the asset that swept candle 2’s high with an up arrow leaving only one asset with the down arrow. If the last asset ends up sweeping candle 2’s high, then the cell would change to “Inactive”. This works vice versa for bullish scenario.
  
3. “Both” indicates there are SMT divergences at both the highs and lows of candle 2 and candle 3. If an SMT on one side gets deleted, then the cell will automatically update to display the SMT that is still intact.
  
Note: Equal lows/highs are considered to be a failure swing since it did not sweep the previous candle low/high.
 Settings 
1. Choose up to three different assets to monitor.
Note: If only two are selected, the indicator will only display the two selected and compare the two assets for divergences. If one is selected, a warning sign will be displayed to select at least two assets.
2. Choose up to four different timeframes. Option to deselect timeframes.
3. Option to enable all alerts or active alerts. Alerts include the different status changes in the table (i.e. Pending, Active, Bullish SMT, Bearish SMT, etc for each or all timeframes).
4. Toggle option to show/hide the table. Toggle option to show/hide the “Title Row” which is the first row at the top of the table.
5. Adjust the table positioning to be displayed on the chart. 
6. Option to change text size in the table cells. This will also increase/decrease the size of the table.
 Unique User Experience: 
1. Track current PSP/TPD status in real-time tick by tick as candles form in multiple timeframes.
2. Track consecutive candle SMT in a 3-candle swing formation in real-time in multiple timeframes.
3. Instead of switching through timeframes to check for PSPs/TPDs, they are consolidated in one table.
4. Once there is a confirmed consecutive candle SMT indicated on the table, there are several cracks in correlation (PSP, TPD, and SMT).
 Risk Disclaimer 
This indicator is for educational and informational purposes only and does not constitute financial advice. All trading and investment decisions remain solely the responsibility of the user.
Trading involves a high degree of risk, and past performance is not indicative of future results.
Always conduct your own research and consult with a qualified financial professional before making any trading decisions. 
By using this indicator, users acknowledge they understand these risks and accept full responsibility for their trading decisions and outcomes.
Liquidity Sweep & Reversal — Body Anchored + Risk (v6)Overview
The Liquidity Sweep & Reversal — Locked to Price (v6) indicator identifies liquidity sweeps around major swing highs and lows, confirming reversals when price closes back inside the swept level.
All signals are locked to price (bottom of green candle for BUY, top of red candle for SELL), so they remain perfectly aligned when zooming or scaling.
This indicator is ideal for swing traders and scalpers who trade reversals, liquidity events, and reclaim structures.
How It Works
Detects confirmed swing highs and lows using a pivot-based structure.
Waits for a liquidity sweep — when price wicks beyond a recent swing.
Confirms a reclaim when price closes back inside the previous swing level.
Triggers a BUY or SELL signal anchored to the candle body.
Automatically calculates stop loss and risk using ATR and your inputs.
Input Settings
Swing Detection
Swing Detection Strength: How many bars confirm a swing pivot. Higher = stronger swings.
Bars to Confirm Reclaim: Number of bars after a sweep for price to close back within the swing zone.
Swing Proximity %: How close price must come to a swing to count as a liquidity sweep.
Trend Filter (optional)
Use EMA Trend Filter: When enabled, only BUY in uptrend and SELL in downtrend.
Fast EMA Length / Slow EMA Length: Define EMAs used to detect trend direction.
Risk & Stop Management
ATR Length: Period for ATR calculation (volatility measurement).
Base ATR Stop Buffer (x ATR): Distance of stop loss from entry based on ATR multiplier.
Position Size (quote units): Your total position size in quote currency (e.g., USDT).
Risk % of (Position / 20): Defines how much of your position to risk per trade.
Example: (Position / 20) × Risk % = per-trade risk.
Chart Elements
BUY Arrow (green): Appears after a liquidity sweep and reclaim near a swing low.
SELL Arrow (red): Appears after a sweep and reclaim near a swing high.
Labels: Display entry price, stop loss (SL), and calculated risk dollar value.
EMAs: Optional fast/slow moving averages for directional bias.
Dynamic Stops: Adjust automatically using ATR × risk settings.
Trading Tips
Use BUY signals near liquidity sweeps under swing lows.
Use SELL signals near liquidity sweeps above swing highs.
Adjust swing length for different timeframes:
Lower values for scalping (3–5)
Higher values for swing trading (7–10)
Respect stop loss levels and use risk control settings for consistent sizing.
Combine with volume, OBV, or structure for confirmation.
Alerts
BUY — Locked to Price: "BUY: swing low reclaimed with dynamic stop."
SELL — Locked to Price: "SELL: swing high reclaimed with dynamic stop."
Best Use Cases
Liquidity-based reversals
Swing entry confirmation
Stop hunt reclaims
Structure-based entries
Author
Created by @roccodallas
For traders who value clean structure, risk control, and chart precision.
A+ SMC Reversal Setup Detectortesting topg strategy testi
ng topg strategytesting topg strategytesting topg strategy.
testing topg strategy
testing topg strategy
testing topg strategytesting topg strategytesting topg strategy
testing topg strategy
Buy-Sell Indicator - Michael FernandesThis indicator combines ATR-based trailing stops with EMA crossovers to generate clear buy and sell signals.
It adapts dynamically to market volatility using the Average True Range (ATR) and optionally computes signals from Heikin-Ashi candles for smoother trends.
How It Works:
1. ATR Trailing Stop: Calculates a dynamic stop level above or below price depending on trend direction.
2. EMA Confirmation: A 1-period EMA crossover with the trailing stop helps validate entries.
3. Buy Signal: Triggered when price crosses above the trailing stop and EMA confirms momentum.
4. Sell Signal: Triggered when price crosses below the trailing stop and EMA confirms reversal.
Inputs:
1. Key Value (a): Sensitivity multiplier (higher = tighter stop, more signals).
2. ATR Period (c): Length of ATR used to measure volatility.
3. Heikin-Ashi Mode (h): Option to use smoothed candle data for cleaner trends.
Super OrderBlockA visual toolkit that highlights order blocks, fair value gaps, and structural breaks to show where smart money activity occurs in the market.
KANNADI MOHANRAJA  SCALPING 5MINwhen 5 minutes candle color green and 3 min awesome up direction background color green
EMA21 ATR Extension with MetricsThis will show the EMA21 with 0.5 ATR as support. With overbought area 2ATR-2.5ATR. It also has 1.5X daily point
Momentum score Indicator-By ParthibThis is a indicator which assigns score to every scrip and it tells you how much or how strong is the momentum of a particular script is on either side.
Many of my publications are for my use personally and works along with my other scrips simultaneously only. 
KANNADI MOHANRAJA SCALPINGEach 3minute time frame up direction movement background color goes to green
Market Cycle Detector+Momentum Score-By ParthibThis uses 4 variables to asses if the market is in a bull-phase or the market is in a bear phase.
Da MARk on the WALL 2.0Well if you came looking for tom you found a group with a a lot of respect for the systems . That being said come join in some banter plus a few more private scripts ,   Trade safe dont get rugged . 
DA Mark on the wall Well it seems we ran the ball up one more time. i mean Percy is a train , but this thing is insane, Also if you like banter come join the crew discord.gg GREAT channel also free chat 
Gap & Crap Detector V1Gap & Crap Detector (5% Gap Detector + % Labels)
This indicator automatically detects stocks that gap up ≥ 5% (adjustable) from the previous day’s close and tracks whether the move holds or fails over the next three candles.
🔍 How It Works
Yellow % Label → Appears on every candle that gaps up ≥ 5%, showing the exact percentage gap.
Gap & Go (Green Label) → Triggers when the next 3 candles close above the gap-day low, signaling momentum continuation.
Gap & Crap (Red Label) → Triggers immediately if any of the next 3 candles close below the gap-day low, signaling momentum failure.
⚙️ Inputs & Customization
Gap % Threshold – Default 5% (adjustable)
Label Size – Tiny / Small / Normal / Large / Huge
Opacity Controls – Independently set transparency for yellow, red, and green labels
Gap & Go Offset – Adjust how high above the candle the green label appears
🧠 Usage
Use this tool to identify breakout gaps and verify whether price action confirms (Gap & Go) or fails (Gap & Crap).
Ideal for momentum traders, swing traders, Ovtlyr Plan M, and gap strategy backtesting.
TD9 Post-9 Trend + End BoxFor Wayne im just tryin this out for now , but think it nails the trend candles , FIB YOU LIFE LIVE DONT LIE
MA99+MA200+MA400HMA+SLMA+HMA+SL,you can type your enter price,00000011111112222223333333444444455555666666
Zarks 4H Range, 15M Triggers Pt2🕓 4-Hour Structure Dividers ⏰
📈 Vertical lines represent each 4-hour candle broken down into smaller execution timeframes — perfect for aligning entries across 15-minute, 5-minute, and 1-minute charts.
🧭 The lines remain true and synchronized with the 4-hour structure, ensuring timing accuracy:
⏱ 15-Minute: Lines appear at :45 of each corresponding hour
⚙️ 5-Minute: Lines appear at :55 of each corresponding hour
🔹 1-Minute: Lines appear at :59 of each corresponding hour
🎯 Use these precise vertical dividers to visualize higher-timeframe structure while executing on lower-timeframe setups — ideal for confluence traders combining HTF bias with LTF precision.
Zarks 4H Range, 15M Triggers Pt1HTF Dividers + 4H Candle Structure + CRT Reference Tool
🔹 Vertical Blue Lines → represent divisions of the 4-hour timeframe, helping you visually segment intraday structure into HTF blocks.
 Green Dotted Line → marks the High of each 4-hour interval.
🔵 Blue Dotted Line → shows the Open of that 4-hour interval.
⚫ Gray Dotted Line → displays the Close of that 4-hour interval.
🔴 Red Dotted Line → highlights the Low of that 4-hour interval.
💡 CRT Concepts (Candle Range Theory by Romeo TPT)
CRT signals are not direct buy/sell signals ❌💰 — they serve as contextual reference points 🧭.
A high-probability setup often appears when:
A 4H sweep of a previous candle’s high occurs 🐢 (liquidity manipulation),
Followed by a bearish 15-minute close,
Targeting the 50% retracement of that 4H candle’s range 🎯.
📊 Use this tool to frame market structure across timeframes, align entries with liquidity events, and visualize when price may be expanding from or reverting to institutional reference points.
This indicator is meant to be combined with vertical lines on the 15 min time frame at corresponding times example 1:45,4:45,9:45






















