Hossa + Fear & Greed Combo [by Adi]This analytical tool combines two market assessment methods:
1. Bull Market — analysis of a potential “bull market” phase (growth and euphoria phase) and the risk of its end or the emergence of a speculative bubble.
2. Fear & Greed Index — a market sentiment indicator based on RSI and volume, showing levels of extreme fear or greed.
The script displays signals, chart backgrounds, information panels, and generates alerts for important market situations.
Details of each part
1. Input Parameters
• Bull Market:
o h_rsiLength — RSI length (default 14).
o h_rsiOverbought — RSI overbought level (default 70).
o h_maLength — moving average (MA) length (default 20).
o h_volLookback — volume average lookback period (10).
o h_bubbleMult — volume multiplier to detect a bubble (1.5).
o h_accelLookback — lookback period for price acceleration detection (5).
o Options to show signals, background, panel, and trend strength bar.
• Fear & Greed:
o fg_rsiLength — RSI length (14).
o fg_volLength — volume average length (20).
o Option to show colored background.
2. Bull Market Calculations
• RSI based on closing price.
• MA based on closing price.
• Average volume.
• Price acceleration (percentage price change relative to 5 bars ago).
Based on these, phases are defined as:
• Euphoria: RSI > 70 and price > MA — strong growth, potential bull market.
• Risk zone: RSI > 70 but price below MA and declining volume — possible bull market end.
• Speculative bubble: rapid price increase (>10% in 5 bars) and high volume (>1.5x average) — risk of a “bubble.”
The script also calculates how many days the current bull market has lasted and estimates the average length of previous euphoria phases and the probability of its end.
3. Bull Market Visualization
• Colored backgrounds on the chart: orange (euphoria), red (risk), purple (bubble).
• Chart markers (triangles) indicating risk of bull market end and bubble.
• Text panel showing current market state (phase, duration, average bull market length, probability, and estimated time to end).
• Histogram bar showing trend strength (orange, red, purple, or gray).
4. Bull Market Alerts
• Alert for possible bull market end.
• Alert for detected speculative bubble.
• Alert for exiting the euphoria phase.
5. Fear & Greed Calculations
• Calculation of RSI and volume (relative to average) to derive the market sentiment index.
• Index normalized to range 0–100, where:
o <25 = extreme fear,
o 25–75 = neutral,
o 75 = extreme greed.
6. Fear & Greed Visualization
• Colored background (red for fear, green for greed).
• Histogram of the index with horizontal lines at 25, 50, and 75.
• Alerts for extreme values (fear <25, greed >75).
Summary
The script allows comprehensive market analysis combining:
• Technical assessment of upward trends and possible turning points (bull market, bubble, risk of bull market end).
• Psychological evaluation of investor sentiment (Fear & Greed Index).
This helps traders gain a clearer picture of whether the market is in euphoria or approaching a correction or crash.
The script works best on the daily timeframe (1D).
Forecasting
Recession Warning Model [BackQuant]Recession Warning Model
Overview
The Recession Warning Model (RWM) is a Pine Script® indicator designed to estimate the probability of an economic recession by integrating multiple macroeconomic, market sentiment, and labor market indicators. It combines over a dozen data series into a transparent, adaptive, and actionable tool for traders, portfolio managers, and researchers. The model provides customizable complexity levels, display modes, and data processing options to accommodate various analytical requirements while ensuring robustness through dynamic weighting and regime-aware adjustments.
Purpose
The RWM fulfills the need for a concise yet comprehensive tool to monitor recession risk. Unlike approaches relying on a single metric, such as yield-curve inversion, or extensive economic reports, it consolidates multiple data sources into a single probability output. The model identifies active indicators, their confidence levels, and the current economic regime, enabling users to anticipate downturns and adjust strategies accordingly.
Core Features
- Indicator Families : Incorporates 13 indicators across five categories: Yield, Labor, Sentiment, Production, and Financial Stress.
- Dynamic Weighting : Adjusts indicator weights based on recent predictive accuracy, constrained within user-defined boundaries.
- Leading and Coincident Split : Separates early-warning (leading) and confirmatory (coincident) signals, with adjustable weighting (default 60/40 mix).
- Economic Regime Sensitivity : Modulates output sensitivity based on market conditions (Expansion, Late-Cycle, Stress, Crisis), using a composite of VIX, yield-curve, financial conditions, and credit spreads.
- Display Options : Supports four modes—Probability (0-100%), Binary (four risk bins), Lead/Coincident, and Ensemble (blended probability).
- Confidence Intervals : Reflects model stability, widening during high volatility or conflicting signals.
- Alerts : Configurable thresholds (Watch, Caution, Warning, Alert) with persistence filters to minimize false signals.
- Data Export : Enables CSV output for probabilities, signals, and regimes, facilitating external analysis in Python or R.
Model Complexity Levels
Users can select from four tiers to balance simplicity and depth:
1. Essential : Focuses on three core indicators—yield-curve spread, jobless claims, and unemployment change—for minimalistic monitoring.
2. Standard : Expands to nine indicators, adding consumer confidence, PMI, VIX, S&P 500 trend, money supply vs. GDP, and the Sahm Rule.
3. Professional : Includes all 13 indicators, incorporating financial conditions, credit spreads, JOLTS vacancies, and wage growth.
4. Research : Unlocks all indicators plus experimental settings for advanced users.
Key Indicators
Below is a summary of the 13 indicators, their data sources, and economic significance:
- Yield-Curve Spread : Difference between 10-year and 3-month Treasury yields. Negative spreads signal banking sector stress.
- Jobless Claims : Four-week moving average of unemployment claims. Sustained increases indicate rising layoffs.
- Unemployment Change : Three-month change in unemployment rate. Sharp rises often precede recessions.
- Sahm Rule : Triggers when unemployment rises 0.5% above its 12-month low, a reliable recession indicator.
- Consumer Confidence : University of Michigan survey. Declines reflect household pessimism, impacting spending.
- PMI : Purchasing Managers’ Index. Values below 50 indicate manufacturing contraction.
- VIX : CBOE Volatility Index. Elevated levels suggest market anticipation of economic distress.
- S&P 500 Growth : Weekly moving average trend. Declines reduce wealth effects, curbing consumption.
- M2 + GDP Trend : Monitors money supply and real GDP. Simultaneous declines signal credit contraction.
- NFCI : Chicago Fed’s National Financial Conditions Index. Positive values indicate tighter conditions.
- Credit Spreads : Proxy for corporate bond spreads using 10-year vs. 2-year Treasury yields. Widening spreads reflect stress.
- JOLTS Vacancies : Job openings data. Significant drops precede hiring slowdowns.
- Wage Growth : Year-over-year change in average hourly earnings. Late-cycle spikes often signal economic overheating.
Data Processing
- Rate of Change (ROC) : Optionally applied to capture momentum in data series (default: 21-bar period).
- Z-Score Normalization : Standardizes indicators to a common scale (default: 252-bar lookback).
- Smoothing : Applies a short moving average to final signals (default: 5-bar period) to reduce noise.
- Binary Signals : Generated for each indicator (e.g., yield-curve inverted or PMI below 50) based on thresholds or Z-score deviations.
Probability Calculation
1. Each indicator’s binary signal is weighted according to user settings or dynamic performance.
2. Weights are normalized to sum to 100% across active indicators.
3. Leading and coincident signals are aggregated separately (if split mode is enabled) and combined using the specified mix.
4. The probability is adjusted by a regime multiplier, amplifying risk during Stress or Crisis regimes.
5. Optional smoothing ensures stable outputs.
Display and Visualization
- Probability Mode : Plots a continuous 0-100% recession probability with color gradients and confidence bands.
- Binary Mode : Categorizes risk into four levels (Minimal, Watch, Caution, Alert) for simplified dashboards.
- Lead/Coincident Mode : Displays leading and coincident probabilities separately to track signal divergence.
- Ensemble Mode : Averages traditional and split probabilities for a balanced view.
- Regime Background : Color-coded overlays (green for Expansion, orange for Late-Cycle, amber for Stress, red for Crisis).
- Analytics Table : Optional dashboard showing probability, confidence, regime, and top indicator statuses.
Practical Applications
- Asset Allocation : Adjust equity or bond exposures based on sustained probability increases.
- Risk Management : Hedge portfolios with VIX futures or options during regime shifts to Stress or Crisis.
- Sector Rotation : Shift toward defensive sectors when coincident signals rise above 50%.
- Trading Filters : Disable short-term strategies during high-risk regimes.
- Event Timing : Scale positions ahead of high-impact data releases when probability and VIX are elevated.
Configuration Guidelines
- Enable ROC and Z-score for consistent indicator comparison unless raw data is preferred.
- Use dynamic weighting with at least one economic cycle of data for optimal performance.
- Monitor stress composite scores above 80 alongside probabilities above 70 for critical risk signals.
- Adjust adaptation speed (default: 0.1) to 0.2 during Crisis regimes for faster indicator prioritization.
- Combine RWM with complementary tools (e.g., liquidity metrics) for intraday or short-term trading.
Limitations
- Macro indicators lag intraday market moves, making RWM better suited for strategic rather than tactical trading.
- Historical data availability may constrain dynamic weighting on shorter timeframes.
- Model accuracy depends on the quality and timeliness of economic data feeds.
Final Note
The Recession Warning Model provides a disciplined framework for monitoring economic downturn risks. By integrating diverse indicators with transparent weighting and regime-aware adjustments, it empowers users to make informed decisions in portfolio management, risk hedging, or macroeconomic research. Regular review of model outputs alongside market-specific tools ensures its effective application across varying market conditions.
Super SMA [UnMatrix]Super SMA — Trend-following & Target Tool
The Super SMA is a powerful, user-friendly trend-following indicator designed to help traders identify high-probability entries, exits, and targets on any chart and timeframe. It combines classic moving average cross strategies with volatility, momentum, and separation filters to generate reliable buy and sell signals.
Key Features:
1. Signal Clarity: Instantly spots market momentum shifts using dual SMA crossovers.
2. Volatility Filter: Includes an ATR check to avoid choppy, low-volatility conditions.
3. Momentum Confirmation: Optional filter ensures signals only trigger with supporting candle momentum.
4. Automatic Targets: Instantly plots entry, stop loss, and three take profit levels based on ATR and risk.
5. Clean Visuals: Lines and labels are clearly placed for easy reading without cluttering the chart.
6. No repainting: Once a signal appears, it stays, making backtesting and live trading straightforward.
How it Works:
a) Signal Generation: When the fast SMA crosses above (buy) or below (sell) the slower trend SMA, and all filters are met, a trade signal is issued.
b) Trade Management: The indicator automatically draws lines for Entry (EP), Stop Loss (SL), and Take Profits (TP1, TP2, TP3), helping you manage trades visually.
c) Smart Filtering: Only signals with sufficient volatility, momentum, and SMA separation are triggered — reducing false positives.
Best For:
a) Trend-following traders seeking reliable entries and risk management.
b) Any asset or timeframe, from crypto to forex, stocks, and indices.
How to Use:
a) Wait for a Buy+ or Sell+ signal.
b) Use the plotted entry, stop loss, and targets for trade planning.
c) Optionally, combine with your favorite price action or confirmation tools.
Give Super SMA a try and streamline your trend-trading with confidence!
KitoBoy_trading_Bay/Sell_GRAALThis script is an indispensable tool for traders, which includes such tools as support and resistance levels, Slip Loss or Super trend, display of maximum volume levels and trading. Average moving averages. Using Fibonacci and Camarilla levels, as well as pivot reversal levels, the indicator shows buy zones and optimal sell zones for any instrument.
The indicator can be used on different timeframes, which makes it suitable for both intraday and medium-term trading.
For example, on a 15-minute timeframe, this indicator shows optimal points for buying and selling during the day, buying at the lower levels, highlighted in red, such as Target 1 and Target 2, which are often good points for buying.
These levels are automatically updated once a day and are dynamic, every day at 03:00 with new price values and targets, thereby showing where to buy the instrument and where to sell with targets for each day.
The essence of this indicator is as follows:
it divides the chart into zones where... The optimal zone for buying any instrument is Bay Reversal and is highlighted in green.
When the price goes below, the next zone for buying is the Break Down zone and level. This level is the lower boundary of the price channel and most often becomes a reversal level during standard corrections.
In the event of a breakout and consolidation of the price below this level, most often the price comes and reverses from the following levels - these are the lower Target 1 and Target 2, which are the main targets for correction and the best points for entering a position.
Most often, the price falsely pierces them, collecting stop orders under them and reverses, through reversal formations, changing the trend to the opposite.
Having bought and gained a position between the values from the Bay Reversal - Break Down - Targets levels and having received a great average purchase price for the instrument, we place limit orders for sale at the levels - Sell Reversal - we transfer the first take and stop to no loss.
The next targets for taking profit will be the Break Out levels and the two upper Targets, these are the main targets for fixing the position.
I will give you an example of a successful and correct setup using this indicator:
I want to buy bitcoin for $ 200 full pose ✍️
I divide the entry into 4 parts:
- where the first purchase is for $ 10 from the level according to the Bay Reversal indicator
- the 2nd purchase is for $ 20 from the Break Down level, which is important! double volume
- 3rd purchase for $40 from the lower level of Target 1, the price comes there in 90% of cases❗️and most often reverses from it
- 4th top-up happens rarely, so I hold $130 for this case and buy from the last lower target 2 and wait for the targets.
The first take to fix the profit occurs at the Sell Reversal level, where we fix part of the position and move the stop to no loss❗️
Next by targets🎯, where the level of the next profit fixation = Break Out control and exit the position completely at the upper values = Target 1 and Target 2, where the deal is completely closed.
IMPORTANT! We always hide the stop for these setups behind the lower target 2 by 5%
Ideally, the best prices are to buy at the lower targets and sell at the upper targets
with a clear stop, behind the lower targets. I do not recommend ignoring stops. Safety first.
We have thought of everything for you, here are the pivots and levels, and trend and Fibonacci levels.... In a word, the grail! No analogues. Works like a clock on all time frames.
The nearest frame is a daily, the beginning of the month, new targets. Working out according to the timing is 1 month
Time frame is a week - working out according to the timing is half a year
Time frame is 15 minutes, targets within a day, at 03.00 each day = new targets for the day.
TF 1 hour - 4 hours - 12 hours = targets for the week. Every Monday at 03.00 new targets for the new week.
Month - working out for a year, main goals for the cycle.
For any questions, write to me in a personal message @Igor_Vorobyev
A truly worthy, necessary and useful script.
Detector Max Pro com AB=CD (Sinais Otimizados)
📌 Max Pro Detector with AB=CD – Fixed SignalsComplete visual system for cryptocurrency futures.🔹 Buy/Sell by EMAs, RSI, Volume, and Engulfing🔹 Moderate Early Signal🔹 FVG + Automatic Order Blocks🔹 AB=CD Pattern (up and down)🔹 Fixed arrows that do not disappear from the chart
Venom II The Venom Indicator II is a 2-candle reversal setup grounded in Candle Range Theory, trap logic, and wick manipulation—commonly used to detect false breaks and liquidity grabs. It's a precision-entry model aimed at spotting reversals near key levels with strict validation conditions.
Official USD Staggered Bands - ArgentinaOfficial USD Staggered Bands - Argentina
The Central Bank, under the administration of Javier Milei (La Libertad Avanza), announced on Friday, April 11, 2025, a series of measures to eliminate the so-called "exchange rate restriction."
In this new phase, the dollar's exchange rate on the Free Exchange Market (MLC) will be able to fluctuate within a band between $1,000 and $1,400 , the limits of which will be expanded at a rate of 1% monthly.
The lines evolve daily, increasing as the public administration predicts. This way, you can know the likelihood of a Central Bank intervention to correct the variation and return the peso to a price within the band.
The script runs under the ticker USDARS
ATR Plots + OverlayATR Plots + Overlay
This tool calculates and displays Average True Range (ATR)-based levels on your chart for any selected timeframe, giving traders a quick visual reference for expected price movement relative to the most recent bar’s open price. It plots guide levels above and below that open and shows how much of the typical ATR-based range has already been covered—all in one interactive table and on-chart overlay.
What It Does
ATR Calculation:
Uses true range data over a user-defined period (default 14), smoothed via RMA, SMA, EMA, or WMA, on the selected timeframe (e.g., 1h, 4h, daily) to calculate the ATR value.
Projected Levels:
Plots four reference levels relative to the open price of the most recent bar on the chosen timeframe:
+100% ATR: Open + ATR
+50% ATR: Open + 50% of ATR
−50% ATR: Open − 50% of ATR
−100% ATR: Open − ATR
Coverage %:
Tracks high and low prices for the current session on the selected timeframe and calculates what percentage of the ATR has already been covered:
Coverage % = (High − Low) ÷ ATR × 100
Interactive Table:
Shows the ATR value and current coverage percentage in a customizable table overlay. Position, color scheme, borders, transparency, and an optional empty top row are all adjustable via settings.
Customization Options
Table Settings:
Position the table (top/bottom × left/right).
Customize background color, text color, border color, and thickness.
Optionally add an empty top row for spacing.
Line Settings:
Choose color, line style (solid/dotted/dashed), and width.
Lines automatically update with each new bar on the selected timeframe, anchored to that bar’s open price.
General Inputs:
ATR length (number of bars).
Smoothing method (RMA, SMA, EMA, WMA).
Timeframe selection for ATR calculations (e.g., 15m, 1h, Daily).
How to Use It for Trading
Measure Volatility: Quickly gauge the expected price movement based on ATR for any timeframe.
Identify Overextension: Use the coverage % to see how much of the expected ATR range is already consumed.
Plan Entries & Exits: Align trade targets and stops with ATR levels for more objective planning.
Visual Reference: Horizontal guide lines and table update automatically as new bars form, keeping information clear and actionable.
Ideal For
Intraday traders using ATR levels to frame trades.
Swing traders wanting ATR-based reference points for larger timeframes.
Anyone seeking a volatility-based framework for planning stops, targets, or identifying overextended conditions.
Round Numbers with 3&8 LevelsAfter more than a decade of trading the Forex market, I've developed a deep appreciation for the significance of specific price levels. This simple yet powerful indicator is built on that experience, designed to bring these critical levels directly to your chart.
In the FX market, certain numbers are more than just prices—they are psychological barriers and key points of interest for major players . This indicator highlights the traditional round number levels ( ending in 000 and 500 ) and offers a unique option to include the highly specific 300 and 800 levels.
These numbers are a big part of my trading strategy. I've consistently observed that a significant portion of pending orders and institutional entries around these exact levels. I use them in three key ways:
Entry Points: As a confirmation tool to enter a position when price action and other technical factors align with a specific round number.
Stop-Loss Placement: By placing stop-loss orders strategically just below or above these levels, using them as strong areas of support or resistance.
Take-Profit Targets: Setting take-profit orders at or around these levels, anticipating that they will act as a price magnet.
Key Features & Customization
This indicator gives you full control to match your trading style:
Customizable Visibility: Easily toggle the display of 3&8 (300 and 800) Levels and Mid Levels (500).
Dynamic Lines: Choose how many lines to display (e.g., 5, 7, 10, or 20) to keep your chart as clean or as detailed as you need.
Full Style Control: Independently set the color, line width, and style (solid, dashed, or dotted) for your Round Numbers, Mid Levels, and 3&8 Levels.
This tool is designed to be a powerful addition to any trader's toolkit, helping you identify the price levels that matter most.
Mongoose Market Expansion DashboardDescription:
The Mongoose Market Expansion Dashboard tracks macro conditions that favor stock market upside. This dashboard aggregates five distinct categories:
Taylor Rule Gap (FFR vs. estimated neutral rate)
Liquidity Trend
Market Breadth
Sentiment Reversal
Macro Acceleration
Each category contributes to a composite score (0–5), plotted in real-time. A higher score signals improving market conditions and potential expansion. Designed for traders, analysts, and macro quants seeking clean macro overlays on price charts.
Absorción InstitucionalThis indicator seeks to identify where institutions are "absorbing" all the opposing supply or demand without allowing the price to rise
Taylor Rule (Styled by Mongoose) + Macro Action PlanMethodology:
This indicator implements the standard Taylor Rule to estimate a theoretically neutral federal funds rate (FFR) based on economic conditions.
Taylor Rule Formula:
FFR = r* + π + 0.5(π - π*) + 0.5 × Output Gap
π = current inflation rate
π* = inflation target
r* = natural real interest rate
Output Gap = 100 × (u* - u) / u*
u = actual unemployment rate
u* = natural unemployment rate
Visuals:
Teal Line = Taylor Rule Rate
Orange Line = Manual Fed Funds Rate (custom input)
Color Zone Highlight
Red = policy rate far below Taylor estimate (gap > +1.0)
Green = policy rate far above Taylor estimate (gap < -1.0)
Reference Lines:
0% (Zero Bound)
2% (Neutral Rate)
5% (Hawkish Zone)
How to Use:
A Taylor Rate above the actual Fed Funds Rate may imply accommodative conditions.
A Taylor Rate below the actual Fed Funds Rate may imply restrictive or tight policy.
The gap between the Taylor estimate and actual rate helps assess potential macro pressure on markets, yields, and risk assets.
Trader Application:
Helps forecast shifts in Fed stance and macro policy inflection points
Use as a regime filter for positioning in equities, bonds, FX, and commodities
Can support long/short macro strategies based on rate gap and inflation dynamics
Inputs (Editable):
Inflation rate
Inflation target
Neutral real rate (r*)
Actual and natural unemployment rate
Manual FFR value
SaltWater SageSaltWater Sage - Advanced Market Intelligence Indicator
Navigate market waters with the wisdom of the SaltWater Sage. This sophisticated indicator combines multiple market intelligence streams to provide clear, actionable signals for traders and investors.
Key Features:
• Dual-Signal System: Proprietary risk assessment line paired with symbol-specific momentum analysis
• Real-Time Market Intelligence: Continuously monitors and synthesizes broad market conditions
• Intuitive Visual Design: Clean, color-coded signals that are easy to interpret at a glance
• Adaptive Scaling: Both components harmoniously scaled for optimal visual comparison
• Comprehensive Data Dashboard: Toggle-able information panel showing key market metrics
• Multi-Timeframe Analysis: Works across all timeframes from intraday to long-term
What Makes It Unique: The SaltWater Sage doesn't just follow price action - it reads the market's underlying currents. By combining institutional-grade risk assessment with precise momentum analysis, it helps traders identify optimal entry and exit points that align with broader market conditions.
Perfect For:
• Swing traders seeking high-probability setups
• Long-term investors timing market entries
• Risk-conscious traders managing portfolio exposure
• Anyone looking to understand market sentiment beyond basic technical analysis
Note: This indicator synthesizes complex market data into simple, actionable signals. No prior experience with advanced market analytics required.
Superdupermegadeduper signals by BrenFX🚀 Superdupermegadeduper Signals by BrenFX
Overview
The Superdupermegadeduper Signals indicator is a comprehensive trading system that combines multiple advanced technical analysis concepts to identify high-probability trading opportunities. This indicator integrates supply/demand zone analysis, dynamic trendline detection, and multi-confirmation signal generation to provide traders with precise entry, stop-loss, and take-profit levels.
🎯 Key Features
Supply & Demand Zone Detection
Intelligent Zone Identification: Automatically detects high-probability supply and demand zones based on price action and touch frequency
Customizable Zone Strength: Set minimum touches required for zone validation (2-10 touches)
Visual Zone Display: Clear visual representation with customizable colors and transparency
Zone Extension: Projects zones forward for future reference
Dynamic Trendline Analysis
Multi-Touch Trendline Detection: Identifies significant support and resistance trendlines with configurable minimum touch requirements
Automatic Trendline Drawing: Draws and extends trendlines automatically with custom colors
Deviation Tolerance: Configurable deviation percentage for trendline validation
Breakout & Retest Signals: Detects trendline breakouts and subsequent pullback retests
Advanced Signal Generation
Dual Signal Types:
Zone Reversal Signals: Based on supply/demand zone interactions
Trendline Breakout Signals: Based on trendline breaks with pullback confirmation
Multi-Confirmation System:
Volume confirmation (optional)
RSI filter integration
Candlestick pattern confirmation
Pullback verification
Professional Trade Management
Multiple Stop Loss Methods:
ATR-based dynamic stops
Zone-based stops
Fixed point stops
Automatic Level Calculation: Entry, stop-loss, and take-profit levels calculated automatically
Real-Time Trade Table: Live display of current trade levels and parameters
Customizable Table Position: Place trade information anywhere on your chart
Alert System
Comprehensive Alerts: Get notified instantly when signals are generated
Detailed Alert Messages: Include entry price, stop-loss, and take-profit levels
Frequency Control: Once-per-bar alert frequency to avoid spam
📊 How It Works
Signal Logic
Zone Analysis: The indicator scans for areas where price has repeatedly found support or resistance
Trendline Detection: Identifies significant trend lines by connecting pivot points with multiple touches
Confirmation Process: Multiple filters ensure signal quality:
Price action confirmation (multiple bullish/bearish candles)
Volume above average (optional)
RSI oversold/overbought conditions (optional)
Entry Timing: Signals are generated when all confirmations align
Buy Signals Generated When:
Price reaches a demand zone with bullish reversal confirmation, OR
Price breaks above resistance trendline and retests successfully
Sell Signals Generated When:
Price reaches a supply zone with bearish reversal confirmation, OR
Price breaks below support trendline and retests successfully
⚙️ Configuration Options
Supply/Demand Settings
Zone Strength: Minimum touches required (2-10)
Lookback Period: Historical bars to analyze (10-100)
Zone Extension: Forward projection length (1-20 bars)
Trendline Settings
Lookback Period: Historical analysis range (20-200 bars)
Minimum Touches: Required pivot connections (2-5)
Deviation Tolerance: Allowable price variance (0.01-1.0%)
Signal Filters
Reversal Confirmation: Required confirmation candles (1-5)
Pullback Confirmation: Retest validation period (1-5)
Volume Filter: Above-average volume requirement
RSI Filter: Overbought/oversold confirmation
Trade Management
Stop Loss Methods: ATR, Zone-based, or Fixed points
ATR Multiplier: Risk adjustment (0.5-5.0x)
Take Profit: Fixed point target (1.0-50.0 points)
📈 Best Practices
Recommended Settings
For Scalping: Lower zone strength (2-3), shorter lookback periods
For Swing Trading: Higher zone strength (4-6), longer lookback periods
For Trend Following: Enable trendline signals, use ATR-based stops
Risk Management
Always use the provided stop-loss levels
Consider position sizing based on stop-loss distance
Monitor the trade table for real-time level updates
Use alerts to avoid missing opportunities
🎨 Visual Elements
Supply Zones: Red semi-transparent rectangles
Demand Zones: Green semi-transparent rectangles
Resistance Lines: Red trendlines
Support Lines: Green trendlines
Buy Signals: Green "BUY" labels below bars
Sell Signals: Red "SELL" labels above bars
Trade Table: Comprehensive trade information display
💡 Tips for Success
Combine with Market Structure: Use on clean trends and at key support/resistance levels
Multiple Timeframe Analysis: Confirm signals on higher timeframes
Volume Confirmation: Enable volume filter for higher quality signals
Risk Management: Never risk more than 1-2% per trade
Backtesting: Test settings on historical data before live trading
⚠️ Important Notes
This indicator works best in trending markets
Signals are more reliable when multiple confirmations align
Always consider fundamental analysis and market conditions
Past performance does not guarantee future results
Practice proper risk management at all times
🔧 Technical Specifications
Pine Script Version: 6
Overlay: Yes
Max Objects: 500 boxes, 500 lines
Performance: Optimized for real-time analysis
Compatibility: Works on all timeframes and instruments
Developed by BrenFX | Advanced Trading Signals for Professional Traders
Remember: Trading involves risk. This indicator is a tool to assist in analysis and should not be the sole basis for trading decisions. Always use proper risk management and consider your financial situation before trading.
MacroHeat (Global Macro Growth Proxy)Overview:
MacroHeat by CWRP is a proprietary macroeconomic sentiment indicator that tracks the temperature of global industrial and risk-linked activity using market-based signals. It distills asset movements from metals, foreign exchange, and energy markets into a single, smoothed composite value. This tool is designed to help portfolio managers, traders, and strategists gauge the direction and momentum of real economy growth expectations.
MacroHeat does not predict policy or price action directly—it measures macro risk appetite and industrial growth expectations across three crucial asset pairs:
Copper/Gold Ratio – Industrial Metals vs. Defensive Metal
AUD/JPY Cross – Commodity-sensitive FX vs. Safe-haven FX
Brent/NatGas Ratio – Oil Demand vs. Gas Oversupply
These inputs are transformed into standardized z-scores to generate an intuitive composite signal of expansion, contraction, or neutrality in the global growth regime
Interpretation:
Copper / Gold Ratio
Copper is widely used in construction, manufacturing, and infrastructure. It responds to real-world industrial activity.
Gold is a traditional safe-haven asset, bid up in times of uncertainty or deflationary pressure. A rising Copper/Gold ratio implies higher industrial activity relative to defensive hedging, consistent with expansionary conditions.
AUD / JPY
AUD (Australian Dollar) is closely tied to the commodity cycle and heavily exposed to Chinese demand, especially for raw materials like iron ore and coal. JPY (Japanese Yen) is a low yielding, defensive currency that tends to strengthen during global stress due to Japan’s net external creditor position. A rising AUD/JPY indicates risk on sentiment and strength in Chinese or regional industrial demand. Falling values may signal risk aversion or cooling commodity linked activity.
📌 *Note: AUD is a proxy for China linked global demand. JPY reflects broader global risk sentiment, not the Japanese economy per se.
Brent / NatGas Ratio
Brent crude prices reflect global oil demand, typically linked to transportation, logistics, and industrial usage. Natural Gas, though also industrial, is often supply heavy and regionally priced. A high Brent/NatGas ratio can indicate tight oil supply or strong demand, relative to gas, suggesting higher economic activity.
------------------------------------------------------------------------------------------------------------
Each of the above components is converted into a Z-score using log returns over a 252-day rolling window. This standardizes movement and allows for cross-market comparison. The indicator then:
Averages the Z-scores of the three components (>1 is expansive, <-1 is contractive)
Smooths the result using a 5-day simple moving average
Classifies the result into macroeconomic regimes
And outputs to the table which has live component Z-scores with visual cues (yellow = expansionary; blue = contractionary).
Thank you for using the Global Macro Growth Proxy by CWRP!
I'm open to all critiques and discussion around macroeconomics and hope you find use in this model!
Bracket PreviewThe Bracket Preview indicator allows the user to set their intended bracket order distance (distance, in ticks, to take-profit and stop-loss) from the current live price so that a preview is generated and updated in real-time as price moves. This gives the trader a quick reference of where the bracket orders would be placed if a position were entered at that specific moment in time. This can be helpful by making it more obvious to the trader before a trade is placed exactly where these levels would be in relation to previous price action or if it would be better to wait for price to move to a more favorable level or accept a different Risk-Reward (RR) from this specific trade.
• “If I entered a long position now, would my target be in front of or beyond a recent consolidation area where it is likely to run into resistance and potentially reverse before hitting my take-profit?”
• “Would this bracket order place my stop-loss above or below a previous pivot or would I need to move it after entering the trade and potentially increase the risk on this trade to have it in a more logical level?”
• “If price is in a range and I enter now, would my stop be in the middle of the range while my target is outside the top of the range? Maybe I should wait for price to move to an area where my target would be inside but near the top of the range while my stop loss is below the range so that I’m not taking unnecessary risk or being forced to take an unfavorable RR.”
PAC Dr.Saeed Gharedaghi V1.2.2This script is a private Price Action & Smart Money Concepts toolkit by Dr. Saeed Gharedaghi. It includes BOS, CHoCH, Order Blocks, FVGs, Equal Highs/Lows, Trend Table (15m to 1D)
🔒 Invite-only script for personal or commercial clients.
To get access, contact @saeedgharedaghi on TradingView.
All code is proprietary and protected under TradingView’s Invite-only license.
Chetan Patil FNO StrategyChetan Patil's F&O Strategy
Buy Setup:
When a Buy signal appears, initiate a Long position in the current month Futures and simultaneously buy an Out-of-the-Money (OTM) Put option for hedging. This setup typically offers a potential profit of 10 points.
Sell Setup:
When a Sell signal appears, initiate a Short position in the current month Futures and simultaneously buy an Out-of-the-Money (OTM) Call option for hedging. This setup also targets a potential profit of 10 points.
Stop Loss Rule:
Exit the position on the opposite signal or if the previous candle's high/low (depending on position) is broken.
BUY in HASH RibbonsHash Ribbons Indicator (BUY Signal)
A TradingView Pine Script v6 implementation for identifying Bitcoin miner capitulation (“Springs”) and recovery phases based on hash rate data. It marks potential low-risk buying opportunities by tracking short- and long-term moving averages of the network hash rate.
⸻
Key Features
• Hash Rate SMAs
• Short-term SMA (default: 30 days)
• Long-term SMA (default: 60 days)
• Phase Markers
• Gray circle: Short SMA crosses below long SMA (start of capitulation)
• White circles: Ongoing capitulation, with brighter white when the short SMA turns upward
• Yellow circle: Short SMA crosses back above long SMA (end of capitulation)
• Orange circle: Buy signal once hash rate recovery aligns with bullish price momentum (10-day price SMA crosses above 20-day price SMA)
• Display Modes
• Ribbons: Plots the two SMAs as colored bands—red for capitulation, green for recovery
• Oscillator: Shows the percentage difference between SMAs as a histogram (red for negative, blue for positive)
• Optional Overlays
• Bitcoin halving dates (2012, 2016, 2020, 2024) with dashed lines and labels
• Raw hash rate data in EH/s
• Alerts
• Configurable alerts for capitulation start, recovery, and buy signals
⸻
How It Works
1. Data Source: Fetches daily hash rate values from a selected provider (e.g., IntoTheBlock, Quandl).
2. Capitulation Detection: When the 30-day SMA falls below the 60-day SMA, miners are likely capitulating.
3. Recovery Identification: A rising 30-day SMA during capitulation signals miner recovery.
4. Buy Signal: Confirmed when the hash rate recovery coincides with a bullish shift in price momentum (10-day price SMA > 20-day price SMA).
⸻
Inputs
Hash Rate Short SMA: 30 days
Hash Rate Long SMA: 60 days
Plot Signals: On
Plot Halvings: Off
Plot Raw Hash Rate: Off
⸻
Considerations
• Timeframe: Best applied on daily charts to capture meaningful miner behavior.
• Data Reliability: Ensure the chosen hash rate source provides consistent, gap-free data.
• Risk Management: Use alongside other technical indicators (e.g., RSI, MACD) and fundamental analysis.
• Backtesting: Evaluate performance over different market cycles before live deployment.
HMM-Style Market RegimeVisual outputs rendered by the script
Background color bands (bgcolor)
Green when regime == Bull
Red when regime == Bear
Gray when regime == Sideways (uncertain)
Labels (label.new)
“Bull” in the top-left corner when entering a Bull regime
“Bear” when entering a Bear regime
“Sideways” when entering a Sideways regime
Regime-change arrows (plotshape)
▲ Up arrow when the regime flips to Bull
▼ Down arrow when the regime flips to Bear
Optional metric plots
A chart of the return Z-score and volatility Z-score (when debug mode is enabled)
EURUSD Kill Zone [Plazo Sullivan Roche Capital]EUR/USD Kil Zone
Core Logic: Navigating the New‑York Kill‑Zone
The EUR/USD Killzone is designed to exploit repeatable patterns that occur during the overlap of the London and New‑York trading sessions. Research shows that the New‑York “kill zone”—roughly 07:00–09:00 EST—produces the most dramatic moves in EUR‑ and USD‑linked currency pairs
During this window, large institutions often sweep out liquidity resting above or below the Asian and early‑London session extremes , triggering sharp reversals before a new intraday trend emerges. This is in contrast to the single pre-market sweeps occuring for GOLD/
This modeul uses ICT/Smart Money Concepts to read these patterns and waits for three confirmations before signalling a trade:
Liquidity Sweep & Rejection. Price must spike beyond the combined Asian and early‑London range and then reject that area (a sharp wick and opposite‑coloured candle), signalling that stops have been cleared. The module defines the Asian range from 00:00–05:00 EST and the London range from 02:00–05:00 EST, following the guideline that overlapping sessions produce the greatest volatility
Market Structure Break. It then waits for the 5‑minute price to close beyond the most recent swing high/low (pivot), confirming that a genuine shift in order flow has occurred rather than a simple stop‑run.
Fair‑Value‑Gap (FVG) Re‑Test. Upon the break, the script records the high and low of that 5‑minute “displacement” candle and defines a fair‑value gap—the imbalance between buyers and sellers. Rather than entering immediately, it sets a virtual limit order at the 50 % level of this gap. A trade is only triggered once price retraces to this mid‑point, providing a high‑probability, high‑reward entry.
These three filters help avoid common pitfalls when trading kill zones, such as false breakouts and news‑driven whipsaws. The indicator also monitors higher‑timeframe bias (4‑hour and daily charts) using 50‑ and 200‑period moving averages to gauge whether the intraday signal aligns with the broader trend.
Feature Set
The indicator provides a suite of visual and analytical tools to support disciplined trading:
Session Range Mapping: automatically draws the Asian (00:00–05:00 EST) and London (02:00–05:00 EST) session highs and lows, making it easy to see when price sweeps these levels.
Kill‑Zone Monitoring: a built‑in timer isolates the 07:30–09:00 EST window and limits the indicator to one trade per session to avoid over‑trading.
Pivot‑Break Detection: uses 5‑minute swing highs/lows to confirm that order flow has shifted before looking for entries.
Fair‑Value‑Gap Re‑test: defines an FVG from the displacement candle and waits for a 50 % retrace before triggering a signal. This improves risk‑to‑reward by entering at a discount (for longs) or premium (for shorts).
Higher‑Timeframe Dashboard: displays bullish/bearish/neutral biases on the 4‑hour and daily charts, plus a confidence rating (0–2) indicating how many of these timeframes agree with the signal direction.
Alerts: optional alerts can be configured for buy‑only, sell‑only or either‑direction signals.
Best Practices for Use
Align with Major Volatility Windows. The indicator is most effective during the New‑York kill zone. Avoid trading outside this window, and be aware of high‑impact news (e.g., FOMC announcements) that can distort price action
Check Higher‑Timeframe Bias. Use the dashboard to ensure the intraday signal aligns with the 4‑hour and daily trends. For instance, a long signal that aligns with a bullish daily bias carries higher conviction than one going against it.
Manage Risk Responsibly. Even with multiple filters, no strategy is foolproof. Use stop‑loss orders just beyond the liquidity sweep and size positions appropriately.
Combine with Fundamental Awareness. Check your economic calendar for European and U.S. data releases. If an important release occurs during the kill zone, consider standing aside or reducing risk.
Back‑test and Forward‑Test. Always validate the strategy across different market conditions and broker feeds. Pay attention to how spreads, volatility and news events influence the indicator.
Use as Part of a Toolkit. Consider combining the indicator with other confirmation tools such as momentum oscillators, volume analysis or price‑action patterns to refine entries further. Smart‑Money Concepts often use confluence, not a single signal.
What's in It for You?
The EUR/USD Liquidity Sweep Indicator distils institutional concepts—liquidity hunts, market‑structure shifts and fair‑value gaps—into an intuitive, automated tool. By waiting for a retrace into the displacement candle’s imbalance, it helps capture trades where risk‑to‑reward is skewed strongly in your favour. The dashboard encourages you to trade with the higher‑timeframe trend, and built‑in alerts ensure you never miss an opportunity.
In volatile kill‑zone environments, discipline and patience are vital. This indicator enforces both: it tracks session ranges, confirms structure, waits for a retrace, and triggers only when multiple conditions align. Coupled with sound risk management and your own judgement, it can become a cornerstone of a high‑probability trading plan.
Always remember that markets evolve. Continue to refine the indicator and your strategy as you gather more experience and data. The learning journey never ends, but this tool is designed to accelerate it.