BUY_SELL_RSI_(BTCUSDT)📊 Indicator Overview:
This script is an advanced RSI (Relative Strength Index) indicator for the BTCUSDT pair, offering:
Customizable RSI settings
Smoothing with various Moving Averages and optional Bollinger Bands
Regular bullish and bearish divergence detection
Alert conditions for divergence signals
⚙️ RSI Calculation:
rsiLengthInput: Custom RSI length (default: 32)
rsiSourceInput: Custom source (default: close)
Uses a modified RSI formula based on Wilder’s method (via ta.rma)
RSI Lines and Background:
Upper bands: 65 and 75
Lower bands: 35 and 45
Midline: 50
A colored background fill between upper and lower bands improves visual clarity.
📈 Smoothing and MA Options:
User can choose between multiple types of moving averages:
SMA, EMA, WMA, VWMA, RMA (SMMA), or no smoothing.
Optionally, if "SMA + Bollinger Bands" is selected:
Bollinger Bands are drawn around the smoothed RSI.
bbMultInput controls the standard deviation multiplier.
🔍 Divergence Detection:
Only active if calculateDivergence = true.
Regular bullish divergence:
Price makes a lower low
RSI makes a higher low
Regular bearish divergence:
Price makes a higher high
RSI makes a lower high
Uses pivotlow() and pivothigh() to detect swing points.
Highlights divergence points with:
Lines on the RSI chart
Label markers ("Bull" or "Bear")
🚨 Alert Conditions:
Alerts are created for both types of divergence:
Regular Bullish Divergence
Regular Bearish Divergence
Alerts notify you when a new divergence is detected based on lookback.
✅ Strengths:
Highly customizable for different trading styles.
Clean visualization with multiple overlays.
Reliable divergence logic with clear signals.
Includes Bollinger Bands for volatility-based analysis on RSI.
⚠️ Possible Improvements:
Hidden Divergence Support (not currently included)
RSI Plot is Commented Out – consider re-enabling it for clarity:
pinescript
Kopyala
Düzenle
plot(rsi, "RSI", color=#7E57C2)
Dynamic Lookback Input – allow the user to set lookbackLeft and lookbackRight as inputs.
Indicadores e estratégias
Day Trade Moving Average TrioA simple, single indicator for lower timeframe day-trading with moving averages.
POF🔶 Smoothed POF Profile – Multi-Session Market Structure Tool 🔶
The Smoothed POF Profile is a precision-engineered market structure indicator that identifies the Point of Focus (POF) — the price level where market participation was most active — across Daily, Weekly, and Monthly sessions and plots them with smoothed over form to avoid whipsaws.
🔍 Powered by a custom-built algorithm for session profiling, this tool highlights:
🔶 POF: The most frequently traded or accepted price during a session
🟩 VAH / VAL: Dynamic Value Area High and Low markers (no cluttered lines — clean label-only display)
📐 The core logic utilizes a proprietary data refinement method that adapts to session volatility and filters out insignificant noise to avoid false shifts in structure. This results in smoothed POF readings that remain stable and meaningful — even during high-volatility periods.
🧠 Designed for traders who want to track evolving value, this tool provides a high-level view of where the market is finding agreement — and where price is likely to revert or expand from.
✅ Key Features:
Fully automated: Tracks Daily, Weekly, and Monthly sessions in real-time
Session-aware calculation of key structure levels
Elegant, non-obtrusive chart visuals (no histogram or volume bars)
Fully configurable Value Area % and display toggles
Multi-session color-coding (🟧 Daily, 🔵 Weekly, 🟣 Monthly)
🧭 Trading Applications:
POF Bias: Use POF as an evolving balance point. Price above = bullish lean, price below = bearish tilt
VAH/VAL Zones: Anticipate rejection or consolidation when price re-enters the value area. Use breakouts for continuation bias
Session Stack Confluence: When Daily, Weekly, and Monthly POFs cluster, it often signals strong interest zones and potential turning points
🧩 Use alongside your preferred price action, volume, or trend confirmation tools. This is not a signal-based system — it’s a contextual framework to help you align with market intent and structure.
⚠️ Disclaimer: This tool is intended for educational and informational purposes only. It is not financial advice. Use with proper risk management and your own due diligence.
Supply and Demand Order BlocksSupply and Demand Order Blocks indicator identifies potential price reversal zones based on the order block model. The indicator displays supply zones (in red) and demand zones (in green) with extension lines to easily identify support and resistance levels.
Enhanced Candle Sentiment ScoreIndicates bullishness/bearishness scores based on the body-to-range ratio, wick symmetry, and volume.
Day and Session Highlighter (UTC)Day and Session Highlighter (UTC Forced)", is designed to overlay your chart and display both session background colors and informative labels at the start of each trading session—all calculated in UTC. The script targets four distinct sessions: AU (Australia), Asia (Singapore/Hong Kong/JP), Europe, and New York. In addition to session highlighting, it displays labels that combine the UTC day-of‑week and the session’s starting time. All elements are configurable via on-screen toggles.
Machine Learning RSI ║ BullVisionOverview:
Introducing the Machine Learning RSI with KNN Adaptation – a cutting-edge momentum indicator that blends the classic Relative Strength Index (RSI) with machine learning principles. By leveraging K-Nearest Neighbors (KNN), this indicator aims at identifying historical patterns that resemble current market behavior and uses this context to refine RSI readings with enhanced sensitivity and responsiveness.
Unlike traditional RSI models, which treat every market environment the same, this version adapts in real-time based on how similar past conditions evolved, offering an analytical edge without relying on predictive assumptions.
Key Features:
🔁 KNN-Based RSI Refinement
This indicator uses a machine learning algorithm (K-Nearest Neighbors) to compare current RSI and price action characteristics to similar historical conditions. The resulting RSI is weighted accordingly, producing a dynamically adjusted value that reflects historical context.
📈 Multi-Feature Similarity Analysis
Pattern similarity is calculated using up to five customizable features:
RSI level
RSI momentum
Volatility
Linear regression slope
Price momentum
Users can adjust how many features are used to tailor the behavior of the KNN logic.
🧠 Machine Learning Weight Control
The influence of the machine learning model on the final RSI output can be fine-tuned using a simple slider. This lets you blend traditional RSI and machine learning-enhanced RSI to suit your preferred level of adaptation.
🎛️ Adaptive Filtering
Additional smoothing options (Kalman Filter, ALMA, Double EMA) can be applied to the RSI, offering better visual clarity and helping to reduce noise in high-frequency environments.
🎨 Visual & Accessibility Settings
Custom color palettes, including support for color vision deficiencies, ensure that trend coloring remains readable for all users. A built-in neon mode adds high-contrast visuals to improve RSI visibility across dark or light themes.
How It Works:
Similarity Matching with KNN:
At each candle, the current RSI and optional market characteristics are compared to historical bars using a KNN search. The algorithm selects the closest matches and averages their RSI values, weighted by similarity. The more similar the pattern, the greater its influence.
Feature-Based Weighting:
Similarity is determined using normalized values of the selected features, which gives a more refined result than RSI alone. You can choose to use only 1 (RSI) or up to all 5 features for deeper analysis.
Filtering & Blending:
After the machine learning-enhanced RSI is calculated, it can be optionally smoothed using advanced filters to suppress short-term noise or sharp spikes. This makes it easier to evaluate RSI signals in different volatility regimes.
Parameters Explained:
📊 RSI Settings:
Set the base RSI length and select your preferred smoothing method from 10+ moving average types (e.g., EMA, ALMA, TEMA).
🧠 Machine Learning Controls:
Enable or disable the KNN engine
Select how many nearest neighbors to compare (K)
Choose the number of features used in similarity detection
Control how much the machine learning engine affects the RSI calculation
🔍 Filtering Options:
Enable one of several advanced smoothing techniques (Kalman Filter, ALMA, Double EMA) to adjust the indicator’s reactivity and stability.
📏 Threshold Levels:
Define static overbought/oversold boundaries or reference dynamically adjusted thresholds based on historical context identified by the KNN algorithm.
🎨 Visual Enhancements:
Select between trend-following or impulse coloring styles. Customize color palettes to accommodate different types of color blindness. Enable neon-style effects for visual clarity.
Use Cases:
Swing & Trend Traders
Can use the indicator to explore how current RSI readings compare to similar market phases, helping to assess trend strength or potential turning points.
Intraday Traders
Benefit from adjustable filters and fast-reacting smoothing to reduce noise in shorter timeframes while retaining contextual relevance.
Discretionary Analysts
Use the adaptive OB/OS thresholds and visual cues to supplement broader confluence zones or market structure analysis.
Customization Tips:
Higher Volatility Periods: Use more neighbors and enable filtering to reduce noise.
Lower Volatility Markets: Use fewer features and disable filtering for quicker RSI adaptation.
Deeper Contextual Analysis: Increase KNN lookback and raise the feature count to refine pattern recognition.
Accessibility Needs: Switch to Deuteranopia or Monochrome mode for clearer visuals in specific color vision conditions.
Final Thoughts:
The Machine Learning RSI combines familiar momentum logic with statistical context derived from historical similarity analysis. It does not attempt to predict price action but rather contextualizes RSI behavior with added nuance. This makes it a valuable tool for those looking to elevate traditional RSI workflows with adaptive, research-driven enhancements.
Trend MatrixFinal TradingView-Compliant Description for Trend Matrix
Trend Matrix is a precision-engineered trend-following strategy built for high-confidence entries and tactical trade management.
This strategy combines multiple non-repainting filters, each with a distinct role, to form a unified "trend matrix" that confirms directional bias, volume commitment, and momentum strength — all before entry is considered.
🔍 Core Components & Why They’re Used
🧠 Gaussian Filter (Custom)
A smoothed Gaussian-weighted moving average is used to detect trend direction changes. Unlike standard EMAs, this filter minimizes lag while retaining smooth transitions — ideal for confirming trend shifts without false reversals.
📈 RMI Trend Memory
A Relative Momentum Index is used to validate trend direction persistence. RMI's ability to filter out short-term oscillations makes it ideal for confirming whether a trend is still active.
📊 Gradient Filter (ZLEMA-based)
Measures the slope of a ZLEMA-smoothed close. If slope flips, it signals a potential trend weakness. This provides real-time confirmation for entry or exit bias.
📉 Volume Spike Detection
Confirms that breakouts or trend continuations are supported by volume commitment. Uses a dynamic SMA-based volume filter with a user-defined multiplier.
🟦 White Line (Bias Midpoint)
This structural component calculates the midpoint of the highest high and lowest low over a range — providing directional context and helping eliminate trades in consolidation zones.
🎯 Entry Conditions
Long entries require:
Gaussian trend flip to the upside
RMI > 50 (bullish memory)
Volume spike confirmation
Positive gradient (ZLEMA slope)
Price above White Line (bias filter)
Short entries use the inverse logic.
All entries enforce a cooldown bar to prevent same-bar reversals or whipsaw trades.
🎯 Exit Conditions
Take Profit 1: 50% of position at +2%
Take Profit 2: Remaining 50% at +4%
Early Exit on Trend Weakness:
Position closes fully if the trend weakens (RMI flip or gradient reversal)
📊 Dashboard + Performance Tracking
The built-in dashboard shows:
Current Position
Entry Price
TP1/TP2 Hit Status
Bars Since Entry
Win Rate (%)
Profit Factor
Useful for manual tracking or live trading review.
🌐 Multi-Exchange Bot Compatibility
Trend Matrix is built with universal trade alerts using customizable comment= fields. This makes it compatible with any exchange-connected bot platform such as:
WunderTrading
3Commas
Alertatron
Cornix
Or any webhook-based trading system
Alerts are sent using the {{strategy.order.comment}} placeholder, allowing you to route entries and exits through your preferred exchange account on Binance, Bybit, OKX, Kraken, and others.
🛠️ Customization
All components are modular:
TP1/TP2 levels
Gaussian length & sigma
Volume spike filter sensitivity
Gradient & White Line length
RMI settings
You can tailor the strategy for different assets or timeframes — optimized for crypto 1H, but works with stocks, FX, or lower timeframes with adjusted parameters.
✅ Final Notes
Trend Matrix is not just a mashup — it's a synchronized system of filters with clear roles, designed to maximize trade confidence and minimize noise. Every layer of confirmation serves a purpose, making this a highly adaptive trend-following tool for any market environment.
⚠️ Disclaimer (as required by TradingView)
This script is for educational purposes only and does not constitute financial advice. Use at your own risk. Always test strategies thoroughly before applying them in live trading environments. Past performance is not indicative of future results.
Mo Money liq-Sweepthis show sweeps from the daily, 4hr, 1hr, 15min, and 5min, help find bias and know where to enter
TrendPulse ADX [Fixed]The TrendPulse ADX helps you spot strong market trends by combining two key signals:
ADX (Average Directional Index) shows how strong a trend is (up or down).
Volume confirms that the trend has enough trading activity to trust it.
What it does:
Lights up when a trend is strong (ADX above a threshold) and volume is higher than usual.
Avoids weak signals by checking market volatility (using ATR).
Shows clear buy/sell signals with green/red triangles on the chart.
Why it’s better:
Reacts faster than standard ADX to catch trends early.
Only triggers on significant volume spikes, reducing false signals.
Works for stocks, crypto, forex, or any market you trade.
How to use:
Add it to your TradingView chart.
Look for green triangles (potential buy) or red triangles (potential sell).
Adjust settings like ADX threshold or volume multiplier to fit your trading style (e.g., scalping or swing trading).
Always confirm with price action or other tools and use a stop-loss to manage risk.
1MG Group Premium🔹 Indicator Name: SMART 1MG
🔹 Description: A professional indicator developed to accurately identify entry and exit points using innovative strategy development methods.
It relies on intelligent trend analysis and works efficiently across various timeframes and markets (Forex, Cryptocurrencies, Gold, Stocks).
🔹 Features:
Clear signals with a distinctive color.
Full support for entry and exit points.
Can be used within a trading robot or automated notifications.
Works without redrawing.
Easy to use and features a clean interface.
🔹 Usage:
Add the indicator to the chart.
Monitor the color signals:
✅ Buy and Smart Buy = Buy Entry
❌ Sell and Smart Sell = Sell Entry
📌 Important Notes:
Best used with strict risk management.
1MG Group Premium🔹 Indicator Name: SMART 1MG
🔹 Description: A professional indicator developed to accurately identify entry and exit points using innovative strategy development methods.
It relies on intelligent trend analysis and works efficiently across various timeframes and markets (Forex, Cryptocurrencies, Gold, Stocks).
🔹 Features:
Clear signals with a distinctive color.
Full support for entry and exit points.
Can be used within a trading robot or automated notifications.
Works without redrawing.
Easy to use and features a clean interface.
🔹 Usage:
Add the indicator to the chart.
Monitor the color signals:
✅ Buy and Smart Buy = Buy Entry
❌ Sell and Smart Sell = Sell Entry
📌 Important Notes:
Best used with strict risk management.
OBV & AD Oscillators with Dual Smoothing OptionsOn Balance Volume and Accumulation/Distribution
Overlaid into 1 and then some,
Now it is an oscillator!
3 customizable moving average types
- Ehlers Deviation Scaled Moving Average
- Volatility Dynamic Moving Average
- Simple Moving Average
Each with customizable periods
And with the ability to overlay a second set too
Default Settings have a longer period MA of 377 using Ehlers DSMA to better capture the standard view of OBV and A/D.
An extra overlay of a shorter period using a Volatility DMA uses Average True Range with its own custom settings, seeks to act more as an RSI
Estrategia XAUUSD - Confirmación SMA 200💰 Professional XAUUSD (Gold) Strategy | Confirmation + SMA 200 + Risk Management 💡
This script implements a precise and rigorous strategy for trading XAUUSD (Gold), focusing on reaction to key levels from the previous day, candle confirmations, and the main trend defined by the SMA 200 on the 4H timeframe.
🧠 Strategy Logic:
Automatic Levels: Marks the high and low of the previous day's candle.
15M Confirmations:
Bullish engulfing candle at support (previous day's low).
Bearish engulfing candle at resistance (previous day's high).
Pin bar with rejection.
Trend Filter with the 200 SMA on 4H:
Only buy if the price is above the 200 SMA.
Only sell if the price is below the 200 SMA.
Smart Risk Management:
By default, takes 1% of the capital entered as a parameter.
SL is placed at the most recent relevant high/low (15M).
TP with a fixed ratio of 1:10 or 1:15.
When a 1:5 ratio is reached, the SL is moved to the entry point automatically.
Alerts and Visualization:
Displays levels, entry points, SL, and TP.
Includes labels and key statistical calculations (win rate, profit factor, average R:B ratio).
Smoothed Heiken Ashi- HODL FLIP V2Smoothed Heiken Ashi - HODL FLIP V2:
Strategy Overview
The SHA HODL FLIP V2 strategy combines smoothed Heikin Ashi candles with a dual EMA approach to identify trend changes in cryptocurrency markets. Unlike traditional "HODL" (Hold On for Dear Life) strategies that only capture upside, this system aims to capture both upward and downward price movements by automatically "flipping" your entire position between long and short depending on the trend direction, allowing you to grow your holdings through complete market cycles.
Technical Approach
The strategy uses a unique two-layer smoothing method:
Primary smoothing: Calculates Heikin Ashi candles using a standard EMA (default: 14 periods)
Secondary smoothing: Further refines the signal by applying an additional EMA filter (default: 8 periods)
This double-smoothing technique reduces false signals and market noise, providing clearer trend identification. The strategy generates entry and exit signals when the color of the smoothed Heikin Ashi candles changes from red to green (long signal) or green to red (short signal).
Capital Allocation
This strategy is designed to utilize 100% of your available capital, effectively "flipping" your entire position between long and short positions as market trends change. Using 1x leverage for short positions keeps risk profile similar to holding spot positions.
Trade Management
Entry Logic: Enter long positions when smoothed HA candles turn green, and short positions when they turn red
Exit Logic: Manually exit your position when an opposing signal appears
Risk Management: Rather than using traditional stop-losses, the strategy relies on trend reversal signals to manage risk
Timeframe Selection
While the strategy can be applied to multiple timeframes, it typically performs best on daily, 2-day, and 3-day charts. Each cryptocurrency pair may have optimal timeframe settings, and backtesting is recommended to determine the most effective parameters for specific assets.
Performance Characteristics
The Smoothed Heiken Ashi HODL FLIP V2 strategy aims to outperform traditional buy-and-hold approaches by:
Capturing gains during bull markets (like traditional HODL)
Generating additional profits during downtrends (unlike traditional HODL)
Preserving capital during major market corrections
During trending markets (both up and down), the strategy tends to perform exceptionally well, generating substantial returns. As with most trend-following systems, performance may reduce during choppy, sideways markets, but the strategy is designed to quickly recover and generate excess profits once a clear trend reasserts itself.
Visualization
The strategy provides clear visual signals directly on your chart:
Green and red candles indicating the current trend direction
Triangular markers showing entry points
A blue horizontal line displaying your current entry price
This complete trading system offers a disciplined, systematic approach to cryptocurrency trading that aims to maximize returns throughout full market cycles rather than just during bull markets. Each asset has very unique settings so thorough backtesting is recommended instead of using 1 setting for all assets.
This is available in an Indicator version which can provide automatic connection to exchanges via webhooks and signal bots, so this can be a hands of strategy. It's called "Smoothed Heiken Ashi Candles with Delayed Signals" . The signals appear at the opening of the next bar, opposed to the close of the existing bar here. Essentially identical, but visually different buy 1 bar.
Timeframe Correlation TableTimeframe Correlation Table — Multi-Timeframe Structure Alignment Simplified
Finally, a clean visual tool that tells you instantly whether the 4H, 1H, and 5M structures are aligned or conflicted — so you can stop second-guessing your bias.
🔹 Structure Logic
Uses EMA-based bias detection on:
• 4H (default 200 EMA)
• 1H (default 200 EMA)
• 5M (default 50 EMA)
Bias is shown as Bullish or Bearish per timeframe, based on whether price is above or below the respective EMA.
🔹 Bias Filter Logic
If all 3 are bullish → shows LONG
If all 3 are bearish → shows SHORT
If mixed → shows MIXED
This allows you to instantly gauge whether you’re trading with structure or against it.
🔹 Fully Customizable
• Change color of bullish, bearish, and mixed states
• Change table position and size
• Designed to be subtle and unobtrusive on your chart
This is perfect for intraday traders who need to align lower timeframe entries with higher timeframe structure — without clutter or distractions.
Bysq-Distance Reversal Entry - BTCUSDT (v6)Strategy Concept
This is a hybrid momentum-reversal strategy for BTC/USDT that combines:
A distance-based momentum approach (original Bysq-style)
A MACD crossover reversal system
The strategy uses technical indicators and statistical distance measurements to identify potential trend reversals and momentum shifts.
TOMOs Consolidation Indicator using Bar Heightswhat this is: This indicator creates an alert (see green arrow) when there are periods of consolidation in the chart. YOU define what consolidation means. It looks at BOTH candle heights (wicks included by default) AND checks the lowest and highest of those candles.
> Number of candles to check: you define how many candles you want to use to calculate consolidation. For instance, if you select 3 candles and you're on a 5-min chart, that's 15 mins of consolidation.
> Max Candle Height: You define what consolidation height or range is considered consolidation to you. So if you put in a value of 15. That means the last X number of candles are examined for whether OR NOT they are at or below that height. If they are, then it checks to see if the lowest and highest point among those candles are within that height as well. IF they are, then you see a green arrow. That is consolidation in this indicator. And you can use it for an alarm.
> the blue shade just means consolidation is continuing BEYOND the green-arrow when it was indicated. It's just a visual indicator. that's it.
> Include Wicks in Candle Height? Maybe you just want the body of the candle and not it's wicks. Your call.
Trigger Starts and stops: hour/min. This is ALL Eastern time (NYSE's time) and NOT your own timezone. You can simply tell the script you ONLY want the trigger alert to happen between the the start and end time. So if you're using it to trigger a trade, maybe you don't want to trigger it too early or late in the day.
Inputs in Status Line: This is tradingview default. I can't remove it.
TOMOs 5 Consolidation Indicator using Bar HeightsThis indicator creates an alert (see green arrow) when there are periods of consolidation in the chart. YOU define what consolidation means. It looks at BOTH candle heights (wicks included by default) AND checks the lowest and highest of those candles.
> Number of candles to check: you define how many candles you want to use to calculate consolidation. For instance, if you select 3 candles and you're on a 5-min chart, that's 15 mins of consolidation.
> Max Candle Height: You define what consolidation height or range is considered consolidation to you. So if you put in a value of 15. That means the last X number of candles are examined for whether OR NOT they are at or below that height. If they are, then it checks to see if the lowest and highest point among those candles are within that height as well. IF they are, then you see a green arrow. That is consolidation in this indicator. And you can use it for an alarm.
> the blue shade just means consolidation is continuing BEYOND the green-arrow when it was indicated. It's just a visual indicator. that's it.
> Include Wicks in Candle Height? MAybe you just want the body of the candle and not it's wicks. Your call.
Trigger Starts and stops: hour/min. This is ALL Eastern time (NYSE's time) and NOT your own timezone. You can simply tell the script you ONLY want the trigger alert to happen between the the start and end time. So if you're using it to trigger a trade, maybe you don't want to trigger it too early or late in the day.
Inputs in Status Line: This is tradingview default. I can't remove it.
CRT-Rpsdy)Here's a note from me to CRT lovers. It was a nice work. You can try the structures yourself by finding them in the 15m graphic.
Multi-timeframe Moving Average Overlay w/ Sentiment Table🔍 Overview
This indicator overlays selected moving averages (MA) from multiple timeframes directly onto the chart and provides a dynamic sentiment table that summarizes the relative bullish or bearish alignment of short-, mid-, and long-term moving averages.
It supports seven moving average types — including traditional and advanced options like DEMA, TEMA, and HMA — and provides visual feedback via table highlights and alerts when strong momentum alignment is detected.
This tool is designed to support traders who rely on multi-timeframe analysis for trend confirmation, momentum filtering, and high-probability entry timing.
⚙️ Core Features
Multi-Timeframe MA Overlay:
Plot moving averages from 1-minute, 5-minute, 1-hour, 1-day, 1-week, and 1-month timeframes on the same chart for visual trend alignment.
Customizable MA Type:
Choose from:
EMA (Exponential Moving Average)
SMA (Simple Moving Average)
DEMA (Double EMA)
TEMA (Triple EMA)
WMA (Weighted MA)
VWMA (Volume-Weighted MA)
HMA (Hull MA)
Adjustable MA Length:
Change the length of all moving averages globally to suit your strategy (e.g. 9, 21, 50, etc.).
Sentiment Table:
Visually track trend sentiment across four key zones (Hourly, Daily, Weekly, Monthly). Each is based on the relative positioning of short-term and long-term MAs.
Sentiment Symbols Explained:
↑↑↑: Strong bullish momentum (short-term MAs stacked above longer-term MAs)
↑↑ / ↑: Moderate bullish bias
↓↓↓: Strong bearish momentum
↓↓ / ↓: Moderate bearish bias
Table Customization:
Choose the table’s position on the chart (bottom right, top right, bottom left, top left).
Style Customization:
Display MA lines as standard Line or Stepline format.
Color Customization:
Individual colors for each timeframe MA line for visual clarity.
Built-in Alerts:
Receive alerts when strong bullish (↑↑↑) or bearish (↓↓↓) sentiment is detected on any timeframe block.
📈 Use Cases
1. Trend Confirmation:
Use sentiment alignment across multiple timeframes to confirm the overall trend direction before entering a trade.
2. Entry Timing:
Wait for a shift from neutral to strong bullish or bearish sentiment to time entries during pullbacks or breakouts.
3. Momentum Filtering:
Only trade in the direction of the dominant multi-timeframe trend. For example, ignore long setups when all sentiment blocks show bearish alignment.
4. Swing & Intraday Scalping:
Use hourly and daily sentiment zones for swing trades, or rely on 1m/5m MAs for precise scalping decisions in fast-moving markets.
5. Strategy Layering:
Combine this overlay with support/resistance, RSI, or volume-based signals to enhance decision-making with multi-timeframe context.
⚠️ Important Notes
Lower-timeframe values (1m, 5m) may appear static on higher-timeframe charts due to resolution limits in TradingView. This is expected behavior.
The indicator uses MA stacking, not crossover events, to determine sentiment.