OSOK KatxumotoThe OSOK Dynamic Box Enhanced is designed for scalpers and traders using the OSOK (One Shot, One Kill) method on futures like the NQ.
Features include:
A midline that dynamically follows the current price in real-time.
Upper (LS) and lower (LI) protection lines at configurable distances from the current price, representing stop or protection levels.
Target lines offset from LS and LI according to your risk/reward strategy, also fully configurable.
Customizable colors and thickness for all lines, allowing you to adapt the visualization to your trading style.
All lines automatically extend to the right from the current price, keeping the chart clean without accumulating old lines.
This indicator helps traders quickly visualize key levels, manage risk, and set objectives efficiently—perfect for scalping and high-precision setups.
Configurable parameters:
Protection distance (LS/LI) in points
Target distance from LS/LI in points
Line colors and thickness
Line extension to the right
المؤشرات والاستراتيجيات
Trend Strength Confidence Gauge LiteMost traders don’t fail from bad charts — they fail from bad timing. Jumping in too early, bailing too soon, or freezing when the move finally comes.
The Trend Strength Confidence Meter strips away the noise and highlights the three factors that matter most:
Trend → The confirmed direction of the market
Confidence → Concise tool clarity providing quick entries
Strength → Strength Score shows the underlying battle between buyers and sellers
How to Use It:
Watch the Moving Average Ribbon (Hull MA) for a flip: green = uptrend, red = downtrend.
Act only when ribbon color matches the Confidence thumbs-up.
Confirm with Strength 3+ before entry.
When trend, confidence, and strength align, you reduce risk and step in at tighter entry points — giving clarity for entries and conviction to hold through stronger moves.
Advanced Indicators Made Simple — Provided by The AI Trading Desk
VXN Money Flow IndexThis indicator is based on other open source scripts. It's designed for trading Nasdaq futures (NQ and MNQ). It generates trading signals using the Money Flow Index (MFI), which measures buying and selling pressure based on price and volume. The VXN index (CBOE Nasdaq Volatility Index) filters signals to align with market sentiment.
- MFI Signals: Bullish signals occur when MFI crosses above the 20 level (oversold) and the VXN background is green (bullish sentiment). Bearish signals occur when MFI crosses below the 80 level (overbought) and the VXN background is red (bearish sentiment).
- VXN Filter: The background is green when the VXN 1-period EMA is below the 200-period SMA (bullish), and red when the EMA is above the SMA (bearish).
Usage: Apply this indicator to a Nasdaq futures chart in TradingView. Take long trades on MFI crossovers above 20 when the background is green, and short trades on MFI crossunders below 80 when the background is red. Signals are plotted as triangles on the price chart.
% of stocks in spx above 200 ma— Simplified (30/70 levels)S5TH Breadth Suite — Simplified (30/70 Levels)
This indicator tracks the S&P 500 % of stocks above their 200-day moving average (S5TH), plotted on a 0–100 scale.
• Line Plot: Blue line shows the breadth percentage.
• Key Levels:
• 70 → Overbought zone
• 50 → Neutral midpoint
• 30 → Oversold zone
• Background Shading:
• Red tint = Oversold (<30)
• Green tint = Overbought (>70)
• Signals & Alerts:
• Circles mark midline crossovers.
• Arrows show exits from extreme zones (oversold/overbought).
• Alerts can be set for each condition.
✅ Clean design — no moving averages.
✅ Helps spot breadth extremes, reversals, and trend shifts.
✅ Works on any timeframe (default is chart TF).
Vietnamese: Swing Low Detection with SMA Bands & BackgroundThis script detects **swing lows** using a dynamic SMA-based logic and visually highlights them on the chart.
Features
Customizable Moving Averages: Supports multiple MA types (SMA, EMA, WMA, RMA, HMA, DEMA, TEMA, VWMA).
Swing Low Visualization: Identifies swing lows when price closes below the SMA of lows and exits once price trades above the SMA of highs.
Smart Rectangles: Marks detected swing lows with labeled boxes for clear visual reference.
Background Highlights**: Dynamically shades the chart background when price breaks below recent swing lows, helping traders spot potential breakdown zones.
Configurable Parameters: Period length, rectangle length, and MA source can all be tuned.
Use Cases
Spot breakdown/bearish continuation signals when price closes under recent lows.
Combine with higher timeframe trend analysis for confluence.
Notes
* This tool is designed for **visual analysis** and is not a standalone buy/sell signal.
* Works best when combined with broader trend analysis, support/resistance levels, and volume.
WAE SHK Teyla 3MDesigned to detect high-pressure market moments, where momentum and volume converge to trigger explosive moves. Ideal as an entry trigger in scalping strategies, especially when paired with STC and ST-MA.
Futures Rotation Strategy - Overlay (Tables & Signals)This strategy focuses on the laggards and leaders of the market indices and does some weird stuff and determines which to long or short.
Estrategia REGLA DE OROit is an indicator that allows you to design the nearest support and resistance + buy and sell alert.
VXN RSI VWAP basedThis indicator is based on other open source scripts. It's designed for trading Nasdaq futures (NQ and MNQ). It generates trading signals based on the Relative Strength Index (RSI) calculated from multiple VWAP-based price series with different lengths. The VXN index (CBOE Nasdaq Volatility Index) is used to filter signals via background color.
- RSI Signals: Bullish signals occur when any RSI crosses above the 20 level (oversold), and bearish signals occur when any RSI crosses below the 80 level (overbought). These are plotted as green/red circles.
- VXN Filter: Traders should only take bullish signals (RSI > 20) when the background is green (VXN 1-period EMA < 200-period SMA, indicating bullish sentiment) and bearish signals (RSI < 80) when the background is red (VXN 1-period EMA > 200-period SMA, indicating bearish sentiment).
- Additional Signals: Optional signals are generated when all RSI lines are simultaneously bullish (green) or bearish (red), plotted as triangles if enabled.
Usage: Apply this indicator to a Nasdaq futures chart (NQ or MNQ) in TradingView. Wait for RSI crossovers above 20 when the background is green for long trades, and crossunders below 80 when the background is red for short trades. Adjust VWAP lengths, RSI length, and VXN settings to suit your trading strategy.
10 Points from 9 EMA//@version=6
indicator("10 Points from 9 EMA", overlay=true)
// Calculate the 9-period EMA
ema9 = ta.ema(close, 9)
// Define the levels based on the EMA
tenPointsAboveEMA = ema9 + 10
tenPointsBelowEMA = ema9 - 10
// Create labels based on the distance from EMA
if (high >= tenPointsAboveEMA or low <= tenPointsBelowEMA)
label.new(bar_index, close, "10", color=color.blue, textcolor=color.white, style=label.style_label_up, size=size.small)
Multi-EMA System (9,34,50,200)This script gives you:
Yellow line: 9 EMA (your fastest momentum indicator)
Orange line: 34 EMA (good for short-term trend confirmation)
Blue line: 50 EMA (classic medium-term trend line)
Red line: 200 EMA (the big daddy - long-term trend and major support/resistance)
I made the 200 EMA a bit thicker since it's usually the most significant level. You can adjust the colors in the script if you prefer different ones.
Near-Hammer & Near-Inverted-Hammer by Steph70 percent of wick is bigger than other side of wick alert indicator
VXN VWAP & TWAPThis indicator is based on other open source scripts. It's designed for trading Nasdaq futures (NQ and MNQ). It provides directional guidance by combining the VXN index (CBOE Nasdaq Volatility Index) with VWAP and TWAP.
- VXN: Helps assess market volatility and sentiment for Nasdaq futures. A 1-period EMA and 200-period SMA of VXN are used to determine bullish (EMA < SMA) or bearish (EMA > SMA) conditions, visualized via background color.
- VWAP: Calculates the volume-weighted average price, serving as a dynamic support/resistance level. Its direction (rising or falling) indicates bullish or bearish momentum.
- TWAP: Calculates the time-weighted average price over a user-defined anchor period, useful for identifying average price trends over time.
Usage: Traders should align their trades with the direction of VWAP and TWAP (green for bullish, red for bearish) and use the VXN EMA vs. SMA crossover to confirm market sentiment (green background for bullish, red for bearish).
10 Points Mark on Bars with Wicks Why It Matters
- Precision: Traders using fixed-point strategies (e.g., targeting 10-point gains) rely on identifying such bars.
- Volatility gauge: A 10-point bar can indicate a sudden price move, useful for momentum trading.
10 Points Mark on BarsWhy It Matters
- Precision: Traders using fixed-point strategies (e.g., targeting 10-point gains) rely on identifying such bars.
- Volatility gauge: A 10-point bar can indicate a sudden price move, useful for momentum trading.
10 Points Bar from Open to CloseWhy It Matters
- Precision: Traders using fixed-point strategies (e.g., targeting 10-point gains) rely on identifying such bars.
- Volatility gauge: A 10-point bar can indicate a sudden price move, useful for momentum trading.
Breakout Retest ScannerStill working on it, but break the previous day high or low, retest and get an alert of some sort.
10 Points BarMesure 10 points bars
Why It Matters
- Precision: Traders using fixed-point strategies (e.g., targeting 10-point gains) rely on identifying such bars.
- Volatility gauge: A 10-point bar can indicate a sudden price move, useful for momentum trading.
Crypto Breakout Buy/Sell Sequence
⚙️ Components & Sequence Multiple Timeframe (What It Does)
1. Bollinger Bands – Form the foundation by measuring volatility and creating the dynamic range where squeezes and breakouts occur.
2. Squeeze Dots – Show when price compresses inside the bands, signaling reduced volatility before expansion.
3. Breakout Event (Brk Dot) – Fires when price expands beyond the squeeze zone, confirming volatility expansion. (This paints Intra, before candle close)
4. Buy Signal – Confirms entry after a breakout is validated. (This paints at candle close)
5. Pump Signal – Flags sudden surges that extend sharply from the bands, often linked to strong inflows.
6. Momentum Stream – Tracks the strength of movement following the breakout, from continuation (🟢) to slowing (🟡) to exhaustion (🔴). (Resets at Pump Signal)
7. Overbought Indicator – Confirms when momentum has reached overheated conditions, often aligning with band extremes.
8. Sell Signal – Prints when exhaustion/reversal conditions are met, closing the trade cycle.
The Crypto Breakout Buy/Sell Sequence is a no-repaint event indicator that maps a full trade cycle using Bollinger-band-based volatility states: Bollinger Bands → Squeeze → Breakout → Buy → Pump → Momentum → Top Test → Overbought → Sell. Each stage is rule-based and designed to be read on standard candlesticks.
How It Works (System Logic)
Volatility framework: Bollinger Bands define dynamic range and compression/expansion.
Initiation: Squeeze → Breakout confirms expansion; Buy validates participation after expansion begins.
Management: Pump highlights unusual acceleration; Momentum stream tracks continuation → slowing → exhaustion.
Exhaustion/Exit: Top Testing + Overbought build the exhaustion case; Sell marks the sequence end.
How To Use (Quick Guide)
Wait for Squeeze → Breakout → Buy to establish a structured start.
Manage with Momentum:
🟢 continuation, 🟡 slowing, 🔴 exhaustion pressure.
Monitor extremes: Top Testing and/or Overbought = tighten risk.
Exit on Sell or on your risk rules when exhaustion builds.
Limitations & Good Practice
Signals reflect price/volatility behavior, not certainty.
Strong trends can remain extended; Overbought/Top Test ≠ instant reversal.
Always confirm with your own risk rules, position sizing, and market context.
Initial public release: integrated Squeeze/Breakout/Buy → Momentum → Exhaustion → Sell cycle; improved label clarity; cleaned defaults.
Disclaimer
For educational purposes only. Not financial advice. Past performance does not guarantee future results. Test before live use.
Thank You
VXN Smart Money ConceptsThis indicator is based on other open source scripts. It's designed specifically for Nasdaq futures contracts (NQ and MNQ). It implements Smart Money Concepts (SMC) tools including internal and swing market structures, order blocks, equal highs/lows, fair value gaps, premium/discount zones, and multi-timeframe highs/lows.
The indicator overlays these elements on the chart to help identify potential reversal and continuation points in the market.
A key feature is the integration of the VXN (CBOE Nasdaq Volatility Index) to provide directional bias through background coloring:
- Green background: Indicates a bullish VXN trend (short-term EMA below long-term SMA), suggesting lower volatility and potential upward momentum. Users should prioritize bullish breakout signals (e.g., Bullish BOS or CHoCH) in this condition.
- Red background: Indicates a bearish VXN trend (short-term EMA above long-term SMA), suggesting higher volatility and potential downward pressure. Users should prioritize bearish breakout signals (e.g., Bearish BOS or CHoCH) in this condition.
Always align breakout signals from structures (BOS/CHoCH) and order blocks with the VXN direction for higher probability trades. For example, take long positions on bullish breakouts only during green backgrounds, and short positions on bearish breakouts only during red backgrounds.
VHB by bigmmVolume-Based Support/Resistance Levels Indicator identifies significant price levels based on high-volume trading activity across three timeframes (4H, D, W). The script draws horizontal lines at key support/resistance levels where trading volume exceeded 60% of the maximum volume observed over the previous 499 periods.
Analyzes volume spikes on 4-hour, daily, and weekly timeframes
Displays colored lines (green for bullish candles, red for bearish candles)
Maintains only the 5 most recent significant levels to avoid chart clutter
Labels each line with its respective timeframe (4H, 1D, 1W)
Lines extend in real-time to show current relevance of each level
Traders can use these volume-based levels to identify potential support/resistance zones and make informed decisions about entry/exit points, recognizing areas where significant trading activity previously occurred.
Market Reversal Time HighlightsThis indicator marks the times when the market has an inflection or reversal.
This script is customizable and free to use