Gold Total Market Cap By Wave Trader Gold Total Market Cap (Updated 2025)
Overview
This indicator calculates and visualizes the total market capitalization of gold in real-time, based on the current XAUUSD spot price and the estimated above-ground gold supply. It transforms the raw gold price into a scaled "market cap" view (in trillions USD), helping traders contextualize gold's global value—often compared to stocks, crypto, or fiat reserves. As of October 2025, gold's cap hovers around $26–27T, underscoring its status as a premier safe-haven asset.
How It Works
Core Formula: Market Cap = Gold Price (USD/oz) × Total Supply (troy oz), scaled to trillions for chart readability.
Supply Data: Defaults to the World Gold Council (WGC) mid-2025 estimate of ~218,000 metric tonnes (~7.01B troy oz), but customizable for scenarios like historical or projected figures.
Plotted as a smooth yellow line below the price pane, mirroring gold's price movements but in cap terms.
Key Features
Dynamic Label: A real-time label on the yellow line displays the exact market cap (e.g., "26.8") for instant reference, styled like popular TradingView cap indicators.
Reference Line: Horizontal dashed line at 25T USD to highlight key thresholds (e.g., surpassing Bitcoin's cap).
Info Table: Top-right panel shows current gold price and full market cap (e.g., "26.8T USD") for quick stats.
Overlay-Free: Designed for a separate pane to avoid cluttering your main XAUUSD chart.
Data Sources & Customization
Relies on live XAUUSD close prices from TradingView.
Supply input: Switch between "WGC Mid-2025" (default) or custom values—ideal for sensitivity analysis (e.g., adding future mining output).
No external API calls; fully self-contained for fast performance.
Usage Tips
For Gold Traders: Spot divergences between price momentum and cap growth to gauge overbought/oversold conditions.
Portfolio Context: Compare to S&P 500 cap (~$50T) or BTC (~$2T) by adding multi-symbol alerts.
Timeframes: Best on daily/weekly for long-term trends; works on 1H+ for intraday macro views.
Alerts: Set notifications for cap milestones (e.g., "Gold Cap > 28T") via TradingView's alert system.
Track gold's "infinite market cap" evolution—because unlike stocks, gold's supply grows slowly, amplifying price impact. Updated for 2025 data; feedback welcome! 🚀
Indicators and strategies
PG DMean & Price Sync ver 9.4 - ConsolidatedPG DMean & Price Sync Strategy (SD Filter)
This strategy combines the momentum-oscillator properties of the Detrended Mean (DMean) with a Standard Deviation (SD) Price Filter for confirming trend direction, aiming to isolate high-conviction trades while actively managing risk.
🔑 Core Logic
DMean Momentum Signal: The strategy's primary engine is the DMean, which measures the percentage difference between the current closing price and a longer-term Moving Average (price_ma). It is then smoothed by a DMean Signal line (MA of the DMean).
Entry Signal: A trade is triggered when the DMean line crosses above (for Long) or below (for Short) its Signal Line, but it must clear a user-defined Dead Zone Threshold to confirm momentum commitment.
SD Filter Confirmation (Price Sync): A Standard Deviation Channel, based on a separate user-defined price source and period, is used to filter trades.
Long Filter: Allows Long entries only when the price is trading above the lower SD band, suggesting the current price action is stronger than the recent average volatility to the downside.
Short Filter: Allows Short entries only when the price is currently below the Filter Basis (SMA), confirming a bearish stance within the SD channel.
🛡️ Risk & Exit Management
Primary Exit: All trades are exited by reverse DMean Crossover/Crossunder, meaning the position is closed when the DMean momentum reverses against the open trade (e.g., DMean crosses under the Signal to exit a Long).
Hard Stop Loss (Short Trades): A mandatory percentage-based Hard Stop Loss is implemented only for short positions to protect against sudden upward price spikes, closing the trade if the loss exceeds the set percentage. (Note: This version does not include a Hard SL for Long trades).
📊 Performance Dashboard
A custom Performance Dashboard Table is displayed at the bottom right of the chart to provide real-time, at-a-glance comparison of the strategy's equity performance versus a simple Buy & Hold over the selected backtesting date range.
Alt buy signal 1H Entry + 4H Confirm (MACD + Stoch RSI + HMA)This indicator is a multi-timeframe (MTF) analysis tool designed for the ALT trading , capturing entry signals on the 1-hour (1H) timeframe and confirming trends on the 4-hour (4H) timeframe. It combines MACD, Stoch RSI, and Hull Moving Average (HMA) to identify precise buy opportunities, particularly at reversal points after a downtrend or during trend shifts. It visually marks both past and current BUY signals for easy reference.
Key Features:
1H Entry Signal (Early Ping): Triggers on a MACD golden cross (below 0) combined with a Stoch RSI oversold cross (below 20), offering an initial buy opportunity.
4H Trend Confirmation (Entry Ready): Validates the trend with a 4H MACD histogram rising (in negative territory) or a golden cross, plus a Stoch RSI turn-up (above 30).
Past BUY Display: Labels past data points where these conditions were met as "1H BUY" or "FULL BUY," facilitating backtesting.
HMA Filter: Optional HMA(16) to confirm price breakouts, enhancing trend validation.
Purpose: Ideal for short-term scalping and swing trading. Supports a two-step strategy: initial partial entry on 1H signals, followed by additional entry on 4H confirmation.
Usage Instructions
Installation: Add the indicator to an IMX/USDT 1H chart on TradingView.
Signal Interpretation:
lime "1H BUY": 1H conditions met, consider initial entry (stop-loss: 3-5% below recent low).
green "FULL BUY": 1H+4H conditions met, confirm trend for additional entry (take-profit: 10% below recent swing high).
Customization: Adjust TF (1H/4H), MACD/Stoch RSI parameters, and HMA usage via the input settings.
Alert Setup: Enable alerts for "ENTRY READY" (1H+4H) or "EARLY PING" (1H only) conditions.
Advantages
Accuracy: Reduces false signals by combining MACD golden cross below 0 with Stoch RSI oversold conditions.
Dual Confirmation: 1H for quick timing and 4H for trend validation, improving risk management.
Visualization: Past BUY points enable easy backtesting and pattern recognition.
Flexibility: 4H confirmation mode adjustable (histogram rise or golden cross).
Limitations
Timeframe Dependency: Optimized for 1H charts; may not work on other timeframes.
Market Conditions: Potential whipsaws in sideways markets; additional filters (e.g., RSI > 50) recommended.
Manual Management: Stop-loss and take-profit require user discretion.
Position Sizer SimplifiedThis is a Pine Script® indicator for TradingView called "Position Sizer Simplified". Its primary function is to help a trader quickly calculate the appropriate position size for a trade based on their chosen risk tolerance, account size, and the trade's entry/stop-loss levels. The results are displayed neatly in a customizable table on the chart.
This tool is essential for proper risk management in trading.
Core Functionality & Inputs
The script uses a few key inputs to perform its calculations:
Account & Risk Configuration
Account Size: You can define and switch between two account sizes (account_size_1 and account_size_2) using the account_option toggle ("P1" or "P2"). The chosen size determines the total capital.
Risk % per Trade (risk_percent): This is the percentage of your chosen account size that you are willing to lose on a single trade. Example: 0.5% risk on a $180,000 account means you risk $900 per trade.
Trade Parameters
Entry Price, Stop Loss Price, Target Price: These are the manual prices a trader enters for their planned trade.
Reset All Inputs (enable_reset): A toggle to quickly clear the three price inputs by setting them to 0.
🧮 Key Calculations
The script calculates several critical values to determine the position size:
Risk per Trade: The actual dollar amount you are risking:
Account Size×(100Risk %)
Stop Distance: The price difference between the entry and stop-loss:
Entry Price−Stop Loss Price
(This assumes a Long trade; for a Short trade, the calculation would be reversed, but the magnitude must be positive for the next step).
Position Size: The maximum number of shares/contracts you can buy/sell while keeping the dollar risk within your Risk per Trade amount. This is the main output:
Position Size=Floor(Stop DistanceRisk per Trade)
The math.floor() function ensures the position size is a whole number (no fractional shares).
Capital Required: The total cost to open the calculated position:
Position Size×Entry Price
Risk/Reward (R:R) Ratio: The potential reward compared to the risk taken:
Stop DistanceTarget Price−Entry Price
Table Display & Customization
The script's output is displayed in a customizable table on the chart.
Display Toggles
A large section of boolean (input.bool) variables (e.g., show_position_size, show_rr_ratio) allows the user to turn on/off individual rows in the results table, customizing what information is shown.
Visual Settings
Table Position: The user can select one of four corners for the table (Top Right, Bottom Right, Top Left, Bottom Left).
Colors and Size: Extensive inputs are provided to customize the table's background, border, font size, and text colors.
Conditional Coloring
The script uses colors to provide quick visual warnings and checks on key metrics:
Risk % per Trade:
Green/Lime for ≤1.0% (Low Risk)
Orange for >1.0% and ≤2.0% (Medium Risk)
Red for >2.0% (High Risk)
R:R Ratio:
Green/Lime for ≥2 (Good)
Red for <2 (Bad)
Capital Check:
Green if Capital Required ≤ Account Size (Within Limit)
Red if Capital Required > Account Size (Exceeds Account)
Displayed Outputs
The table provides a comprehensive set of calculated metrics, including:
Current Ticker: The symbol of the asset being traded.
Position Size: The calculated share/contract quantity.
Risk per Trade: The dollar amount risked.
Stop Distance (pts/%): How far the stop-loss is from the entry price, in both price points and a percentage of the entry price.
Target Reward ($/%): The potential profit in dollars and as a percentage.
R:R Ratio: The calculated Risk/Reward ratio.
Target 1 (50%): Half the distance to the full target (potential partial take profit).
Target 2 (100%): The full target_price.
Capital Check: A quick status on whether the trade exceeds the total account size.
Summary: A single line detailing the trade direction (Long/Short), prices, size, and R:R ratio.
This indicator is a powerful tool for traders who want to maintain strict, quantifiable risk control on every position they take.
Crypto Scalping Strategy - High Win Rategrok first try. I used grok to create a scalping strategy that is automated for crypto scalp trading on 5-15 min intervals
Institutional elite indicator
🎯 Overview
An institutional-grade technical analysis indicator that combines 10+ professional indicators into a unified, easy-to-read signal system. Designed for precision trading across all timeframes (1min to 1month) with Heikin Ashi compatibility.
📈 Signal Types
Breakout Signals: Early detection before major price movements
Divergence Detection: RSI and MACD bullish/bearish divergences
Bottom Fishing: Identification of lowest price points before rebounds
Reversal Signals: Trend reversal detection in overbought/oversold zones
MA Crossovers: Enhanced 50/200 MA cross detection with volume confirmation
⚙️ Technical Specifications
Compatible: Heikin Ashi candles, all timeframes
Configurable: 25+ adjustable parameters
Performance: Optimized for institutional-grade accuracy
Interface: Clean, non-cluttered visual design with compact signals
🚀 Use Cases
Day Trading: Precise entry/exit points on lower timeframes
Swing Trading: Trend identification and reversal detection
Institutional Analysis: Multi-indicator confirmation system
Risk Management: Volume-confirmed signals with ADX trend strength
Perfect for traders seeking institutional-level precision with simplified execution.
Golden StrategyTitle: XAUUSD (Gold) Smart Entry Strategy with Dynamic Scaling
Description:
This is a precision-based entry strategy for XAUUSD (Gold), optimized for lower timeframes like the 5-minute and 15-minute charts. It uses a custom logic engine to detect potential reversals and applies dynamic scaling (pyramiding) to build positions strategically based on price behavior.
🔍 Key Features:
✅ Smart entry logic for trend shifts
✅ Configurable position scaling up to 7 level
✅ Built-in capital efficiency for smaller accounts
✅ Backtest window control for historical testing
✅ Compact on-screen table for user guidance
Timeframes Recommended:
🔸 15-minute: Best balance of risk and consistency
🔸 5-minute: More frequent signals, slightly higher risk
⚠️ Important Disclaimer
This script is for educational and informational purposes only. It is not financial advice or a signal service. Trading carries risk, and past performance does not guarantee future results. Use at your own discretion and always manage risk appropriately.
Bar Count Custom Start TimeThis simple bar count script lets you configure when you want to start your count in case you have the globex charts in use for your assets.
Example NYSE:
Set start hour to: 8
Set start minute to: 30
Example DAX:
Set start hour to: 2
Set start minute to: 0
The indicator is based on the "Bar Count" indicator from GYH9 - many thanks!
Can be found here:
Custom Fibo Line v.jd
⸻
🧭 Custom Fibo Line v.jd – Dual Anchor Hi/Lo & Reverse
Custom Fibo Line v.jd is a custom Fibonacci indicator designed to display two symmetrical Fibonacci sets (upward and downward) based on a single anchor candle chosen by the user.
The indicator keeps all Fibonacci levels fixed and consistent even when you switch chart timeframes.
⸻
⚙️ Core Concept
• The user selects an anchor candle (based on date & time) from a specific timeframe, e.g., M30.
• The indicator automatically takes the high and low of that anchor candle as the base points (0 and 100).
• From these base points, the indicator draws two Fibonacci structures:
• Upward: low → high
• Downward: high → low
Fibonacci Levels Used:
0%, 23.6%, 100%, 161.8%, 261.8%, 423.6%
⸻
🟪 Main Features
✅ Dual Fibo Line
Displays two mirrored Fibonacci sets — upward and downward — derived from the same anchor candle.
✅ Custom Candle Anchor
You can freely choose:
• The anchor timeframe (e.g., M30)
• The specific date & time as the anchor reference
The anchor candle remains fixed even if you switch chart timeframes (e.g., M5, M1, H1, etc.).
✅ Automatic Right Extension
Lines and areas can automatically extend to the right based on the number of bars and the target timeframe (e.g., 50 bars on M5).
✅ Extension Areas (Fibo 161.8 / 261.8 / 423.6)
Each extension level can be displayed as a shaded area (band) with fully customizable color and width.
✅ WZ Zone (Between 23.6 Up & Down)
Creates a single highlighted area (default purple) between the upward and downward 23.6 levels.
This zone is often used as a re-entry or re-test area.
You can freely adjust the label text and colors.
✅ Right-Side Labels (Level & Price)
Displays Fibonacci levels and their corresponding live prices on the right side of the chart.
You can turn this feature on or off in the settings.
✅ Optional 0% Level Display
If you don’t need the base level, you can hide the 0% line and label without affecting other levels.
✅ Top-Right Info Panel
Shows a quick summary of your active configuration:
• Anchor timeframe
• Anchor range (High–Low)
• Area width mode
• Number of extension bars
• Target timeframe for extension
✅ Stable Across Timeframes
All Fibonacci levels remain fixed relative to the selected anchor — they do not shift or recalculate when you change chart timeframes.
⸻
🎯 Use Cases
• Identify potential reversal or re-entry zones using key Fibonacci symmetry.
• Project expansion targets in line with market structure (161.8 / 261.8 / 423.6).
• Visualize mirror price movements from a key candle (e.g., news candle, session open, breakout bar).
• Maintain consistent analysis even when changing timeframe views.
⸻
🕹️ Quick Tips
1. Select your Anchor Candle Timeframe and the exact date & time of the bar you want to use.
2. Adjust the extension range and target timeframe as needed.
3. Use the WZ zone (23.6–23.6) as a key range for re-entry or reaction levels.
4. Watch the extension bands (161.8 / 261.8 / 423.6) for potential continuation targets.
⸻
Developer’s Note:
This indicator is built for flexibility and precision.
Once an anchor is defined, all Fibonacci levels remain static and consistent, giving you a stable multi-timeframe reference for technical analysis.
⸻
Short version (for TradingView Description box):
Displays dual, mirrored Fibonacci levels from a single anchor candle. Includes customizable WZ zone (23.6–23.6) and extension areas (161.8 / 261.8 / 423.6). Levels remain fixed across timeframes for consistent analysis.
⸻
TCL - Extreme S/R Auto Levels (Pivot-Snapped, Snapshot) It is a fan-made indicator for TCL strategy to declare extreme s/r levels.
PTM System v1.8 (PF)PTM System Indicator v1.8: Enhanced Precision and Flexibility
The PTM System Indicator is a powerful and comprehensive technical analysis tool designed to help traders make confident and effective trading decisions. By integrating multiple analysis strategies, the PTM System focuses on identifying clear market trends, filtering out noise, and presenting information in an easy-to-understand format, ensuring you don't miss critical market opportunities.
Version 1.8 is a significant upgrade from version 1.6, focusing on enhancing trend identification accuracy and analytical flexibility to meet the needs of traders in all market conditions.
## Key Features of PTM System v1.8:
### 1. Multi-Factor Filtering: Intelligent Signal Filtering for Maximum Quality
The PTM System features a Multi-Factor Filtering system that combines multi-dimensional analysis to deliver high-quality trading signals and significantly reduce false signals. This system includes:
* **Price Action Filter:** Analyzes price behavior to confirm signal strength.
* **Trend Filter (EMA):** Uses multiple Exponential Moving Averages (EMA-S, EMA-M, EMA-L) to accurately identify the main market trend.
* **Momentum Filter (Stochastic):** Uses the Stochastic Oscillator to measure price momentum and identify Overbought/Oversold conditions.
* **Sideway Filter (ADX):** Uses the Average Directional Index (ADX) to detect sideways or trendless market conditions.
**Rationale for Integration:** The combination of these filters creates a synergistic system where each filter validates signals from the others, resulting in highly reliable trading signals. This adaptability allows the PTM System to perform effectively in various market conditions.
### 2. Smooth Heikin Ashi: Superior Trend Smoothing for Unmatched Clarity (New in v1.8)
To address the common issue of frequent color changes in traditional Heikin Ashi during sideways markets, v1.8 introduces **Smooth Heikin Ashi**. This feature uses an EMA to smooth the Heikin Ashi values, providing a clearer and more continuous representation of the underlying trend.
**Value and Benefit:** This feature offers a cleaner, more reliable view of the market trend, helping traders avoid sideways traps and focus on strong, sustained movements.
### 3. Ghost Signals: Unveiling Filtered Opportunities for Deeper Analysis (New in v1.8)
**Ghost Signals** display potential trade setups that were filtered out by the Sideway and Trend filters. This provides deeper insight into how market conditions affect signal generation and helps experienced traders identify hidden opportunities.
### 4. Optimized Time Filter Start Time (New in v1.8)
The default start time for the Time Filter has been adjusted to **20:00** for greater flexibility and better alignment with major trading session openings.
### 5. Auto RR Box: Disciplined Risk Management
The Auto RR Box automatically displays Stop Loss (SL) and Take Profit (TP) levels on the chart, promoting disciplined risk management.
### 6. Comprehensive Customization
PTM System is highly customizable, allowing traders to adjust filter settings, visual elements, and trading hours to fit their unique style.
## Why Every Trader Needs PTM System
In a volatile and complex market, the PTM System provides a crucial edge. It combines in-depth analysis, intelligent filtering, and intuitive visualization to empower traders of all levels to navigate the market with greater efficiency and confidence.
**Value of an Invite-Only Script:** The PTM System is not just a collection of basic indicators; it is a strategically integrated system that delivers high-quality, reliable signals. Its sophisticated filters and unique features like Smooth Heikin Ashi and Ghost Signals provide superior insight and control, justifying its value as a premium, invite-only tool.
Upgrade your trading with the PTM System today!
LP ChecklistLP Checklist — Rejection (ATR + calculator), D1-Fixed, Risk Position Sizing
This script is an on-chart checklist for rejection (bounce) trades based on Gerchik-style level logic, with a fixed daily ATR core and a simple risk calculator. ATR values are latched on D1, so SL/TP remain stable when you switch timeframes. The UI (inputs and panel) is in Russian.
What it does:
• Checklist: three groups (Prerequisites, Negatives, Waiting). You tick items; the panel shows a clean grouped list with counters.
• Rejection calculations: Entry, Stop-Loss, Take-Profit from your level price, k × ATR stop, and a preset RR ratio. A built-in entry offset ≈ 12.5% of the stop distance is applied automatically.
• Entry placement for rejection: after a false break and return back into the range, Long enters above the level (stop below), Short enters below the level (stop above). The built-in entry offset is applied relative to the level and stop side.
• ATR engine (D1): Classic ATR (selectable period; HL or True Range) — always computed and displayed as reference and daily progress. Classic ATR also drives a visible D1-progress metric (current D1 range as a percentage of ATR).
• Active ATR = either 5-day median ATR with optional paranormal bar filter (filters both oversized and undersized D1 ranges by percentage thresholds vs a blended reference) or Manual ATR if enabled.
• Risk calculator: given Deposit and Risk %, the script outputs the entry notional (USD) so an SL hit is approximately equal to your dollar risk; the panel also shows potential PnL to take-profit.
• Stable visuals: level, entry, SL, and TP lines with automatic cleanup on a new day; the panel can be placed in any corner (RU labels).
How to use:
Set Direction (Long/Short) and the Level Price.
Tick checklist items as the setup forms.
In ATR, leave Classic as reference (period + HL/TR), and choose the Active ATR mode: 5-day median (with optional paranormal filter) or Manual (manual value overrides).
Pick k for Stop = k × ATR; TP is placed by the RR preset relative to stop size.
In Calculator, set Deposit and Risk % — the panel returns the entry notional aligned with your risk.
Show or hide panel sections (calculations, ATR, calculator) as needed.
Quick notes:
• Classic ATR is always calculated and shown for context and D1 progress.
• Active ATR drives stop sizing: 5-day median (with filter) or Manual.
• Manual ATR, if enabled, fully replaces the active one in calculations.
• All ATR computations use closed D1 bars; values are cached per day.
• The built-in entry offset equals 12.5% of stop distance and applies automatically to both directions.
Описание (RU)
Чек-лист уровней (Отбой / ЛП) — ATR (классический показывается, активный = медианный 5-дневный или ручной), фиксация D1, расчёт позиции от риска
Скрипт для работы с отбойными (ложно-пробойными) сетапами по логике уровней Герчика: чек-лист на графике, фиксированный дневной ATR, расчёт ТВХ/SL/TP и простой калькулятор позиции от риска. Значения ATR фиксируются на D1, поэтому SL/TP не плавают при смене таймфреймов. Интерфейс (входы и панель) на русском.
Что делает:
• Чек-лист: три группы (Предпосылки, Минусы, Ожидаю). Отмечаете галочки — панель выводит список и счётчики.
• Расчёты отбоя: ТВХ, Стоп-лосс, Тейк-профит от цены уровня; стоп как k × ATR; тейк задаётся пресетом RR; встроен люфт входа ≈ 12.5% от дистанции стопа.
• Правило входа для отбоя: после ложного прокола и возврата внутрь диапазона вход по Long — выше уровня (стоп ниже), по Short — ниже уровня (стоп выше). Люфт входа прикладывается относительно уровня и стороны стопа.
• ATR (D1): Классический ATR (период, HL или True Range) всегда считается и показывается как справочное значение и для прогресса дня. Также отображается процент текущего D1-хода к ATR.
• Активный ATR = медианный за 5 дней с опциональным фильтром паранормальных баров (отсеивает одновременно слишком большие и слишком маленькие дневные диапазоны относительно «смешанного» референса, который равен среднему между mean и median последних D1-диапазонов) или Ручной ATR, если включён.
• Калькулятор риска: по Депозиту и Риску % отдаёт сумму входа (USD) так, чтобы убыток по стопу был близок к заданному риску; дополнительно показывает потенциальный PnL по тейку.
• Стабильная отрисовка: линии Уровень, ТВХ, SL и TP, автоочистка на новый день; позиция панели выбирается (русские подписи углов).
Как работать:
Задайте Направление (Long/Short) и Цену уровня.
Отметьте пункты чек-листа по текущей ситуации.
В ATR используйте Классический как справочный (период + HL/TR), а Активный выберите как медианный 5-дневный (с фильтром при необходимости) или Ручной (ручное значение замещает активный).
Укажите k для Стоп = k × ATR; тейк задаётся пресетом RR относительно размера стопа.
В Калькуляторе задайте Депозит и Риск % — получите сумму входа, согласованную с риском.
В панели можно скрывать или показывать секции (расчёты, ATR, калькулятор).
Важные примечания:
• Классический ATR всегда считается и отображается для контекста и прогресса по дню.
• Активный ATR используется для расчёта стопа: медианный 5D (с фильтром) или ручной.
• Если включён Ручной ATR, он полностью замещает активный ATR в расчётах стопа и RR.
• Все расчёты ATR делаются по закрытым барам D1; значения фиксируются на день.
• Встроенный люфт входа составляет 12.5% от дистанции стопа и применяется автоматически в обе стороны.
ATT Numbers Header (Movable)For anybody that trades with ATT (Advanced Time Technique) And can't remember the numbers and want's to have them on their chart at all time with full customizability as well this indicator is for you.
ES/NQ Price Action Sync See when ES & NQ move in syncSee when ES & NQ move in sync — revealing real market momentum at a glance.”
⚖️ ES/NQ Price Action Sync
Discover when the market moves as one.
This indicator tracks when S&P 500 Futures (ES1!) and Nasdaq Futures (NQ1!) align in momentum — helping you spot broad-market confirmation or early divergence in real time.
🧠 Concept
The ES/NQ relationship often reveals the market’s underlying strength or hesitation. When both indices turn bullish or bearish together with meaningful movement, that’s a sign of true market alignment.
When they disagree — expect mixed momentum and possible reversals.
⚙️ Features
✅ Highlights new bullish and bearish syncs on chart
✅ Dynamic info table showing % change and direction for each index
✅ Optional triangle markers for clean visual cues
✅ Alert conditions for new sync events
✅ Adjustable lookback and minimum-move filters
💡 How to Use
Use this as a market-context tool, not a direct buy/sell signal.
When both indices sync, intraday trends often hold better; when they diverge, momentum may fade.
Combine it with your own system or higher-time-frame analysis for confirmation.
📊 Why Traders Love It
Simple idea — powerful insight.
This tool helps traders instantly see when “the market machine” is running in harmony… or pulling in opposite directions.
⚠️ Disclaimer:
This script is for educational and analytical purposes only.
It does not provide financial advice or trading signals. Always perform your own research before making trading decisions.
MF_Average_Seasonal_MovementYou can chose a date range and see the average, min and max movement within that time.
n addition it shows how many longs or shorts would have won in that time frame.
To quikly look at the time periods in the past it markes the chosen dates each year with two horizontal lines.
You can utilize the election year cycle and look only at post election years for example
Bitcoin Buy HODL Sell Indicator - MonthlyWMA16 (monthly)
EMA200 (weekly)
These are the indicators you need for BTCs bull / bear market recognition.
Green candles = bull market
Red candles = beginning of bear market
Purple candles = End of bear market
by Stockmoney Lizards