Spartan Trading Swing High Low Mapper 1.0
Spartan Trading Swing High-Low Mapper is a clean and structured framework designed to visualize swing highs and lows effectively. It assists traders in accurately identifying swing points, key Change of Character (CH) zones, and breakers. The tool also highlights "X" points and inducements within the major market structure, making it especially valuable for recognizing higher timeframe swings while analyzing lower timeframe charts.
Built for repeatability, the model enhances trader confidence by fostering familiarity rather than complexity.
This non-repainting tool is carefully engineered to mark completed market rotations, offering clarity without distortion. It provides flexibility across various assets and timeframes, allowing traders to customize their view while maintaining a consistent and reliable structure.
drive.google.com
Swing high formation
For a swing high to form, the high of Candle 1 must break above the high of Candle 2,
and the low of Candle 2 must break below the low of Candle 3
drive.google.com
Swing low formation
For a swing low to form, the low of Candle 1 must break below the low of Candle 2, and the high of Candle 2 must break above the high of Candle 3
drive.google.com
Time frame alignment
This indicator will show higher time frame swing when you are in the lower time frame
for example if your are in 5min time frame it will auto plot 1h swing aswell it helps the traders when actually htf's are doing
Monthly - daily
weekly-4h
daily -1h
4h-15m
1h-5min
15-1min
Terms and Conditions
Our charting tools are products provided for informational and educational purposes only and do not constitute financial, investment, or trading advice. Our charting tools are not designed to predict market movements or provide specific recommendations. Users should be aware that past performance is not indicative of future results and should not be relied upon for making financial decisions. By using our charting tools, the purchaser agrees that the seller and the creator are not responsible for any decisions made based on the information provided by these charting tools. The purchaser assumes full responsibility and liability for any actions taken and the consequences thereof, including any loss of money or investments that may occur as a result of using these products. Hence, by purchasing these charting tools, the customer accepts and acknowledges that the seller and the creator are not liable nor responsible for any unwanted outcome that arises from the development, the sale, or the use of these products. Finally, the purchaser indemnifies the seller from any and all liability. If the purchaser was invited through the Friends and Family Program, they acknowledge that the provided discount code only applies to the first initial purchase of the spartantradingacademy Premium Suite subscription. The purchaser is therefore responsible for cancelling – or requesting to cancel – their subscription in the event that they do not wish to continue using the product at full retail price. If the purchaser no longer wishes to use the products, they must unsubscribe from the membership service, if applicable. We hold no reimbursement, refund, or chargeback policy. Once these Terms and Conditions are accepted by the Customer, before purchase, no reimbursements, refunds or chargebacks will be provided under any circumstances.
By continuing to use these charting tools, the user acknowledges and agrees to the Terms and Conditions outlined in this legal disclaimer.
Ciclos
Cycle Composite 3.6 WeightedThe Cycle Composite is a multi-factor market cycle model designed to classify long-term market behavior into distinct phases using normalized and weighted data inputs.
It combines ten key on-chain, dominance, volatility, sentiment, and trend-following metrics into a single composite output. The goal is to provide a clearer understanding of where the market may stand in the broader cycle (e.g., accumulation, early bull, late bull, or euphoria).
This version (3.4) introduces flexible weighting, trend strength markers, and additional context-aware signals such as risk-on confirmations and altseason flags.
Phases Identified:
The model categorizes the market into one of five zones:
Euphoria (> 85)
Late Bull (70 – 85)
Mid Bull (50 – 70)
Early Bull (30 – 50)
Fear (< 30)
Each phase is determined by a smoothed EMA of the weighted composite score.
Data Sources and Metrics Used (10 total):
BTC Dominance (CRYPTOCAP:BTC.D)
Stablecoin Dominance (USDT + USDC average) (inverted for risk-on)
ETH Dominance (CRYPTOCAP:ETH.D)
BBWP (normalized Bollinger Band Width % over 1-year window)
WVF (Williams VIX Fix for volatility spike detection)
NUPL (Net Unrealized Profit/Loss, external source)
CMF (Chaikin Money Flow, smoothed volume accumulation)
CEX Open Interest (custom input from DAO / external source)
Whale Inflows (custom input from whale exchange transfer data)
Google Trends Average (BTC, Crypto, Altcoin terms)
All inputs are normalized over a 200-bar window and combined via weighted averaging, where each weight is user-configurable.
Additional Features:
Phase Labels: Labels are printed only when a new phase is entered.
Bull Continuation Marker: Triangle up when composite makes higher highs and NUPL increases.
Weakening Marker: Triangle down when composite rolls over in Late Bull and NUPL falls.
Risk-On Signal: Green circle appears when CMF and Google Trends are both rising.
Altseason Flag: Orange diamond appears when dominance of "others.d" exceeds BTC.D and ETH.D and composite is above 50.
Background Shading: Each phase is shaded with a semi-transparent background color.
Timeframe-Aware Display: All markers and signals are shown only on weekly timeframe for clarity.
Intended Use:
This script is intended for educational and macro-trend analysis purposes.
It can be used to:
Identify macro cycle position (accumulation, bull phases, euphoria, etc.)
Spot long-term trend continuation or weakening signals
Add context to price action with external on-chain and sentiment data
Time rotation events such as altseason risk
Disclaimer:
This script does not constitute financial advice.
It is intended for informational and research purposes only.
Users should conduct their own due diligence and analysis before making investment decisions.
VWAP Rejection Strategy XAUUSDhi made this strategy of vwap rejection as iam a personally a big fan of vwap this strategy works on any tf and its best suited for xauusd..
15min PD Array//@version=5
indicator("15min PD Array", overlay=true)
// Timeframe inputs
tf = "15"
// Get previous day's high, low, close
var float pdh = na
var float pdl = na
var float pdc = na
t = request.security(syminfo.tickerid, tf, time)
h = request.security(syminfo.tickerid, tf, high)
l = request.security(syminfo.tickerid, tf, low)
c = request.security(syminfo.tickerid, tf, close)
is_new_day = ta.change(time("D"))
var float temp_high = na
var float temp_low = na
var float temp_close = na
if is_new_day
pdh := temp_high
pdl := temp_low
pdc := temp_close
temp_high := na
temp_low := na
temp_close := na
temp_high := na(temp_high) ? h : math.max(temp_high, h)
temp_low := na(temp_low) ? l : math.min(temp_low, l)
temp_close := c
// Midpoint (EQ)
eq = (pdh + pdl) / 2
// Plotting
plot(pdh, color=color.green, title="PDH", linewidth=1, style=plot.style_linebr)
plot(pdl, color=color.red, title="PDL", linewidth=1, style=plot.style_linebr)
plot(pdc, color=color.gray, title="PDC", linewidth=1, style=plot.style_linebr)
plot(eq, color=color.orange, title="EQ (Mid)", linewidth=1, style=plot.style_linebr)
Intermarket Correlation Oscillator (ICO)The Intermarket Correlation Oscillator (ICO) is a TradingView indicator that helps traders analyze the relationship between two assets, such as stocks, indices, or cryptocurrencies, by measuring their price correlation. It displays this correlation as an oscillator ranging from -1 to +1, making it easy to spot whether the assets move together, oppositely, or independently. A value near +1 indicates strong positive correlation (assets move in the same direction), near -1 shows strong negative correlation (opposite movements), and near 0 suggests no correlation. This tool is ideal for confirming trends, spotting divergences, or identifying hedging opportunities across markets.
How It Works?
The ICO calculates the Pearson correlation coefficient between the chart’s primary asset (e.g., Apple stock) and a secondary asset you choose (e.g., SPY for the S&P 500) over a specified number of bars (default: 20). The oscillator is plotted in a separate pane below the chart, with key levels at +0.8 (overbought, strong positive correlation) and -0.8 (oversold, strong negative correlation). A midline at 0 helps gauge neutral correlation. When the oscillator crosses these levels or the midline, labels ("OB" for overbought, "OS" for oversold) and alerts notify you of significant shifts. Shaded zones highlight extreme correlations (red for overbought, green for oversold) if enabled.
Why Use the ICO?
Trend Confirmation: High positive correlation (e.g., SPY and QQQ both rising) confirms market trends.
Divergence Detection: Negative correlation (e.g., DXY rising while stocks fall) signals potential reversals.
Hedging: Identify negatively correlated assets to balance your portfolio.
Market Insights: Understand how assets like stocks, bonds, or crypto interact.
Easy Steps to Use the ICO in TradingView
Add the Indicator:
Open TradingView and load your chart (e.g., AAPL on a daily timeframe).
Go to the Pine Editor at the bottom of the TradingView window.
Copy and paste the ICO script provided earlier.
Click "Add to Chart" to display the oscillator below your price chart.
Configure Settings:
Click the gear icon next to the indicator’s name in the chart pane to open settings.
Secondary Symbol: Choose an asset to compare with your chart’s symbol (e.g., "SPY" for S&P 500, "DXY" for USD Index, or "BTCUSD" for Bitcoin). Default is SPY.
Correlation Lookback Period: Set the number of bars for calculation (default: 20). Use 10-14 for short-term trading or 50 for longer-term analysis.
Overbought/Oversold Levels: Adjust thresholds (default: +0.8 for overbought, -0.8 for oversold) to suit your strategy. Lower values (e.g., ±0.7) give more signals.
Show Midline/Zones: Check boxes to display the zero line and shaded overbought/oversold zones for visual clarity.
Interpret the Oscillator:
Above +0.8: Strong positive correlation (red zone). Assets move together.
Below -0.8: Strong negative correlation (green zone). Assets move oppositely.
Near 0: No clear relationship (midline reference).
Labels: "OB" or "OS" appears when crossing overbought/oversold levels, signaling potential correlation shifts.
Set Up Alerts:
Right-click the indicator, select "Add Alert."
Choose conditions like "Overbought Alert" (crossing above +0.8), "Oversold Alert" (crossing below -0.8), or zero-line crossings for bullish/bearish correlation shifts.
Configure notifications (e.g., email, SMS) to stay informed.
Apply to Trading:
Use positive correlation to confirm trades (e.g., buy AAPL if SPY is rising and correlation is high).
Spot divergences for reversals (e.g., stocks dropping while DXY rises with negative correlation).
Combine with other indicators like RSI or moving averages for stronger signals.
Tips for New Users
Start with related assets (e.g., SPY and QQQ for tech stocks) to see clear correlations.
Test on a demo account to understand signals before trading live.
Be aware that correlation is a lagging indicator; confirm signals with price action.
If the secondary symbol doesn’t load, ensure it’s valid on TradingView (e.g., use correct ticker format).
The ICO is a powerful, beginner-friendly tool to explore intermarket relationships, enhancing your trading decisions with clear visual cues and alerts.
Last Candle Std Dev BandsSTandard deviation candles, very basic not much, can build into a larger mean reversion strategy
Bitcoin Power Law Clock [LuxAlgo]The Bitcoin Power Law Clock is a unique representation of Bitcoin prices proposed by famous Bitcoin analyst and modeler Giovanni Santostasi.
It displays a clock-like figure with the Bitcoin price and average lines as spirals, as well as the 12, 3, 6, and 9 hour marks as key points in the cycle.
🔶 USAGE
Giovanni Santostasi, Ph.D., is the creator and discoverer of the Bitcoin Power Law Theory. He is passionate about Bitcoin and has 12 years of experience analyzing it and creating price models.
As we can see in the above chart, the tool is super intuitive. It displays a clock-like figure with the current Bitcoin price at 10:20 on a 12-hour scale.
This tool only works on the 1D INDEX:BTCUSD chart. The ticker and timeframe must be exact to ensure proper functionality.
According to the Bitcoin Power Law Theory, the key cycle points are marked at the extremes of the clock: 12, 3, 6, and 9 hours. According to the theory, the current Bitcoin prices are in a frenzied bull market on their way to the top of the cycle.
🔹 Enable/Disable Elements
All of the elements on the clock can be disabled. If you disable them all, only an empty space will remain.
The different charts above show various combinations. Traders can customize the tool to their needs.
🔹 Auto scale
The clock has an auto-scale feature that is enabled by default. Traders can adjust the size of the clock by disabling this feature and setting the size in the settings panel.
The image above shows different configurations of this feature.
🔶 SETTINGS
🔹 Price
Price: Enable/disable price spiral, select color, and enable/disable curved mode
Average: Enable/disable average spiral, select color, and enable/disable curved mode
🔹 Style
Auto scale: Enable/disable automatic scaling or set manual fixed scaling for the spirals
Lines width: Width of each spiral line
Text Size: Select text size for date tags and price scales
Prices: Enable/disable price scales on the x-axis
Handle: Enable/disable clock handle
Halvings: Enable/disable Halvings
Hours: Enable/disable hours and key cycle points
🔹 Time & Price Dashboard
Show Time & Price: Enable/disable time & price dashboard
Location: Dashboard location
Size: Dashboard size
RISK METRIC 1D/1W (MAGISTR)The “RISK METRIC 1D/1W” indicator is designed to assess the risk of trading strategies or assets on daily (1D) and weekly (1W) timeframes. It helps to understand potential risk levels. Our indicator takes into account volatility, drawdowns, probability of large losses or profitable opportunities, which allows you to make more informed decisions on entering or exiting a position.
The indicator can show, for example:
- the probability of heavy drawdowns,
- the strength of market movements,
- risk levels compared to historical data,
- potential range of possible losses or profits in a given time frame.
SHA Multi Pivot Points -v1.0.0🔎Using Pivot Points in Trading
Traders use PPs to help determine predefined support and resistance levels to guide their trading strategies. In addition, traders identify potential price reversals, trend direction, and breakout opportunities:
Trend identification: PPs act as a reference level to gauge market sentiment. If the price opens above the PP and remains above it, traders interpret this as an uptrend. Conversely, if the price opens below the pivot point and stays below, it suggests a downtrend.
Support and resistance determination: Pivot levels are natural barriers where price reactions frequently occur. Traders may enter long positions near support levels, expecting a price bounce, or if the price approaches resistance levels, traders may consider shorting the asset.
Breakout trading: When the price breaks above resistance or support, it may indicate strong momentum for further movement.
Reversal identification: Traders also look for failed breakouts or price rejections at pivot levels to anticipate reversals.
Trading strategy combinations: Traders can improve accuracy by combining PPs with other technical analysis indicators.
1. Camarilla Pivot Points
📌 Overview:
Developed by Nick Scott in 1989, Camarilla Pivot Points are designed for short-term, intraday trading. Unlike traditional pivots, Camarilla levels are tighter and more responsive, making them useful in volatile markets.
📐 Key Levels:
It generates eight levels:
- Resistance: Initial Level (R1), Mid-range Level (R2), Sell Reversal Level (R3), Breakout Level (R4)
- Support: Initial Level (S1), Mid-range Level (S2), Buy Reversal Level (S3), Breakout Level (S4)
✅ How to Use:
- S1/R1 + RSI or volume divergence to confirm weak momentum and early reversals.
- S2/R2 with price action patterns to enter early on major moves before L3/H3 get tested.
- S3/R3: Mean-reversion zones → price often reverses.
- Break of S4/R4: Strong breakout → trend-following signal.
- Combine with volume or candlestick confirmation for entries.
🔹 2. Floor (Standard) Pivot Points
📌 Overview:
This is the most traditional pivot method, widely used by floor traders. It’s symmetrical and provides a clear central pivot point with equally spaced support and resistance levels.
📐 Key Levels:
- Povit Points : Average price (PPs)
- Resistance : First price ceiling (R1), Stronger ceiling (R2), Extreme resistance (R3)
- Support : First price floor (S1), Stronger floor (S2), Extreme support (S3)
✅ How to Use:
- Above PPs = bullish bias; Below PPs = bearish bias.
- S1/R1 are most used for intraday targets.
- S2–S3/R2–R3 indicate potential extreme moves.
- Often used in combination with momentum indicators.
🔹 3. Woodie Pivot Points
📌 Overview:
Woodie’s pivot formula gives double weight to the closing price, emphasizing the most recent session's sentiment.
📐 Key Levels:
- Povit Points : Weighted average (PPs)
- Resistance : First price ceiling (R1), Stronger resistance (R2)
- Support : First price floor (S1), Stronger support (S2)
✅ How to Use:
- Works best in fast-moving markets.
- PPs acts as a momentum-based balance level.
- Good for scalpers and momentum traders.
🔹 4. Fusion Pivot Points
📌 Overview:
This method differs significantly — it calculates only one support and one resistance level, adjusting based on the relationship between the open and close.
📐 Key Levels:
- Povit Points : Single directional (PPs)
- Resistance : Potential ceiling (R)
- Support : Potential floor (S)
✅ How to Use:
- Not symmetrical → more responsive to price behavior.
- Best for breakout or reversal strategies.
- Use when you're expecting directional momentum.
🔹 5. Classic Pivot Points (Traditional)
📌 Overview:
Also known as Standard or Traditional Pivot Points, this is the default method used by most charting platforms. It offers a balanced and simple framework.
📐 Key Levels:
- Povit Points : Central price level (PPs)
- Resistance : First ceiling (R1), Stronger resistance (R2), Extreme resistance (R3)
- Support : First floor (S1), Stronger floor (S2), Extreme support (S3)
✅ How to Use:
- PPs is the market’s equilibrium point.
- Helps define market structure, bias, and trade zones.
- Combine with order blocks, RSI, or MACD for confirmation.
📊 Summary Comparison :
1. Camarilla Pivot Points
- Focus : Mean Reversion & Breakouts
- Best Use : Scalping, Day Trading
2. Floor Pivot Points
- Focus : General Support/Resistance
- Best Use : Intraday, Swing
3. Woodie Pivot Points
- Focus : Recent Close Emphasis
- Best Use : Momentum Trading
4. Fusion Pivot Points
- Focus : Trend/Breakout
- Best Use : Directional Breakouts
5. Classic Povit Points
- Focus : Market Structure
- Best Use : General Use
⚠️ Disclaimer
The information and tools provided in this script are for educational and informational purposes only. They do not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instrument.
Trading in the financial markets involves risk of loss and is not suitable for every investor. You are solely responsible for your trading decisions. Always do your own research, use proper risk management, and consult a licensed financial advisor before making any financial decisions.
Pi Cycle Top (Overlay)EN – A minimal Pi-Cycle Top overlay. When the 111-day SMA crosses above the 350-day SMA × 2 it flashes a red warning. All four historical signals caught the cycle top within ±3 days. Includes on-chart lines, triangle markers, optional background highlight, alertcondition, and fully adjustable lengths. Your built-in market airbag for BTC. 🚀
中文 – 超简洁的 Pi Cycle 顶部指标:111 日均线上穿 350 日均线×2 即触发红色警报,历史 4 次均在牛市顶前后 3 天内命中。脚本叠加于主图,提供均线、三角标记、可选背景高亮与预警条件,参数可自定义。把这只“安全气囊”装进每一张 BTC 图表。
Fourier Weighted Moving Average-(FWMA)Fourier Weighted Moving Average (FWMA)
About Fourier and His Theory
Joseph Fourier (1768–1830) was a French mathematician and physicist best known for his work on heat transfer and periodic functions. His most significant contribution to science is what we now call Fourier Analysis.
What Is Fourier's Theory?
Fourier’s theory states that:
Any repeating (periodic) signal or pattern can be broken down into a sum of simple sine and cosine waves.
This idea became the foundation of signal processing, modern physics, and data smoothing techniques — including those used in financial markets.
Key Concepts of Fourier’s Theory
1. Decomposition of Signals
Complex waveforms can be expressed as combinations of basic sine waves with different frequencies and amplitudes.
2. Frequency Domain View
Instead of viewing data in time (or price), you can analyze its frequency — how often certain movements repeat.
3. Smoothing and Filtering
By focusing only on certain frequencies (e.g., slower or longer cycles), Fourier methods allow you to filter out short-term noise and focus on the trend.
4. Applications in Finance
In trading, Fourier principles help design indicators that:
* Remove short-term market noise
* Emphasize dominant cycles
* Provide cleaner trend direction
Why It Matters for This Indicator
The Fourier Weighted Moving Average (FWMA) used in this indicator applies a custom weight derived from a sin² function, inspired by Fourier’s work on wave behavior. This gives more influence to the mid-section of the price data, making the average line smoother and more stable than traditional methods like SMA or EMA.
Unlike basic moving averages, the FWMA reacts to price changes more fluidly while reducing whipsaws, which is especially useful for trend-following strategies.
Input Settings and Controls
This section outlines all configurable fields and buttons available in the indicator, grouped for clarity:
Main Settings
* Source
Defines the price source used in the FWMA calculation. Options typically include close, open, hl2, etc.
* FWMA – 1 (Length)
Sets the period for the first Fourier Weighted Moving Average. Shorter lengths produce faster, more sensitive lines.
* FWMA – 2 (Length)
Sets the period for the second FWMA, typically used as a slower or long-term trend filter.
* Weight Epsilon
A small constant added to the weight formula to prevent division by zero and improve numeric stability in the FWMA formula.
Slope Sensitivity
* Slope Sensitivity (Bars)
This field defines the number of bars used to calculate the slope of each FWMA. The slope determines whether the line is rising or falling and is used to change the line color accordingly.
* Enable Slope Coloring (Toggle)
When enabled, both FWMA lines change color based on their slope:
* Positive slope = trend up color
* Negative slope = trend down color
If disabled, lines are shown in a neutral (gray) color.
Ribbon Settings (Group: Ribbon)
* Enable Ribbon for FWMA-2 (Toggle)
Turns the ribbon feature on or off. When enabled, the script plots two additional lines slightly above and below FWMA-2.
* Ribbon Thickness
Controls the line width of the ribbon above and below FWMA-2. Values from 1 to 100 are allowed, giving full control over ribbon visual prominence.
Verticale 4H Candle Lijnen + Alarm4H candle opening time UTC+2.
Helps to know when 4H candles opens and closes.
Time-CheckThis indicator highlights important time-based zones on the chart based on the Berlin time zone:
✅ Impulse Zones (Green Background): At every full hour (minute == 0), the market often shows strong directional movement. These periods are shaded in translucent green.
🔁 Reversal Zones (Orange Background): At 15, 30, and 45 minutes past each hour, price reversals are more likely. These are marked with translucent orange backgrounds.
Rejection Candle MarkerWhat it does:
Triangle down (🔻) marks bearish rejection (long upper wick).
Triangle up (🔺) marks bullish rejection (long lower wick).
No coloring or background highlighting — just neat triangle markers.
RSI Divergence by BAPI MONDALPure RSI Divergence indicator which tells you in the chart buy and sell position immediately
Marubozu Candle IdentifierRIdentify Marubu candles effortlessly, ensuring accessibility for who requires swift analysis.
🔥 EMA9/WMA45 + MACD Smart Signal + TP/SLbản mới update về ema9 và wma 45, hy vọng thành công, chúng là kết hợp macd và rsi nữa
Multiple indicator in High Volume period Uses EMA crossover (9/21) + RSI filtering for entries/exits
Trades only during market hours (09:15-15:15)
Includes re-entry logic based on RSI levels
⚙️ Key Inputs
EMA Lengths: 9 (fast) & 21 (slow)
RSI Settings:
Long exit: RSI > 80
Short exit: RSI < 30
Re-entry levels customizable
📶 Entry/Exit Rules
Long EMA9 > EMA21 EMA9 < EMA21 OR RSI > 80
Short EMA9 < EMA21 EMA9 > EMA21 OR RSI < 30
🔄 Re-entry Logic
After RSI-based exit, re-enters when:
Long: RSI < 70
Short: RSI > 40
📊 Visual Features
Plots EMAs & RSI with threshold lines
Clear entry/exit markers on chart
Built-in TradingView alerts
4HRFRACTALVWAPTOPThis is Part of Green Ice Trend Momentum Package. It essentially looks to find tops (white dot)and bottoms (red dot) based on VWAP and a long trend look back using fractals. The
HGDA TradeMatrixHGDA Trade Matrix — Precision-Based Zones + Dual Momentum Signals
HGDA Trade Matrix is a complete market framework indicator that combines high-precision price zones with automated trading signals generated through a fusion of MACD and Stochastic crossovers.
It provides both structural clarity and entry confidence in one unified tool.
🧠 What It Does:
The indicator derives 6 high-precision rectangular zones from the previous day’s high and low, using Fibonacci-based ratios. These zones act as support/resistance and trade planning areas.
It also calculates the midpoint (equilibrium line) and places labels inside each zone to assist in intraday navigation.
⚙️ Signal Engine Logic:
Built into the indicator is a dual-momentum signal system using:
📈 MACD Crossovers, filtered by zero-line positioning
📉 Stochastic Crossovers, filtered to avoid overbought/oversold traps
This produces:
✅ Buy/Sell Signals when either indicator triggers
💥 Strong Buy/Sell Signals when both align simultaneously
Signal labels are displayed directly on the chart, and alerts are provided for strong confluence signals.
📈 How To Use:
Use the price zones to determine high-interest levels for potential reactions.
Observe the Buy/Sell labels triggered by MACD/Stochastic logic near or within zones.
Combine signals with candlestick behavior or your own system for confirmation.
Use the midline to assess daily directional bias.
🧬 What Makes It Original:
HGDA Trade Matrix is not a basic zone indicator. It fuses price structure with filtered momentum signals, providing a dual-layer edge:
Where to trade (zones)
When to trade (signals)
This results in fewer false entries and more disciplined decision-making.
🔒 Invite-Only script. Intended for traders who seek a rules-based system combining structure and signal accuracy.
📩 To request access, message us privately.
🧩 HOW-TO: Use the HGDA Trade Matrix for Precision Trading
The HGDA Trade Matrix is a private invite-only indicator designed to provide daily adaptive price zones and dual-confirmation momentum signals, helping traders identify high-probability entries with structure and discipline.
🔷 What the Indicator Provides:
6 Auto-Generated Price Zones based on the previous day's high/low range
Midline Reference for directional bias
Auto Labels showing exact price levels for quick visual decisions
MACD & Stochastic Signals to confirm potential entries
BUY / SELL / STRONG BUY / STRONG SELL shapes shown on the chart
Alerts for Strong Buy/Sell signals
📈 How to Use It:
Step 1 — Start Your Day:
Load the indicator at the market open. It will automatically plot:
Key zones for reversals, breakouts, and reactions
A center line for market balance
Step 2 — Watch for Price Interactions:
When price enters a zone, observe:
Candle patterns (rejections, engulfing, inside bars)
Volume (if applicable)
Step 3 — Confirm with Signals:
Pay attention to the signal shapes:
✅ BUY/SELL: Either MACD or Stochastic confirms
💥 STRONG BUY/SELL: Both indicators confirm together
Use these as confirmation, not standalone.
Step 4 — Manage Entry & Risk:
Enter when the signal aligns with the zone interaction
Use the opposite zone or midline as your stop or target reference
Avoid chasing trades outside of structured areas
💡 Tips:
Works on Forex, Indices, Gold, Crypto
Best used on 15m, 1h, or 4h charts
Adjust lookback settings for different volatility
🔒 Access & Integrity:
This tool is Invite-Only, designed for traders who value clean structure and filtered signals.
To request access or learn more, contact us privately via TradingView.
Market Structure + VIX long & shortThis script is an indicator related to VIX short and long positions.
I tried to closely follow the put call ratio calculated by CNN. I referred to the CPC chart and the USDI PCCE chart. The VIX long position is quite risky, so I hope you consider it as a signal to start thinking when it appears. On the other hand, the VIX short signal consists of strong signals and mild signals. The mild signal is risky but occurs at points where CNN's put call ratio is above 0.8 and the VIX is above 30. The strong short signal is a very powerful short signal.
I hope you find it useful.
God bless you traders.
HGDA Fusion ZonesHGDA Fusion Zones — Adaptive Price Action + Dual Momentum System
HGDA Fusion Zones is a hybrid technical analysis tool that dynamically detects potential price reversal areas based on recent price range behavior and confirms entry signals using dual-momentum logic combining MACD and Stochastic indicators.
🧠 What It Does:
The script calculates the highest high and lowest low over a user-defined lookback period to determine the active price range. From that, it generates a set of adaptive levels based on HGDA proprietary zone ratios, derived from Fibonacci logic and live-tested intraday behavior. These levels are plotted and filled visually as support/resistance zones.
The indicator classifies the levels into:
🔴 U-turn Zones (possible overextension zones)
🟢 Key Zones (potential pivots and reaction zones)
🟡 Zero Line (central equilibrium reference)
⚙️ Signal Engine Logic:
The indicator combines two popular momentum signals to generate higher-conviction entries:
MACD Crossovers (filtered by being below/above zero line)
Stochastic Crossovers (filtered to avoid overbought/oversold traps)
Signals are categorized as:
✅ Buy or Sell (when either indicator confirms)
💥 Strong Buy or Strong Sell (when both indicators align)
This approach reduces noise and focuses on high-confidence setups only.
📈 How To Use:
Use the zones to identify areas of interest (support/resistance, reversal potential).
Wait for signal shapes (BUY/SELL) at or near zone boundaries.
Confirm entries using candle behavior + signal alignment.
Alerts are included for Strong Buy/Sell scenarios.
🧬 What Makes It Original:
Unlike static zone indicators, HGDA Fusion Zones adapts in real-time to shifting market structure and combines zone logic with a dual confirmation filter.
It’s not a simple mashup — it’s a structured system that balances price action with filtered momentum, specifically designed to reduce false signals and support both intraday and swing traders.
🔒 This script is Invite-Only and intended for experienced traders seeking cleaner entries around actionable zones.
📩 To request access, contact us via private message.