EMA Cross + KC Breakout + ATR StopThis uses an adjustable EMA Cross with an adjustable Keltner Channel breakout filter to identify trend breakouts for Long/Short entries. An adjustable ATR Stop is also provided for your entries.
Indicadores e estratégias
Distance from EMAThis indicator measures the percentage distance from an EMA. When price gets too far away from it's EMA, it can show that the trend is overheated
Candle Spread + ATR SMA Analysis
This indicator combines elements from two popular open-source scripts — Candle Range Compare
by @oldinvestor
and Objective Analysis of Spread (VSA)
by @Rin-Nin
— into a single tool for analyzing candle spreads (ranges and bodies) in relation to volatility benchmarks.
🔎 What It Does
Candle Decomposition:
Plots total candle ranges (high–low) in gray, for both up and down closes.
Plots up-close bodies (open–close) in white.
Plots down-close bodies in black.
This makes it easy to spot whether volatility comes from real price movement (body) or extended wicks.
ATR & SMA Volatility Bands:
Calculates ATR (Average True Range) and overlays it as a black line.
Plots four volatility envelopes derived from the SMA of the true range:
0.8× (blue, shaded)
1.3× (green)
1.8× (red)
3.0× (purple)
Colored fill zones highlight when candle spreads are below, within, or above key thresholds.
Visual Context:
Track expansion/contraction in spreads.
Compare bullish (white) vs bearish (black) bodies to gauge buying/selling pressure.
Identify when candles stretch beyond typical volatility ranges.
📈 How To Use It
VSA context: Wide down bars (black) beyond ATR bands may suggest supply; wide up bars (white) may indicate demand.
Trend confirmation: Expanding ranges above average thresholds (green/red/purple bands) often confirm momentum.
Reversal potential: Small bodies but large ranges (gray + wicks) frequently appear at turning points.
Volatility filter: Use ATR bands to filter trades — e.g., only act when candle ranges exceed 1.3× or 1.8× SMA thresholds.
🙏 Credits
This script is inspired by and combines ideas from:
Candle Range Compare
by @oldinvestor
Objective Analysis of Spread (VSA)
by @Rin-Nin
Big thanks to both authors for their valuable contributions to the TradingView community.
One thing I couldnt quite get to work is being able to display up and down wicks like in the candle range compare, so I just add that indicator to the chart as well, uncheck everything but the wick plots and there it is.
Daily FVG H/L with Sweep RemovalThis indicator marks swing highs or lows of the daily candles from which the fair value gaps were created.
It gives you insight to crucial prices such as the highs and lows by this indicator and whether they have been swept or not.
The first reaction of the high or low will be counted as a sweep.
Once we run the high or low created by the reaction, then the indicator will mark that as a used high or low and will get rid of the line drawn to mark the high/low.
This can be used to watch important levels being swept which can sometimes indicate potential reversals on lower time frames.
Note : this indicator does not give you 100% accurate results or reliability and it requires you to conduct further research on the markets to create a reliable strategy.
This indicator may be of benefit if merged with other technical indicators or can support your technical strategies.
Argentum Flag [AGP]Ver.2.1Technical Description of the "Argentum Flag " Indicator
The "Argentum Flag " is a multifaceted trading indicator designed to provide a comprehensive view of market dynamics by combining elements of trend, volatility, momentum, and volume analysis. Its architecture is built on the synergy of multiple technical tools, allowing traders to make more informed decisions by reducing market noise and focusing on high-probability inflection points.
1. Dynamic AGP Bands (EMA 36 and Percentage Levels)
The core of the indicator is a 36-period Exponential Moving Average (EMA), which acts as the price's baseline and center of gravity. From this EMA, the script plots dynamic bands at predefined percentages (Base, Prime, and Vortex).
Logic: These bands are not static like Bollinger Bands; they expand and contract in response to the underlying EMA. This methodology helps identify relative volatility and trend strength. When the price trades within these bands, it's considered to be in a range or a controlled consolidation.
Benefit to the Trader: They provide a quick visual of dynamic support and resistance levels. A price movement beyond the Vortex band can signal an extreme market imbalance, suggesting potential trend exhaustion or a high-energy breakout.
2. Breakout Signals (Signals)
The indicator generates plotshape signals when the price stays outside the volatility bands for a specific number of consecutive bars (2 for the Prime band and 3 for the Vortex band).
Logic: These signals act as an overextension detection system. The underlying principle is that once the price breaks and holds outside these zones, the probability of a pullback or a reversal increases significantly. The lastSignalBarIndex logic prevents signal overload and ensures a cooling-off period, eliminating noise from consecutive signals.
Benefit to the Trader: It provides clear visual alerts for taking profits or looking for potential reversals. A trader can use the Vortex band exit signal (⌾) as confirmation to close a long or short position, while the Prime band signal (⍲) can indicate a potential pullback for a trend-following entry.
3. Bar Volume Analysis (Barcolor)
The script introduces a sophisticated bar coloring system that classifies volume activity relative to a 50-period Simple Moving Average (SMA).
Logic: The coloring is based not only on whether the bar is bullish or bearish but also on the magnitude of the volume. For instance, extreme volume (more than 3.5 times the average volume) is colored blue, indicating institutional participation or a high-impact event. High (1.8x) or average (0.6x - 1.7x) volume is distinguished with other colors, providing a visual map of the underlying strength behind each price move.
Benefit to the Trader: It allows for a quick identification of bars with the highest market conviction. A bearish price bar with extreme volume (extreme_volume_bearish) might signal significant liquidation, while a bullish bar with extreme volume (extreme_volume_bullish) could suggest strong accumulation.
4. Real-Time Monitoring Tables (EMA and RSI)
The indicator includes two data tables in the bottom corner of the screen, acting as a dashboard for multi-timeframe analysis.
EMA Table (Fibonacci): This table shows the current values of a series of Fibonacci-based EMAs (13, 21, 34, etc.). The background color of each cell indicates whether the current price is above (white) or below (blue) the corresponding EMA.
Logic: This table allows traders to assess the trend bias across different timeframes, from short to long-term. An alignment of multiple EMAs in the same direction (e.g., all white) confirms a strong trend.
Benefit to the Trader: It provides a quick check for trend confirmation. For example, before opening a long position on a 5-minute chart, a trader can verify if the overall trend on higher timeframes (e.g., 4h or 1D) is also bullish.
RSI Table (Multi-Timeframe): This table shows the Relative Strength Index (RSI) values across multiple timeframes, from 1 minute to monthly. The cell lights up orange if the RSI is in the overbought zone (> 77) or white if it's in the oversold zone (< 23).
Logic: The use of request.security enables the fetching of data from other timeframes on the current bar. This is a crucial component for multi-timeframe divergence analysis.
Benefit to the Trader: It helps identify overbought or oversold conditions across different trading horizons, which is vital for spotting large-scale reversals. If the 1D and 4h RSIs are overbought, a long position on a lower timeframe could be high-risk.
Competitive Advantages for Traders
The "Argentum Flag " is not just a simple indicator; it's a consolidated technical analysis suite that saves time and effort. Instead of overlaying multiple indicators, a trader gets all the relevant information in a single view. The contextualized volume analysis and volatility-based signals are invaluable tools for filtering out low-quality entries and exits. Finally, the real-time monitoring tables provide a multi-timeframe perspective that is fundamental for validating market direction and managing risk.
In trading, the convergence of multiple technical data points is key to increasing the probability of success. This indicator provides precisely that convergence, enabling both novice and experienced traders to make more precise and strategic decisions.
Risk Warning (Disclaimer)
Trading in financial markets carries a significant risk of loss and is not suitable for all investors. The information and signals provided by this indicator are for educational and analysis purposes only and should not be construed as financial advice. The past performance of any trading system or methodology is not necessarily indicative of future results. The user assumes all responsibility for their own trading decisions and any resulting losses or gains.
Price Change % & Pips by rajib127📊 Multi-Timeframe Price Change Table — Pips & Percentage Tracker
This custom-built TradingView indicator provides a clean and detailed table showing pip and percentage changes across multiple timeframes. It helps traders quickly assess short-term and mid-term price momentum by visualizing how much the price has changed over different intervals.
🔍 Features:
Displays pip change and percentage change side-by-side.
Covers a wide range of timeframes:
• Minute-based: M01, M02, M03, M04, M05, M10, M15, M20, M25, M30, M40, M50
• Hour-based: H01, H02, H03
Color-coded values for quick visual interpretation:
• 🟢 Positive movement (price increase)
• 🔴 Negative movement (price decrease)
Ideal for scalpers, day traders, and short-term swing traders.
🎯 Use Case:
This tool is designed to help you:
Detect early momentum shifts
Spot short-term trends or reversals
Confirm trade entries or exits based on recent price behavior
🛠 Customizable:
The script can be further extended or customized to include different timeframes, alert conditions, or integrate with other strategies.
Adaptive MACD Suite (MAMA / FAMA / KAMA) By Tehreem 2.0Adaptive MACD built without simple moving averages.
Choose your engine: MAMA–FAMA (Ehlers), MAMAx2, FAMAx2, or KAMAx2 (Kaufman Adaptive). The histogram is the classic MACD histogram (MACD − Signal), plotted with rising/falling tint just like the standard indicator—only smarter and fully adaptive.
Why this indicator?
Traditional MACD relies on simple or exponential MAs that lag in fast markets. This tool replaces them with adaptive baselines so your MACD reacts to real-time market dynamics:
MAMA–FAMA (John Ehlers) adapts with instantaneous phase/alpha.
KAMA (Perry Kaufman) adapts using Efficiency Ratio (ER).
MAMAx2 / FAMAx2 let you compare two adaptive lines of the same family (fast vs slow).
Result: faster trend detection, cleaner momentum shifts, and fewer whipsaws across forex, crypto, stocks, indices, gold (XAUUSD), and more.
What it does (at a glance)
MACD Line: difference between selected adaptive fast & slow lines (per mode).
Signal Line: EMA of MACD (length adjustable).
Histogram: MACD − Signal with positive/negative & rising/falling colors for instant read.
Source Option: Use Heiken Ashi close or regular close to fit HA-based systems.
Alerts: Bull/Bear crosses and zero-line shifts (ready to hook into your trade rules).
Modes (pick one)
MAMA_FAMA: Classic Ehlers pair. MACD = MAMA − FAMA. Great all-rounder for momentum + trend confirmation.
MAMAx2: MACD = MAMA(fast) − MAMA(slow). Keeps the Ehlers feel while separating pace.
FAMAx2: MACD = FAMA(fast) − FAMA(slow). A smoother, slightly slower flavor of the Ehlers family.
KAMAx2: MACD = KAMA(fast ER) − KAMA(slow ER). Excellent in choppy assets; adapts to noise.
All engines are coded from scratch (no built-ins), Pine v6, and calibrated to behave like a “real” MACD—just without SMA/EMA as the core trend inputs.
How to use it (practical playbook)
Trend confirmation: Trade in the direction of MACD above/below zero.
Entry timing: Look for MACD crossing Signal in trend direction.
Momentum strength: Expanding histogram indicates acceleration; contracting suggests a pause or pullback.
Divergence spotting: Price vs. MACD divergences remain valid—adaptive baselines can reveal them earlier.
Heiken Ashi workflows: Flip “Use Heiken Ashi Close as Source” on to align with HA entries (e.g., HA green above baseline + MACD > 0).
Suggested starting settings
MAMA_FAMA: fastLimit = 0.50, slowLimit = 0.05, Signal = 9
MAMAx2: M1: 0.60/0.04, M2: 0.30/0.02
FAMAx2: M1: 0.50/0.05, M2: 0.25/0.03
KAMAx2: Fast ER = 10, Slow ER = 30, FastLen = 2, SlowLen = 30, Signal = 9
Tweak signal length a bit higher for very noisy symbols (e.g., some crypto pairs) and a bit lower for smoother indices.
Included alerts (ready to use)
MACD Bull/Bear Cross (MACD ↔ Signal)
MACD > 0 / < 0 (regime shifts)
Optional Histogram Rising/Falling momentum alerts
Who is it for?
Traders who prefer adaptive indicators over fixed-period SMAs/EMAs.
Trend-followers and swing traders needing cleaner momentum confirmation.
Scalpers and intraday traders on volatile instruments (crypto, gold, NASDAQ) who want faster reaction without overfitting.
Tips & best practices
Pair with a baseline (e.g., EMA/MAMA on price) for structure; use Adaptive MACD for timing.
On higher timeframes, MAMA_FAMA often gives very clean signals.
In range markets, KAMAx2 typically filters noise better.
For 1:3 RR systems, use MACD for confirmation, not as the sole trigger.
Notes & disclaimer
Built for Pine v6.
This is a tool, not financial advice. Always validate on your market/timeframe and use proper risk management.
Auto-Anchored MA with Deviation BandsAuto-Anchored MA with Deviation Bands
✨ Features
📈 Auto-Anchored MA: Calculates moving averages (EMA, SMA, EWMA, WMA, VWAP, TEMA) anchored to user-defined periods (Hour, Day, Week, etc.).📏 Deviation Bands: Plots upper/lower bands using Percentage or Standard Deviation modes for volatility analysis.⚙️ Customizable Timeframes: Choose anchor periods from Hour to Year for flexible trend analysis.🎨 Visuals: Displays MA and bands with gradient fills, customizable colors, and adjustable display bars.⏱️ Countdown Table: Shows bars since the last anchor for easy tracking.🛠️ Smoothing: Applies smoothing to bands for cleaner visuals.
🛠️ How to Use
Add to Chart: Apply the indicator on TradingView.
Configure Inputs:
Anchor Settings: Select anchor period (e.g., Day, Week).
MA Settings: Choose MA type (e.g., VWAP, TEMA).
Deviation Settings: Set deviation mode (Percentage/Std Dev) and multipliers.
Display Settings: Adjust bars to display, colors, and gradient fill.
Analyze: View MA, deviation bands, and countdown table on the chart.
Track Trends: Use bands as dynamic support/resistance and monitor anchor resets.
🎯 Why Use It?
Dynamic Analysis: Auto-anchors MA to key timeframes for adaptive trend tracking.
Volatility Insight: Deviation bands highlight potential breakouts or reversals.
Customizable: Tailor MA type, timeframe, and visuals to your trading style.
User-Friendly: Clear visuals and countdown table simplify analysis.
📝 Notes
Ensure sufficient bars for accurate MA and deviation calculations.
Gradient fill enhances readability but can be disabled for simplicity.
Best used with complementary indicators like RSI or Bollinger Bands for robust strategies.
Happy trading! 🚀📈
ADX and DI by MiGThis Pine Script calculates and plots the ADX (Average Directional Index) and its components, DI+ and DI-, which are part of the Directional Movement Index (DMI) system. The indicator helps traders assess trend strength and direction.
len: the period used for smoothing calculations (default 14).
th: threshold line for ADX (default 20) to visually indicate weak vs. strong trends.
True Range (TR): Measures the most extreme price movement between consecutive bars.
Directional Movement Plus (DM+): Measures upward movement; non-zero only if the current high is higher than the previous high and exceeds downward movement.
Directional Movement Minus (DM-): Measures downward movement; non-zero only if the current low is lower than the previous low and exceeds upward movement.
• DIPlus and DIMinus are the smoothed Directional Indicators (percentage form).
• DX measures the relative difference between DI+ and DI- as a percentage.
• ADX is the smoothed average of DX, representing trend strength:
• ADX > threshold → strong trend
• ADX < threshold → weak or no trend
QuantumX Renko Suite QuantumX Renko Suite is an advanced all-in-one trading system that combines multiple strategies for powerful and accurate signals.
✅ Quantum RSI – Detects momentum shifts, overbought & oversold zones.
✅ MA Shift – Trend-following moving average with custom shift option.
✅ Nadaraya-Watson Kernel Smoother – Smooths price action with confidence bands to filter noise.
✅ Renko Filter (Non-Repainting) – Confirms signals only when Renko direction matches, reducing false entries.
✅ Multi-Timeframe Support/Resistance – Auto-detects higher timeframe demand/supply zones (5m, 10m, 15m, etc.).
✅ Buy/Sell Signals + Alerts – Clear chart markers (BUY/SELL) and ready-to-use alert conditions.
🎯 Best For: Intraday, Swing, and Trend-following strategies.
⚠️ Disclaimer: This script is for educational purposes only. Not financial advice. Always back test before live trading.
MA+BB+LineThis indicator integrates three major components: the MA System, Bollinger Bands, and Chan Theory fractals & segments:
MA System – Utilizes eight moving averages to form a comprehensive MA framework, allowing full customization of both the time periods and the calculation methods.
Bollinger Bands – Provides dynamic volatility tracking and price channel visualization.
Chan Theory Fractals & Segments – Implements a strict-mode automatic segmentation system based on Chan Theory:
Green arrows indicate top fractals
Red arrows indicate bottom fractals
These fractals are used to automatically generate trend segments with precision.
TF ZONES VIPTF ZONES VIP – Advanced Session Zones and Pivot Indicator
“TF ZONES VIP” is a comprehensive TradingView indicator designed for professional traders, providing clear visualization of key session zones, pivot levels, High/Low levels, and intraday mini-cycles. It offers full control over multi-timeframe analysis.
Key Features:
Session Zones: Asia, London, NY AM, NY Lunch, NY PM with customizable colors and labels.
Session Pivot Lines: High, Low, and midpoint lines with optional alerts on level breaks.
Intraday Mini-Cycles: Up to 9 additional time segments for more precise intraday analysis.
Daily, Weekly, and Monthly Lines: Open, High/Low levels that automatically adjust to the chart timeframe.
Previous Year High/Low: Display last year’s high and low levels.
Day-of-Week Labels: Optional vertical lines to visualize the start of each day.
Customizable Appearance: Adjust time zones, box transparency, label size, line styles, and more.
Alerts Support: Receive alerts for session zones, pivot breaks, and High/Low levels of selected intervals.
This indicator is fully customizable and dynamically adapts to the chart, providing quick access to critical price levels and helping traders make informed decisions.
Crypto Position CalculatorAlpha2Million - Crypto Position Calculator (Margin, Leverage, % Fees, Exchange Presets)
This script is a crypto trading risk & position calculator built directly into TradingView.
It helps futures/perpetual traders size positions, calculate margin requirements, and visualize risk-to-reward levels on the chart — with exchange fee presets for real-world accuracy.
• Position Sizing by Risk %
• Enter account size and % risk per trade.
• Script calculates exact position size (coins) based on SL distance.
• Leverage & Margin
• Shows required notional and margin (USDT) for the trade.
• Exchange Fee Presets
• Supports Binance, Bybit, Pionex, MEXC, Gate.io, KuCoin, HTX.
• Maker vs Taker fee selection.
• Custom option to enter your own per-side fee %.
• Fee Breakeven Line (Orange)
• Plots the exact price level you need to reach to cover entry + exit fees.
• Lets you see how far price must move before you are at true breakeven.
• Risk vs Reward Calculation
• Risk is calculated on price movement only (SL distance).
• Profit targets include fees, so “1R / 2R / 3R (net)” lines show realistic levels.
• Smart Table Display
• Account size, leverage, entry, stop, target.
• Position size (coins), notional (USDT), required margin.
• Risk at SL, fees (round trip), fee breakeven move/price.
• Profit @ TP (after fees) and net RR.
TF ZonesTF Zones – Timeframe & Session Zones Indicator
TF Zones is an advanced TradingView indicator that visualizes market session zones (Asia, London, New York) and key session, day, week, and month levels. It helps traders quickly identify important trading areas and potential reversal points.
Key Features:
Session Zones: Displays opening and closing hours of major markets, with customizable colors, labels, and transparency.
Session Lines: Automatically plots session highs, lows, and midpoints, with optional alerts when levels are broken.
Daily/Weekly/Monthly Lines (D/W/M): Shows open, high, and low for D/W/M intervals, with High/Low alert support.
Previous Year High/Low: Plots the previous year’s highs and lows on the chart for historical reference.
Day Labels: Optionally displays day-of-week labels and vertical lines marking the start of a new day.
Highly Customizable: Line style and thickness, colors, transparency, label positions, and more.
Alerts Support: Alerts for session line breaks, High/Low levels, and D/W/M points.
TF Zones is perfect for traders who want to visually analyze market activity across time zones and identify key support and resistance levels.
The Quasar Strategy Magic LevelsThis indicator plots key market levels that remain valid from 4:00pm New York close until the next day’s 4:00pm close.
The core logic combines:
A custom Goldbach-inspired range,
Circuit breaker percentages,
And hidden PO3 overlays.
These levels often act as magnets, targets, and later as support or resistance zones.
The central line of the whole range is what I call “the restaurant” — a strong attraction point where prices tend to gravitate, especially after the 9:30 a.m. opening.
Since these levels are based on a certain fixed price in a %, they will change over time. Then I will updated the indicator.
Use these levels as a confluence with your own trading strategy for entries and exits.
Price Change % by rajib127Price Change % by rajib127
🎯 Key Features:
• Real-Time Multi-Timeframe Analysis - Track price changes across 15 different time periods (1 minute to 3 hours)
• Smart Color Coding - Green (profit), Red (loss), White (neutral) for instant visual recognition
• Highly Customizable Display - Toggle any timeframe on/off, adjust table position, size, and colors
• Universal Compatibility - Works on any chart timeframe without recalculation issues
• Clean Table Interface - Professional-looking data table that doesn't clutter your chart
📊 Supported Timeframes:
• Short-term: 1min, 2min, 3min, 4min, 5min, 10min
• Medium-term: 15min, 20min, 25min, 30min, 40min, 50min
• Long-term: 1 hour, 2 hours, 3 hours
⚙️ Customization Options:
• Individual Control - Enable/disable each timeframe independently
• Flexible Positioning - 9 different table positions (top, middle, bottom × left, center, right)
• Size Adjustment - 4 text size options (tiny, small, normal, large)
• Color Themes - Customizable background and text colors
💡 Perfect For:
• Day Traders - Quick percentage overview for scalping decisions
• Swing Traders - Monitor momentum across multiple timeframes
• Risk Management - Instant view of price volatility patterns
• Market Analysis - Compare short vs long-term price movements
🔧 Technical Advantages:
• 1-Minute Data Precision - Uses direct 1-minute data for accurate calculations
• No Lag Issues - Real-time updates without historical data delays
• Memory Efficient - Lightweight code that doesn't slow down your charts
• Error-Free Calculations - Handles all edge cases and data availability issues
📈 Use Cases:
• Monitor breakout strength across multiple timeframes
• Identify trending vs ranging market conditions
• Set alerts based on percentage thresholds
• Compare current volatility with recent periods
• Make informed entry/exit decisions
Installation: Simply add to chart and customize settings in the indicator panel. Works immediately on any symbol and timeframe!
SM Multi — 11Multi Watch scans up to 11 tickers on the current timeframe for three events: FVG touch, SNR breakout, and Fractal touch.
Momentum Concepts [A1TradeHub]ℹ️ General Information — TSI + Stochastic Z-Score (Momentum Duo)
Purpose: A two-oscillator stack that blends trend strength (TSI) with extreme-move normalization (Stochastic Z-Score) to time entries with confirmation instead of guessing tops/bottoms.
Components
Stochastic Z-Score (SZ): Converts price stretch into a bounded curve.
Red zone ≈ overbought supply, Green zone ≈ oversold demand.
The hook out of a band often marks turning points.
True Strength Index (TSI): Measures momentum quality and direction.
Signal/line cross = timing, Zero-line = trend filter, slope = acceleration.
Core Read
Alignment = edge: SZ leaves a band and TSI agrees (cross/slope).
Divergences: Higher-low on SZ/TSI vs lower-low in price (bullish). Lower-high on SZ/TSI vs higher-high in price (bearish). Best when near bands.
Mid-range = chop: Avoid trades when SZ is centered and TSI is flat.
Best Practices
Use structure (PDH/PDL, EMAs 13/48/200, trendlines) as context.
Scale profits into opposing SZ band or on TSI flatten/cross-back.
Place stops beyond the last swing or key EMA; skip high-volatility news.
Timeframes
Works on intraday (e.g., 5–15m) and swings (1h/4h). Use higher TF for bias, lower TF for entries.
This combo is designed to keep you on the right side of momentum, act at band hooks with TSI confirmation, and stand down when conditions are indecisive.
I. 🔴🟢 TSI Oscillator — Quick Guide
What you’re seeing
Lines: Fast TSI + slow Signal (both EMA-smoothed momentum).
Zones: 🟢 Green = oversold, 🔴 Red = overbought, 0-line = trend regime.
Long: 🟢 hook up → fast crosses above slow → ideally reclaim 0.
Short: 🔴 roll down → fast crosses below slow → ideally lose 0.
Exits: Trim into the opposite zone or on a cross back.
Divergence: TSI ↑ vs price ↓ = bullish; TSI ↓ vs price ↑ = bearish.
Avoid: Both lines chopping around 0.
II. Stochastic Z-Score — Quick Guide
Zones: 🔴 Red = overbought/supply, 🟢 Green = oversold/demand.
Curve: Watch the hook out of a zone for the turn.
Signals
🟢 Green Arrow (from Green zone): Momentum turns up → call/long bias. Enter on first pullback; stop under last swing/13-EMA.
🔻 Red/Bearish Arrow (from Red zone): Momentum rolls down → put/short bias. Enter on first lower-high; stop above last swing/13-EMA.
⚪ Ball = Momentum Shift: Early heads-up (slope change). Use as confirmation/add-on, not a standalone entry.
MoneyZone_SmartEleZone of action which helps identify smart money actioned. This bands help identify possible areas to expect action.
TradeIQ 3.29 • Smart Market Direction [TH]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
TradeIQ 3.29 • Smart Market Direction [EN]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
Cyclic Reversal Engine [AlgoPoint]Overview
Most indicators focus on price and momentum, but they often ignore a critical third dimension: time. Markets move in rhythmic cycles of expansion and contraction, but these cycles are not fixed; they speed up in trending markets and slow down in choppy conditions.
The Cyclic Reversal Engine is an advanced analytical tool designed to decode this rhythm. Instead of relying on static, lagging formulas, this indicator learns from past market behavior to anticipate when the current trend is statistically likely to reach its exhaustion point, providing high-probability reversal signals.
It achieves this by combining a sophisticated time analysis with a robust price-action confirmation.
How It Works: The Core Logic
The indicator operates on a multi-stage process to identify potential turning points in the market.
1. Market Regime Analysis (The Brain): Before analyzing any cycles, the indicator first diagnoses the current "personality" of the market. Using a combination of the ADX, Choppiness Index, and RSI, it classifies the market into one of three primary regimes:
- Trending: Strong, directional movement.
- Ranging: Sideways, non-directional chop.
- Reversal: An over-extended state (overbought/oversold) where a turn is imminent.
2. Adaptive Cycle Learning (The "Machine Learning" Aspect): This is the indicator's smartest feature. It constantly analyzes past cycles by measuring the bar-count between significant swing highs and swing lows. Crucially, it learns the average cycle duration for each specific market regime. For example, it learns that "in a strong trending market, a new swing low tends to occur every 35 bars," while "in a ranging market, this extends to 60 bars."
3. The Countdown & Timing Signal: The indicator identifies the last major swing high or low and starts a bar-by-bar countdown. Based on the current market regime, it selects the appropriate learned cycle length from its memory. When the bar count approaches this adaptive target, the indicator determines that a reversal is "due" from a timing perspective.
4. Price Confirmation (The Trigger): A signal is never generated based on timing alone. Once the timing condition is met (the cycle is "due"), the indicator waits for a final price-action confirmation. The default confirmation is the RSI entering an extreme overbought or oversold zone, signaling momentum exhaustion. The signal is only triggered when Time + Price Confirmation align.
How to Use This Indicator
- The Dashboard: The panel in the bottom-right corner is your command center.
- Market Regime: Shows the current market personality analyzed by the engine.
- Adaptive Cycle / Bar Count: This is the core of the indicator. It shows the target cycle length for the current regime (e.g., 50) and the current bar count since the last swing point (e.g., 45). The background turns orange when the bar count enters the "due zone," indicating that you should be on high alert for a reversal.
- BUY/SELL Signals: A label appears on the chart only when the two primary conditions are met:
The timing is right (Bar Count has reached the Adaptive Cycle target).
The price confirms exhaustion (RSI is in an extreme zone).
A BUY signal suggests a downtrend cycle is likely complete, and a SELL signal suggests an uptrend cycle is likely complete.
Key Settings
- Pivot Lookback: Controls the sensitivity of the swing point detection. Higher values will identify more significant, longer-term cycles.
- Market Regime Engine: The ADX, Choppiness, and RSI settings can be fine-tuned to adjust how the indicator classifies the market's personality.
- Require Price Confirmation: You can toggle the RSI confirmation on or off. It is highly recommended to keep it enabled for higher-quality signals.
Darkpool Levels - Multi Ticker CSVThis script allows the user to input three darkpool levels (obtained from other sources) which are then plotted and labeled. The script uses CSV format for data entry as shown below; with this being the case, user can add as many tickers as desired and the indicator will display the levels as long as the user entered the ticker data into the input section of the indicator.
TICKER, Largest DP, Highest DP, Lowest DP
Example:
QQQ, 579.61, 582.04, 560.17