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)
Indicadores e estratégias
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
Breadth Strategy: McClellan + ADnThis script uses only McClellan Oscillator + ADn Line, exactly as you specified.
Runs breadth calculations on daily timeframe by default (tf = D). You can change to weekly, etc.
Entries/exits are instant when conditions flip.
Both mcoWS and ADn are plotted for visualization.
Day Zero Fakeout Detector MTFDay Zero Template (Stacey Burke)
Definition:
“Day Zero” is essentially the setup day in Stacey Burke’s playbook.
It’s the day when the market creates a significant inflection — often forming a Peak Formation High (PFH) or Peak Formation Low (PFL).
It usually occurs after 3 days of directional movement (the classic 3-day cycle Stacey teaches).
Example:
Day 1: Breakout expansion.
Day 2: Continuation or consolidation.
Day 3: Exhaustion + reversal (forms PFH/PFL).
Day Zero: The day after this reversal template begins — where traders start looking for measured moves back inside the range.
👉 Day Zero = the transition day where the new weekly cycle (up or down) begins.
2️⃣ Peak Formation Highs (PFH) and Lows (PFL)
A PFH occurs when the market fails above prior highs (often with stop hunts/fakeouts).
A PFL occurs when the market fails below prior lows.
These PFHs/PFLs mark the anchor points for the next 3-day cycle.
Once identified, they become reference levels:
Above PFH → fade long traps (short bias).
Below PFL → fade short traps (long bias).
👉 This is where rectangles (Peter Brandt style) can come in handy to box in the PFH/PFL area.
3️⃣ Peter L. Brandt – Rectangles & Classical Charting
Peter Brandt’s approach (classical charting) complements Stacey’s playbook:
Rectangles are consolidation zones (value areas).
When a PFH or PFL forms, price often consolidates in a rectangle range.
A breakout from that rectangle confirms direction (continuation or reversal).
The measured move target is typically the height of the rectangle projected from the breakout point.
👉 Applied to Day Zero:
PFH/PFL = the extreme boundary of the rectangle.
A breakout from the rectangle in the opposite direction = confirmation of Day Zero reversal.
4️⃣ How They Fit Together
Stacey Burke: Focus on intraday cycles, 3-day cycle, Day Zero as the reset after PFH/PFL.
Peter Brandt: Focus on classical rectangle consolidation and breakout targets.
Integration:
Day Zero = when you’ve spotted a PFH or PFL and are preparing for the new cycle to begin.
Mark the PFH/PFL → draw a rectangle around the consolidation.
Wait for breakout/acceptance beyond rectangle → trade toward measured move (often aligning with Stacey’s Day 1/Day 2 directional bias).
✅ Example in practice:
Monday & Tuesday rally → Wednesday exhaustion → PFH forms.
Thursday = Day Zero (new short bias starting).
Rectangle consolidation forms under PFH.
Breakout below rectangle = signal.
Target = rectangle height measured down → often aligns with yesterday’s lows or prior session value area.
XAUUSD Buy/Sell Alerts with SL & TPThis custom TradingView indicator identifies high-probability buy and sell signals on XAUUSD using EMA crossovers combined with RSI confirmation. Designed for precision entries, it automatically calculates optimal Stop Loss (SL) and Take Profit (TP) levels based on user-defined pip distances.
Key Features:
Fast and Slow EMA crossover for trend direction
RSI filter for momentum confirmation
Dynamic SL and TP levels to manage risk and reward
Visual buy/sell signals plotted on chart
Real-time alerts with detailed messages including entry price, SL, and TP
Suitable for multiple timeframes and trading styles
Perfect for traders seeking clear signals with built-in risk management for scalping or swing trading XAUUSD.
9 EMA vs VWAP - v6 (fixed)Simply gives a BUY signal when the 9EMA crosses the VWAP to the upside, and a SELL signal when the 9EMA crosses the VWAP to the downside. Mostly useful between the hours of 9:30am EST and 11am EST.
FlowFusion Money Flow — FP + VWAP Drift + PVT (−100..+100)Title (ASCII only)
FlowFusion Money Flow — Flow Pressure + Rolling VWAP Drift + PVT (Normalized −100..+100)
Short Description
Original money-flow oscillator combining Flow Pressure, Rolling VWAP Drift, and PVT Momentum into one normalized score (−100..+100) with a signal line, thresholds, optional component plots, and ready-made alerts.
Full Description (meets “originality & usefulness”)
What’s original
FlowFusion Money Flow is not a generic mashup. It builds a single score from three complementary, volume-aware components that target different facets of order flow:
Flow Pressure (FP) — In-bar directional drive scaled by relative volume.
Drive
=
close
−
open
max
(
high
−
low
,
tick
)
∈
=
max(high−low, tick)
close−open
∈ .
Relative Volume
=
volume
average volume over
𝑓
𝑝
𝐿
𝑒
𝑛
=
average volume over fpLen
volume
.
𝐹
𝑃
𝑟
𝑎
𝑤
=
Drive
×
RelVol
FP
raw
=Drive×RelVol then squashed (softsign) to
.
Why it belongs: distinguishes real pushes (big body and big volume) from noise.
Rolling VWAP Drift — Direction of VWAP itself over a rolling window, normalized by ATR.
𝑉
𝑊
𝐴
𝑃
𝑡
=
∑
(
𝑇
𝑃
×
𝑉
𝑜
𝑙
)
∑
𝑉
𝑜
𝑙
VWAP
t
=
∑Vol
∑(TP×Vol)
over vwapLen.
Drift
=
𝑉
𝑊
𝐴
𝑃
𝑡
−
𝑉
𝑊
𝐴
𝑃
𝑡
−
1
𝐴
𝑇
𝑅
=
ATR
VWAP
t
−VWAP
t−1
→ squashed to
.
Why it belongs: persistent VWAP movement signals sustained accumulation/distribution.
PVT Momentum — Price-Volume Trend standardized (z-score) and squashed.
𝑃
𝑉
𝑇
𝑡
=
𝑃
𝑉
𝑇
𝑡
−
1
+
𝑉
𝑜
𝑙
×
Δ
𝐶
𝑙
𝑜
𝑠
𝑒
𝐶
𝑙
𝑜
𝑠
𝑒
𝑡
−
1
PVT
t
=PVT
t−1
+Vol×
Close
t−1
ΔClose
.
𝑧
=
𝑃
𝑉
𝑇
−
SMA
(
𝑃
𝑉
𝑇
)
StDev
(
𝑃
𝑉
𝑇
)
z=
StDev(PVT)
PVT−SMA(PVT)
→ squashed to
.
Why it belongs: captures volume-weighted trend pressure without relying on price alone.
Composite score:
Score
=
𝑤
𝐹
𝑃
⋅
𝐹
𝑃
+
𝑤
𝑉
𝑊
𝐴
𝑃
⋅
𝑉
𝑊
𝐴
𝑃
_
𝐷
𝑟
𝑖
𝑓
𝑡
+
𝑤
𝑃
𝑉
𝑇
⋅
𝑃
𝑉
𝑇
_
𝑀
𝑜
𝑚
𝑤
𝐹
𝑃
+
𝑤
𝑉
𝑊
𝐴
𝑃
+
𝑤
𝑃
𝑉
𝑇
Score=
w
FP
+w
VWAP
+w
PVT
w
FP
⋅FP+w
VWAP
⋅VWAP_Drift+w
PVT
⋅PVT_Mom
with a Signal = SMA(Score, sigLen). Thresholds mark strong accumulation/distribution zones.
How it works (step-by-step)
Compute FP, VWAP Drift, PVT Momentum.
Normalize each to the same
scale.
Weighted average → FlowFusion Score.
Smooth with a Signal line to reduce whipsaw.
Optional background shading when Score exceeds thresholds.
How to use
Direction filter:
Score > 0 favors longs; Score < 0 favors shorts.
Momentum turns:
Score crosses above Signal → setup for long; below → setup for short.
Strength zones:
Above Upper Threshold (default +40) = strong buy pressure; below Lower (−40) = strong sell pressure.
Confluence:
Best near S/R, trendlines, or HTF bias. For scalping on 1–5m, consider sigLen 9–13 and thresholds ±40 to ±50.
Alerts included: zero cross, zone entries, and Score/Signal crossovers.
Inputs (key)
fpLen (20): relative-volume lookback for Flow Pressure.
vwapLen (34): rolling VWAP window.
pvtLen (50): PVT z-score window.
sigLen (9): Signal smoothing.
Weights: wFP, wVWAP, wPVT to bias the blend.
Thresholds: upperBand / lowerBand (defaults +40/−40).
Display: toggle component plots and background shading.
Best practices
Trending markets: increase wVWAP (VWAP Drift) or widen thresholds.
Ranging markets: increase wFP and wPVT; take quicker profits.
News: wait for bar close confirmation or reduce size.
Data quality: use consistent volume feeds (especially in crypto).
Limitations
Oscillators can stay extreme in strong trends; use structure/trend filters.
Volume anomalies (illiquid pairs, API glitches) can distort signals—sanity-check with another venue when possible.
Disclaimer
This indicator is for educational purposes only and is not financial advice. Trading involves risk; past performance does not guarantee future results. Always paper-trade first and use appropriate risk controls.
Trend and Entry Marker with MA, Supports, Fib, and Trend LinesJust a little indicator I made when I was bored ...
Helps you find entries for trades!
VXN EMA RibbonThis indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ or MNQ). It plots an EMA Ribbon with multiple exponential moving averages to identify trends, with background coloring filtered by the VXN index direction to highlight bullish or bearish market conditions. Users should go bullish when all EMAs are aligned (shorter EMAs above longer EMAs) and match a bullish VXN direction, or bearish when all EMAs are aligned (shorter EMAs below longer EMAs) and match a bearish VXN direction.
VXN Parabolic SARThis indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ or MNQ). It is a Parabolic SAR indicator that plots SAR points, filtered by the VXN index direction to display only signals aligned with bullish or bearish VXN trends.