Enhanced Gann Time-Price SquaresEnhanced Gann Time-Price Squares Indicator
A comprehensive Pine Script indicator that identifies and visualizes W.D. Gann's time-price square formations on your charts. This tool helps traders spot potential market turning points where time and price movements align according to Gann's legendary market theories.
Key Features:
Automatic Square Detection - Identifies completed squares where price movement equals time movement
Future Projections - Shows forming squares with projected completion points
Pivot Integration - Automatically detects pivot highs/lows as square starting points
Visual Clarity - Clean box outlines with customizable colors and styles
Smart Filtering - Prevents overlapping squares and includes minimum move thresholds
Real-time Status - Information table showing current square formations
How to Use:
The indicator draws boxes when price moves from pivot points equal the time elapsed (number of bars). Green squares indicate upward movements, red squares show downward movements. Dashed lines show forming squares, while dotted lines project where they might complete.
Settings:
Adjust pivot sensitivity and minimum price moves
Customize tolerance for time-price matching
Toggle projections, labels, and visual elements
Fine-tune colors and line styles
Perfect for Gann theory practitioners and traders looking for time-based market analysis. The squares often coincide with significant support/resistance levels and potential reversal points.
Compatible with all timeframes and instruments.
More updates to follow
Forecasting
Dynamic Gap Probability ToolDynamic Gap Probability Tool measures the percentage gap between price and a chosen moving average, then analyzes your chart history to estimate the likelihood of the next candle moving up or down. It dynamically adjusts its sample size to ensure statistical robustness while focusing on the exact deviation level.
Originality and Value:
• Combines gap-based analysis with dynamic sample aggregation to balance precision and reliability.
• Automatically extends the sample when exact matches are scarce, avoiding misleading signals on rare extreme moves.
• Provides real “next-candle” probabilities based on historical occurrences rather than fixed thresholds or untested heuristics.
• Adds value by giving traders an evidence-based edge: you see how similar past deviations actually played out.
How It Works:
1. Calculate gap = (close – moving average) / moving average * 100.
2. Round the absolute gap to nearest percent (X%).
3. Count historical bars where gap ≥ X% above or ≤ –X% below.
4. If exact X% count is below the minimum occurrences threshold, include gaps at X+1%, X+2%, etc., until threshold is reached.
5. Compute “next-candle” green vs. red probabilities from the aggregated sample.
6. Display current gap, sample size, green probability, and red probability in a table.
Inputs:
• Moving Average Type (SMA, EMA, WMA, VWMA, HMA, SMMA, TMA)
• Moving Average Period (default 200)
• Minimum Occurrences Threshold (default 50)
• Table position and styling options
Examples:
• If price is 3% above the 200-period SMA and 120 occurrences ≥3% are found, with 84 green next candles (70%) and 36 red (30%), the script displays “3% | 120 | 70% green | 30% red.”
• If price is 8% below the SMA but only 20 exact matches exist, the script will include 9% and 10% gaps until it reaches 50 samples, then calculate probabilities from that broader set.
Why It’s Useful:
• Mean-reversion traders see green-probability signals at extreme overbought or oversold levels.
• Trend-followers identify continuation likelihood when red probability is high.
• Risk managers gauge reliability by inspecting sample size before acting on any signal.
Limitations:
• Historical probabilities do not guarantee future performance.
• Results depend on timeframe and symbol, backtest with your data before trading.
• Use realistic slippage and commission when overlaying on strategy scripts.
liq depth fvg/bprA script that draws liquidity depth boxes from the 9.30-10.00 am range which can prove decent areas to look for a reversal. It also draws in fvg and bpr levels which can help add confluence to a trade ideas. The 9.30 to 10.00 am range is highlighted by blue lines to assist in opening range trades as described by Casper SMC.
FULLY FUNCTIONAL INDICATOR TESTER🎯 Purpose:
A comprehensive strategy testing framework designed to evaluate custom indicators and trading signals with professional-grade risk management and signal detection capabilities.
✨ Key Features:
Multiple Signal Detection Methods - Value changes, crossovers, threshold-based triggers
Advanced Confluence Filtering - Multi-source confirmation system with lookback periods
Professional Risk Management - Static TP/SL, break-even functionality, position sizing
Custom Exit Signals - Independent exit logic for refined strategy testing
Visual Feedback System - Clear signal plots and real-time status monitoring
Flexible Input Sources - Connect any custom indicator or built-in study
🔧 How to Use:
Connect your indicator outputs to the Entry/Exit source inputs
Select appropriate signal detection method for your indicator type
Configure risk parameters (TP/SL/Break-even)
Enable confluence filters if needed for additional confirmation
Backtest and analyze results with built-in performance metrics
📈 Signal Detection Options:
Value Change: Detects when indicator values change
Crossover Above/Below: Traditional crossover signals
Threshold Triggers: Value-based entry/exit levels
⚙️ Technical Specifications:
Compatible with Pine Script v6
Overlay strategy with position tracking
Real-time performance monitoring table
Configurable margin requirements
Full backtesting compatibility
⚠️ Important Notes:
This is a testing framework - not financial advice
Always validate signals in demo environment first
Past performance does not guarantee future results
Use proper risk management in live trading
🔄 Updates:
Enhanced signal detection algorithms
Improved confluence logic
Added break-even functionality
Visual debugging tools
Perfect for traders and developers looking to systematically tes
EVaR Indicator and Position SizingThe Problem:
Financial markets consistently show "fat-tailed" distributions where extreme events occur with higher frequency than predicted by normal distributions (Gaussian or even log-normal). These fat tails manifest in sudden price crashes, volatility spikes, and black swan events that traditional risk measures like volatility can underestimate. Standard deviation and conventional VaR calculations assume normally distributed returns, leaving traders vulnerable to severe drawdowns during market stress.
Cryptocurrencies and volatile instruments display particularly pronounced fat-tailed behavior, with extreme moves occurring 5-10 times more frequently than normal distribution models would predict. This reality demands a more sophisticated approach to risk measurement and position sizing.
The Solution: Entropic Value at Risk (EVAR)
EVaR addresses these limitations by incorporating principles from statistical mechanics and information theory through Tsallis entropy. This advanced approach captures the non-linear dependencies and power-law distributions characteristic of real financial markets.
Entropy is more adaptive than standard deviations and volatility measures.
I was inspired to create this indicator after reading the paper " The End of Mean-Variance? Tsallis Entropy Revolutionises Portfolio Optimisation in Cryptocurrencies " by by Sana Gaied Chortane and Kamel Naoui.
Key advantages of EVAR over traditional risk measures:
Superior tail risk capture: More accurately quantifies the probability of extreme market moves
Adaptability to market regimes: Self-calibrates to changing volatility environments
Non-parametric flexibility: Makes less assumptions about the underlying return distribution
Forward-looking risk assessment: Better anticipates potential market changes (just look at the charts :)
Mathematically, EVAR is defined as:
EVAR_α(X) = inf_{z>0} {z * log(1/α * M_X(1/z))}
Where the moment-generating function is calculated using q-exponentials rather than conventional exponentials, allowing precise modeling of fat-tailed behavior.
Technical Implementation
This indicator implements EVAR through a q-exponential approach from Tsallis statistics:
Returns Calculation: Price returns are calculated over the lookback period
Moment Generating Function: Approximated using q-exponentials to account for fat tails
EVAR Computation: Derived from the MGF and confidence parameter
Normalization: Scaled to for intuitive visualization
Position Sizing: Inversely modulated based on normalized EVAR
The q-parameter controls tail sensitivity—higher values (1.5-2.0) increase the weighting of extreme events in the calculation, making the model more conservative during potentially turbulent conditions.
Indicator Components
1. EVAR Risk Visualization
Dynamic EVAR Plot: Color-coded from red to green normalized risk measurement (0-1)
Risk Thresholds: Reference lines at 0.3, 0.5, and 0.7 delineating risk zones
2. Position Sizing Matrix
Risk Assessment: Current risk level and raw EVAR value
Position Recommendations: Percentage allocation, dollar value, and quantity
Stop Parameters: Mathematically derived stop price with percentage distance
Drawdown Projection: Maximum theoretical loss if stop is triggered
Interpretation and Application
The normalized EVAR reading provides a probabilistic risk assessment:
< 0.3: Low risk environment with minimal tail concerns
0.3-0.5: Moderate risk with standard tail behavior
0.5-0.7: Elevated risk with increased probability of significant moves
> 0.7: High risk environment with substantial tail risk present
Position sizing is automatically calculated using an inverse relationship to EVAR, contracting during high-risk periods and expanding during low-risk conditions. This is a counter-cyclical approach that ensures consistent risk exposure across varying market regimes, especially when the market is hyped or overheated.
Parameter Optimization
For optimal risk assessment across market conditions:
Lookback Period: Determines the historical window for risk calculation
Q Parameter: Controls tail sensitivity (higher values increase conservatism)
Confidence Level: Sets the statistical threshold for risk assessment
For cryptocurrencies and highly volatile instruments, a q-parameter between 1.5-2.0 typically provides the most accurate risk assessment because it helps capturing the fat-tailed behavior characteristic of these markets. You can also increase the q-parameter for more conservative approaches.
Practical Applications
Adaptive Risk Management: Quantify and respond to changing tail risk conditions
Volatility-Normalized Positioning: Maintain consistent exposure across market regimes
Black Swan Detection: Early identification of potential extreme market conditions
Portfolio Construction: Apply consistent risk-based sizing across diverse instruments
This indicator is my own approach to entropy-based risk measures as an alterative to volatility and standard deviations and it helps with fat-tailed markets.
Enjoy!
EMA Shadow Trading_TixThis TradingView indicator, named "EMA Shadow Trading_Tix", combines Exponential Moving Averages (EMAs) with VWAP (Volume-Weighted Average Price) and a shadow fill between EMAs to help traders identify trends, momentum, and potential reversal zones. Below is a breakdown of its key functions:
1. EMA (Exponential Moving Average) Settings
The indicator allows customization of four EMAs with different lengths and colors:
EMA 1 (Default: 9, Green) – Short-term trend filter.
EMA 2 (Default: 21, Red) – Medium-term trend filter.
EMA 3 (Default: 50, Blue) – Mid-to-long-term trend filter.
EMA 4 (Default: 200, Orange) – Long-term trend filter (often used as a "bull/bear market" indicator).
Key Features:
Global EMA Source: All EMAs use the same source (default: close), ensuring consistency.
Toggle Visibility: Each EMA can be independently shown/hidden.
Precision Calculation: EMAs are rounded to the minimum tick size for accuracy.
Customizable Colors & Widths: Helps in distinguishing different EMAs easily.
How Traders Use EMAs:
Trend Identification:
If price is above all EMAs, the trend is bullish.
If price is below all EMAs, the trend is bearish.
Crossovers:
A shorter EMA crossing above a longer EMA (e.g., EMA 9 > EMA 21) suggests bullish momentum.
A shorter EMA crossing below a longer EMA (e.g., EMA 9 < EMA 21) suggests bearish momentum.
Dynamic Support/Resistance:
EMAs often act as support in uptrends and resistance in downtrends.
2. Shadow Fill Between EMA 1 & EMA 2
The indicator includes a colored fill (shadow) between EMA 1 (9-period) and EMA 2 (21-period) to enhance trend visualization.
How It Works:
Bullish Shadow (Green): Applies when EMA 1 > EMA 2, indicating a bullish trend.
Bearish Shadow (Red): Applies when EMA 1 < EMA 2, indicating a bearish trend.
Why It’s Useful:
Trend Confirmation: The shadow helps traders quickly assess whether the short-term trend is bullish or bearish.
Visual Clarity: The fill makes it easier to spot EMA crossovers and trend shifts.
3. VWAP (Volume-Weighted Average Price) Integration
The indicator includes an optional VWAP overlay, which is useful for intraday traders.
Key Features:
Customizable Anchor Periods: Options include Session, Week, Month, Quarter, Year, Decade, Century, Earnings, Dividends, Splits.
Hide on Higher Timeframes: Can be disabled on 1D or higher charts to avoid clutter.
Adjustable Color & Width: Default is purple, but users can change it.
How Traders Use VWAP:
Mean Reversion: Price tends to revert to VWAP.
Trend Confirmation:
Price above VWAP = Bullish bias.
Price below VWAP = Bearish bias.
Breakout/Rejection Signals: Strong moves away from VWAP may indicate continuation or exhaustion.
4. Practical Trading Applications
Trend-Following Strategy:
Long Entry: Price above all EMAs + EMA 1 > EMA 2 (green shadow). Optional: Price above VWAP for intraday trades.
Short Entry: Price below all EMAs + EMA 1 < EMA 2 (red shadow). Optional: Price below VWAP for intraday trades.
Mean Reversion Strategy:
Pullback to EMA 9/21/VWAP: Look for bounces near EMAs or VWAP in a strong trend.
Multi-Timeframe Confirmation:
Higher timeframe EMAs (50, 200) can be used to filter trades (e.g., only trade longs if price is above EMA 200).
Conclusion
This EMA Shadow Trading Indicator is a versatile tool that combines:
✔ Multiple EMAs for trend analysis
✔ Shadow fill for quick trend visualization
✔ VWAP integration for intraday trading
It is useful for swing traders, day traders, and investors looking for trend confirmation, momentum shifts, and dynamic support/resistance levels.
Pivot Trendlines with Breaks [HG] - Enhanced SimplePivot Trendlines with Breaks - Enhanced Simple
An advanced pivot-based trendline indicator that automatically draws dynamic support and resistance lines with real-time breakout detection.
Key Features:
Automatic Trendline Drawing: Creates uptrend and downtrend lines based on pivot highs and lows
Real-Time Breakout Detection: Identifies when price breaks above or below key trendlines
Enhanced Timing Information: Shows exact breakout times and price levels
Customizable Visual Alerts: Multiple alert styles with optional sound notifications
Dark Mode Information Table: Track last breakout details in a clean, organized display
Technical Specifications:
Pivot Length: Adjustable period for pivot point calculation (default: 20)
Repainting Option: Choose between real-time signals or confirmed bar signals
Multiple Trendline Styles: Dotted, dashed, or solid line options
Flexible Extension: Extend lines in any direction or keep them contained
Visual Enhancements:
Breakout Labels: Clear BULL/BEAR labels with optional timestamps
Background Highlighting: Subtle background color changes during active breakouts
Customizable Colors: Separate colors for bullish and bearish signals
Adjustable Label Sizes: Standard or large label options for better visibility
Alert System:
Sound Alerts: Optional audio notifications for breakouts
Visual Alerts: Background highlights and shape plots
Custom Messages: Detailed alert messages with price and time information
Real-time Status: Live tracking of breakout conditions
How It Works:
Identifies Pivot Points: Calculates significant highs and lows based on specified length
Draws Trendlines: Connects relevant pivot points to create support/resistance lines
Monitors Breakouts: Continuously checks for price breaks above/below trendlines
Provides Alerts: Sends notifications when breakouts occur
Settings Panel:
Pivot Length: Control sensitivity of pivot detection
Styling Options: Customize colors, line styles, and extensions
Timing Features: Toggle time display, background highlights, and table visibility
Alert Preferences: Configure sound alerts and label sizes
Table Position: Choose optimal placement for information display
Educational Value:
This indicator helps traders understand price action dynamics through pivot-based analysis. It's particularly useful for identifying potential trend changes and breakout opportunities across all timeframes.
Note: This indicator is for educational and analysis purposes. Always combine with proper risk management and additional market analysis before making trading decisions.
Second Pullback Finderlion pull back rocks, by using a familiar trend trading strategy, i have enhance a little more to this. correct positioning of market structure will help make these signals come alive
M2-BTC Correlation (Offset 12 Weeks)M2-BTC Correlation (Offset 12 Weeks)
This indicator shows the correlation between global M2 money supply (e.g., FRED:WM2NS) and the Bitcoin price with a 12-week time offset. It also plots normalized BTC and M2 values to visualize trend alignment and potential turning points.
Perfect for analyzing macroeconomic influences and identifying early signals of market reversals.
Global Economy Index (GEI)A composite macro indicator built from 5 real-time signals that reflect the strength of the global economy:
The idea came from @Thomasonmarkets on X
// 1. Inverted US Dollar Index (1 / DXY) – Stronger USD = tighter global conditions
// 2. Baltic Dry Index (BDI) – Measures global shipping demand
// 3. China 10Y Yield – Proxy for Chinese economic health
// 4. Copper/Gold Ratio – Risk-on vs safe-haven demand
// 5. Crude Oil – Global industrial demand
//
// Each input is standardized via 252-day Z-scores and equally weighted.
// A rising GEI suggests global expansion (risk-on).
// A falling GEI suggests economic contraction (risk-off).
//
// Use as a leading signal for the business cycle, risk appetite, and liquidity regimes.
// Can be shifted forward (e.g. 3–6 months) to anticipate turning points in PMI, equities, and crypto macro cycles.
Session LevelsPrice is always chasing Liquidity .. so what does this indicator do.. simple
Once attached to any timeframe
The indicator will label and draw a horizontal line for
1. Previous Day High & Low
2. Previous or Current Asian High & Low
3. Previous or Current London High & Low
Lines are extending until price touches them.. then they become less visible
You can set the sessions time for Asian and London market based on your Timezones
Lets get into this game with destinations known.
AlphaTrend (BASIC)AlphaTrend is an advanced trading indicator that leverages proprietary tools, real-time data, and custom metrics to give traders a competitive edge. Designed for all experience levels, it works instantly—no advanced charting skills required.
ADVANCED and PRO versions are available. (See below)
🔍 How It Works
At the core of AlphaTrend is Dynamic Reversion Bands — a sophisticated real-time system that adapts to price action by automatically adjusting to evolving market conditions.
These bands act like a roadmap, helping traders identify:
Mean reversion trade opportunities
Trend strength
Emotion-driven market conditions (like FOMO)
The system is rooted in Mean Reversion Theory:
If an asset's price deviates significantly from its historical average, it tends to “revert” back to that average over time. Traders can use this behavior to spot potential buying or selling opportunities:
Overbought Conditions: If the price moves too far above the mean, it may signal a pullback—traders might sell or short.
Oversold Conditions: If the price drops well below the mean, it may be undervalued—traders might buy in anticipation of a bounce.
⚪🟡🔴🟡⚪ Dynamic DOTS
AlphaTrend visualizes market overextension through dynamic DOTS:
White DOTS = Average conditions
Yellow DOTS = Above average conditions
Red DOTS = Extreme conditions
The DOTS update in real time as the candle is forming—appearing, disappearing, and shifting color based on current intensity levels. Once the candle closes, however, the DOTS do not repaint. This ensures clarity and confidence in every signal.
This is crucial, as many indicators repaint and revise data after the fact, undermining traders’ trust. With AlphaTrend, once a candle closes, the data remains permanently fixed.
📊 Adaptability and Market Insight
AlphaTrend adapts to any timeframe, but performs best on longer-duration candles, where signals are fewer but more reliable. Multi-interval displays (e.g., 1hr, 4hr, Daily) are highly recommended. That being said it does tend to give strong signals on all time frames even down to 1 min candles.
The tool also integrates several intuitive market overlays:
Auto-generated support and resistance levels
Real-time supply and demand zones
Money flow tracking from institutions and banks
⚠️ FOMO Candles (ADVANCED/PRO ONLY)
FOMO stands for Fear of Missing Out—a key emotional driver in volatile markets. AlphaTrend identifies FOMO candles, which change color (customizable by the user) to indicate potential emotionally irrational buying or selling activity.
Although these conditions can persist short-term due to macroeconomic or geopolitical catalysts, they often lack sustainability. FOMO candles serve as an early warning system, signaling caution and highlighting potential trend reversals.
💰 Institutional Money Flow (ADVANCED/PRO ONLY)
AlphaTrend tracks the flow of money from major institutions and banks, highlighting when significant capital enters or exits the market. These flows appear as blue and yellow plots in the lower panel of the chart and help traders distinguish between moves driven by retail traders and those driven by “smart money.”
📈 Auto-Generated Trendlines (ADVANCED/PRO ONLY)
AlphaTrend (PRO) automatically plots trendlines to identify key support and resistance levels.
Resistance Trendlines (Green): Signal a breakout when the stock price moves above the line, indicating potential bullish momentum.
Support Trendlines (Red): Signal a breakdown when the stock price moves below the line, suggesting bearish momentum.
⌚ Multi-Timeframe Support and Resistance Lines (ADVANCED/PRO ONLY)
AlphaTrend (PRO) allows users to plot support and resistance lines from multiple timeframes
👷 Areas of Interest (Supply/Demand Zones) (ADVANCED/PRO ONLY)
AlphaTrend (PRO) auto-generates Supply and Demand Zones based on the user’s current chart timeframe.
🔫 Overbought/Oversold Banners (PRO ONLY)
This feature displays banners to indicate potential overbought or oversold conditions
🌊 Dynamic Reversion Bands (PRO ONLY)
Dynamic Reversion Bands are adaptive bands that identify when a stock or index is overextended relative to its typical price behavior.
🔑 Key Features
✅ Dynamic DOTS – Real-time visual indicators that shift based on buying/selling intensity. DOTS do not repaint after a candle closes.
✅ Multi-Timeframe Adaptability – Works across all timeframes. Longer durations provide more accurate, reliable signals but also effective on lower timeframes. Multi-interval chart setups are recommended.
✅ Institutional Money Flow Plots – Reveal whether major financial players are entering or exiting a trade.
✅ Universal Compatibility – Supports stocks, crypto, forex, and commodities.
✅ User-Friendly & Customizable – Plug-and-play design with extensive customization options.
🚫FEATURES NOT INCLUDED IN BASIC (available on PRO version)
✅ Support & Resistance Mapping – Automatically identifies critical price levels (works with 5m, 15m, 30m, 1H, 4H, and custom intervals).
✅ FOMO Candles – Highlight emotionally driven price moves that often precede reversals.
✅ Supply & Demand Zones – Auto-populated zones that reinforce support and resistance areas.
✅ Dynamic Reversion Bands – Proprietary, real-time indicators that adapt to price behavior and highlight overbought/oversold conditions.
🚀 How to Gain Access
📩 Reach Out to the Author: Visit our profile and send a direct message.
💳 Purchase & Unlock: After payment, DM the author your TradingView username + payment email. Access will be granted within 48 hours. Add to favorites and search for it in the invite-only section.
📈 Start Trading: Add AlphaTrend to your charts and you're ready to go!
Trade smarter, not harder — let AlphaTrend’s intelligent design give you the edge you need.
AlphaTrend (ADVANCED) and AlphaTrend (PRO) versions are only available by direct request. Please contact the author for more information.
>>>>>>>>>>>>>>>>>
⚖️ Legal Disclaimer
By accessing or using the AlphaTrend stock indicator (“the Software”), you (“the User”) agree to the following terms:
Authorized Use:
The AlphaTrend indicator is intended for personal use only, specifically for trading stocks, commodities, or other financial instruments.
Restrictions on Use:
You may not reproduce, redistribute, sublicense, sell, or otherwise distribute the AlphaTrend indicator, its source code, or any derivative in any format or method—electronic, mechanical, or otherwise.
Legal Enforcement:
Unauthorized use or distribution constitutes a violation of intellectual property rights and is subject to civil and/or criminal penalties. The AlphaTrend creator reserves all legal rights and remedies.
By using the software, you affirm that you have read, understood, and agree to these terms.
📌 Risk Disclosure
Past performance is not indicative of future results. All investments involve risk, and there is no guarantee any strategy or indicator mentioned will be suitable or profitable.
Changing market conditions may render parts of this content outdated. This indicator is not a substitute for personalized financial advice. Please consult a qualified professional before making investment decisions.
Hour-Stats v2cHour-Stats Indicator
The Hour-Stats indicator is a powerful, data-driven tool designed specifically for NQ futures traders who rely on statistically significant hourly price action probabilities. While traditional indicators typically focus only on the likelihood of prices returning to the opening price, Hour-Stats distinguishes itself by offering detailed statistical analysis across multiple critical price points.
Leveraging over 15 years of historical data, this indicator provides traders with robust probabilities for three unique hourly metrics:
Return to Hourly Open – The percentage likelihood of price revisiting the hourly open after breaking the high or low.
Return to Previous Hour Midpoint (PHM) – Offers clear probabilities of price returning to the midpoint (50%) of the previous hour’s range, a valuable metric for gauging reversals and continuations.
Opposite Extreme Targeting – Calculates the statistical likelihood of price moving to the opposite end (high or low) of the previous hour’s candle range, offering actionable insights for range trading strategies.
Additionally, Hour-Stats presents the historical probabilities of hourly highs and lows forming within three distinct 20-minute segments of each trading hour. This breakdown gives traders a precise understanding of when peaks or troughs are most likely, enhancing entry and exit timing.
The indicator’s settings are highly customizable, allowing traders to personalize visuals such as vertical and horizontal line colors, line styles (dotted, dashed, solid), and line thickness. Further customization includes label sizing, label positioning, and the ability to adjust visual dimming of swept price levels, providing clarity and ease of use during live market conditions.
Inspired by NQ Stats' concept (details available at nqstats, Hour-Stats expands significantly upon the original idea, delivering a uniquely comprehensive suite of hourly probability analytics for informed decision-making in futures trading.
Disclaimer: Futures trading involves significant risk. Traders should conduct their own due diligence and are responsible for their trading outcomes. Historical probabilities do not guarantee future results.
BCX - BioCryptoXBioCryptoX LLC-FZ providing trading services to there members and for good daily intraday trading and long term trading this chart help others to trade best and max as they can.
US Treasury Yield Curve OverlayEnjoy!
This could help you a lot with your trading in the near future. Don't disrespect the Bonds market impact on stocks and other assets!
RSI.HSRSI.HS.
هذا المؤشر RSI محدث مع امكانيه اضافة اكثر من مستوي تشبع
"This RSI indicator is updated with the ability to add multiple overbought and oversold levels."
NQ Lunch Model
This strategy runs on NQ (or MNQ) futures during the New York Lunch session (12:00–13:00 ET) and automatically:
Calculates contract size from your risk-per-trade (default $300) using ATR- or swing-based stops
Enforces a configurable minimum reward-to-risk ratio before entry
Draws on-chart R/R boxes showing entry, SL, TP, size, and RR
Displays a live status table with trade details (direction, entry, SL, TP, contracts)
(Optional) Sends Telegram alerts for entries, take-profits, and stop-losses
NQ AM Model
This strategy runs on NQ (or MNQ) futures during the NY AM session (09:29–11:00 ET), automatically:
Calculates position size from your risk‐per‐trade ($300 default) and ATR‐ or swing‐based stop
Enforces a minimum reward-to-risk ratio before entry
Draws on-chart R/R boxes and a live status table showing entry, SL, TP, size, and RR
(Optional) Sends Telegram alerts for entry, take-profit, and stop-loss events
φ Naked Liquidation φφ Naked Liquidation φ
The Relic of Ruin and Revelation
Forged in the silence between candles and chaos, Naked Liquidation is not an indicator. It is a prophecy engine. A tool for those who no longer believe in coincidence.
Mark a high or a low, and summon a procession of liquidation levels. Up to forty at once, unfolding with mechanical precision and the cold inevitability of fate. Each line marks a point where overconfidence meets oblivion.
Or let it enter Auto Mode, where the tool locks onto the live price. No need for input. No room for error. It calculates on the edge of every tick, mapping destruction as it forms.
There are no labels. No signposts. Only quiet alignments on your chart, indistinguishable to the uninitiated. A hidden code written in liquidation thresholds.
Naked Liquidation is a myth dressed in stealth. It shows no mercy, asks no questions, and gives no second chances. It doesn’t just track the market. It sees the reckoning.
Use it if you dare. The map to ruin is now yours.
AI-EBPWA_V1-7.05B📊 AI-EBPWA (Enhanced Breakout Probability with Williams Alligator) - User Guide
🚀 Overview
This advanced Pine Script indicator combines AI Reinforcement Learning, Williams Alligator, and Breakout Probability Analysis to provide intelligent trading signals with enhanced bottom/top detection capabilities.
🎯 Key Features
AI-Powered Learning: Reinforcement learning system that adapts to market conditions
Williams Alligator Filter: Three-line trend identification system
Breakout Probability: Statistical analysis of price movement likelihood
Bottom/Top Detection: Multi-factor scoring system for reversal points
Adaptive Support/Resistance: Dynamic level calculation based on volatility
Real-time Statistics: Win/loss ratio and AI learning performance
🔧 Settings Configuration
📋 Basic Settings (基礎設定)
Percentage Step: Distance between support/resistance levels (default: 1.0%)
Number of Lines: Maximum 5 levels displayed
Colors: Customize bullish (green) and bearish (red) colors
BG Color: Enable/disable background fill between levels
🐊 Williams Alligator Settings (威廉鱷魚設定)
Enable Filter: Toggle alligator trend filter on/off
Jaw Line: Period (21), Offset (0), Color (Blue)
Teeth Line: Period (13), Offset (0), Color (Red)
Lips Line: Period (8), Offset (0), Color (Lime)
🤖 AI Reinforcement Learning (AI強化學習設定)
Enable AI: Toggle reinforcement learning system
Learning Rate: AI adaptation speed (0.01-0.5, default: 0.1)
Reward Multiplier: Penalty/reward strength (0.5-3.0, default: 1.5)
Memory Length: Historical data retention (10-500, default: 100)
📊 Bottom/Top Enhancement (底部頂部增強設定)
RSI Length: RSI period for divergence detection (default: 14)
OBV Average Length: OBV smoothing period (default: 20)
Volatility Period: ATR compression detection (default: 20)
Support/Resistance Period: Historical level strength analysis (default: 50)
Cycle Analysis Length: Market cycle detection (default: 50)
Market Structure Length: Structure break detection (default: 15)
🚨 Alert Settings (警報設定)
Ticker ID: Include symbol in alerts
High/Low Price: Show price levels
Bullish/Bearish Bias: Market direction
Percentage Values: Breakout probabilities
📈 How to Use
1. Installation
Copy the script to TradingView Pine Editor
Add to chart and configure settings
Ensure sufficient historical data (5000+ bars)
2. Understanding the Display
Green Lines: Bullish breakout levels above price
Red Lines: Bearish breakdown levels below price
Labels: Show probability percentages with AI/Alligator status
Background Fill: Indicates level zones
3. Reading the Labels
🤖AI: AI reinforcement learning active
Percentage: Breakout probability (e.g., 75.3%)
🐊↑/🐊↓: Alligator awake (bullish/bearish)
😴: Alligator sleeping (sideways market)
📊B/T: Bottom/Top probability scores
⏰: Cycle completion percentage
4. Statistics Panel
WIN/LOSS: Historical success rate
Win Ratio: Overall accuracy percentage
AI Learning Score: Current AI performance
Alligator Status: Trend direction
Bottom/Top Scores: Current reversal probabilities
🎯 Trading Strategies
Breakout Strategy
Wait for price to approach resistance/support levels
Look for high probability labels (>70%)
Confirm with alligator trend direction
Enter on breakout with AI confirmation
Reversal Strategy
Monitor bottom/top probability scores
Look for divergence signals (RSI, OBV)
Wait for cycle completion signals
Enter on structure break confirmation
Filter Strategy
Use alligator as primary trend filter
Only trade in direction of alligator trend
Avoid trading when alligator is sleeping
Combine with AI learning signals
⚠️ Important Notes
Risk Management
This is an analytical tool, not investment advice
Always use proper position sizing
Set stop losses based on support/resistance levels
Monitor AI learning performance regularly
Best Practices
Allow sufficient time for AI learning (100+ bars)
Use multiple timeframes for confirmation
Avoid overtrading during low probability setups
Regular monitoring of statistics panel
Optimization Tips
Adjust percentage step based on asset volatility
Fine-tune AI learning rate for different markets
Customize alligator periods for timeframe
Monitor bottom/top scores for reversal timing
📞 Support & Updates
This indicator is continuously learning and improving
Regular updates enhance AI performance
Check statistics panel for learning progress
Adjust settings based on market conditions
🎨 Customization
All colors can be modified in Style tab
Line styles and widths are customizable
Label positions and sizes adjustable
Background transparency controllable
Happy Trading! 🚀
Remember: Past performance does not guarantee future results. Always trade responsibly.
200 EMA Power Bounce Screenerthis indicator work on bullish reversal strategy. when stock is abov 200 ema and touch 200 ema for reversal. it will confirm that there is a revesal candle, stron support on 200 ema, primary trend is strong than secondary trand, have a strong volume, rsi cross 50 in upperside.
TradersAID - Adaptive Smoothing Velocity ColoringTradersAID – Adaptive Smoothing Velocity Coloring
1. Overview
TradersAID – Adaptive Smoothing Velocity Coloring is a momentum visualization tool designed to highlight bullish or bearish pressure directly on price bars — helping you intuitively read directional strength and velocity shifts in any market or timeframe.
Using a Kalman-inspired estimation framework originally developed for aerospace and autonomous navigation, this tool analyzes the velocity of price movement and assigns a contextual candle color — offering a clean and readable way to interpret short-term flow.
Whether you’re navigating ranges or watching for trend continuation, this visualization simplifies complex data into actionable visual rhythm.
2. What It Does
Instead of measuring only price, the script focuses on price velocity — the rate of change over time. It computes this through a proprietary estimator that continuously adapts to volatility and momentum shifts.
The output is color-coded candles that reflect velocity dynamics:
• Green shades represent bullish acceleration
• Red shades reflect bearish velocity
• Neutral tones indicate fading momentum or transition phases
This allows you to quickly assess market tone:
• In strong trends: Watch for fading momentum (weaker colors)
• In ranges: Spot subtle shifts that hint at upcoming breakout direction
• Near potential reversals: Diverging velocity and price can stand out at a glance
3. How to Use It
• Momentum Insight:
Use color intensity to judge whether the current move is gaining or losing strength.
• Breakout Anticipation:
In sideways markets, shifting colors within the range can help anticipate which side may take control next.
• Divergence Reading:
Look for double tops or bottoms where price holds but velocity changes — often a hint that the move is maturing.
• Visual Confirmation Layer:
Combine with structural tools (like TradersAID Warning Dots or Trend Bands) to add a layer of momentum awareness.
4. Key Features
• Adaptive Velocity Model: Kalman-filter-like algorithm continuously tracks price velocity
• Gradient Candle Coloring: Smooth scale from deep red (strong bearish) to deep green (strong bullish)
• Flexible Sensitivity Modes:
o Slow – smoothest interpretation
o Regular – balanced tone
o Fast – more responsive
• RSI Normalization: Translates raw velocity into a familiar oscillator scale
• Full Overlay Integration: Candle coloring works seamlessly with other studies on the same chart
5. Technical Basis (Why It’s Closed Source)
The tool is built on a proprietary Unscented Kalman Filter implementation that estimates both price and its velocity simultaneously.
This advanced approach is rare in retail tools, drawing from real-time estimation techniques used in robotics and aerospace applications.
While the source remains closed to protect the performance logic and smoothing implementation, the core concepts — adaptive filtering, velocity-based analysis, and visual gradient output — are fully explained here for transparency and compliant understanding.
6. Settings
• Sensitivity Modes: Fast / Regular / Slow
• RSI Length: Adjustable to control the smoothness of velocity normalization
• Color Theme: Intuitive gradient from red (bearish) to green (bullish)
• Compatible Timeframes: Designed to work across all timeframes — no restriction
7. Disclaimer
This tool is for educational and informational purposes only. It does not offer financial advice, predict outcomes, or generate trading signals. Always use in conjunction with your own analysis and supporting systems.
Traders AID / Adaptive Smoothing Line (use on 1-week TF)TradersAID – Adaptive Smoothing Line (use on 1-week TF)
1. Overview
TradersAID – Adaptive Smoothing Line is a trend-following overlay designed to bring structure to noisy markets — especially on the 1-week chart, where clarity is crucial.
Instead of using conventional moving averages, this tool applies a Kalman-inspired smoothing method that adapts to changing price behavior.
Originally used in fields like robotics and autonomous driving, this filtering concept helps track directional flow without overreacting to minor fluctuations — making it easier to identify sustained moves or exhaustion patterns.
2. What It Does
The line continuously adapts to current market conditions by filtering volatility and directional flow through an internal estimator logic.
Unlike laggy moving averages, it does not simply average past prices — it adjusts dynamically based on how price behaves.
Key behaviors include:
• Directional slope that reflects trend strength
• Increased sensitivity during acceleration phases
• Stabilized flattening during sideways periods
This makes the trend easier to follow without being distracted by short-term chop.
3. How to Use It
• Trend Interpretation:
Use the line’s angle to judge momentum. Steep slopes show conviction, while flattening may signal transition or fading strength.
• Support & Resistance Context:
During trending phases, the line often acts as dynamic support or resistance — especially when combined with other tools.
• Volatility Filtering:
In consolidation, the line becomes smoother, helping reduce noise and simplify your view of structure.
• Layering Tool:
Use it as a visual foundation beneath more reactive tools like TradersAID Warning Dots or Velocity Coloring to stay grounded in context.
4. Key Features
• Adaptive Behavior: Responds to both price and volatility
• Three Modes:
o Slow for structure clarity
o Regular for balanced responsiveness
o Fast for shorter-term context
• Overlay Design: Plots directly on price for seamless interpretation
• Minimalist Output: Clean, unobtrusive line — no clutter
5. Technical Basis (Why It’s Closed Source)
This tool uses a custom smoothing technique based on Kalman-inspired logic, tuned specifically for longer-term trend structure.
While not a full Kalman implementation, the core idea is drawn from systems that track state under uncertainty — offering stability without lagging behind price.
The algorithm adapts continuously to live market input, producing a smooth yet responsive curve that reflects trend direction and change in a visually intuitive way.
As this smoothing mechanism is not available in open-source scripts and is part of a broader proprietary system, the code remains closed to protect its originality and performance edge.
6. Settings
• Mode Selection: Fast / Regular / Slow
• Styling Controls: Color, line width, smoothing curve
• Frame Lock:
✅ This tool is designed to work exclusively on the 1-week timeframe.
7. Disclaimer
This script is for educational and informational purposes only. It does not provide financial advice or generate trading signals. Use with your own judgment and supporting tools.