Indicator Sessions @indexprofx🧠 Description:
This indicator plots three key Exponential Moving Averages (EMAs) to help traders identify market trends and potential entry/exit points with precision:
EMA 8 (Green) – Fast trend, useful for scalping or short-term signals
EMA 50 (Blue) – Mid-term trend filter
EMA 150 (Red) – Long-term bias and trend direction
It is part of the IndexProFX toolkit and integrates smoothly with other tools like Intraday Signal and Session Zones for enhanced confluence trading.
✔️ Clean structure
✔️ Easy-to-read color-coded EMAs
✔️ Supports scalping, day trading, and swing trading strategies
Chart patterns
Revised BB with B/S Signals + Weak BUY/SELL SignalsThe indicator is based on price action. For FNO, better to short PE/CE (preferably of 2 weeks later expiry if one has habit of not putting SL and big holding big losses) as per the signal generated. Or Cut the position if price closes below the low of recent Swing low. target will be price reaching opposite BB or for 1 hr after entry. If position goes into loss, can average and exit cost to cost.
One can use DEMA or EMA if needed. Also, 27 EMA ribbon can be used to take entry.
Multi-TF Dashboard ✅⏳❌ with Bias Label & Clean ArrowsThis script generates alerts when all selected timeframes (5m to 4h) align in a bullish or bearish trend using EMA, RSI, and MACD conditions.
It uses alertcondition() to trigger alerts for full bullish or bearish flips across all timeframes.
These alerts can be connected to TradingView's system to send email notifications when alignment conditions are met.
Heikin Ashi Trend Strategy (Beginner)FOR BEGINNERS
Perfect! Below is a custom Pine Script for TradingView that:
Uses Heikin Ashi candles
Shows buy/sell signals based on trend conditions:
3+ green/red Heikin Ashi candles
Price above/below 20 EMA
RSI filter for momentum
CerberusFX Custom Time LineCerberusFX Custom Time Line
🧠 How it works:
Detects when time passes the target.
Sets a should_plot flag.
Waits for the next bar, even on Renko.
Plots the line once, then resets.
🧪 Tested on:
Renko
Heikin Ashi
1min–1D regular timeframes
3-Bar Compression Reversal Pattern//@version=5
indicator("3-Bar Compression Reversal Pattern", overlay=true)
// Get candle OHLCs
open1 = open
close1 = close
body1 = math.abs(close1 - open1)
open2 = open
close2 = close
body2 = math.abs(close2 - open2)
// 2nd candle body < 50% of 1st
secondSmall = body2 < (0.5 * body1)
// 3rd candle engulfs both 1st and 2nd
lowAll = math.min(low , low )
highAll = math.max(high , high )
engulfAll = (high > highAll) and (low < lowAll)
// Final condition
patternDetected = secondSmall and engulfAll
// Plot signal
plotshape(patternDetected, location=location.belowbar, color=color.green, style=shape.labelup, size=size.small, title="Pattern Signal")
alertcondition(patternDetected, title="3-Bar Reversal Alert", message="3-Bar Compression Reversal Pattern Detected!")
RDS Support Profit Target v0.6.32Rip Dip Signals (RDS) Support Profit Target Indicator Overview (v0.6.32)
Overview: This Pine Script indicator identifies scalping opportunities based on support/resistance levels. Designed for automated trading via TradingView alerts connected to platforms like 3Commas (API integration for millisecond execution). Monitors up to 400 assets (e.g., Binance USDT crypto pairs), but works across all markets. Focuses on quality trades over quantity—tighten top-level parameters for fewer, higher-confidence signals. Ideal timeframe: 3-minute charts for quick turnarounds (max 4-5 hour holds). Targets 0.9-1.2% profit per trade, with 1.2-3% stop losses recommnded. You can play around with the settings and see what the results are instantly on the stats table. No need for back testing.
Entry (Buy) Conditions: Triggers on a green bar after a qualifying resistance line (min 40 bars length, configurable via "Min Res Line Length"; max lookback 200 bars) followed by a support line. Requires min 3 support lines (configurable) starting since resistance began (excludes buy support). Buy at close, but aims for improvement: Future refinements to enter at true support low, not mid-dip (add price action like break above lower highs, ATR for volume confirmation, fair value gaps).
Exit (Sell) Conditions: Primarily take-profit at +0.9% (configurable). Optional: Stop-loss at -1.8% (toggleable); Support exit if price hits prior support (with 0% buffer).
Top-Level Filters: Ensures quality before trading.
Volume: Min 1M USDT 24h to avoid low liquidity.
Success Rate: Min 70% total, 90% recent (over X days back).
Duration: Max avg 5 hours for scalping.
Profit: Min avg 0.7%. Purpose: Filters volatile/poor performers; prevents overtrading.
Tables:
Stats Table: Displays total/recent buys/sells, SL exits, success rates (color-coded vs thresholds), avg duration/profit. Role: Monitors performance; qualifies symbols.
Volume Table: Shows 24h USDT volume (color-coded). Role: Quick liquidity check.
Refinements: Current issue: Optimize SL to reduce losses and optimize entries better rather than on their way to the dips. Possible suggestions: Add entry validations (e.g., candle size, indicators).
Alerts ready: Universal alerts enabled since Jan 2025 (for full watchlists vs single assets) for multi-asset efficiency. Not crypto-exclusive; can be tested on stocks/forex.
Tooltips:
There are tooltips on each setting for user clarity. Just hover over the info symbol for each setting.
I'm open to any recommendations of how to enhance the entry/exit conditions. Please comment below with feedback which is gratefully received.
Trend Continuation IndicatorTrend Continuation Indicator
The Trend Continuation Indicator is designed to assist traders in identifying potential continuation setups within established market trends. It is particularly suited for use in strong trending environments and is optimized for lower timeframes, with a recommended chart setting of 5-minute candles and an EMA timeframe set to 1 hour.
The indicator combines multiple technical elements:
RSI (Relative Strength Index): Used to assess potential overbought and oversold conditions relative to the trend.
EMA (Exponential Moving Average): A multi-timeframe EMA is used as a directional filter, helping to align entries with the broader trend.
Candle Structure and Momentum Filters: The logic includes real-time candle analysis and volume dynamics to identify momentum-driven signals.
Buy signals are generated when price action shows bullish momentum and RSI confirms potential oversold conditions within an uptrend. Conversely, sell signals are triggered when bearish momentum aligns with overbought RSI levels in a downtrend.
This tool is intended for use as part of a broader trading strategy and is best applied in trending markets where continuation patterns are more likely to follow through.
THE INDICATOR ITSELF IS NO FINANCIAL ADVISE!
Here are some usecase examples:
Ultimate Market Structure [Alpha Extract]Ultimate Market Structure
A comprehensive market structure analysis tool that combines advanced swing point detection, imbalance zone identification, and intelligent break analysis to identify high-probability trading opportunities.Utilizing a sophisticated trend scoring system, this indicator classifies market conditions and provides clear signals for structure breaks, directional changes, and fair value gap detection with institutional-grade precision.
🔶 Advanced Swing Point Detection
Identifies pivot highs and lows using configurable lookback periods with optional close-based analysis for cleaner signals. The system automatically labels swing points as Higher Highs (HH), Lower Highs (LH), Higher Lows (HL), and Lower Lows (LL) while providing advanced classifications including "rising_high", "falling_high", "rising_low", "falling_low", "peak_high", and "valley_low" for nuanced market analysis.
swingHighPrice = useClosesForStructure ? ta.pivothigh(close, swingLength, swingLength) : ta.pivothigh(high, swingLength, swingLength)
swingLowPrice = useClosesForStructure ? ta.pivotlow(close, swingLength, swingLength) : ta.pivotlow(low, swingLength, swingLength)
classification = classifyStructurePoint(structureHighPrice, upperStructure, true)
significance = calculateSignificance(structureHighPrice, upperStructure, true)
🔶 Significance Scoring System
Each structure point receives a significance level on a 1-5 scale based on its distance from previous points, helping prioritize the most important levels. This intelligent scoring system ensures traders focus on the most meaningful structure breaks while filtering out minor noise.
🔶 Comprehensive Trend Analysis
Calculates momentum, strength, direction, and confidence levels using volatility-normalized price changes and multi-timeframe correlation. The system provides real-time trend state tracking with bullish (+1), bearish (-1), or neutral (0) direction assessment and 0-100 confidence scoring.
// Calculate trend momentum using rate of change and volatility
calculateTrendMomentum(lookback) =>
priceChange = (close - close ) / close * 100
avgVolatility = ta.atr(lookback) / close * 100
momentum = priceChange / (avgVolatility + 0.0001)
momentum
// Calculate trend strength using multiple timeframe correlation
calculateTrendStrength(shortPeriod, longPeriod) =>
shortMA = ta.sma(close, shortPeriod)
longMA = ta.sma(close, longPeriod)
separation = math.abs(shortMA - longMA) / longMA * 100
strength = separation * slopeAlignment
❓How It Works
🔶 Imbalance Zone Detection
Identifies Fair Value Gaps (FVGs) between consecutive candles where price gaps create unfilled areas. These zones are displayed as semi-transparent boxes with optional center line mitigation tracking, highlighting potential support and resistance levels where institutional players often react.
// Detect Fair Value Gaps
detectPriceImbalance() =>
currentHigh = high
currentLow = low
refHigh = high
refLow = low
if currentOpen > currentClose
if currentHigh - refLow < 0
upperBound = currentClose - (currentClose - refLow)
lowerBound = currentClose - (currentClose - currentHigh)
centerPoint = (upperBound + lowerBound) / 2
newZone = ImbalanceZone.new(
zoneBox = box.new(bar_index, upperBound, rightEdge, lowerBound,
bgcolor=bullishImbalanceColor, border_color=hiddenColor)
)
🔶 Structure Break Analysis
Determines Break of Structure (BOS) for trend continuation and Directional Change (DC) for trend reversals with advanced classification as "continuation", "reversal", or "neutral". The system compares pre-trend and post-trend states for each break, providing comprehensive trend change momentum analysis.
🔶 Intelligent Zone Management
Features partial mitigation tracking when price enters but doesn't fully fill zones, with automatic zone boundary adjustment during partial fills. Smart array management keeps only recent structure points for optimal performance while preventing duplicate signals from the same level.
🔶 Liquidity Zone Detection
Automatically identifies potential liquidity zones at key structure points for institutional trading analysis. The system tracks broken structure points and provides adaptive zone extension with configurable time-based limits for imbalance areas.
🔶 Visual Structure Mapping
Provides clear visual indicators including swing labels with color-coded significance levels, dashed lines connecting break points with BOS/DC labels, and break signals for continuation and reversal patterns. The adaptive zones feature smart management with automatic mitigation tracking.
🔶 Market Structure Interpretation
HH/HL patterns indicate bullish market structure with trend continuation likelihood, while LH/LL patterns signal bearish structure with downtrend continuation expected. BOS signals represent structure breaks in trend direction for continuation opportunities, while DC signals warn of potential reversals.
🔶 Performance Optimization
Automatic cleanup of old structure points (keeps last 8 points), recent break tracking (keeps last 5 break events), and efficient array management ensure smooth performance across all timeframes and market conditions.
Why Choose Ultimate Market Structure ?
This indicator provides traders with institutional-grade market structure analysis, combining multiple analytical approaches into one comprehensive tool. By identifying key structure levels, imbalance zones, and break patterns with advanced significance scoring, it helps traders understand market dynamics and position themselves for high-probability trade setups in alignment with smart money concepts. The sophisticated trend scoring system and intelligent zone management make it an essential tool for any serious trader looking to decode market structure with precision and confidence.
Abir Momo Pickup/Drop IndicatorCatch Monsters Early , Pyramid Hard, Exit Before They Bite Back
Abir Momo Pickup / Drop Indicator
Why it matters
Spot the next monster at ignition: the script paints a solid blue bar only when all momentum engines fire in the same session.
Scale with conviction: keep adding while the tape stays blue; every fresh blue print means momentum is still accelerating.
Grey‑bar. That’s your cue, the beast is tiring, tighten stops, Swing traders exit
How to use
Scan your High RS watch list daily; blue bar prints mean an early monster is on the loose.
Pyramid into strength, each successive blue keeps risk tight with rising lows.
Grey candle? Stop feeding it, trail hard, or book partials.
Rinse, repeat; your average hold shrinks, you increase your money rotation, your winners run, and your losers barely dent the P&L.
Dial it to taste
Trend Filter: leave ON only to chase setups trading above their 50 EMA; flip OFF for aggressive swing tactics.
Bottom line
“Catch monsters early, pyramid into strength, and sell as they even think of correcting.”
This overlay turns that mantra into colour‑coded, one‑glance discipline.
Keep the blue flames burning!
Ask ChatGPT
Mohammad - OBs, BOS, S/R, Elliott Waves & Trend LinesProfessional Trading Indicator System - Technical Analysis Suite
Overview
Advanced technical analysis system integrating ICT/SMC methodologies with classical analysis tools. Features seven analytical components for comprehensive market structure analysis.
Components
1. Order Blocks (ICT/SMC)
Identifies institutional accumulation/distribution zones acting as future support/resistance.
Detection: Automatic identification based on price rejection patterns
Management: Dynamic updates and removal of invalidated blocks
Configuration: Sensitivity levels (High/Medium/Low), ATR-based parameters
Visual: Green support, red resistance with transparency
2. Break of Structure (BOS)
Detects significant structural breaks indicating trend changes.
Method: 5-bar swing point formation
Display: White horizontal lines with labels
Range: 50-bar maximum lookback
3. Support & Resistance
Classical horizontal levels from significant price pivots.
Analysis: 300-bar historical scan
Filter: 10-point duplicate tolerance
Display: Maximum 15 levels within 5% of current price
4. Fair Value Gaps (FVG)
Price inefficiencies that often get filled on return.
Types: Bullish gaps (up) and bearish gaps (down)
Size: Minimum 0.1 ATR or 5 points
Management: Auto-removal when filled
5. Elliott Wave Analysis
Advanced pattern recognition for impulse and corrective waves.
Patterns: 5-wave impulse (1-2-3-4-5), 3-wave corrective (A-B-C)
Adaptive: Auto-adjusts to timeframe (3-10 depth range)
Display: Small dots with large numbers, starts from hidden point 0
6. 45-Degree Momentum Lines
Revolutionary projection system based on consecutive candle sequences.
Bearish Lines (Red):
Trigger: 5+ consecutive red candles
Start: HIGH of first red candle
Labels: B1-B5
Bullish Lines (Green):
Trigger: 5+ consecutive green candles
Start: LOW of first green candle
Labels: T1-T5
Specifications:
Angle: 45° using ATR * 0.15
Extension: 30 bars forward
Display: 5 most recent patterns
7. Classical Trend Lines
Multi-touch diagonal support/resistance detection.
Validation: Minimum touch requirements
Tolerance: ATR-based touch detection
Display: Blue lines with optional labels
Configuration Summary
Global Settings:
Show/hide each component individually
Customizable colors and line widths
Label size options
Performance:
50-bar periodic cleanup
Maximum object limits (500 each)
Conditional processing on bar close
Trading Applications
Scalping: Order Blocks + FVGs + 45° Lines
Day Trading: All components with BOS emphasis
Swing Trading: Elliott Waves + Trend Lines
Position Trading: Major levels + Elliott Waves
Key Strategies:
Use 45° line bounces for entries
Combine Order Blocks with 45° lines for confluence
Confirm BOS breaks with 45° line violations
Place stops beyond projection lines
Technical Requirements
Platform: TradingView Pine Script v5
Minimum: 300 historical bars
Optimal: 15m-4H timeframes
Performance: Moderate CPU usage
Color Scheme
Green: Bullish/Support (#26a69a)
Red: Bearish/Resistance (#ef5350)
White: BOS/S&R lines
Blue: Elliott Waves/Trend Lines
Customizable: 45° projection lines
Risk Disclaimer
Educational tool only. Not financial advice. Combine with risk management and personal analysis. Past performance doesn't guarantee future results. Trading involves substantial risk.
Candle Revers Indicator by MathbotThe Candle Reverse indicator detects and highlights every reversal candle on the chart, helping traders identify potential turning points in the market with precision.
Developed by Mathbot SRL, this tool is designed to enhance decision-making for both manual and algorithmic traders.
Learn more at: www.mathbot-ea.pro
S/R Levels with Breaks v 1.0.0725 [JayKay]Support and Resistance Levels with Break Alerts
This script identifies high-probability support and resistance levels based on pivot structures and highlights breakout conditions when accompanied by strong volume momentum. Designed specifically for 15-minute charts, it is ideal for intraday traders looking for clean, actionable levels with visual break alerts.
Key Features:
Automatic S/R Detection: Uses pivot-based logic to plot horizontal support and resistance lines at significant price turning points.
Break Confirmation: Highlights bullish and bearish breaks only when price breaches S/R levels with volume confirmation.
Volume Oscillator Filter: Validates breakout strength using a short-term vs long-term volume EMA oscillator.
Bull & Bear Wick Signals: Detects failed breakout attempts (false moves) using candle wick analysis.
15-Minute Chart Restriction: Plots S/R lines and signals only on the 15-minute timeframe to maintain precision and avoid noise.
Custom Alerts: Get notified when a resistance or support level is broken under strong volume.
This tool is best suited for traders who want clear, rule-based levels combined with breakout logic for disciplined trade setups.
Multi-Pair Matrix📊 Multi-Pair Matrix — Strategy Overview
This invite-only strategy works across five major crypto pairs: BTC, ETH, XRP, DOT, and SOL. It combines multiple confirmation signals and risk-management tools into one unified script.
🔍 Core Logic
The strategy uses a combination of proven technical tools:
Price Action Patterns: Breakouts, rejections, and reversal zones
EMA Crossovers: Short- and long-term trend confirmation
Stochastic Oscillator: Identifies exhaustion and entry opportunities
MACD Histogram: Filters entries by confirming directional momentum
Dynamic SL/TP Logic: Each trade has an independent stop-loss and take-profit based on market conditions
Delayed Entry System: Prevents immediate re-entry after closing in the opposite direction
Smart Trailing Stop-Loss: Adjusts as price moves to secure gains
⚙️ Capital Allocation & Pyramiding
The strategy uses strategy.percent_of_equity = 100, but only ~10% margin is used per position
This leaves headroom for controlled pyramiding without risking full account exposure
🔁 Recommended Pyramiding Settings per Pair
Pair -Pyramiding
BTC - 6
ETH - 6
XRP - 8
DOT - 5
SOL - 7
🧪 Backtest Conditions
Commission: 0.1% per trade
Slippage: 3 ticks
Capital: realistic margin use per trade
Pair displayed in this publication: XRP
This pair is shown in the current backtest example due to platform limitations
The remaining pairs follow the same internal logic and backtest methodology, but are not visible in a single report
⚠️ Usage Instructions
To use this script for real-time alerts:
Open the Inputs tab and enable “Live Trading Mode”
Choose your desired pair from the dropdown — this will automatically apply the correct settings
The script is designed for lower timeframe markets and is optimized for high-activity, volatile periods
All logic is contained in a single script as required — no suite publishing or duplicated variations
Keith's Volume with MAs and Breakout SignalsThis indicator highlights significant volume breakouts based on customizable moving averages.
A breakout signal appears only when:
Volume is higher than all three selected volume MAs (default 20, 50, 200).
The short-term MA is above the long-term MA.
Volume exceeds a customizable ratio threshold (default: 2× of MA50).
Designed for traders who want clean and reliable breakout alerts without unnecessary noise.
Works well for trend continuation and momentum confirmation.
GALAXY INDICATOR v2✅ Features:
📊 Entry Signal: RTI contraction followed by RTI = 100 breakout (high momentum)
🛑 Stoploss: Based on breakout candle low
🎯 Target: Risk–Reward based (customizable RR ratio)
🔁 Trailing Stoploss: Optional SL trail below 50 EMA
🔎 EMA Alignment Check: 10 EMA > 20 EMA > 50 EMA required for trade
📈 Real-time Trade Table: Entry, SL, Target, Quantity, Profit/Loss shown on chart
🔔 Entry/Exit Alerts (ready-to-use for automation or notifications)
🟠 Orange Dot Detection: Identifies RTI contraction zones (low volatility buildup)
💡 Optimized for intraday & swing trading across all segments
📌 Ideal For:
Traders who prefer confirmation-based breakouts
Those looking for volume-backed entries
Trend followers who avoid noise and false signals
[Teyo69] T1 Short & Long Covering📘 Overview
The Short & Long Covering indicator is designed to help traders detect potential absorption candles and short-covering traps using a combination of normalized volume behavior and price exhaustion logic.
It visualizes possible long opportunities after sell-offs and short traps after price rallies—ideal for traders who want to anticipate reversals based on volume structure.
🧩 Features
📈 Detects rising price with falling volume → potential short covering
📉 Detects falling price with falling volume → potential long absorption
🔍 Flags volume spike conditions using normalized volume vs MA
🔵 Plots “L” (Long Covering) below bars
🔴 Plots “S” (Short Trap) above bars
Customizable pivot lookback and exhaustion period
⚙️ How to Use
Use "L" markers as possible long re-entry points after shakeouts
Use "S" markers to watch for failed rallies or bull traps
Combine with S/R zones or trend filters to confirm
Works well in conjunction with Wyckoff-style market logic or volume spread analysis (VSA)
🔧 Configuration
Price movement Lookback: Sets how many bars to compare for trend detection
Exhaustion Lookback: Defines the recent window to confirm price is exhausted
Normalized Volume MA Length: Used to determine volume spikes relative to average
⚠️ Limitations
Not a standalone signal — should be used with confluence (e.g., support/resistance, trend filters)
Best for spotting potential reversals, not trend-following entries
May generate false signals in low volume chop or news spikes
💡 Advanced Tips
Combine with a trend filter like appropriate EMA to avoid counter-trend setups
Use with a support/resistance script to find confluence zones
Watch for clustered L/S signals — multiple signals in a zone may show strong absorption or distribution
📝 Notes
Signal logic is based on volume exhaustion and price movement divergence
Normalized volume helps compare relative volume across time
“Spike” condition triggers only when volume exceeds 100% of its moving average
🚫 Disclaimer
This script is for educational purposes only. It does not constitute financial advice. Always do your own research and use proper risk management.
Liquidity Hunter ProLiquidity Hunter Pro
The Liquidity Hunter Pro is an indicator designed to identify a specific, high-probability trading setup based on the concept of institutional liquidity hunts. The core philosophy is that major market moves are often initiated after large players engineer liquidity by sweeping obvious swing highs or lows, tricking retail traders before revealing their true direction.
This tool automates the detection of this entire sequence, acting as your assistant to filter out market noise and highlight moments of clear institutional intent. It's designed for precision on lower timeframes (like M1) but is fully customizable for any trading style.
Key Features
Multi-Timeframe (MTF) Bias: A simple, on-chart panel shows you the dominant trend from a higher timeframe (default: 15min). This acts as your master filter, ensuring you always trade with the larger market flow.
Intelligent Sweep Detection: Instead of flagging every minor break, the LHP identifies significant liquidity sweeps below/above confirmed swing points, marking them with a minimalist 🧹 icon.
Momentum-Filtered CHoCH: A simple break of structure isn't enough. A Change of Character (CHoCH) is only confirmed if the breakout candle has strong momentum, filtering out weak and indecisive reversals.
Clear Visual Cues: The indicator plots clean, minimalist lines for both the swept level (dashed) and the CHoCH confirmation (solid), giving you a clear visual map of the setup.
High-Probability FVG Detection: Automatically highlights Fair Value Gaps (FVGs) that are created during the powerful CHoCH move, pinpointing an A+ entry zone.
Customizable Alerts: Never miss a setup. Set alerts for two key events: an early warning on a Liquidity Sweep and the main Setup Ready alert once a sweep is confirmed by a CHoCH.
How to Use: The Optimal Entry Method (A Quick Guide)
The "Liquidity Hunter Pro" is designed to be used with a disciplined, step-by-step approach.
Step 1: Follow the Bias
Look at the HTF Bias Panel in the top-right corner.
If BULLISH, you are ONLY looking for long (buy) setups.
If BEARISH, you are ONLY looking for short (sell) setups.
Step 2: Wait for the Sweep (The Trigger)
Patiently wait for the indicator to plot the 🧹 icon and a dashed horizontal line. This signals that liquidity has been taken and a potential setup is forming.
Step 3: Get Confirmation (The Validation)
You must wait for the indicator to print the solid horizontal CHoCH line and label. This validates that the reversal after the sweep has strength. If no CHoCH appears, the setup is invalid.
Step 4: Identify Your Point of Interest (The Entry Zone)
Once the CHoCH is confirmed, it's time to find your entry.
A+ Entry: The indicator will automatically draw a colored FVG Box if a valid one is created. This is your highest-probability entry zone.
B+ Entry: If no FVG appears, your next best entry zone is the "Inducement Order Block" (the last opposite-colored candle right before the sweep occurred).
*** DISCLAIMER ***
This indicator is a tool for analysis and education; it is not financial advice or a signal service. Trading financial markets involves substantial risk and is not suitable for every investor. Past performance is not indicative of future results. Always use proper risk management and never risk more than you are prepared to lose. The author is not responsible for any profits or losses that may result from using this tool.
PM + BOS + FVG Indicator & AlertsHey team it's Tanner, I have created Nitros strategy into a custom indicator, it's only the PM BOS FVG model, I will add a HOD/LOD BOS FVG custom indicator eventually, this indicator is setup to give you alerts as well. or if you just want a clean FVG indicator and or PM level indicator this works too. mess with the settings to your liking and DM me on circle or discord if you have feedback or questions, thanks team.
Mercurio Retrógrado y CorrelaciónUser Guide: "Mercury Retrograde and Correlation" Indicator
This custom indicator for TradingView is designed to explore possible relationships between astrological Mercury Retrograde periods and market behavior. TradingView is a versatile platform that allows you to analyze markets and use custom tools like this one.
The indicator combines two tools in one:
Mercury Retrograde Period Display: Automatically highlights on the chart the dates when Mercury is retrograde.
Correlation Analysis: Measures and displays how synchronized the movement of the asset you are monitoring is with another asset of your choice (e.g., the S&P 500).
What do you see on the chart?
When you apply this indicator to your chart in TradingView, you will see the following elements:
Purple Background: The purple shaded areas show you exactly when the Mercury Retrograde periods occurred or will occur in 2024 and 2025. This allows you to identify at a glance if a specific candle or price movement occurred during one of these events.
Correlation Line (Orange): This line, displayed on the main panel, measures the relationship between the asset on your chart and the asset you choose in the settings.
Near +1.0: It means the two assets are moving in the same direction (if one goes up, the other goes down).
Near -1.0: It means they are moving in opposite directions (if one goes up, the other goes down).
Near 0: There is no clear relationship in their movements.
Reference Lines (Green and Red): The dotted lines at +0.7 (green) and -0.7 (red) help you quickly identify when the correlation is strong, either positive or negative.
EMA 50 + Highs and LowsEMA 50 + Highs and Lows of Session market opens and close, to watch where liquidity is
DA Cloud - DynamicDA Cloud - Dynamic | Detailed Overview
🌟 What Makes This Indicator Special
The DA Cloud - Dynamic is an advanced technical analysis tool that creates adaptive support and resistance zones that expand and contract based on market volatility. Unlike traditional static indicators, this cloud system "breathes" with the market, providing dynamic levels that adjust to changing market conditions.
📊 Core Components
1. Multi-Layered Cloud Structure
Resistance Cloud (Red): Three dynamic resistance levels (RL1, RL2, RL3) with intermediate channels (RC1, RC2)
Support Cloud (Green): Three dynamic support levels (SL1, SL2, SL3) with intermediate channels (SC1, SC2)
Trend Cloud (Blue): Five trend lines (TU2, TU1, TM, TL1, TL2) that flow through the center
Confirmation Line (Purple): A fast-reacting line that confirms trend changes
2. Forward Displacement Technology
The entire cloud system is projected 21 bars into the future (Fibonacci number), allowing traders to see potential support and resistance levels before price reaches them. This predictive element is inspired by Ichimoku Cloud theory but enhanced with modern volatility dynamics.
🔬 How It Works (Without Revealing the Secret Sauce)
Volatility-Responsive Design
The indicator continuously measures market volatility across multiple timeframes
During high volatility periods (like major breakouts), clouds expand dramatically
During consolidation, clouds contract and tighten around price
This creates a "breathing" effect that adapts to market conditions
Multi-Timeframe Analysis
Incorporates Fibonacci sequence periods (3, 13, 21, 34, 55) for calculations
Blends short-term responsiveness with long-term stability
Creates smooth, flowing lines that filter out market noise
Dynamic Level Calculation
Levels are not fixed percentages or static bands
Each level adapts based on current market structure and volatility
Channel lines (RC1, RC2, SC1, SC2) provide intermediate support/resistance
🎯 Key Features
1. Touch Point Detection
Colored dots appear when price touches key levels
Red dots = resistance touch
Green dots = support touch
Blue dots = trend median touch
2. Entry/Exit Signals
"Cloud Entry" labels when confirmation line crosses above SL1
"Cloud Exit" labels when confirmation line crosses below RL1
Background color changes based on bullish/bearish bias
3. Information Table
Real-time display of key levels (RL1, TM, SL1)
Current bias indicator (BULLISH/BEARISH)
Updates dynamically as market moves
⚙️ Customization Options
Main Controls:
Sensitivity (5-50): How responsive clouds are to price movements
Smoothing (1-50): Controls the flow and smoothness of cloud lines
Forward Displacement (0-50): How many bars to project the cloud forward
Advanced Volatility Settings:
Volatility Lookback (50-1000): Period for establishing volatility baseline
Volatility Smoothing (1-50): Reduces spikes in volatility expansion
Expansion Power (0.1-2.0): Controls how dramatically clouds expand
Range Divisor (1.0-20.0): Master control for overall cloud width
Level Spacing:
Individual multipliers for each resistance and support level
Allows fine-tuning of cloud structure to match different markets
Trend Spacing:
Separate controls for inner and outer trend bands
Customize the trend cloud density
📈 Trading Applications
1. Trend Identification
Price above TM (Trend Median) = Bullish bias
Price below TM = Bearish bias
Cloud color and width indicate trend strength
2. Support/Resistance Trading
Use RL1/SL1 as primary targets and reversal zones
RC1/RC2 and SC1/SC2 provide intermediate levels
RL3/SL3 mark extreme levels often seen at major tops/bottoms
3. Volatility Analysis
Expanding clouds signal increasing volatility and potential big moves
Contracting clouds indicate consolidation and potential breakout setup
Cloud width helps with position sizing and risk management
4. Multi-Timeframe Confirmation
Works on all timeframes from 1-minute to monthly
Higher timeframes show major market structure
Lower timeframes provide precise entry/exit points
🎓 Best Practices
Combine with Volume: High volume at cloud levels increases reliability
Watch for Touch Clusters: Multiple touches at a level indicate strength
Monitor Cloud Expansion: Sudden expansion often precedes major moves
Use Multiple Timeframes: Confirm signals across different time periods
Respect the Trend Median: This is often the most important level
⚡ Performance Notes
Optimized for up to 2000 bars of historical data
Smooth performance with 500+ lines and labels
Works on all markets: Crypto, Forex, Stocks, Commodities
📝 Version Info
Current Version: 1.0
Dynamic volatility expansion system
Full customization suite
Touch point detection
Entry/exit signals
Forward displacement projection
Bullet SCTSilver Bullet SCT
"It is an indicator that shows the high and low of the last hourly candle, marks the time ranges during which trading takes place, and displays MSS (market structure shift)."