GVZ Sintético (Realized Vol do Ouro)//@version=6
indicator("GVZ Sintético (Realized Vol do Ouro)", overlay=false)
// === INPUTS ===
lookback_days = input.int(30, "Janela (dias)", minval=2)
freq = input.int(252, "Frequência anual", options= )
ma_len = input.int(5, "Suavização (SMA)", minval=1)
// === CÁLCULO VOL REALIZADA ===
src = close
ret = math.log(src / src )
rv_daily = ta.stdev(ret, lookback_days)
rv_annual = rv_daily * math.sqrt(freq)
rv_smooth = ta.sma(rv_annual, ma_len)
// === PLOT ===
plot(rv_smooth * 100, title="GVZ Sintético (%)", linewidth=2, color=color.blue)
hline(10, "10%", color=color.gray)
hline(20, "20%", color=color.gray)
hline(30, "30%", color=color.gray)
트렌드 어낼리시스
UwU Weather Score Dashboard – Vertical UwU📌 Short blurb (use at the top)
UwU Weather Score Dashboard condenses trend, momentum, volatility and volume into one color-coded dashboard with a composite “weather” score (0–100%). It flags GO (bull-friendly) and NO-GO (risk/off) conditions, paints bars, and shows a vertical table with per-module scores + notes.
🌈 Full description
UwU Weather Score Dashboard (v1) is a multi-factor market “weather” meter built in Pine Script v6.
It blends classic and robust signals—Trend, RSI, Stochastic, MACD (z-score), Bollinger %B, BB Width (percentile), ADX (manual DX→ADX), Volume (ratio/percentile), ATR% (percentile) and MFI—into a single, normalized composite score.
How it works
Each module is scored 0–10 (green = favorable, red = unfavorable).
You can enable/disable modules and re-weight them; the composite auto-normalizes by the sum of active weights.
The final Composite Score (0–100%) drives:
GO signal when score ≥ your GO threshold (default 80).
NO-GO signal when score ≤ your NO-GO threshold (default 20).
Optional bar colors (faint lime/red) for at-a-glance context.
A neat vertical table shows per-module scores with cute emojis and quick notes.
Modules (what the scores mean)
📈 EMA Trend – E(50/200) + slope alignment.
🧪 RSI – Middle-band favoring (40–60 sweet zone).
🎯 Stoch %K – Reads oversold/overbought band (20–80).
📊 MACD (z) – Histogram normalized by stdev (momentum impulse).
🔵 BB %B – Where price sits inside the bands.
📏 BB Width (pctile) – Regime of compression/expansion vs lookback.
⚡ ADX – Strength sweet-spot emphasis (15–35), DX smoothed to ADX.
📦 Volume (pctile) – Volume vs SMA + percentile of ratio.
🌊 ATR% (pctile) – Volatility as % of price, ranked vs history.
💰 MFI – Volume-aware RSI flavor (falls back to neutral if vol missing).
What to look for
Sustained GO with broadly green modules → constructive environment for trend setups.
Sharp flips (e.g., MACD z turns, %B drops below mid, ADX leaving sweet spot) can lead score changes.
Tight BB Width + rising score often precedes directional expansions.
Inputs you can tweak
Lengths for EMA/RSI/Stoch/MACD/BB/ADX/ATR/Volume, and Percentile Lookback for BBW/ATR/Vol.
Thresholds: GO ≥ 80, NO-GO ≤ 20 (change to fit your asset/timeframe).
Modules: enable/disable + set weights per module.
Display: bar-painting, badge, vertical table position, compact notes.
Alerts
GO – “UwU Score ≥ GO threshold”
NO-GO – “UwU Score ≤ NO-GO threshold”
(Use “Any alert() function call” or the built-in alertconditions.)
Tips & usage
Works on any symbol/timeframe; thresholds may need tuning (e.g., lower GO for choppy alts).
Combine with structure (S/R), higher-TF bias, and risk controls.
The score is not a signal by itself—it’s a regime/quality filter.
Notes & limitations
ADX is computed manually from DX (RMA-smoothed) to be Pine v6-compatible.
MFI uses the v6 signature; when volume is unavailable it defaults to neutral.
Percentiles depend on lookback; changing it shifts ranks and may alter heatmaps.
⚙️ Default settings (suggested)
GO ≥ 80, NO-GO ≤ 20
Percentile lookback: 250
Keep all modules on with equal weights to start; then adjust.
🛡️ Disclaimer
This script is for educational purposes. Not financial advice. Always do your own research and manage risk. Past performance ≠ future results. 💜
fvg,sma,ema web hook for python botsused with python bots, load this an an indicator.
click create alert,
in the pop up, click price then select the fvg, ema, sma indicator you just loaded,
click crossing and select any alert,
in notifications click webhook, enter the address of you bot or download and configure ngrok from ngrok.com tutorials online, at the end of the web address it generates add /webhook/tradingview
which ever time frame TV is set to is the TF used
Multi Moving Averages8MA Cross
Overview
The "8MA Cross" indicator is a versatile tool that allows traders to plot up to eight fully customizable moving averages (MAs) on their chart. This indicator provides a comprehensive view of market trends across different timeframes by offering extensive configuration options for each individual moving average. Whether you are looking to identify short-term momentum or long-term trend direction, the 8MA Cross indicator offers the flexibility to tailor your analysis to your specific trading strategy.
Features
Eight Independent Moving Averages: Display from one to eight moving averages simultaneously.
Multiple MA Types: Each moving average can be individually set to one of eight different types:
SMA (Simple Moving Average)
EMA (Exponential Moving Average)
WMA (Weighted Moving Average)
VWMA (Volume-Weighted Moving Average)
RMA (RMA Moving Average)
HMA (Hull Moving Average)
ALMA (Arnaud Legoux Moving Average)
LSMA (Least Squares Moving Average)
Full Customization: For each of the eight moving averages, you can adjust the length, line width, and color to fit your visual preferences and analytical needs.
Toggle Visibility: Easily show or hide any of the moving averages directly from the settings menu, allowing you to focus on the MAs that are most relevant at any given time.
How to Use
The primary purpose of this indicator is to provide a configurable set of moving averages for trend analysis and signal generation.
Trend Identification: Use a combination of short-term and long-term moving averages to gauge the direction and strength of the prevailing trend. When shorter-term MAs are above longer-term MAs, it typically indicates an uptrend, and vice-versa for a downtrend.
Crossover Signals: Look for crossover events as potential entry or exit signals. For example, a classic "Golden Cross" occurs when a shorter-period MA (e.g., 50) crosses above a longer-period MA (e.g., 200), often signaling the start of a bull market. A "Death Cross" is the opposite.
Dynamic Support and Resistance: Moving averages often act as dynamic levels of support in an uptrend and resistance in a downtrend. Traders can watch for price to pull back and test these MAs.
To configure the indicator, open the settings panel. You will find eight sections, labeled "MA1 Settings" through "MA8 Settings". Within each section, you can enable or disable the MA, select its type, define its length, and customize its appearance.
Disclaimer
This indicator is designed as a technical analysis tool and should be used in conjunction with other forms of analysis and proper risk management.
Past performance does not guarantee future results, and traders should thoroughly test any strategy before implementing it with real capital.
Seasonal Pattern DecoderSeasonal Pattern Decoder
The Seasonal Pattern Decoder is a powerful tool designed for traders and analysts who want to uncover and leverage seasonal tendencies in financial markets. Instead of cluttering your chart with complex visuals, this indicator presents a clean, intuitive table that summarizes historical monthly performance, allowing you to spot recurring patterns at a glance.
How It Works
The indicator fetches historical monthly data for any symbol and calculates the percentage return for each month over a specified number of years. It then organizes this data into a comprehensive table, providing a clear, year-by-year and month-by-month breakdown of performance.
Key Features
Historical Performance Table: Displays monthly returns for up to a user-defined number of years, making it easy to compare performance across different periods.
Color-Coded Heatmap: Each cell is colored based on the performance of the month. Strong positive returns are shaded in green, while strong negative returns are shaded in red, allowing for immediate visual analysis of monthly strength or weakness.
Annual Summary: A "Σ" column shows the total percentage return for each full calendar year.
AVG Row: Calculates and displays the average return for each month across all the years shown in the table.
WR Row: Shows the "Win Rate" for each month, which is the percentage of time that month had a positive return. This is crucial for identifying high-probability seasonal trends.
How to Use
Add the "Seasonal Pattern Decoder" indicator to your chart. Note that it works best on Daily, Weekly, or Monthly timeframes. A warning message will be displayed on intraday charts.
In the indicator settings, adjust the "Lookback Period" to control how many years of historical data you want to analyze.
Use the "Show Years Descending" option to sort the table from the most recent year to the oldest.
The "Heat Range" setting allows you to adjust the sensitivity of the color-coding to fit the volatility of the asset you are analyzing.
This tool is ideal for confirming trading biases, developing seasonal strategies, or simply gaining a deeper understanding of an asset's typical behavior throughout the year.
## Disclaimer
This indicator is designed as a technical analysis tool and should be used in conjunction with other forms of analysis and proper risk management.
Past performance does not guarantee future results, and traders should thoroughly test any strategy before implementing it with real capital.
Bull/Bear Ownership — MTF Alignment (v6)Bull/Bear Ownership — MTF Alignment (v6)
Scores who “owns” the market (bulls vs bears) across multiple timeframes and rolls it into a single 0–100 alignment score (50 = neutral). Uses bullish-bar share, body dominance, and regression slope (ATR-normalized). Includes faint MTF trend lines, bar paints, mini table, badge, and 4 alert conditions.
Full description
What it does
This tool measures bull/bear ownership on up to 7 selectable timeframes and combines them into one easy alignment meter.
For each TF it computes:
Share of bullish bars over a lookback (0–1).
Body dominance (−1…+1) = avg(bull bodies) − avg(bear bodies) scaled by total bodies.
Trend slope (−1…+1) = linear regression slope normalized by ATR (dimensionless strength).
These pieces are blended into a per-TF score (−10…+10), weighted by your TF weights, and normalized to a composite 0…100:
Higher = stronger multi-TF bull ownership
Lower = stronger multi-TF bear ownership
50 = neutral / mixed
Visuals
Optional faint regression “trend lines” per TF (green/red by direction).
Bar paints on GO / NO-GO thresholds (default 70 / 30).
Floating badge with the live % and stack state.
Mini table showing each TF’s score % and notes (majority bull/bear, body Δ%, slope×ATR).
Inputs
Timeframes: 7 slots, each with enable + weight (1–5).
Ownership calc: Lookback (bars), slope length, ATR length, blend weights (body vs slope).
Display: trend lines toggle, opacity, bar paints, badge, table, table corner.
Thresholds: GO (bullish) / NO-GO (bearish).
Alerts
GO ✅ (composite ≥ threshold)
NO-GO 🛑 (composite ≤ threshold)
ALL TFs UP ✔ (every enabled TF bullish)
ALL TFs DOWN ✖ (every enabled TF bearish)
Tips
Use a ladder like 60/120/180/240/D (1h/2h/3h/4h/1D).
Give higher TFs more weight for trend trading; raise body dominance weight for “who’s in control,” or slope weight for momentum.
Set ownLen = 1 if you want “who owned the last bar” per TF.
Tune GO/NO-GO for your asset & timeframe; 70/30 is a solid start.
Notes
This is an analysis tool, not financial advice. Backtest and combine with your risk management. uwu 💜
Omega Score — 10 Omegas × 10 pts (v6)What it is
Omega Scoreboard is a multi-factor market “weather station.”
It computes 24 tiny “Omega” subscores (0–10 each) covering trend, momentum, pullback quality, breakout pressure, volatility, liquidity/flow and structure. The dashboard aggregates them into a total (0–240) and a percentage so you can gauge conditions at a glance and drill into the ingredients.
What’s scored (24 Omegas)
Regime / Bias
ADX sweet-spot + ATR expansion
EMA stack & slope alignment
CLV / close-location regime
KAMA/EMA hybrid slope
Entry / Momentum
Trend + MACD hist + RSI>50 confluence
Thrust quality (body% + acceleration)
Micro-pullback success rate
Rolling breakout failure/pressure
Pullback Quality
Distance to EMA50±ATR band
Z-score of close (mean reversion heat)
Wick/Body balance (rejection vs absorption)
“Near-POC/EMA” magnetism
Breakout Physics
Bollinger width percentile (compression)
Donchian proximity + expansion follow-through
Range expansion vs baseline ATR
Closing strength after break
Liquidity / Flow
Session VWAP ladder alignment
Distance to VWAP & deviation context
Volume pulse vs SMA (ATR fallback on no-vol)
Supertrend pressure (up/down bias)
Structure / MTF
MTF EMA alignment (fast>slow across TFs)
Higher-low / lower-high micro-structure
Gap/OR context (open location, drive)
Composite candle quality (body%, CLV, spread)
Each Omega outputs 0–10 (bad→good). The Total is the sum (0–240).
The % is Total ÷ 240 × 100.
How to read it
70%+ → conditions supportive; trends/continuations more likely.
30–70% → mixed/chop; wait for confluence spikes or pullback edges.
<30% → hostile; mean-reversion spikes or stand aside.
Watch for bar-over-bar increases in the total (+15–25% surges) near levels; that often precedes actionable momentum or high-quality pullbacks.
Features
Compact badge with totals and key line items
Optional mini table (each Omega and its score)
Bar coloring on GO/NO-GO thresholds
Sensible fallbacks (e.g., ATR replaces volume on illiquid symbols)
Tips
Use on any symbol/timeframe; pair with your execution plan.
For entries, look for clustered greens in the Omegas that matter to your style (e.g., Breakout + Momentum + Flow for trend; Pullback + Mean-revert for fades).
Tune lengths/weights to your product (crypto vs FX vs equities).
Alerts
GO when composite ≥ your threshold (default 80%)
NO-GO when composite ≤ your threshold (default 20%)
Notes / Caveats
This is context, not a stand-alone signal. Combine with risk & structure.
MTF requests are used safely; still, always verify on the chart.
Extremely low-vol symbols can mute Flow/VWAP signals—fallbacks help but YMMV.
Credits: concept + build by GPT-420 (publisher); assistant: GPT-5 Thinking.
Enjoy the confluence—and may your Omegas stack in your favor. 🚀
Weather Score 420 — 6 Families × 6 Variants (v6)Weather Score 420 — 6 Families × 6 Variants (v6)
What it is
A multi-factor “market weather” meter built from six very important signal families. Each family uses 6 parameter variants, is normalized, and scaled to 0–70. Summed together you get a composite 0 → 420 readiness score with GO / NO-GO alerts, a badge, painted bars, and a mini table with notes.
Families (each scaled 0–70):
Trend (EMAs): Price vs fast/slow EMAs, stacking (fast>slow), and short/long slopes.
RSI: 6 lengths normalized around the 40–60 balance zone.
MACD (hist z-score): 6 classic sets; histogram standardized by its own stdev.
ADX strength: Wilder ADX across 6 lengths, favoring the 15–35 “power zone.”
ATR %: Current ATR vs its own min/max range (expansion vs contraction).
BB Width: Volatility via Bollinger Band width percentile.
Scoring
Each family builds 6 sub-scores (0–10 each) → scaled to 0–70.
Composite = sum of enabled families → 0–420 max.
Signals & visuals
GO ✅ when composite ≥ your threshold (default 80% of max).
NO-GO 🛑 when composite ≤ your threshold (default 20%).
Optional painted bars (soft lime/red).
Badge shows per-family scores + total; Mini Table adds color heat and short notes.
How to use
Add WS420, keep defaults for a few sessions to learn its rhythm.
Treat GO as “conditions favorable,” not an auto-entry—confirm with your own setup (structure, S/R, pullbacks).
Works on any symbol/timeframe (no volume dependency).
Tuning tips
Raise GO (e.g., 0.85–0.90) for stricter, higher-quality conditions; lower to ~0.70 for more frequency.
Trend-following? Watch Trend + ADX + MACD. Regime changes? Track ATR% + BB Width expansions.
RSI near 40/60 helps read mean-reversion vs momentum.
Why it’s robust
Multiple variants per family reduce single-setting bias.
Manual MACD + Wilder ADX; careful normalization for Pine v6 stability.
Works across crypto, FX, indices, equities—intraday to higher TF.
Notes
Needs some history to warm up the longest windows (≈ 300–500 bars recommended).
Educational tool only — not financial advice.
Weather Score 444 — 4 Families × 4 Variants (v6)Weather Score 444 — 4 Families × 4 Variants (v6)
What it is
A fast, lightweight market “weather” meter. It evaluates 4 core indicator families, each with 4 parameter variants, normalizes their signals, and aggregates them to a composite 0 → 444 readiness score with GO / NO-GO alerts, a badge, painted bars, and a mini table.
Families (each scaled 0–111):
Trend (EMAs): Price vs fast/slow EMAs, stack (fast > slow), and short/long slope checks.
RSI: 4 lengths normalized around the 40–60 balance zone (momentum/mean-reversion context).
MACD (hist z-score): 4 classic MACD sets; histogram is standardized by its own stdev.
ATR %: Current ATR vs its own range/percentile (expansion vs contraction).
Scoring
Each family builds 4 sub-scores (0–10 each) → summed and scaled to 0–111.
Composite = sum of enabled families → 0–444 max.
Signals & visuals
GO ✅ when composite ≥ your threshold (default 80% of max).
NO-GO 🛑 when composite ≤ your threshold (default 20%).
Optional painted bars (soft lime/red).
Badge shows per-family scores + total; Mini Table adds color heat and short notes.
How to use
Add WS444 to your chart, keep defaults for a few sessions to learn the rhythm.
Treat GO as “conditions favorable,” not an auto-entry—confirm with your own triggers (S/R, structure, pullbacks).
Works on any symbol/timeframe; higher TFs produce smoother, more stable scores.
Tuning tips
Raise GO (e.g., 0.85–0.90) for stricter conditions; lower to ~0.70 for more opportunities.
Lower NO-GO to exit faster in poor regimes.
Trend-following? Emphasize Trend + MACD, watch ATR% for expansions. Mean-reversion? Watch RSI behavior around 40–60 and soft ATR%.
Why it’s robust
Multiple variants per family reduce single-setting bias.
Manual MACD and careful normalization keep it Pine v6-friendly and consistent across markets.
No volume dependency—works on crypto, FX, indices, equities, anything.
Notes
Needs some lookback to warm up the longest windows.
Educational tool only — not financial advice.
Weather Score 555 — 5 Families × 5 Variants (v6)Weather Score 555 — 5 Families × 5 Variants (v6)
What it is
A lightweight multi-factor “market weather” meter. It evaluates 5 indicator families, each with 5 parameter variants, normalizes them, and aggregates to a composite 0 → 555 readiness score with GO / NO-GO alerts, a draggable badge, painted bars, and a mini table.
Families (each scaled 0–111):
Trend: EMA fast/slow pairs with price-above/below, stacking, and short/long slope bonuses.
RSI: 5 lengths normalized around the 40–60 balance zone.
MACD (histogram z-score): 5 classic parameter sets, standardized by per-set stdev.
ADX strength: Wilder ADX across 5 lengths, favoring the 15–35 “power zone.”
ATR %: Current ATR vs its own range (expansion vs contraction) across 5 len/lookbacks.
Scoring
Each family builds 5 sub-scores (0–10 each) → summed and scaled to 0–111.
Composite = sum of enabled families → 0–555 max.
Signals & visuals
GO ✅ when composite ≥ your threshold (default 80% of max).
NO-GO 🛑 when composite ≤ your threshold (default 20%).
Optional painted bars (soft lime/red) during GO/NO-GO.
Badge shows per-family scores + total; Mini Table gives a color heat view.
How to use
Add WS555 to your chart; keep defaults for a few sessions to learn its rhythm.
Treat GO as “conditions are favorable,” not an auto-entry. Confirm with your own triggers (structure, S/R, pullbacks).
Use on your trading timeframe; higher TFs make the score steadier.
Tuning tips
Raise GO toward 0.90 for fewer, stronger conditions; lower toward 0.70 for more opportunities.
Lower NO-GO if you want faster exits in bad regimes.
Trend-following? Emphasize Trend + ADX + MACD. Mean-reversion? Watch ATR% behavior and RSI balance.
Why it’s robust
Multiple parameter variants per family reduce single-setting bias.
Manual MACD & Wilder ADX avoid common Pine v6 quirks.
No dependency on volume data (works on any symbol/timeframe).
Notes
Needs some history to warm up longer lookbacks (~150–200 bars recommended).
Educational tool only — not financial advice.
Weather Score 666 — 6 Families × 6 Variants (v6)Weather Score 666 (WS666)
Multi-factor market “weather” meter that blends 6 families × 6 variants into a single score from 0 → 666.
What it measures (families, each scaled 0→111):
Trend: EMA fast/slow pairs + slope/stacking (structure & momentum agreement).
RSI: 6 lengths, normalized around the 40–60 balance zone.
Stochastic %K: 6 lengths, normalized 20–80 for rotation/mean-reversion context.
MACD (hist z-score): 6 classic parameter sets, volatility-adjusted by per-set stdev.
ADX strength: Wilder ADX across 6 lengths, favoring the 15–35 “power zone.”
ATR %: ATR vs its own percentile/range (expansion vs contraction).
Score & signals
Total = sum of 6 families (max 666). Mid ~330 is neutral; higher = more aligned tailwind.
GO / NO-GO alerts: fire when composite crosses your thresholds (default 80% / 20% of max).
Optional paint bars, a badge with per-family scores, and a mini table for quick diagnostics.
Why it’s robust
Every family uses 6 time-horizon variants, reducing single-setting bias.
Custom Wilder ADX and manual MACD avoid na/assignment quirks in Pine v6.
Works on any symbol/timeframe (intraday → higher-TF).
How to use
Add WS666, keep defaults to learn its rhythm on your market.
Tune GO/NO-GO for your instrument/timeframe.
Combine with structure (S/R, trendlines) for entries/exits; WS666 is a context/confirmation tool, not a standalone trade system.
Tip: Strong trends often show high Trend + ADX + MACD; emerging expansions show rising ATR %; choppy conditions show softer, mixed family scores.
Weather Score 777 — 7 Families × 7 Variants (v6)Weather Score 777 — 7 Families × 7 Variants (v6)
What it is
A multi-factor market “weather” meter. It evaluates 7 indicator families, each with 7 parameter variants, normalizes every variant to a 0–10 score, aggregates the family to 0–111, then sums all enabled families to a composite 0–777 trend/condition score.
Families (7×):
Trend — EMA pairs (price above/below, stack, and short/long slope checks)
RSI — 7 lengths, scaled around the 40–60 balance zone
Stochastic — %K normalized in the 20–80 band
MACD — histogram z-score (per-set stdev windows)
BB Width — volatility via Bollinger Band width percentile
ADX — directional strength, sweet spot 15–35
ATR % — current ATR vs its own lookback range (expansion/contraction)
How scoring works
Each family builds 7 sub-scores → summed to 0–70, then linearly rescaled to 0–111.
Composite = sum of enabled families → 0..777 max.
Defaults: GO ≥ 80% of max, NO-GO ≤ 20% of max (tweak in Alerts).
Why 777?
It’s an “alignment detector.” Multiple families must agree (and with robust parameter spreads) before the score climbs. That reduces single-indicator bias and helps classify regime quality (tailwind vs headwind) rather than raw entries.
On-chart features
Badge: shows each family’s 0–111 plus the composite and % of max (purple/pink heat theme).
Mini Table: quick view of family scores and notes.
Paint Bars (optional): soft lime/red during GO/NO-GO regimes.
Alerts:
GO ✅ when composite ≥ threshold
NO-GO 🛑 when composite ≤ threshold
Quick start
Add to chart, keep the default 7 families on.
Use on your main trading timeframe; higher timeframes make the score steadier.
Treat GO as conditions are favorable and NO-GO as conditions are hostile.
Combine with your own triggers (structure breaks, pullbacks, risk model). The score is a regime filter, not a standalone signal generator.
Tuning tips
Uncheck families you don’t care about (e.g., turn off BBW if you trade only trending conditions).
Raise GO toward 0.9 for stricter filters; lower it toward 0.7 for more frequency.
Lower NO-GO if you want to exit faster in bad regimes.
For mean-reversion styles, emphasize BBW and ATR%; for trend-following, emphasize Trend/ADX/MACD.
Notes
Built with Pine Script® v6.
Works on assets with or without native volume (this 777 build doesn’t rely on volume).
Educational tool only — not financial advice.
have fun and may your skies stay purple-pink and sunny ☀️🌈 uwu
Mongoose Compass Ribbon — Regime Overlay & SizingWhat it does
Mongoose Compass Ribbon paints the price chart background by market regime and displays a suggested position size.
It mirrors the Compass panel’s 4-pillar score (0–4) and can lock calculations to Weekly while you view Daily or intraday charts.
Regimes
Expansion: score ≥ 3 (green)
Neutral: score = 2 (orange)
Contraction: score ≤ 1 (red)
Pillars (same as panel):
RS IWM/SPY (small-cap leadership)
Credit HYG/LQD (risk financing)
Growth Copper/Gold (cyclical vs safety)
Participation (first available): Breadth → CBOE:DSPX → RSP/SPY proxy
A floating label shows Score and Suggested size (default ramp: 0/30/60/90/100% for scores 0–4).
How to use
Anchor on Weekly. Keep Regime Timeframe = W so the ribbon shows the higher-timeframe state while you trade on Daily.
Act on flips:
Expansion (≥3): increase beta, reduce hedges.
Neutral (2): keep moderate beta; favor quality/mega vs small caps until RS or Cu/Au turns.
Contraction (≤1): de-risk, rotate defensive, add hedges.
Turn on the built-in alerts: Expansion Regime and Contraction Regime.
Methodology
Prices are fetched via request.security on the selected Regime Timeframe.
Each pillar uses ratio signals smoothed with an SMA (Smoothing Length), and binary rules:
RS / Credit / Growth: fast SMA(len) vs slow SMA(len*2)
Breadth: normalized > 60
DSPX: normalized < 40
RSP/SPY proxy: fast > slow
Score is the count of green pillars (0–4).
Suggested size is a fixed mapping from score (user-editable).
Settings
Sources
Defaults use liquid ETFs (BATS/AMEX). Copper/Gold can be switched to futures if your plan supports them.
Breadth (optional): paste a %>MA symbol if you have one. If blank, the script uses CBOE:DSPX; if DSPX isn’t available it falls back to RSP/SPY.
Calculation
Smoothing Length (20) – higher = steadier regime; lower = faster.
Normalization Length (60) – window for 0–100 scaling in pillar tests.
Regime Timeframe (W) – lock regime to Weekly while viewing lower timeframes.
Visual
Ribbon Opacity controls how strong the background shading is.
Recommended usage
Apply the Ribbon to SPY/ES (broad beta) or IWM/RTY (small-cap rotation).
Pair it with the Mongoose Compass v2 panel in a separate pane for the full dashboard.
Limitations & disclaimer
For information and education; not investment advice.
Data availability varies by plan (especially futures and DSPX). Fallbacks apply automatically.
Weather Score — subscores (0–10) + Total (30/40)Weather Score — Readiness + Signals (purple/pink) 🌈
What it is:
A compact market “weather” gauge that scores Trend, Momentum, Volatility, and Flow from 0–10 each, then combines them into a total readiness score (/30 or /40 depending on which modules you enable). It paints a draggable badge, a mini table, optional legend, and fires GO/NO-GO + Volatility OUT/IN signals with alerts.
How the score works
Trend (EMA50/200 + slopes): adds points when price is above EMAs and their slopes are rising.
Momentum (RSI • Stoch • MACD hist): blended weighting for balanced momentum read.
Volatility (BB width percentile): quiet regimes score higher (breakouts favored); bonus when leaving quiet.
Flow (VWAP/MA anchor): where price sits within ±2×ATR of the anchor. Intraday uses VWAP; higher TFs use SMA(mvLen).
Total is normalized to 0–100% and mapped to a weather state: 🌧 Rainy → 🌫 Storm Clearing → ⛅ Clearing → ☀️ Sunny → 🌈 Blue Sky.
Robustness: Flow returns a neutral 50 until ATR/anchor are ready (so you don’t see na on fresh charts).
Signals (on chart + alertable)
BUY (GO): readiness crosses up your goPct threshold.
SELL / Exit (NO-GO): readiness crosses down your nogoPct threshold.
Go OUT (Expansion): BB-percentile crosses up the quiet threshold.
Go INSIDE (Contraction): BB-percentile crosses down the quiet threshold.
Optional: paints bars when GO/NO-GO is active, and drops tiny labels at flips.
Visuals & UI
Badge: draggable or auto-locked to last bar, with ATR-based Y-offset and X-offset (bars). Color follows score via purple/pink gradient.
Mini Table: module subscores, quick notes, and totals.
Legend (top-center): quick read of weather bands & emojis.
Alerts
Prebuilt alert conditions for: BUY (GO), SELL (NO-GO), Go OUT, Go INSIDE, plus simple GO/NO-GO rules.
Messages in alertconditions are constant (TradingView requirement); the script also emits runtime alert() pings on bar close with richer text if the indicator is running.
Background Mood — Subtle Weather Tint (Lite) v1.3One-liner
Soft background tint that reflects multi-TF momentum as a friendly weather mood (Rainy → Blue Sky), with a tiny legend and optional color key.
What it does
Paints the chart background using a 0–10 weather score derived from RSI(1h/4h), MACD histogram (1h/4h), and a chart-TF EMA filter.
Buckets the score into: Rainy, Storm Clearing, Clearing Skies, Sunny, Blue Sky.
Shows a tiny legend on the last bar (Weather + Score).
Includes a top-right color key with swatches for each mood (toggle on/off).
How it works
Score (0–10) = scaled RSI(1h) + RSI(4h) + MACD(1h/4h) > 0 + Close > EMA filter.
Tint color is chosen by the bucket of the score.
Transparency is adjustable so it stays subtle behind price action.
Inputs
Trend TFs: default 1h and 4h for RSI/MACD.
RSI length, EMA length (chart timeframe).
Tint transparency (0 = solid, 100 = invisible).
Toggles: Show tiny legend, Show color key, legend gap.
How to use
Treat the tint as context/bias, not a signal.
Green/blue tones suggest tailwinds; red/orange tones suggest headwinds or repair.
Combine with your entry tools (levels, VWAP, Supertrend, Squeeze).
Notes
Uses MTF data; values finalize on higher-TF bar close.
Works on crypto, FX, and stocks; thresholds are lightweight and broadly applicable.
Squeeze Ping — BB Width Percentile (quiet → expansion) v1.4What it shows
Aqua dot = Quiet / Squeeze (current Bollinger Band width ranks in the lowest X% of the last N bars).
Pink “EXP” dot = Expansion ping (first bar leaving quiet with width rising).
Info box (optional) on the last bar: percentile, threshold, current state, and whether an expansion ping just fired.
How it works
BB width = (UpperBB − LowerBB) / Basis.
Percentile rank = where today’s width sits vs the last N widths (lower = quieter).
Quiet when percentile ≤ threshold.
Expansion when we exit quiet and width > width .
Inputs
BB length / stdev
Percentile lookback (N)
Quiet threshold (e.g., 10–20%)
Show expansion ping
Dot size (tiny/small/normal)
Info box gap + quick help toggle
Alerts
Squeeze ON — entered quiet zone
Squeeze OFF — left quiet zone
Expansion — quiet → expansion with width rising
Tips
Lower thresholds (e.g., 10%) catch deeper, rarer squeezes; higher (e.g., 20–30%) catch more frequent setups.
Works on any timeframe; consider pairing with your trend/regime overlay or key levels for context.
This is a volatility/timing tool, not a buy/sell signal.
Credits
with GPT-5 Thinking (ChatGPT). Education only; not financial advice.
Multi-Symbol 2m EMA DashboardIndicator Summary for Publishing
The Multi-Symbol 2-Minute EMA Dashboard is a streamlined tool designed to monitor multiple symbols simultaneously using key EMAs and crossover signals. It provides a clear, color-coded table for quick trend analysis and trade signal tracking.
Key Features:
Multi-Symbol Support: Track up to 4 symbols at once in a single dashboard.
2-Minute Timeframe: All calculations are standardized to a 2-minute chart for fast-paced trading decisions.
EMA Columns:
EMA13, EMA48, EMA200 — Displays whether price is above (B, green) or below (S, red) each EMA.
Crossover Signals (TBuy / TSell):
TBuy (green) when EMA13 crosses above EMA48 — bullish momentum signal.
TSell (red) when EMA13 crosses below EMA48 — bearish momentum signal.
The column always displays the latest crossover event, making it easy to track the most recent trend shift.
Clean Visuals:
Table format with intuitive colors for fast decision-making.
Black background indicates neutral/no crossover state.
Dynamic Support ResistanceDynamic Support Resistance By Harpreet Daulatpuria.
Marking Support and Resistance for every time frame automatically.
🐬TSI_ShadowAdded the following features to the original TSI Shadow indicator by Daveatt
- Candle color on/off
=> Displays the current trend status by coloring the chart candles.
- Background color on/off
=> Displays the current trend status by coloring the chart background.
- Conservative signal processing based on the zero line on/off
=> When calculating the trend with the TSI, a bullish trend is only confirmed above the zero line, and a bearish trend is only confirmed below the zero line.
- Conservative signal processing based on full signal alignment on/off
=> This enhances the original trend calculation (bullish when TSI and Fast MA are above Slow MA). With this option, the trend is determined by the specific alignment of all three lines: TSI, Fast MA, and Slow MA.
기존 Daveatt 유저가 개발한 TSI Shadow 에서 아래 기능을 추가 하였습니다.
- 캔들 색상 on/off
=> 캔들에 추세의 상태를 색상으로 나타냅니다.
- 배경 색상 on/off
=> 배경에 추세의 상태를 색상으로 나타냅니다.
- 0선 기준으로 신호 발생 보수적 처리 on/off
=> TSI로 추세를 계산할 때 0선 위에서는 매수추세, 0선 아래서는 매도추세를 계산합니다.
- 전체 배열 신호 발생 보수적 처리 on/off
=> TSI선과, FastMA 선이 SlowMA 위에 있을때 상승추세, 반대면 하락추세를 나타내 주던 계산식에서 TSI-FastMA-SlowMA 세가지 선의 배열 상태로 추세를 나타냅니다.
Rocket Scan – Midday Movers (No Pullback)This indicator is designed to spot intraday breakout movers that often appear after the market open — the ones that rip out of nowhere and cause FOMO if you’re late.
🔑 Core Logic
• Momentum Burst: Detects sudden price pops (ROC) with confirming relative volume.
• Squeeze → Breakout: Finds low-volatility compressions (tight Bollinger bandwidth) and flags the first breakout move.
• VWAP Reclaims: Highlights strong reversals when price reclaims VWAP on volume.
• Relative Volume (RVOL): Filters for unusual activity vs. recent averages.
• Gap Filter: Skips large overnight gappers, focuses on fresh intraday movers.
• Relative Strength: Optional filter requiring the symbol to outperform SPY (and sector ETF if chosen).
• Session Window: Default 10:30–15:30 ET to ignore noisy open action and catch true midday moves.
🎯 Use Case
• Built for traders who want early alerts on midday runners without waiting for pullbacks.
• Helps identify potential entry points before FOMO kicks in.
• Works best on liquid tickers (stocks, ETFs, crypto) with reliable intraday volume.
📊 Visuals
• Plots fast EMA, slow EMA, and VWAP for trend context.
• Paints green ▲ for long signals and red ▼ for short signals on the chart.
• Info label shows RVOL, ROC, RS filter status, and gap conditions.
🚨 Alerts
Two alert conditions included:
• Rocket: Midday LONG → Fires when bullish conditions align.
• Rocket: Midday SHORT → Fires when bearish conditions align.
⸻
⚠️ Disclaimer:
This tool is for educational and research purposes only. It is not financial advice. Trading involves risk; always do your own research or consult a licensed professional.
Adaptive HMA SignalsAdaptive HMA Signals
This indicator pairs nicely with the Contrarian 100 MA and can be located here:
Overview
The "Adaptive HMA Signals" indicator is a sophisticated technical analysis tool designed for traders aiming to capture trend changes with precision. By leveraging Hull Moving Averages (HMAs) that adapt dynamically to market conditions (volatility or volume), this indicator generates actionable buy and sell signals based on price interactions with adaptive HMAs and slope analysis. Optimized for daily charts, it is highly customizable and suitable for trading forex, stocks, cryptocurrencies, or other assets. The indicator is ideal for swing traders and trend followers seeking to time entries and exits effectively.
How It Works
The indicator uses two adaptive HMAs—a primary HMA and a minor HMA—whose periods adjust dynamically based on user-selected market conditions (volatility via ATR or volume via RSI). It calculates the slope of the primary HMA to identify trend strength and generates exit signals when the price crosses the minor HMA under specific slope conditions. Signals are plotted as circles above or below the price, with inverted colors (white for buy, blue for sell) to enhance visibility on any chart background.
Key Components
Adaptive HMAs: Two HMAs (primary and minor) with dynamic periods that adjust based on volatility (ATR-based) or volume (RSI-based) conditions. Periods range between user-defined minimum and maximum values, adapting by a fixed percentage (3.141%).
Slope Analysis: Calculates the slope of the primary HMA over a 34-bar period to gauge trend direction and strength, normalized using market range data.
Signal Logic: Generates buy signals (white circles) when the price falls below the minor HMA with a flat or declining slope (indicating a potential trend reversal) and sell signals (blue circles) when the price rises above the minor HMA with a flat or rising slope.
Signal Visualization: Plots signals at an offset based on ATR for clarity, using semi-transparent colors to avoid chart clutter.
Mathematical Concepts
Dynamic Period Adjustment:
Primary HMA period adjusts between minLength (default: 144) and maxLength (default: 200).
Minor HMA period adjusts between minorMin (default: 55) and minorMax (default: 89).
Periods decrease by 3.141% under high volatility/volume and increase otherwise.
HMA Calculation:
Uses the Hull Moving Average formula: WMA(2 * WMA(src, length/2) - WMA(src, length), sqrt(length)).
Provides a smoother, faster-responding moving average compared to traditional MAs.
Slope Calculation:
Computes the slope of the primary HMA using a 34-bar period, normalized by the market range (highest high - lowest low over 34 bars).
Slope angle is converted to degrees using arccosine for intuitive trend strength interpretation.
Signal Conditions:
Buy: Slope ≥ 17° (flat or rising), price < minor HMA, low volatility/volume.
Sell: Slope ≤ -17° (flat or declining), price > minor HMA, low volatility/volume.
Signals are triggered only on confirmed bars to avoid repainting.
Entry and Exit Rules
Buy Signal (White Circle): Triggered when the price crosses below the minor HMA, the slope of the primary HMA is flat or rising (≥17°), and volatility/volume is low. The signal appears as a white circle above the price bar, offset by 0.72 * ATR(5).
Sell Signal (Blue Circle): Triggered when the price crosses above the minor HMA, the slope of the primary HMA is flat or declining (≤-17°), and volatility/volume is low. The signal appears as a blue circle below the price bar, offset by 0.72 * ATR(5).
Exit Rules: Exit a buy position on a sell signal and vice versa. Combine with other tools (e.g., support/resistance, RSI) for additional confirmation. Always apply proper risk management.
Recommended Usage
The "Adaptive HMA Signals" indicator is optimized for daily charts but can be adapted to other timeframes (e.g., 1H, 4H) with adjustments to period lengths. It performs best in trending or range-bound markets with clear reversal points. Traders should:
Backtest the indicator on their chosen asset and timeframe to validate signal reliability.
Combine with other technical tools (e.g., trendlines, Fibonacci retracements) for stronger trade setups.
Adjust minLength, maxLength, minorMin, and minorMax based on market volatility and timeframe.
Use the Charger input to toggle between volatility (ATR) and volume (RSI) adaptation for optimal performance in specific market conditions.
Customization Options
Source: Choose the price source (default: close).
Show Signals: Toggle visibility of buy/sell signals (default: true).
Charger: Select adaptation trigger—Volatility (ATR-based) or Volume (RSI-based) (default: Volatility).
Main HMA Periods: Set minimum (default: 144) and maximum (default: 200) periods for the primary HMA.
Minor HMA Periods: Set minimum (default: 55) and maximum (default: 89) periods for the minor HMA.
Slope Period: Fixed at 34 bars for slope calculation, adjustable via code if needed.
Why Use This Indicator?
The "Adaptive HMA Signals" indicator combines the responsiveness of HMAs with dynamic adaptation to market conditions, offering a robust tool for identifying trend reversals. Its clear visual signals, customizable periods, and adaptive logic make it versatile for various markets and trading styles. Whether you’re a beginner or an experienced trader, this indicator enhances your ability to time entries and exits with precision.
Tips for Users
Test the indicator thoroughly on your chosen market and timeframe to optimize settings (e.g., adjust period lengths for non-daily charts).
Use in conjunction with price action or other indicators (e.g., RSI, MACD) for stronger trade confirmation.
Monitor volatility/volume conditions to ensure the Charger setting aligns with market dynamics.
Ensure your chart timeframe aligns with the selected period lengths for accurate signal generation.
Apply strict risk management to protect against false signals in choppy markets.
Happy trading with the Adaptive HMA Signals indicator! Share your feedback and strategies in the TradingView community!
34 EMA Cross Alert (Once per sequence)This script is used when 5-12 EMA is above 34-50 EMA and if price corrects to 34-50 cloud and bounces i.e. price crosses below 34 EMA and then cross above 34 EMA, it will trigger alert.
Ichimoku Estratégico - Señales y RupturasIndicator Description: "Ichimoku Unificado - Señales Avanzadas y Rupturas v6" (English)
This indicator combines the power of the classic Ichimoku Kinko Hyo analysis with advanced filters and breakout signals, offering a comprehensive and visually clear technical analysis tool built in Pine Script v6.
Key Features:
Complete Ichimoku Components:
Calculates and displays the core lines: Tenkan-sen (Conversion), Kijun-sen (Base), Senkou Span A and B (forming the Cloud or Kumo), and Chikou Span (Lagging).
Allows adjustment of calculation periods for each line and the cloud displacement.
Advanced Signal System:
Primary Signals: Based on crossovers between the Conversion Line (Tenkan) and the Base Line (Kijun).
Confirmation Filters:
RSI Filter: Incorporates an RSI oscillator to confirm overbought or oversold conditions before generating signals.
Chikou Span Filter: Validates that the past price (Chikou) is aligned in the correct direction before the signal.
Price Condition: Requires the price to be above/below the cloud for buy/sell signals respectively.
Generates visual signals (triangles) only when all defined criteria are met.
Breakout Detection:
Identifies and marks visually (with diamonds) when the price breaks above the top of the cloud (bullish signal) or below the bottom of the cloud (bearish signal).
Allows filtering by a minimum breakout size (optional).
Enhanced Visualization:
Cloud (Kumo): Draws the cloud with colors indicating trend (green/bullish or red/bearish) and adjustable transparency.
Circles on Crossovers: Optionally, shows circles at the exact points of Tenkan/Kijun crossovers (inspired by the original v4).
Bar Coloring: Optionally, colors the background price bars based on the price's relative position to the cloud and the direction of Tenkan/Kijun.
Information Panel:
Displays in real-time (in the top-right corner) the status of key conditions generating the signals: Crossover, Position relative to cloud, Breakout, RSI and Chikou filters, and the final signal.
Alerts:
Generates customizable alerts for buy and sell signals.
Considerations:
This indicator is a technical analysis tool for visualizing market data and potential trading setups according to the defined parameters.
It does not guarantee profits or predict the future price direction with certainty.
It is recommended for use in conjunction with other analyses and sound risk management.
Incorporates elements of original code by "ozzy_livin" under the Mozilla Public License 2.0 (MPL 2.0).