Kumo no Nami Trend Strength Identifier T2[T69]🧠 Overview
Kumo no Nami is a custom trend strength indicator that combines Ichimoku cloud dynamics (Kumo) with wave momentum (Nami) to identify trend direction, reversals, squeezes, and breakouts using Z-Score analysis. It adapts to different modes (Ichimoku, MA, EMA) for a flexible interpretation of price structure tension vs. movement strength.
🔍 Core Logic
Kumo Width (Cloud Pressure): Measures the normalized spread (Z-Score) between two dynamic price levels (e.g., Senkou A-B or Base-Tenkan).
Nami Strength (Wave Energy): Measures how far current price dislocates from a recent range using Z-Score of the difference between close and Donchian/MA.
Z-Score Normalization: Ensures both metrics are statistically comparable, regardless of volatility regime.
Squeeze Detection: Identifies compression before potential volatility expansion.
Breakout/False Break: Detects whether movement is legitimate or noise.
Final Top/Bottom: Highlights a strong burst post-squeeze, often signaling exhaustion or trend climax.
⚙️ Features
🌀 Multiple Kumo Modes:
Kijun-Tenkan
Senkou A - B
SMA Fast - Slow
EMA Fast - Slow
🟨 Z-Score Based Squeeze Monitoring
🟥 Final Burst Alerts
🟩 Trend Continuation or Fake-out Detection
🎨 Dynamic Background Coloring for visual signal clarity
🔧 Configuration
📊 Inputs
Kumo Mode (kt, sab, sfs, efs) – Choose method to compute Kumo (Cloud) width.
Kumo Lookback – Lookback period for cloud Z-Score analysis.
Nami Lookback – Lookback period for wave dislocation measurement.
Squeeze Threshold – How low Z-Kumo must fall to signal potential squeeze.
Burst Thresholds:
Burst Kumo → Z-Kumo must rise above this to be considered bursting.
Burst Nami → Nami Strength threshold for final trend climax.
Ichimoku Config – Tenkan, Kijun, Senkou B, and displacement.
MA Config – For Fast/Slow variants, SMA/EMA lengths.
🧪 How It Works
Compute the Kumo Width depending on selected mode.
E.g., |Tenkan - Kijun| or |Senkou A - Senkou B|
Normalize this width with its Z-Score to get Z-Kumo Width.
Compute Nami Strength:
Z-Score of how far close deviates from a Donchian channel or moving average.
Evaluate signal logic based on the two:
📈 Behavior & Signals
Trend Range (Sideways Consolidation)
=>Z-Kumo < 0 and |Nami Strength| > 2
False Break (No meaningful price movement)
=>Z-Kumo < 1 and |Nami Strength| < 1
Squeeze Watch (Potential breakout loading)
=>Z-Kumo < Squeeze Threshold
Final Burst / Climax
=>Z-Kumo > 2.5 and |Nami Strength| > 3
Bullish Breakout
=>Z-Kumo > 1 and Nami Strength > 2 and not false break
Bearish Breakout
=>Z-Kumo > 1 and Nami Strength < -2 and not false break
Reversal Detection
Crossovers of Nami Strength across 0 (bull/bear) while not in squeeze
🧠 Advanced Concepts Used
Z-Score:
=>(value - mean) / standard deviation for detecting statistically significant moves.
Squeeze Principle:
=>Low volatility → potential buildup → expansion.
Price Dislocation (Wave Strength):
=>Measures how far current price is from its mean range.
=>Cloud Tension (Kumo Z-Score):
=>Reflects pressure or neutrality in the price structure.
Trend Confirmation:
=>Only if both metrics agree and no false break conditions are met.
Göstergeler ve stratejiler
Daily Manipulation Probability Dashboard📜 Summary
Tired of getting stopped out on a "Judas Swing" just before the price moves in your intended direction? This indicator is designed to give you a statistical edge by quantifying the daily manipulation move.
The Daily Manipulation Probability Dashboard analyzes thousands of historical trading days to reveal the probability of the initial "stop-hunt" or "fakeout" move reaching certain percentage levels. It presents this data in a clean, intuitive dashboard right on your chart, helping you make more data-driven decisions about stop-loss placement and entry timing.
🧠 The Core Concept
The logic is simple but powerful. For every trading day, we measure two things:
Amplitude Above Open (AAO): The distance price travels up from the daily open (High - Open).
Amplitude Below Open (ABO): The distance price travels down from the daily open (Open - Low).
The indicator defines the "Manipulation" as the smaller of these two moves. The idea is that this smaller move often acts as a liquidity grab to trap traders before the day's primary, larger move ("Distribution") begins.
This tool focuses exclusively on providing deep statistical insight into this crucial manipulation phase.
🛠️ How to Use This Tool
This dashboard is designed to be a practical part of your daily analysis and trade planning.
1. Smarter Stop-Loss Placement
This is the primary use case. The "Prob. (%)" column tells you the historical chance of the manipulation move being at least a certain size.
Example: If the table shows that for EURUSD, the ≥ 0.25% level has a probability of 30%, you can flip this information: there is a 70% probability that the daily manipulation move will be less than 0.25%.
Action: Placing your stop-loss just beyond a level with a low probability gives you a statistically sound buffer against typical stop-hunts.
2. Entry Timing and Patience
The live arrow (→) shows you where the current day's manipulation falls.
Example: If the arrow is pointing at ≥ 0.10% and you know there is a high probability (e.g., 60%) of the manipulation reaching ≥ 0.20%, you might wait for a deeper pullback before entering, anticipating that the "Judas Swing" hasn't completed yet.
3. Assessing Daily Character
Quickly see if the current day's action is unusual. If the manipulation move is already in a very low probability zone (e.g., > 1.00%), it might indicate that your Bias is wrong, or signal a high-volatility day or a potential trend reversal.
📊 Understanding the Dashboard
Ticker: The top-right shows the current symbol you are analyzing.
→ (Arrow): Points to the row that corresponds to the current, live day's manipulation amplitude.
Manip. Level: The percentage threshold being analyzed (e.g., ≥ 0.20%).
Days Analyzed: The raw count of historical days where the manipulation move met or exceeded this level.
Prob. (%): The key statistic. The cumulative probability of the manipulation move being at least the size of the level.
⚙️ Settings
Position: Choose where you want the dashboard to appear on your chart.
Text Size: Adjust the font size for readability.
Max Historical Days to Analyze: Set the number of past daily candles to include in the statistical analysis. A larger number provides a more robust sample size.
I believe this tool provides a unique, data-driven edge for intraday traders across all markets (Forex, Crypto, Stocks, Indices). Your feedback and suggestions are highly welcome!
- @traderprimez
MI-Time-Based DotsThis indicator is a time based Dot based on Linda Raschke time function.
It marks dot on bar at given time.
9:15 am
10:15 am
11:15 am
01:15 pm
02:25 pm
OC損益率 (%)This Pine Script indicator computes the percentage change from the daily open price to the daily close price and exposes it as a custom column for TradingView’s Stock Screener and Watchlist. By enabling screener compatibility, the script automatically calculates:
ocRet = (close - open) / open * 100
for each bar and plots the result. Once published (as a public or protected script), you can add the OC損益率 (%) column in your Watchlist or Stock Screener 2.0 → Columns → Custom, allowing you to sort, filter, and export symbols based on their intraday return.
Live Market - Performance MonitorLive Market - Performance Monitor – Study Material & Usage Guide
Overview:
The Live Market - Performance Monitor is a multi-layered TradingView indicator that assists traders in identifying high-probability setups by combining key technical elements: order block detection, dynamic trendline analysis, volume and volatility filtering, signal validation, and ATR-based target projection. This guide provides the essential logic, formulas, and practical steps to help users apply the system effectively.
________________________________________
Key Functional Features and Formulas
________________________________________
1. Order Block Detection
The indicator identifies price zones where strong institutional buying or selling has likely occurred, based on candle sequences.
• User Input: Number of consecutive candles to define relevance (e.g., 3–7 bars)
• Validation Formula:
• Price Move % = |Close(n) - Close(1)| / Close(n) × 100
• Bullish Order Block: A bearish candle followed by consecutive bullish candles
• Bearish Order Block: A bullish candle followed by consecutive bearish candles
Only valid zones that meet a minimum price move threshold are retained and plotted.
________________________________________
2. Trendline Logic
Trendlines are dynamically plotted using price pivots.
• Pivot Calculation: Highs and lows over a lookback period (e.g., 10 bars)
• Trendline Slope:
• Slope = (Pivot_new - Pivot_old) / (Time_new - Time_old)
• Trendline Projection:
• Projected Price = StartPrice + Slope × (CurrentTime - StartTime)
These lines act as dynamic support/resistance zones and are used to confirm breakout trades.
________________________________________
3. Volume and ATR Filters
Signals are filtered using real-time volume and volatility analysis to eliminate low-quality setups.
• Average Volume:
• AvgVol = SMA(Volume, 20)
• Volume Spike Condition:
• Volume > AvgVol × VolumeThreshold
• ATR (Volatility Filter) – Calculated using 14-bar period:
• (High - Low) > ATR × ATRMultiplier
When both filters are passed, the market is considered active and valid for trade.
________________________________________
4. Signal Generation Logic
• Bullish Signal: Triggered when:
o Price breaks above a resistance zone or bullish order block
o Volume and ATR filters confirm activity
o Trend alignment: EMA9 > EMA21 > EMA50
• Bearish Signal: Triggered under opposite conditions:
o Price breaks below a support zone or bearish order block
o Trend alignment: EMA9 < EMA21 < EMA50
Labels such as "BUY" or "SELL" appear on the chart at the trigger candle.
________________________________________
5. Target and Stop Loss Projection
The script dynamically calculates TP (take profit) and SL (stop loss) levels based on the ATR.
• For Long Trades:
• TP = High + (ATR × 2)
• SL = Low - (ATR × 1)
• For Short Trades:
• TP = Low - (ATR × 2)
• SL = High + (ATR × 1)
These levels are plotted on the chart and adjust as price evolves.
________________________________________
6. Performance Tracking
The script automatically tracks wins and losses for each signal based on TP/SL outcomes.
• Win Rate Formula:
• Win Rate (%) = (Number of Wins / Total Signals) × 100
This is useful for evaluating the system over time and adjusting risk or position sizing.
________________________________________
Practical Usage Steps
1. Apply the Indicator
o Add to your chart via Pine Editor or Indicators menu.
o Configure all input parameters including OB periods, pivot lookback, volume threshold, and ATR multiplier.
2. Signal Monitoring
o Wait for a "BUY" or "SELL" label to appear on the chart.
o Confirm alignment using:
EMA trend stacking (e.g., EMA9 > EMA21 > EMA50)
RSI/MACD momentum
Volume and ATR filters
3. Trade Execution
o Enter the trade on the candle following the signal.
o Use the plotted TP/SL lines to manage the trade.
o Monitor price action; exit if trend shifts or targets are achieved.
4. Review Performance
o Use the win rate and PnL counters to monitor your success.
o Analyze losing trades for trend or filter failures and optimize settings accordingly.
________________________________________
Alerts
The script includes alert support for:
• Signal Triggers: BUY or SELL label detection
• Take Profit / Stop Loss Hits: Automatically notifies when TP or SL is reached
These can be configured for push, email, or webhook delivery via TradingView alert settings.
________________________________________
Disclaimer from aiTrendview
This tool and the content provided by aiTrendview.com are for educational and research purposes only. They do not constitute investment advice, trading recommendations, or financial guidance. All forms of trading involve significant risk. Past performance does not guarantee future outcomes. Users are fully responsible for their trading decisions, including risk management, position sizing, and due diligence. It is strongly advised to test all strategies on a demo account before applying them to live capital. Consult a licensed financial advisor if necessary.
EMA Buy Sell All-in-One✨ Description (แนะนำให้ใช้ตอนกด Publish):
This all-in-one indicator combines several powerful trading tools into one script:
• EMA Cross Entry System: Customizable fast/slow EMA cross for buy/sell signals
• Dynamic SL/TP System: Choose between swing-based or custom SL/TP; auto-calculated RR support
• HH, HL, LH, LL Labels: Market structure points marked directly on chart (toggle ON/OFF)
• Multi-Timeframe Trend Table: Visual overview of EMA trends across D1 → M1 timeframes
• H1 Trend Change Icons: Alerts when the hourly trend flips direction
➤ Clean and responsive display
➤ Fully customizable via input panel
➤ Great for intraday or swing traders following trend + structure alignment
Feel free to fork or modify. Made for those who want clarity and confluence in one view.
Signal Strength Technical AnalysisSignal Strength Technical Analysis – Study Material & Usage Guide
Overview:
This tool is a multi-layered TradingView indicator developed to help traders identify high-probability trade setups using order block detection, dynamic trendlines, volume and volatility filters, and ATR-based target projections. This guide outlines each feature, its formulaic foundation, and how to use the tool effectively in live markets.
________________________________________
Key Features and How to Use Them
1. Order Block Detection:
The script identifies institutional-level buying/selling zones using sequences of directional candles.
• You define the number of consecutive candles to qualify an order block.
• A move qualifies as an order block if:
• Price Move % = |Close(n) - Close(1)| / Close(n) × 100 ≥ Threshold
• Bullish Order Block: A down candle followed by multiple up candles.
• Bearish Order Block: An up candle followed by multiple down candles.
These blocks are plotted and used for trade entry confirmation and support/resistance analysis.
________________________________________
2. Trendline Logic:
Support and resistance lines are drawn dynamically using pivots.
• Pivot highs/lows are identified over a user-defined period (e.g., 10 bars).
• Trendline slope is calculated using:
• Slope = (Pivot_new - Pivot_old) / (Time_new - Time_old)
• Current projected support or resistance:
• Price = StartPrice + Slope × (CurrentTime - StartTime)
Breakouts beyond these levels are interpreted as potential trade signals when confirmed by other filters.
________________________________________
3. Volume and ATR Filters:
These filters help eliminate weak or low-conviction signals.
• Average Volume:
• AvgVol = SMA(Volume, 20)
• Volume Spike Detection:
• Volume > AvgVol × VolumeThreshold
• ATR Volatility Filter (ATR over 14 bars):
• (High - Low) > ATR × ATRMultiplier
If both filters pass, the market is considered active and eligible for trade setup.
________________________________________
4. Signal Generation Logic:
• Bullish Signal: Triggered when:
o Price breaks above resistance or a bullish order block
o Volume and ATR filters are passed
o Trend is confirmed: EMA9 > EMA21 > EMA50
• Bearish Signal: Triggered when:
o Price breaks below support or a bearish order block
o Volume and ATR filters are passed
o Trend is confirmed: EMA9 < EMA21 < EMA50
________________________________________
5. Target and Stop Loss Projection:
Based on the Average True Range (ATR):
• For Long Trades:
• TP = High + (ATR × 2)
• SL = Low - (ATR × 1)
• For Short Trades:
• TP = Low - (ATR × 2)
• SL = High + (ATR × 1)
Targets and stops are plotted on the chart and update dynamically.
________________________________________
6. Trade Management and Win Rate Calculation:
• Once in a trade, the script monitors price:
o Hits TP → Recorded as win
o Hits SL → Recorded as loss
• Win Rate Calculation:
• Win Rate = (Wins / Total Signals) × 100%
This helps track the strategy's live effectiveness and improve decision-making.
________________________________________
How to Use the Indicator – Practical Steps
1. Setup
o Add the indicator to your TradingView chart
o Configure OB periods, trendline pivots, volume and ATR multipliers
o Adjust display preferences
2. Wait for Signal
o Look for a “BUY” or “SELL” label to appear
o Confirm with:
EMA trend alignment
RSI and MACD momentum
Volume and ATR filters
3. Execute Trade
o Enter on the next bar after confirmation
o Use the plotted TP/SL levels as risk management
o Adjust position sizing according to your trading rules
4. Manage Trade
o Monitor PnL and win rate live
o Exit manually or let price hit TP/SL
o Respect the indicator’s environment reading (avoid trading in low-volatility or sideways zones)
________________________________________
Alerts and Automation
• The script includes built-in alert conditions for:
o Buy/Sell signal confirmation
o Take-profit level reached
o Stop-loss triggered
Enable alerts in TradingView to receive real-time notifications to your mobile, email, or connected services.
________________________________________
Disclaimer from aiTrendview
This tool is provided for educational and research purposes only. It is not intended as financial advice or an investment recommendation. Trading in financial markets involves substantial risk. Past performance does not guarantee future results. The user alone is responsible for all trading decisions, including risk management and strategy selection. We strongly recommend testing this tool on a demo account before applying it to real capital and consulting a licensed financial advisor where necessary.
Filtro Antirumore – Breakout + Volume by G.I.N.e TradingWhat this indicator does:
- Calculates the range of the last N candles (default: 10)
- Generates a signal only if the price breaks above or below that range
- Confirms the signal only if the volume is above its moving average
- Displays a green square in the lower panel if the breakout is valid
- The color can be customized by the user
Order Block + FVG Detector- chakrashows OBs with entry and exits and volumes. It also shows the volumes in each Order block
Confidence Score – Antirumore DAX H1How it works
Calculates 5 signal validity conditions
Assigns 1 point for each condition met
Displays a colored bar in the lower panel:
🟥 Red (0–1): noise, avoid
🟧 Orange (2–3): to be evaluated
🟩 Green (4–5): strong signal
simple trend Scanner Dashboard Script Does
- Calculates key metrics:
- Percent Change from previous day
- Relative Volume (% vs 10-bar average)
- RSI and ADX for strength/trend
- 20 EMA for dynamic support/resistance
- Classifies market condition:
- 🟢 Strong if RSI > 60 and ADX > 25
- 🔴 Weak if RSI < 40 and ADX < 20
- ⚪ Neutral otherwise
- Displays a table dashboard:
- Compact, color-coded summary of all metrics
- Easy to scan visually
- Plots visual signals:
- Arrows and triangles for percent change and volume spikes
- Data window plots for deeper inspection
Antirumore by G.I.N.e TradingCode Functions
Checks 5 conditions:
1. ADX > threshold
2. RSI outside the 45–55 neutral zone
3. Wide price range
4. Candle with a strong body
5. Consistent volume
Displays a colored bar in a lower panel:
🟩 Green = possible long entry
Ichimoku CloudStandard Ichimoku Cloud Implementation
The official Ichimoku Cloud indicator on TradingView applies an offset value of 1 to several lines, which deviates from Hosoda's original Ichimoku theory. This script rectifies that discrepancy, providing a more accurate representation of the Ichimoku Cloud.
JADUGAAR_GORACHAND_V21. What is a Trendline?
A trendline is a straight line drawn on a chart that connects two or more price points. It helps visualize the direction and strength of a trend — uptrend, downtrend, or sideways.
🔼 2. Uptrend Line
An uptrend line connects higher lows. It acts as a support level, suggesting that buyers are in control. Price tends to bounce upward off this line during a bullish trend.
🔽 3. Downtrend Line
A downtrend line connects lower highs. It acts as a resistance level, indicating that sellers dominate. Price tends to fall after touching this line in a bearish trend.
🔄 4. Trendline Breaks
When price breaks a trendline, it may signal a potential trend reversal or trend weakening. Traders often use this for entry or exit signals.
📊 5. Trendline Validity
A trendline is more reliable when:
It touches 3 or more points
It's drawn over a longer time frame
There's strong volume on the breakout
Swing Breakout Strategy PRO“Swing Strategy Pro”
A powerful trading tool designed for price action & swing traders. This indicator automatically detects swing highs and lows and generates precise Buy & Sell signals based on breakout confirmations.
✅ How It Works:
• Buy signal: When swing high breaks with confirmation candle
• Sell signal: When swing low breaks with confirmation candle
• Target = Distance between recent swing high & low
• Stop Loss = Opposite swing level
📌 Perfect for Breakout Trading, Swing Entries, and Trend Continuation strategies.
🎯 Fully automated with visual alerts & clean chart design.
MTF Dashboard 9 Timeframes + Signals# MTF Dashboard Pro - Multi-Timeframe Confluence Analysis System
## WHAT THIS SCRIPT DOES
This script creates a comprehensive dashboard that simultaneously analyzes market conditions across 9 different timeframes (1m, 5m, 15m, 30m, 1H, 4H, Daily, Weekly, Monthly) using a proprietary confluence scoring methodology. Unlike simple multi-timeframe displays that show individual indicators separately, this script combines trend analysis, momentum, volatility signals, and volume analysis into unified confluence scores for each timeframe.
## WHY THIS COMBINATION IS ORIGINAL AND USEFUL
**The Problem Solved:** Most traders manually check multiple timeframes and struggle to quickly assess overall market bias when different timeframes show conflicting signals. Existing MTF scripts typically display individual indicators without synthesizing them into actionable intelligence.
**The Solution:** This script implements a mathematical confluence algorithm that:
- Weights each indicator's signal strength (trend direction, RSI momentum, MACD volatility, volume analysis)
- Calculates normalized scores across all active timeframes
- Determines overall market bias with statistical confidence levels
- Provides instant visual feedback through color-coded symbols and star ratings
**Unique Features:**
1. **Confluence Scoring Algorithm**: Mathematically combines multiple indicator signals into a single confidence rating per timeframe
2. **Market Bias Engine**: Automatically calculates overall directional bias with percentage strength across all selected timeframes
3. **Dynamic Display System**: Real-time updates with customizable layouts, color schemes, and selective timeframe activation
4. **Statistical Analysis**: Provides bullish/bearish vote counts and overall confluence percentages
## HOW THE SCRIPT WORKS TECHNICALLY
### Core Calculation Methodology:
**1. Trend Analysis (EMA-based):**
- Fast EMA (default: 9) vs Slow EMA (default: 21) crossover analysis
- Returns values: +1 (bullish), -1 (bearish), 0 (neutral)
**2. Momentum Analysis (RSI-based):**
- RSI levels: >70 (strong bullish +2), >50 (bullish +1), <30 (strong bearish -2), <50 (bearish -1)
- Provides overbought/oversold context for trend confirmation
**3. Volatility Analysis (MACD-based):**
- MACD line vs Signal line positioning
- Histogram strength comparison with previous bar
- Combined score considering both direction and momentum strength
**4. Volume Analysis:**
- Current volume vs 20-period moving average
- Thresholds: >150% MA (strong +2), >100% MA (bullish +1), <50% MA (weak -2)
**5. Confluence Calculation:**
```
Confluence Score = (Trend + RSI + MACD + Volume) / 4.0
```
**6. Market Bias Determination:**
- Counts bullish vs bearish signals across all active timeframes
- Calculates bias strength percentage: |Bullish Count - Bearish Count| / Total Active TFs * 100
- Determines overall market direction: BULLISH, BEARISH, or NEUTRAL
### Multi-Timeframe Implementation:
Uses `request.security()` calls to fetch data from each timeframe, ensuring all calculations are performed on the respective timeframe's data rather than current chart timeframe, providing accurate multi-timeframe analysis.
## HOW TO USE THIS SCRIPT
### Initial Setup:
1. **Timeframe Selection**: Enable/disable specific timeframes in "Timeframe Selection" group based on your trading style
2. **Indicator Configuration**: Adjust EMA periods (Fast: 9, Slow: 21), RSI length (14), and MACD settings (12/26/9) to match your analysis preferences
3. **Display Options**: Choose table position, text size, and color scheme for optimal visibility
### Reading the Dashboard:
**Symbol Interpretation:**
- ⬆⬆ = Strong bullish signal (score ≥ 2)
- ⬆ = Bullish signal (score > 0)
- ➡ = Neutral signal (score = 0)
- ⬇ = Bearish signal (score < 0)
- ⬇⬇ = Strong bearish signal (score ≤ -2)
**Confluence Stars:**
- ★★★★★ = Very high confidence (score > 0.75)
- ★★★★☆ = High confidence (score > 0.5)
- ★★★☆☆ = Medium confidence (score > 0.25)
- ★★☆☆☆ = Low confidence (score > 0)
- ★☆☆☆☆ = Very low confidence (score > -0.25)
**Market Bias Section:**
- Shows overall market direction across all active timeframes
- Strength percentage indicates conviction level
- Overall confluence score represents average agreement across timeframes
### Trading Applications:
**Entry Signals:**
- Look for high confluence (4-5 stars) across multiple timeframes in same direction
- Higher timeframe alignment provides stronger signal validation
- Use confluence percentage >75% for high-probability setups
**Risk Management:**
- Lower timeframe conflicts may indicate choppy conditions
- Neutral bias suggests ranging market - adjust position sizing
- Strong bias with high confluence supports larger position sizes
**Timeframe Harmony:**
- Short-term trades: Focus on 1m-1H alignment
- Swing trades: Emphasize 1H-Daily alignment
- Position trades: Prioritize Daily-Monthly confluence
## SCRIPT SETTINGS EXPLANATION
### Dashboard Settings:
- **Table Position**: Choose optimal location (Top Right recommended for most layouts)
- **Text Size**: Adjust based on screen resolution and preferences
- **Color Scheme**: Professional (default), Classic, Vibrant, or Dark themes
- **Background Color/Transparency**: Customize table appearance
### Timeframe Selection:
All timeframes optional - activate based on trading timeframe preference:
- **Lower Timeframes (1m-30m)**: Scalping and day trading
- **Medium Timeframes (1H-4H)**: Swing trading
- **Higher Timeframes (D-M)**: Position trading and long-term bias
### Indicator Parameters:
- **Fast EMA (Default: 9)**: Shorter period for trend sensitivity
- **Slow EMA (Default: 21)**: Longer period for trend confirmation
- **RSI Length (Default: 14)**: Standard momentum calculation period
- **MACD Settings (12/26/9)**: Standard MACD configuration for volatility analysis
### Alert Configuration:
- **Strong Signals**: Alerts when confluence >75% with clear directional bias
- **High Confluence**: Alerts when multiple timeframes strongly agree
- All alerts use `alert.freq_once_per_bar` to prevent spam
## VISUAL FEATURES
### Chart Elements:
- **Background Coloring**: Subtle background tint reflects overall market bias
- **Signal Labels**: Strong buy/sell labels appear on chart during high-confluence signals
- **Clean Presentation**: Dashboard overlays chart without interfering with price action
### Color Coding:
- **Green/Bullish**: Various green shades for positive signals
- **Red/Bearish**: Various red shades for negative signals
- **Gray/Neutral**: Neutral color for conflicting or weak signals
- **Transparency**: Configurable transparency maintains chart readability
## IMPORTANT USAGE NOTES
**Realistic Expectations:**
- This tool provides analysis framework, not trading signals
- Always combine with proper risk management
- Past performance does not guarantee future results
- Market conditions can change rapidly - use appropriate position sizing
**Best Practices:**
- Verify signals with additional analysis methods
- Consider fundamental factors affecting the instrument
- Use appropriate timeframes for your trading style
- Regular parameter optimization may be beneficial for different market conditions
**Limitations:**
- Effectiveness may vary across different instruments and market conditions
- Confluence scoring is mathematical model - not predictive guarantee
- Requires understanding of underlying indicators for optimal use
This script serves as a comprehensive analysis tool for traders who need quick, organized access to multi-timeframe market information with statistical confidence levels.
Price Label with Custom SymbolsThis Indicator plots a label with RSI, Current price of the selected chart symbol, Net change and percent change, VIX at previous day close, Current VIX and some Market helpers like ES, DXY, CL, TICK, ADD and VOLD. You can replace the symbols for your favorites.
Fixed 4H BTC/Altcoins Correlation for Scalping
Fixed 4H Timeframe: The calculation is hardcoded to the 4-hour timeframe. This ensures the correlation value remains stable and relevant for structural analysis while you trade on lower timeframes.
Clean On-Screen Display: Instead of a separate plot line that can clutter the chart, the indicator displays the correlation value in a clean, simple table in the top-right corner.
Dynamic Coloring: The correlation value is color-coded for quick visual assessment:
Green: Strong correlation (> 0.70)
Yellow: Moderate correlation (0.30 to 0.70)
Red: Weak or negative correlation (< 0.30)
Customizable Inputs: Users can easily configure the BTC symbol (e.g., BINANCE:BTCUSDT, COINBASE:BTCUSD), the correlation lookback period (Length), and the price source (Source) to match their reference indicators or preferences.
Add the indicator to your chart (for example, a 5-minute chart of any altcoin).
The table in the top-right corner will immediately display the altcoin's current correlation to BTC, based on 4-hour data.
Use this value to gauge market sentiment. A high positive correlation suggests the altcoin is likely to follow BTC's moves. A low or negative correlation suggests the altcoin is moving independently.
For perfect synchronization with another standard correlation indicator, go to the script's settings (⚙️ icon) and ensure the Length and Source parameters are identical to your reference indicator.
This tool aims to bridge the gap between high-frequency trading and high-timeframe market structure, providing a crucial piece of information in a simple, stable, and accessible format.
EMA 6/21/50 PROIndicator Description: EMAs 6/21/50 + MACD + AO + Panel + Alerts
This technical indicator combines several analysis tools to help identify opportunities to enter consolidated trends. It integrates Exponential Moving Averages (EMAs), the MACD, the Amazing Oscillator (AO), and an interactive information panel that allows you to visualize entry signals, trend direction, and potential exit levels (Take Profit and Stop Loss). It is designed for day or swing traders who want a quick and structured reading of the market.
What does the script do? The indicator does the following: It draws 6, 21, and 50-period EMAs on the chart to detect the direction of the trend. It generates LONG/SHORT entry signals based on EMA crossover, alignment with the overall trend (EMA50), and confirmation by indicators: MACD:
Momentum filter. AO: Impulse depletion filter. It visually displays the TP (Take Profit) and SL (Stop Loss) levels when there is a signal. It includes an informative graphical panel with icons and text summarizing the market status and entry conditions.
It issues customizable alerts for entry signals, allowing it to be used in automated strategies or as a manual guide. Allows you to enable/disable visual elements with buttons to customize the experience.
How does it do it?
EMAs and crossover signals: It uses three EMAs: 6 (fast), 21 (medium), and 50 (slow).
A LONG signal occurs when the 6-EMA crosses above the 21-EMA, the price is above the 50-EMA, the MACD confirms bullish momentum, and the AO shows no exhaustion.
A SHORT signal is given in reverse conditions, with the option to limit the system to long signals only (Long signals only).
Additional filters:
MACD: Entry is avoided if there is no favorable crossover between the MACD line and its signal.
AO: Entry is avoided if the OA shows signs of weakness or exhaustion. TP/SL Visual:
TP and SL levels are calculated based on user-defined pips, and are automatically drawn on the chart when there is a valid signal.
Information panel: Each bar is automatically updated. Samples: general trend, EMA crossover, MACD/AO filters, and presence of LONG/SHORT signal. It is possible to hide it with a button from the settings panel.
Alerts: Alerts are generated when the full LONG or SHORT entry conditions are met. They are useful for receiving automatic notifications or integrating them into automated systems.
How to use it?
Add to chart and configure options: Year of start of the analysis.
Activate only long signals if you wish.
Show/hide panel, EMAs, or TP/SL levels. Interpreting signals:
Green triangle under a candle = Possible LONG entry.
Red triangle above a candle = Possible SHORT entry.
Green Line = Suggested Take Profit. Red Line = Suggested Stop Loss. Trigger alerts from TradingView's alert settings to be notified in real-time.
Important Note
This script does not execute orders or represent an automated trading strategy.
It is a visual analysis tool that can support decision-making, but it is recommended to use it in conjunction with other elements of analysis and proper risk management.
BTC CME Futures Gaps (BTCGapHunt_CME)BTC CME Futures Gaps Indicator
Overview
This indicator visualises price gaps between the daily close and open of Bitcoin CME futures (CME:BTC1!). These gaps are often revisited ("filled") by market price action and may serve as technical targets.
Thanks
... to Maven and the Blockchain Masons (x.com/Masons_DAO) to push me on this topic.
What Is a CME Gap?
CME Bitcoin Futures do not trade 24/7. Gaps form when the market reopens at a different price than where it last closed.
Gaps are often used as support/resistance or liquidity targets.
This indicator tracks, visualises, and alerts on these gaps.
Key Features
Automatic gap detection using daily open/close on CME:BTC1!
Dynamic gap size threshold based on ATR (Average True Range)
Highlight unfilled gaps and track partial fills visually
Alerts for gap formation and fill events
Parameter overlay showing real-time settings
Supported and Overrideable Parameters
ATR Length: Defines the lookback period for ATR calculation (default: 14)
Gap Size Multiplier: Multiplies the ATR to set the dynamic gap threshold (default: 1.0)
Proximity Threshold: Price distance from gap edge to consider it filled (default: 100 USD)
Max Gaps Tracked: Maximum number of concurrent gaps shown (default: 50)
Alerts Enabled: Toggle alerts for gap formation and gap fill events
How the Gap Size Is Calculated
Minimum Gap Size = ATR(14) * Gap Size Multiplier
ATR Length and Gap Size Multiplier are configurable.
Gap threshold adjusts dynamically with market volatility.
Visual Guide
Red Box: Fully unfilled gap
Lemon Yellow Box: Partially filled gap
Right Margin Boxes: Snapshot of unfilled gaps for quick access
Top-Right Panel: Current ATR, Gap Size, Thresholds, etc.
Alerts
Gap Formed: A new gap is detected.
Gap Filled: The gap is either partially or fully filled.
Recommended Timeframes
1H, 4H, 1D (best resolution)
Designed for BTC spot/perpetual charts (e.g., BTCUSD, BTCUSDT)
How To Use
Add the script to your BTC chart.
Monitor red/yellow boxes for unfilled gaps.
Check config panel for current threshold and settings.
Enable alerts via TradingView for real-time updates.
Notes
Up to 50 gaps are tracked (adjustable).
Data source: CME futures via request.security.
All visuals and alerts are time-synced with your chart.
Disclaimer
This script is for educational purposes only. Trade at your own risk.