Momentum Candlestick TerakhirThis indicator highlights momentum candlesticks based on breakout behavior from previous highs/lows and draws real-time boxes and labels when momentum shifts occur.
It also includes an optional CMP (Current Market Position) table that categorizes price position into Bawah(low), Tengah(mid), Atas(high), or Luar Zone(Outside), with multitimeframe (MTF) logic to assess different timeframes in one view.
Additional features:
• Momentum Box & Label Drawing
• S/R Labeling using Pivot Points
• MTF Momentum & CMP Table Display
• Alerts for Buy/Sell Momentum Candles
Built for traders who rely on visual momentum tracking and want to quickly assess price position in any timeframe.
This script is intended for educational and analytical use only.
for entry, if weekly's current momentum is momentum buy, timeframe h4 also must be momentum buy.
weekly - H4
Daily - H1
H4 - M30
H1 - M15
weekly - 300/500 pips
daily - 100/150 pips
H4 - 70/80 pips
H1 - 20/30 pips
Indicators and strategies
Lynie's V8 SELLSo this script was made by a person called Lynie, who was profitable with this technique and simply coded what was in her mind, ready to share it with the community. If you want to see more, I’m going to release the V9 that I made—it’s 10 times better. But I think hers is a good starting point to introduce myself with a free version of my work.
This script was designed to be used on the 5-minute chart on NQ or Gold. Other timeframes are possible, but I mostly use it on the 5-minute. You can look for the Lynie's V8 BUY too have both
M.Ataoglu_Super_Ortalamalar | M.Ataoglu_Super_Averages📊 M.Ataoglu Super Averages - Multi-Moving Average Analysis System
English Description:
M.Ataoglu Super Averages is a comprehensive multi-moving average analysis system that provides advanced technical analysis using 40 different moving average periods ranging from 25 to 1000 periods. This indicator combines multiple technical analysis concepts to deliver powerful trading signals and market insights.
🔧 How It Works:
The system calculates 40 different moving averages using 8 different MA types (EMA, SMA, VWMA, WMA, HMA, DEMA, TEMA, KAMA) across four time horizons:
Short-term (25-125 periods): 5 EMAs for immediate market direction
Medium-term (150-375 periods): 11 EMAs for intermediate trend analysis
Long-term (400-600 periods): 9 EMAs for major trend identification
Super long-term (625-1000 periods): 15 EMAs for structural market analysis
📈 Core Analysis Methods:
EMA Hierarchy Analysis: Evaluates the alignment of key EMAs (25, 50, 200, 500, 1000) to determine overall market structure
Volume Analysis: Compares current volume to 20-period average to identify volume breakouts and confirm signals
Momentum Tracking: Calculates momentum for price and key EMAs to detect acceleration/deceleration
Cross Signal Generation: Monitors golden/death crosses at multiple timeframes for entry/exit signals
Risk Assessment: Provides risk levels based on EMA alignment and market conditions
🎯 Signal Generation Logic:
Strong Buy: 8+ bullish EMAs + EMA hierarchy + high volume
Buy: 6+ bullish EMAs + EMA 25 > EMA 50
Sell: 4 or fewer bullish EMAs + bearish hierarchy
Strong Sell: 2 or fewer bullish EMAs + bearish hierarchy + high volume
⚙️ Key Features:
8 different moving average types for flexibility
Comprehensive volume analysis with ratio calculations
Advanced momentum tracking system
Multiple alert conditions for different market scenarios
Visual table display with real-time market status
Risk level assessment based on EMA alignment
Support for multiple timeframes and instruments
📊 Usage Guidelines:
Use for trend identification across multiple timeframes
Combine with volume analysis for signal confirmation
Monitor EMA hierarchy for overall market structure
Use momentum indicators for entry/exit timing
Apply risk management based on provided risk levels
⚠️ Risk Disclaimer:
This indicator is for educational and analysis purposes only. Past performance does not guarantee future results. Always use proper risk management and consider multiple factors before making trading decisions.
AI QUANT OCULUSAI QUANT OCULUS
Version 1.0 | Pine Script v6
Purpose & Innovation
AI QUANT OCULUS integrates four distinct technical concepts—exponential trend filtering, adaptive smoothing, momentum oscillation, and Gaussian smoothing—into a single, cohesive system that delivers clear, objective buy and sell signals along with automatically plotted stop-loss and three profit-target levels. This mash-up goes beyond a simple EMA crossover or standalone TRIX oscillator by requiring confluence across trend, adaptive moving averages, momentum direction, and smoothed price action, reducing false triggers and focusing on high‐probability turning points.
How It Works & Why Its Components Matter
Trend Filter: EMA vs. Adaptive MA
EMA (20) measures the prevailing trend with fixed sensitivity.
Adaptive MA (also EMA-based, length 10) approximates a faster-responding moving average, standing in for a KAMA-style filter.
Bullish bias requires AMA > EMA; bearish bias requires AMA < EMA. This ensures signals align with both the underlying trend and a more nimble view of recent price action.
Momentum Confirmation: TRIX
Calculates a triple-smoothed EMA of price over TRIX Length (15), then converts it to a percentage rate-of-change oscillator.
Positive TRIX reinforces bullish entries; negative TRIX reinforces bearish entries. Using TRIX helps filter whipsaws by focusing on sustained momentum shifts.
Gaussian Price Smoother
Applies two back-to-back 5-period EMAs to the price (“gaussian” smoothing) to remove short-term noise.
Price above the smoothed line confirms strength for longs; below confirms weakness for shorts. This layer avoids entries on erratic spikes.
Confluence Signals
Buy Signal (isBull) fires only when:
AMA > EMA (trend alignment)
TRIX > 0 (momentum support)
Close > Gaussian (price strength)
Sell Signal (isBear) fires under the inverse conditions.
Requiring all three conditions simultaneously sharply reduces false triggers common to single-indicator systems.
Automatic Risk & Reward Plotting
On each new buy or sell signal (edge detection via not isBull or not isBear ), the script:
Stores entryPrice at the signal bar’s close.
Draws a stop-loss line at entry minus ATR(14) × Stop Multiplier (1.5) by default.
Plots three profit-target lines at entry plus ATR × Target Multiplier (1×, 1.5×, and 2×).
All previous labels and lines are deleted on each new signal, keeping the chart uncluttered and focusing only on the current trade.
Inputs & Customization
Input Description Default
EMA Length Period for the main trend EMA 20
Adaptive MA Length Period for the faster adaptive EM A substitute 10
TRIX Length Period for the triple-smoothed momentum oscillator 15
Dominant Cycle Length (Reserved) 40
Stop Multiplier ATR multiple for stop-loss distance 1.5
Target Multiplier ATR multiple for first profit target 1.5
Show Buy/Sell Signals Toggle on-chart labels for entry signals On
How to Use
Apply to Chart: Best on 15 m–1 h timeframes for swing entries or 5 m for agile scalps.
Wait for Full Confluence:
Look for the AMA to cross above/below the EMA and verify TRIX and Gaussian conditions on the same bar.
A bright “LONG” or “SHORT” label marks your entry.
Manage the Trade:
Place your stop where the red or green SL line appears.
Scale or exit at the three yellow TP1/TP2/TP3 lines, automatically drawn by volatility.
Repeat Cleanly: Each new signal clears prior annotations, ensuring you only track the active setup.
Why This Script Stands Out
Multi-Layer Confluence: Trend, momentum, and noise-reduction must all align, addressing the weaknesses of single-indicator strategies.
Automated Trade Management: No manual plotting—stop and target lines appear seamlessly with each signal.
Transparent & Customizable: All logic is open, adjustable, and clearly documented, allowing traders to tweak lengths and multipliers to suit different instruments.
Disclaimer
No indicator guarantees profit. Always backtest AI QUANT OCULUS extensively, combine its signals with your own analysis and risk controls, and practice sound money management before trading live.
Lynie's V8 BUYSo this script was made by a person called Lynie, who was profitable with this technique and simply coded what was in her mind, ready to share it with the community. If you want to see more, I’m going to release the V9 that I made—it’s 10 times better. But I think hers is a good starting point to introduce myself with a free version of my work.
This script was designed to be used on the 5-minute chart on NQ or Gold. Other timeframes are possible, but I mostly use it on the 5-minute. You can get the sell as well Lynie's V8 SELL
Chop Range DetectionChop Range Detection is a Pine Script® v6 indicator that automatically identifies periods of low volatility (“chop”) and draws dynamic range boxes around price action—then highlights early breakouts or breakdowns in real time.
📋 Overview
Dynamic Range Identification
Calculates a weighted moving average (WMA) over a user-defined bar length, then measures the maximum deviation of price from that average. When price stays within an ATR-scaled threshold, a “chop” zone is declared.
ATR-Based Flexibility
Uses a long-term ATR (default 2000-period) multiplied by your chosen factor to size each range box according to prevailing volatility.
Real-Time Break Detection
Optionally recolors boxes green on upside breakouts and red on downside breakdowns—so you immediately see when price is escaping consolidation.
⚙️ Key Inputs
Input Default Description
Minimum Range Length
length 50 Number of bars used to compute the weighted average and distance metrics—higher = more established range.
Range Width Multiplier
Scales the ATR to set box half-height. Larger values widen boxes for volatile markets.
Highlight Box Breaks
Toggles dynamic recoloring: green for closes above the box, red for closes below.
🔍 How It Works
Weighted Average Calculation
Computes a custom WMA where each bar’s weight is proportional to its absolute close-to-close move—capturing momentum-weighted price levels.
Distance & Threshold
Builds an array of distances from each close to the WMA; if the maximum distance ≤ ATR×mult, price is deemed “in range.”
Box Lifecycle
New Box: When price enters a chop zone after being out of range.
Extend Box: Continues expanding the zone on each subsequent in-range bar.
Break Highlighting
On every bar, checks if close > box_top (break up) or close < box_bottom (break down). Updates box fill and border to green or red accordingly.
📈 Visualization
Shaded Rectangle marks the high/low corridor of the current consolidation period.
Three Lines:
Top Line at range high
Midline (dotted) at range midpoint
Bottom Line at range low
Adaptive Styling: Opacity and colors adjust automatically when breaks occur, keeping your focus on fresh price action.
🔧 Use Cases
Chop Zone Identification
Quickly spot consolidation areas to avoid late entries or false signals.
Breakout Timing
Enter trades precisely on early breakouts or breakdowns, backed by volatility-adjusted thresholds.
Volatility Context
Tune your ATR multiplier to match fast-moving or slow-drifting markets, ensuring the indicator adapts to any instrument.
Get “Chop Range Detection” now to bring clarity to consolidation, spot genuine breakouts faster, and never trade blind into chop again.
Futures Session Range Zones Session Range Zones
An overlay tool for TradingView that draws semi-transparent boxes, range lines, and open/close markers for three major sessions—Tokyo, London, and New York—anchored precisely to Eastern Time (America/New_York).
Key Features:
Three Fully Customizable Zones
Define start/end times for Tokyo, London, and NY sessions
Choose fill and border colors, transparency, and border style
Dynamic Range Boxes
Boxes grow intraday to hug the highest high and lowest low of each session
Automatically update with each new bar, regardless of chart zoom or timeframe
Range Levels & Breakout Lines
Draw evenly-spaced range levels within each session box
Highlight potential support/resistance or breakout triggers
Open/Close Markers
Dashed or solid lines marking session open and previous bar close
Easily spot session open gaps and momentum shifts
Session Labels
Place labels at the session high with custom text
Match label background to zone fill and text color to your preference
Eastern-Time Precision
All session calculations locked to America/New_York, perfect for U.S.-based traders
Why Use It?
Quickly visualize when price action shifts between global sessions
Identify breakout or rejection setups at session boundaries
Customize colors and levels to match your favorite trading style
Eliminate timezone confusion—every session aligns to Eastern Time
How to Get Started:
Add Session Range Zones to your chart.
Open the settings panel and adjust each session’s times, colors, and level count.
Watch your chart come alive with clear session boxes, level lines, and open/close markers.
Turn messy session overlaps into a clean, actionable visual framework—perfect for breakout hunters, swing traders, and intraday analysts alike.
Terminal de Estrategias PROim just testing this new script I just created for an strategy for an app
🟢💲 EMA Bias + Multi-TF Perfect Touch10 Koplick (Upgraded)Absolutely! Here’s a detailed rating and explanation of your upgraded "🟢 EMA Bias + Multi-TF Perfect Touch9 Koplick (Upgraded)" indicator.
🔥 Rating: 9/10
Strengths:
Multi-Timeframe Analysis:
Checks EMA bias and linear regression trendlines across multiple standard and custom timeframes, giving a robust, well-rounded market view.
EMA Bias with Validity Check:
Incorporates a strict EMA trend confirmation — requiring EMA50 > EMA100 > EMA200 for bullish bias (and reverse for bearish) — plus price must not touch EMA50 to confirm strength. This avoids false signals from weak trends.
Linear Regression Trendline Factor:
Adds a sophisticated trendline bias that uses user-defined timeframes and a lookahead-on linear regression midline, to check price relation and "touch" status. Trendline touches neutralize signals, preventing premature entries.
Toggle Flexibility:
Users can enable/disable EMA bias or regression trendline factors independently, allowing customization per strategy or market condition.
Suggestion Logic:
Aggregates signals from multiple timeframes to provide a clear buy/sell/hold suggestion. It requires 4+ bullish or bearish EMA biases for strong signals, which is a solid threshold.
Clear Table Display:
The table shows biases and validity per timeframe, making it easy to visually confirm the analysis at a glance.
Alerts:
Provides live alerts when the overall suggestion changes — great for active traders.
Clean and Maintainable Code:
Well-structured with reusable functions, arrays for scalability, and clear naming.
Minor Limitations / Possible Improvements:
EMA100’s role is implicit:
It’s used only as a middle EMA in the bias chain. Could be extended to also appear in the output or be weighted differently.
No volume or price action filters:
Including additional filters like volume spikes or candle patterns might improve entry quality.
Suggestion logic only considers EMA biases for bullish/bearish counts:
LR trendline biases affect only the neutralization (touch) logic; you might also consider including their bias direction for a more nuanced suggestion.
Fixed threshold (4 out of 5) for strong signals:
Allowing user customization of this threshold could enhance flexibility.
⚙️ How It Works - Step-by-Step:
Input Parameters:
User selects custom timeframe (customTF).
User defines 3 timeframes (lr_tf_1, lr_tf_2, lr_tf_3) for linear regression trendlines.
User toggles enable/disable EMA bias and LR trendline factors.
User sets the linear regression length (lrLength).
EMA Calculation & Bias:
For standard timeframes (5m, 15m, 1h, 4h, Daily) and the custom timeframe, the script fetches EMA50, EMA100, EMA200, plus high and low prices.
The bias for each timeframe is:
Bullish: EMA50 > EMA100 > EMA200 and price stays above EMA50 (low > EMA50).
Bearish: EMA50 < EMA100 < EMA200 and price stays below EMA50 (high < EMA50).
Neutral: Otherwise.
A valid flag confirms if the price respects the bias without touching EMA50.
Linear Regression Trendline Bias:
For each user-defined LR timeframe, the indicator computes a linear regression midline.
Bias is bullish if price > midline; bearish otherwise.
If the price "touches" the LR line (high >= mid and low <= mid), the bias is considered invalid (neutralized).
Table Display:
Shows all biases and validity states for the custom TF, standard TFs, and LR trendlines.
Valid biases show a ✅, invalid (or touching) show a 🚫.
Colors visually differentiate bullish (blue/purple), bearish (red), and neutral (orange).
Overall Suggestion Logic:
Counts bullish and bearish EMA biases on standard TFs only if the EMA factor is enabled.
Checks if any LR trendline is touched (neutralizing signal) if LR factor enabled.
If no trendline is touched and EMA factor is enabled:
4+ bullish biases → Strong Buy
4+ bearish biases → Strong Sell
Otherwise → Neutral / Hold
If any LR trendline is touched → Trendline Touch - No Clear Signal (neutralizes the suggestion).
Plots:
Current timeframe EMA50, EMA100, and EMA200 lines are plotted for reference.
LR trendlines for the 3 user-defined timeframes are plotted on the chart.
Alerts:
Fires an alert whenever the suggestion changes, letting the trader know when market bias shifts.
Summary
This indicator elegantly combines classical moving average bias with regression-based trendline analysis over multiple timeframes, applying thoughtful filters like “price must not touch EMA50” or “price must not touch LR line” to reduce false signals. The toggles for each factor provide great flexibility to tailor it for scalping, swing, or position trading.
The clear table and suggestion make it very practical for quick decision-making, and the alerts ensure traders don’t miss important shifts.
If you want, I can help you further with:
Adding multi-factor weighting.
Integrating volume or other technical confluences.
Extending to strategy/backtesting.
Or anything else!
Just say the word.
MANI SESSIONSOANDA:GBPUSD This indicator marks the opening times of the three main trading sessions — Asia, London, and New York — using vertical red dotted lines on the chart.
Each session is labeled with a minimal tag (“ASIA”, “LDN”, “NY”) displayed directly on the line for clean and unobtrusive reference.
All session times are based on the New York time zone and adjust automatically for each new day.
This tool helps intraday traders quickly identify session shifts, plan entries around high-volume hours, and stay locked into session-based strategy.
OANDA:GBPUSD
Risk-On - Risk-Off 3 Alarm System V2📍 Risk-On / Risk-Off Alarm Labels
This overlay indicator visually displays the activation status of three key risk criteria directly on the chart using colored labels:
Trend – Flagged red when price is below the 20-day EMA.
Breadth – Flagged red when net new 52-week highs (NASDAQ + NYSE) are negative.
Momentum – Flagged red when the PPO histogram is negative.
The top label shows the total number of risk-off criteria active (0 to 3).
Green dots = condition favorable (risk-on).
Red dots = condition unfavorable (risk-off).
Use this for fast visual confirmation of market conditions and to support allocation or de-risking decisions.
Risk Criteria Score Histogram V2📊 Risk Criteria Score Histogram
This indicator visualizes a daily risk score ranging from 0 to 3, based on three core market conditions:
Trend Risk – Activated when price is below the 20-day EMA.
Breadth Risk – Triggered when net new 52-week highs (NASDAQ + NYSE) are negative.
Momentum Risk – Flagged when the PPO histogram turns negative.
Each day, the script calculates how many of these criteria are signaling risk-off conditions. The result is plotted as a color-coded histogram:
🟩 0 – No risk signals (favorable environment)
🟨 1 – Mild caution
🟧 2 – Elevated risk
🟥 3 – All signals active (risk-off conditions)
This tool helps traders track shifts in market conditions and adjust exposure accordingly. Ideal for macro and swing trading perspectives.
KAP RSI 14 & 2 (fixe)What does this indicator do?
It calculates two different RSIs:
The classic RSI with a 14-period (RSI 14) — measures the strength of price moves over 14 bars.
A faster RSI with a 2-period (RSI 2) — very sensitive, useful to spot short-term extreme conditions.
It displays these two RSI values in a fixed table at the top right corner of the chart, so the dashboard stays visible even when you scroll or zoom.
Each RSI value is colored:
Red when the RSI is at extreme levels (RSI 14 above 75 or below 30, RSI 2 above 95 or below 5), signaling overbought or oversold conditions.
Green when RSI is in a normal range.
Why is it useful?
It lets you quickly see the market’s condition with two RSI timeframes without searching the chart.
You monitor both medium-term trend strength (RSI 14) and short-term extreme signals (RSI 2).
The fixed dashboard makes it easy to keep an eye on these values at all times.
Customization options
You can choose which corner of the screen to place the dashboard (top-left, top-right, bottom-left, bottom-right).
The background is semi-transparent so it doesn’t cover the chart details.
Trend State ADX-DI v6This indicator combines the classic ADX (Average Directional Index) and DI+ / DI– (Directional Indicators) with a modern, easy-to-read visual approach. It highlights trend strength and direction directly on your chart background:
✅ Bullish Trend – DI+ crosses above DI– with ADX above threshold
✅ Bearish Trend – DI– crosses above DI+ with ADX above threshold
✅ Choppiness – ADX below threshold, indicating sideways or weak trend
✅ Transition – Optional highlight for periods near the threshold, signaling a potential trend change
Plots for ADX, DI+, and DI– help you track trend momentum, while customizable background colors make it easy to spot trading conditions at a glance. Alerts included for bullish and bearish trend signals.
Perfect for day traders and swing traders looking to identify strong directional moves and avoid choppy markets.
Created by ThomasO_777, updated for Pine Script v6 by ChatGPT.
Hydra Hunter ~ Universal Mean Reversion System | AlphaNatt🐍 Hydra Hunter ~ Universal Mean Reversion System | AlphaNatt
Advanced dual-phase mean reversion strategy that hunts dips on both regular and inverse price charts
📈 Strategy Overview
The Hydra Hunter employs a sophisticated mean reversion approach that identifies high-probability dip buying opportunities while simultaneously monitoring inverse chart patterns for optimal exit signals. Like the mythical Hydra with multiple heads, this strategy attacks the market from multiple angles to capture mean reversion profits.
🎯 Key Features
Dual-Phase Detection: Hunts dips on regular charts for entries, uses inverse charts for exits
Dynamic Support System: Calculates adaptive support levels using ATR and lookback analysis
Market Regime Filter: Only trades during favorable, ranging market conditions
Quality Scoring: Multi-factor quality assessment including trend, volume, RSI, and momentum
Volume Confirmation: Validates signals with volume spike detection
Risk Management: Integrated stop-loss and regime-based position closure
⚙️ How It Works
Dip Detection: Identifies when price drops below dynamic support levels
Quality Assessment: Scores each dip based on trend alignment, volume, RSI, and momentum
Entry Logic: Goes long when price dips below support during bearish regime
Inverse Monitoring: Tracks inverse chart for resistance-level shorts
Exit Strategy: Closes positions when market regime shifts bullish (≥0.5)
📊 Technical Components
Support Calculation: Dynamic support using lowest low + ATR multiplier
Trend Analysis: EMA200/50 with multi-timeframe trend scoring
Volatility Filter: ATR-based sensitivity adjustment
Momentum Confirmation: Rate of change and RSI validation
Regime Detection: Advanced market state identification
🔧 Customizable Parameters
Sensitivity: Adjust dip detection sensitivity (0.1-3.0)
Lookback Period: Historical analysis window (max 200)
Dip Depth: Minimum dip percentage required (0.5-10%)
Risk Management: Stop-loss and risk-reward settings
Visual Options: Support/resistance lines with glow effects
💡 Best Use Cases
Range-bound and mean-reverting markets
High-volatility cryptocurrency pairs
Markets with clear support/resistance levels
Complementary to trend-following strategies
⚠️ Important Notes
Designed for crypto markets (optimized for BTC/USDT)
Works best in volatile, range-bound conditions
Uses regime filtering to avoid trending market whipsaws
Includes comprehensive backtesting metrics and visualization
📚 Strategy Stats & Metrics
Built-in performance analytics display:
Real-time P&L tracking
Equity curve visualization
Comprehensive backtesting table
Win rate and risk metrics
"The Hydra Hunter doesn't just buy dips - it intelligently selects the highest quality mean reversion opportunities while managing risk through regime-aware position sizing."
🚀 Perfect for traders seeking:
- Mean reversion opportunities in crypto markets
- Advanced dip-buying strategies with smart exits
- Regime-aware position management
- Professional-grade backtesting and analytics
Developed by AlphaNatt. Not financial advice.
Liquid Flow💧 Liquid Flow — Momentum Divergence Indicator
Liquid Flow is a momentum indicator that helps traders spot divergences between price and momentum oscillators. It's designed to identify potential reversal points by highlighting when price action and momentum are moving in opposite directions.
🎯 What It Does:
Divergence Detection : Automatically finds and draws divergences between price highs/lows and momentum oscillator peaks
Multiple Sources : Choose between different momentum oscillators depending on your trading style and market conditions
Visual Clarity : Draws clean lines connecting divergence points with customizable colors and styles
Label System : Marks different types of divergences with clear labels for easy identification
Gradient Fills : Shows overbought and oversold areas with color-coded background fills
📊 How It Works:
The indicator compares momentum oscillator peaks and valleys with corresponding price peaks and valleys. When they move in opposite directions, it draws a line connecting them and adds a label. This helps traders spot potential trend changes that might not be obvious just by looking at price action alone.
🎨 Customization:
Choose your preferred momentum source for the analysis
Customize line colors, styles, and thickness for different divergence types
Adjust label sizes and toggle them on or off
Select between different plotting styles (line or step-line)
Set up color schemes that work with your chart theme
📈 Best For:
Swing traders looking for reversal signals
Traders who use divergence analysis as part of their strategy
Those who want cleaner divergence identification than manual drawing
Traders seeking confirmation signals for potential trend changes
Anyone wanting to improve their momentum analysis workflow
💡 Types of Divergences:
Regular divergences that can signal potential trend reversals
Hidden divergences that may indicate trend continuation
Clear visual distinction between different divergence types
Automatic detection removes the guesswork from manual analysis
Historical divergences remain visible for pattern recognition
🔍 Practical Use:
This indicator works well as a confirmation tool rather than a standalone signal generator. It's most effective when combined with other analysis methods like support/resistance levels, trend analysis, or other indicators. The divergences it identifies can help time entries and exits more precisely.
Note: Like all technical analysis tools, this indicator should be used as part of a comprehensive trading approach. Divergences don't always lead to reversals, and proper risk management is essential when acting on any signals.
free osciator haji_goldHaji Gold's free oscillator, which was updated after a long time, has several types of oscillators that we use for confirmation and signals.
Introduce this oscillator to your friends
free haji_gold indicator The free Haji Gold indicator, which was updated after a long time, has a scalping strategy and a trend strategy along with specifying stops and TPs and another tool called range filter.
Recommend this indicator to your friends
XRP Breathe Strategy Zones +🫁 XRP Breathe Strategy Zones
A time-based trading overlay designed specifically for XRPUSD.
This tool highlights weekly "Inhale" and "Exhale" phases based on a 20-day cycle of price action. It visually guides traders through expected accumulation and distribution zones, helping align trades with market rhythm.
🔹 Key Features:
Color-coded Inhale and Exhale phases
Critical price levels marked for support and resistance
Built-in signal arrows for trend confirmation
Perfect for swing traders and intraday strategists looking to trade XRP with more structure, timing, and confidence.
VPOCS ZScore by GumbotxAn indicator Showing Candle POC's.
Added a Zscore Filter to filter out the High volume candle's.
I like to use at Key Support and resistance Area's to see Absorbtion and Offside positions only on High volume Candles ( The high volume candle part is Key! ). Thoose candles Generally indicate forced participants opening or closing positions, or "Breakout traders entering" positions. When i see a Hi-Volume at S/R levels and price is rejecting ( trading away from the POC ) ill take that as a trigger for a trade.
- Dynamic Support and resistance.
- Show Offside and and Trapped traders
You can tweak the Zscore nominator for Less of more Frequent hits.
Fibonacci Blended and Volume Flow (VFI) by富东 Fibonacci times period claude atr /etc
new blend between fibonacci vfi
CoreJuice001Library "CoreJuice001"
DrawingData
Fields:
kzone1Boxes (array)
kzone2Boxes (array)
kzone3Boxes (array)
kzone4Boxes (array)
kzone5Boxes (array)
kzone6Boxes (array)
kzone1Labels (array)
kzone2Labels (array)
kzone3Labels (array)
kzone4Labels (array)
kzone5Labels (array)
kzone6Labels (array)
kzone1TrendLines (array)
kzone2TrendLines (array)
kzone3TrendLines (array)
kzone4TrendLines (array)
kzone5TrendLines (array)
kzone6TrendLines (array)
kzone1PriceLabels (array)
kzone2PriceLabels (array)
kzone3PriceLabels (array)
kzone4PriceLabels (array)
kzone5PriceLabels (array)
kzone6PriceLabels (array)
Deep in the Tape – VSA (Invite Only)This indicator is part of the “Deep in the Tape” suite and implements Volume Spread Analysis (VSA) principles to help identify potential supply and demand imbalances across price bars. The script is designed to analyze volume, price spread, bar structure, and close position relative to range to highlight common VSA patterns and their possible implications in different market contexts.
The logic includes detection for classical VSA events such as:
- Stopping Volume
- Selling Climax
- Shakeout Bars
- No Supply / No Demand
- Buying Climax
- Upthrust
- Supply Coming In
- Confirmed Test Bars
It also includes additional logic for:
- Failure signals (e.g., failed test or no supply)
- Aggressive entries before confirmation
- Clustering of high volume bars
- High/low level persistence after major VSA events
- Multi-factor entry conditions based on volume effort, spread behavior, and recent background context
Labels and shapes are plotted on the chart when corresponding conditions are met. Optional toggles allow for customizing which signals are shown.
The indicator can assist traders in recognizing key turning points, traps, or confirmations of demand/supply strength, but it does not guarantee performance and should be used with additional analysis and risk management.
This script uses no repainting techniques and evaluates all conditions in real-time.
See the Author's instructions below to get access to this package and the accompanying documentation.
Disclaimer: This script is for educational and informational purposes only and does not constitute financial advice. Trading and investing carry risk, and past performance is not indicative of future results. The author is not responsible for any losses or decisions made based on the use of this script. Always do your own research and consult with a qualified financial advisor before making trading decisions.