Session Profile AnalyzerWhat’s This Thing Do?
Hey there, trader! Meet the Session Profile Analyzer (SPA) your new go-to pal for breaking down market action within your favorite trading sessions. It’s an overlay indicator that mixes Rotation Factor (RF), Average Subperiod Range (ASPR), Volume Value Area Range (VOLVAR), and TPO Value Area Range (TPOVAR) into one tidy little toolkit. Think of it as your market vibe checker momentum, volatility, and key levels, all served up with a grin.
The Cool Stuff It Does:
Rotation Factor (RF) : Keeps tabs on whether the market’s feeling bullish, bearish, or just chilling. It’s like a mood ring for price action shows “UP ↑,” “DOWN ↓,” or “NONE ↔.”
ASPR : Averages out the range of your chosen blocks. Big swings? Tiny wiggles? This tells you the session’s energy level.
VOLVAR : Dives into volume to find where the action’s at, with a smart twist it adjusts price levels based on the session’s size and tiny timeframe moves (capped at 128 so your chart doesn’t cry).
TPOVAR : Grabs lower timeframe data to spot where price hung out the most, TPO-style. Value zones, anyone?
Dynamic Precision : No ugly decimal overload SPA matches your asset’s style (2 decimals for BTC, 5 for TRX, you get it).
How to Play With It:
Session Start/End : Pick your trading window (say, 0930-2200) and a timezone (America/New_York, or wherever you’re at).
Block Size : Set the chunk size for RF and ASPR like 30M if you’re into half-hour vibes.
Value Area Timeframe : Go micro with something like 1S for VOLVAR and TPOVAR precision.
Label : Size it (small to huge), color it (white, neon pink, whatever), and slap it where you want (start, mid, end).
How It All Works (No PhD Required):
RF : Imagine breaking your session into blocks (via Block Size). For each block, SPA checks if the high beats the last high (+1) or not (0), and if the low dips below the last low (-1) or not (0). Add those up, and boom positive RF means upward vibes, negative means downward, near zero is “meh.” Use it to catch trends or spot when the market’s napping.
ASPR : Takes those same blocks, measures high-to-low range each time, and averages them. It’s your volatility pulse big ASPR = wild ride, small ASPR = snooze fest. Great for sizing up session action.
VOLVAR : Here’s the fun part. It takes the session’s full range (high minus low), divides it by the average range of your tiny Value Area Timeframe bars (e.g., 1S), and picks a sensible number of price levels capped at 128 so it doesn’t overthink. Then it bins volume into those levels, finds the busiest price (POC), and grows a 70% value area around it. Perfect for spotting where the big players parked their cash.
TPOVAR : Grabs midpoints from those tiny timeframe bars, sorts them, and snips off the top and bottom 15% to find the 70% “value zone” where price chilled the most. Think of it as the market’s comfort zone great for support/resistance hunting.
Why You’ll Like It:
Whether you’re scalping crypto, swinging forex, or dissecting stocks, SPA’s got your back. Use RF to catch momentum shifts like jumping on an “UP ↑” trend or fading a “DOWN ↓” exhaustion. ASPR’s your secret weapon for sizing up trades: a big ASPR (say, 100 on BTC) means you can aim for juicy targets (like 1-2x ASPR) or set invalidations tight when it’s tiny (e.g., 0.001 on TRX) to dodge chop. VOLVAR and TPOVAR are your level-finders nail those key zones where price loves to bounce or break, perfect for entries, stops, or profit grabs. It’s like having a trading co-pilot who’s chill but knows their stuff.
Heads-Up:
Load enough history for those micro timeframes to shine (1S needs some bars to work with).
Keeps things light won’t bog down your chart even with decent-sized sessions.
Let’s Roll:
Slap SPA on your chart, tweak it to your style, and watch it spill the beans on your session. Happy trading, fam may your pips be plenty and your losses few!
Cari dalam skrip untuk "scalping"
Elastic Volume-Weighted Student-T TensionOverview
The Elastic Volume-Weighted Student-T Tension Bands indicator dynamically adapts to market conditions using an advanced statistical model based on the Student-T distribution. Unlike traditional Bollinger Bands or Keltner Channels, this indicator leverages elastic volume-weighted averaging to compute real-time dispersion and location parameters, making it highly responsive to volatility changes while maintaining robustness against price fluctuations.
This methodology is inspired by incremental calculation techniques for weighted mean and variance, as outlined in the paper by Tony Finch:
📄 "Incremental Calculation of Weighted Mean and Variance" .
Key Features
✅ Adaptive Volatility Estimation – Uses an exponentially weighted Student-T model to dynamically adjust band width.
✅ Volume-Weighted Mean & Dispersion – Incorporates real-time volume weighting, ensuring a more accurate representation of market sentiment.
✅ High-Timeframe Volume Normalization – Provides an option to smooth volume impact by referencing a higher timeframe’s cumulative volume, reducing noise from high-variability bars.
✅ Customizable Tension Parameters – Configurable standard deviation multipliers (σ) allow for fine-tuned volatility sensitivity.
✅ %B-Like Oscillator for Relative Price Positioning – The main indicator is in form of a dedicated oscillator pane that normalizes price position within the sigma ranges, helping identify overbought/oversold conditions and potential momentum shifts.
✅ Robust Statistical Foundation – Utilizes kurtosis-based degree-of-freedom estimation, enhancing responsiveness across different market conditions.
How It Works
Volume-Weighted Elastic Mean (eμ) – Computes a dynamic mean price using an elastic weighted moving average approach, influenced by trade volume, if not volume detected in series, study takes true range as replacement.
Dispersion (eσ) via Student-T Distribution – Instead of assuming a fixed normal distribution, the bands adapt to heavy-tailed distributions using kurtosis-driven degrees of freedom.
Incremental Calculation of Variance – The indicator applies Tony Finch’s incremental method for computing weighted variance instead of arithmetic sum's of fixed bar window or arrays, improving efficiency and numerical stability.
Tension Calculation – There are 2 dispersion custom "zones" that are computed based on the weighted mean and dynamically adjusted standard student-t deviation.
%B-Like Oscillator Calculation – The oscillator normalizes the price within the band structure, with values between 0 and 1:
* 0.00 → Price is at the lower band (-2σ).
* 0.50 → Price is at the volume-weighted mean (eμ).
* 1.00 → Price is at the upper band (+2σ).
* Readings above 1.00 or below 0.00 suggest extreme movements or possible breakouts.
Recommended Usage
For scalping in lower timeframes, it is recommended to use the fixed α Decay Factor, it is in raw format for better control, but you can easily make a like of transformation to N-bar size window like in EMA-1 bar dividing 2 / decayFactor or like an RMA dividing 1 / decayFactor.
The HTF selector catch quite well Higher Time Frame analysis, for example using a Daily chart and using as HTF the 200-day timeframe, weekly or monthly.
Suitable for trend confirmation, breakout detection, and mean reversion plays.
The %B-like oscillator helps gauge momentum strength and detect divergences in price action if user prefer a clean chart without bands, this thanks to pineScript v6 force overlay feature.
Ideal for markets with volume-driven momentum shifts (e.g., futures, forex, crypto).
Customization Parameters
Fixed α Decay Factor – Controls the rate of volume weighting influence for an approximation EWMA approach instead of using sum of series or arrays, making the code lightweight & computing fast O(1).
HTF Volume Smoothing – Instead of a fixed denominator for computing α , a volume sum of the last 2 higher timeframe closed candles are used as denominator for our α weight factor. This is useful to review mayor trends like in daily, weekly, monthly.
Tension Multipliers (±σ) – Adjusts sensitivity to dispersion sigma parameter (volatility).
Oscillator Zone Fills – Visual cues for price positioning within the cloud range.
Posible Interpretations
As market within indicators relay on each individual edge, this are just some key ideas to glimpse how the indicator could be interpreted by the user:
📌 Price inside bands – Market is considered somehow "stable"; price is like resting from tension or "charging batteries" for volume spike moves.
📌 Price breaking outer bands – Potential breakout or extreme movement; watch for reversals or continuation from strong moves. Market is already in tension or generating it.
📌 Narrowing Bands – Decreasing volatility; expect contraction before expansion.
📌 Widening Bands – Increased volatility; prepare for high probability pull-back moves, specially to the center location of the bands (the mean) or the other side of them.
📌 Oscillator is just the interpretation of the price normalized across the Student-T distribution fitting "curve" using the location parameter, our Elastic Volume weighted mean (eμ) fixed at 0.5 value.
Final Thoughts
The Elastic Volume-Weighted Student-T Tension indicator provides a powerful, volume-sensitive alternative to traditional volatility bands. By integrating real-time volume analysis with an adaptive statistical model, incremental variance computation, in a relative price oscillator that can be overlayed in the chart as bands, it offers traders an edge in identifying momentum shifts, trend strength, and breakout potential. Think of the distribution as a relative "tension" rubber band in which price never leave so far alone.
DISCLAIMER:
The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets.
The following indicator was made for NON LUCRATIVE ACTIVITIES and must remain as is, following TradingView's regulations. Use of indicator and their code are published for work and knowledge sharing. All access granted over it, their use, copy or re-use should mention authorship(s) and origin(s).
WARNING NOTICE!
THE INCLUDED FUNCTION MUST BE CONSIDERED FOR TESTING. The models included in the indicator have been taken from open sources on the web and some of them has been modified by the author, problems could occur at diverse data sceneries, compiler version, or any other externality.
Support and Resistance LevelsSupport and Resistance Levels with Breaks – Amin & Taufik
The Support and Resistance Levels with Breaks indicator is designed to automatically detect support and resistance levels based on pivots (high and low points within a given period). It also highlights breakouts of these levels, confirmed by increased volume for additional validation.
Key Features:
✅ Automatic Support & Resistance Detection
Uses pivothigh and pivotlow to identify key support and resistance levels.
Red lines indicate resistance, while blue lines represent support.
✅ Breakout Confirmation with Volume
The indicator generates breakout signals when price breaks support or resistance with high volume.
A downside breakout is marked with a red "B" label above the candlestick.
An upside breakout is marked with a green "B" label below the candlestick.
✅ Bullish & Bearish Wick Detection (Rejections)
Additional signals for long wicks (candlestick shadows) indicating possible price reversals.
Bullish Wick (rejection at support) is marked with a green label.
Bearish Wick (rejection at resistance) is marked with a red label.
✅ Automatic Breakout Alerts
The indicator can send automatic notifications when support or resistance is broken with high volume.
How to Use:
1️⃣ Adjust the Left Bars and Right Bars parameters to fine-tune pivot sensitivity for detecting support & resistance.
2️⃣ Enable the Show Breaks option to see breakout confirmations with high volume.
3️⃣ Use this indicator alongside price action analysis and other indicators to confirm trade decisions.
🚀 Ideal for:
✔️ Scalping & Intraday Trading
✔️ Swing Trading & Trend Following
✔️ Breakout & Retest Confirmation
ℹ️ Note:
This indicator does not provide direct buy or sell signals. It is recommended to use it alongside other technical analysis tools, such as candlestick patterns, moving averages, and RSI, for more accurate decision-making.
📌 Developed by: Amin & Taufik
🔗 License: Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)
💬 If you find this indicator useful, don’t forget to like and comment on TradingView! 🚀
ADX + DMI (HMA Version)📝 Description (What This Indicator Does)
🚀 ADX + DMI (HMA Version) is a trend strength oscillator that enhances the traditional ADX by using the Hull Moving Average (HMA) instead of EMA.
✅ This results in a much faster and more responsive trend detection while filtering out choppy price action.
🎯 What This Indicator Does:
1️⃣ Measures Trend Strength – ADX shows when a trend is strong or weak.
2️⃣ Identifies Trend Direction – DI+ (Green) shows bullish momentum, DI- (Red) shows bearish momentum.
3️⃣ Uses Hull Moving Average (HMA) for Faster Signals – Removes lag and reacts faster to trend changes.
4️⃣ Reduces False Signals – Traditional ADX lags behind, but this version reacts quickly to reversals.
5️⃣ Good for Scalping & Day Trading – Especially for BTC 5-min and lower timeframes.
⚙ Indicator Inputs (Customization)
Input Name Example Value Purpose
ADX Length 14 Defines the smoothing for the ADX value.
DI Length 14 Defines how DI+ and DI- are calculated.
HMA Length 24 Hull Moving Average smoothing for ADX & DI+.
Trend Threshold 25 The level above which ADX confirms a strong trend.
📌 You can adjust these settings to optimize for different assets and timeframes.
🎯 Trading Rules & How to Use It
✅ How to Identify a Strong Trend:
When ADX (Blue Line) is above 25→ A strong trend is in play.
When ADX is below 25 → The market is choppy or ranging.
✅ How to Use DI+ and DI- for Trend Direction:
If DI+ (Green) is above DI- (Red), the market is in an uptrend.
If DI- (Red) is above DI+ (Green), the market is in a downtrend.
✅ How to Confirm Entries & Exits:
1️⃣ Enter Long when DI+ crosses above DI- while ADX is rising above 25.
2️⃣ Enter Short when DI- crosses above DI+ while ADX is rising above 25.
3️⃣ Avoid trading when ADX is below 25 – the market is in a choppy range.
This should not be used as a stand alone oscillator. Trading takes skill and is risky. Use at your own risk.
This is not advise on how to trade, these are just examples of how I use the oscillator. Trade at your own risk.
You can put this on your chart versus the tradingview adx and you can adjust the settings to see the difference. This was optimized for btc on the 5 min chart. You can adjust for your trading strategy.
Fair Value Gap Finder [Find Better Trades]Fair Value Gap Finder (FVG) – Spot Institutional Imbalances
📈 Identify Key Market Imbalances
The Fair Value Gap Finder automatically detects price inefficiencies where aggressive buying or selling has created an imbalance in liquidity. These gaps, often left by institutional traders, can serve as key areas for price to revisit before continuing its trend.
🔍 How It Works:
Highlights bullish Fair Value Gaps (FVGs) in green, signaling potential support zones.
Highlights bearish Fair Value Gaps (FVGs) in red, signaling potential resistance zones.
Uses ATR-based filtering to eliminate small, insignificant gaps, focusing only on high-probability setups.
Alerts included! Get notified when a valid Fair Value Gap is detected.
📊 How to Trade Using FVGs:
✅ For Buy Trades: Wait for price to return to a bullish FVG and confirm support before entering long.
✅ For Sell Trades: Wait for price to revisit a bearish FVG and confirm resistance before entering short.
✅ Use with candlestick patterns, trend analysis, or volume for additional confirmation.
⚙️ Customizable Settings:
Adjust the ATR Multiplier to control how large a gap must be before triggering a signal.
Enable alerts to stay informed in real time when new FVGs appear.
💡 Why Use This Indicator?
Fair Value Gaps are widely used by professional traders to spot areas of liquidity, making them valuable for scalping, swing trading, and institutional-style trading.
🚀 Add it to your TradingView chart and start trading with precision!
liquidation Heatmap [by Alpha_Precision_Charts]Indicator Description: Heatmap Longs/Shorts with OI Sensitivity & Aggregated Tools
Overview
The "Heatmap Longs/Shorts with OI Sensitivity & Aggregated Tools" is an advanced, multi-functional indicator crafted for futures traders seeking a deeper understanding of market dynamics. This tool integrates several key features—Heatmap of Longs and Shorts with Open Interest (OI) sensitivity, Histograms, Liquidity Exit Bubbles, Volume Bubbles, RSI Labels, Moving Averages, and an OI Table—into a single, cohesive package. By pulling real-time OI data from major exchanges (Binance, BitMEX, OKX, Kraken), it offers a robust framework for analyzing liquidity, order flow, momentum, and trends across various timeframes.
Why Aggregation Matters
Market analysis thrives on combining diverse insights, as relying on a single tool often leaves gaps in understanding. Each component of this indicator addresses a distinct aspect of market behavior:
Heatmap Longs/Shorts with OI Sensitivity: Maps potential liquidation zones based on OI, pinpointing where leveraged positions might cluster.
Histograms: Visualize the density of potential liquidity across price levels, enhancing OI-based analysis.
OI Table: Provides a breakdown of OI across all supported exchanges, offering transparency into total market exposure.
Liquidity Exit Bubbles: Highlight significant position exits (negative OI delta), signaling potential reversals or liquidations.
Volume Bubbles: Detect high-volume events from perpetual futures, revealing aggressive market participation.
RSI Labels: Track momentum with overbought and oversold conditions, refining entry and exit timing.
Moving Averages: Establish trend direction and dynamic support/resistance levels.
The power of aggregation lies in its ability to connect these dots. For instance, the Heatmap identifies potential liquidation zones, Volume Bubbles confirm aggressive moves, and RSI Labels add momentum context. Histograms and the OI Table further enrich this by detailing liquidity density and market exposure, creating a comprehensive view critical for navigating volatile markets.
Key Features
Heatmap Longs/Shorts with OI Sensitivity
Displays potential liquidation levels above (Shorts) and below (Longs) the price, with leverage settings from 5x to 125x.
Includes a Minimum Liquidity Sensitivity filter (0.1-1.0) to exclude small-order noise.
Features a dynamic gradient (purple to yellow) with adjustable intensity based on OI.
Note: Exact trader leverage isn’t known; liquidation zones are inferred from market psychology, as traders often favor specific leverage levels (e.g., 25x, 50x, 125x).
Histograms
Display the density of potential liquidity across price levels, complementing the Heatmap. Note that the largest histogram bars may appear in different locations compared to the most intense (yellow) areas of the Heatmap, as histograms primarily focus on the accumulation of smaller orders.
OI Table
Aggregates OI data from all supported exchanges (Binance, BitMEX, OKX, Kraken) in base currency and USD, sortable by volume.
Displays total OI and individual exchange contributions automatically.
Liquidity Exit Bubbles
Plots bubbles for significant negative OI changes, sized as small, medium, or large based on magnitude.
Positioned above or below candles depending on volatility direction, with customizable colors.
Volume Bubbles
Marks high-volume activity from perpetual futures, with sizes (normal, high, ultra-high) tied to intensity.
Offers adjustable sensitivity and offset for precise placement.
RSI Labels
Provides real-time RSI readings, highlighting overbought (≥70) and oversold (≤30) levels.
Configurable by price source (e.g., High/Low, Close) and timeframe, with customizable appearance.
Moving Averages
Supports SMA, EMA, WMA, and VWMA with three user-defined periods (default: 21, 50, 100).
Toggleable visibility and colors for trend analysis.
How to Use
Scalping/Day Trading (1m-15m):
Load the indicator three times: one at 125x leverage (visible), one at 50x (hidden), and one at 25x (hidden). Use the 125x Heatmap to identify immediate liquidation zones. When price breaks through the 125x liquidity pool, enable the 50x instance, then 25x as needed, to track cascading liquidations.
Pair with Histograms to monitor potential liquidity density, Volume Bubbles for breakout signals, and Liquidity Exit Bubbles for reversals.
Check RSI Labels on short timeframes (e.g., 15m) for overextended moves.
Swing Trading (1H-4H):
Set the Heatmap to lower leverage (e.g., 25x, 10x) and combine with Moving Averages to confirm trends.
Use RSI Labels on matching timeframes to time entries/exits based on momentum.
Reference the OI Table to assess overall market exposure.
Liquidity Analysis:
Adjust the Minimum Liquidity Sensitivity to focus on significant OI clusters. Higher filtering removes small orders, so use Volume Bubbles and the OI Table for broader context in sideways markets.
Use the OI Table to see total OI across all exchanges.
General Tips:
Toggle features (e.g., Bubbles, MAs) to focus on relevant data.
Test settings on your asset—optimized for Bitcoin, adjustable for altcoins.
Settings
Exchanges: Data from Binance, BitMEX, OKX, and Kraken is automatically included.
Heatmap: Enable Longs/Shorts, set start date, adjust leverage and color intensity.
Liquidity Filtering: Tune Minimum Liquidity Sensitivity (0.1-1.0) to balance detail and noise.
Histograms: Automatically active, showing potential liquidity density; no direct settings.
OI Table: Toggle visibility and choose position (e.g., Top Right).
Bubbles: Enable/disable Liquidity Exit and Volume Bubbles, set sensitivities and colors.
RSI: Pick price source, timeframe, and label style (size, color, offset).
Moving Averages: Select type, periods, and visibility.
Why It’s Unique
This indicator blends liquidity tools (Heatmap, Histograms, OI Table, Bubbles) with momentum and trend analysis (RSI, MAs). The adjustable Heatmap intensity enhances visibility of significant OI levels, while the multi-tool approach provides a fuller market perspective.
Notes
Best suited for perpetual futures; test on spot or other instruments for compatibility.
High leverage (e.g., 125x) excels on short timeframes; use 5x-25x for daily/weekly views.
Experiment with settings to optimize for your asset and timeframe.
This indicator relies on the availability of Open Interest (OI) data from TradingView. Functionality may vary depending on data access for your chosen asset and exchange.
Feedback
Your input is valued to enhance this tool. Enjoy trading with a fuller market perspective!
ROC + SMI Auto Adjust
This indicator combines the Rate of Change (ROC) and the Stochastic Momentum Index (SMI) with automatically adjusted parameters for different time frames (short, medium, long). It normalizes the ROC to match the SMI levels, displays the ROC as a histogram and the SMI as lines, highlights overbought/oversold zones and includes a settings table. Ideal for analyzing momentum on different time frames.
Key Features:
Automatic Parameter Adjustment:
The script detects the current chart time frame (e.g. 1-minute, 1-hour, daily) and adjusts the parameters for the ROC and SMI accordingly.
Parameters such as ROC length, SMI length and smoothing periods are optimized for short, medium and long term time frames.
Rate of Change (ROC):
ROC measures the percentage change in price over a specified period.
The script normalizes the ROC values to match the SMI range, making it easier to compare the two indicators on the same scale.
The ROC is displayed as a histogram, where positive values are colored green and negative values are colored red.
Stochastic Momentum Index (SMI):
SMI is a momentum oscillator that identifies overbought and oversold conditions.
The script calculates the SMI and its signal line, plotting them on the chart.
Overbought and oversold levels are displayed as dotted lines for convenience.
SMI and SMI Signal Crossover:
When the main SMI crosses the signal line from below upwards, it may be a buy signal (bullish signal).
When the SMI crosses the signal line from above downwards, it may be a sell signal (bearish signal).
Configurable Inputs:
Users can use the automatically adjusted settings or manually override the parameters (e.g. ROC length, SMI length, smoothing periods).
Overbought and oversold levels for SMI are also configurable.
Parameter Table:
A table is displayed on the chart showing the current parameters (e.g. timeframe, ROC length, SMI length) for transparency and debugging.
The position of the table is configurable (e.g. top left, bottom right).
How it works:
The script first detects the chart timeframe and classifies it as short-term (e.g. 1M, 5M), medium-term (e.g. 1H, 4H) or long-term (e.g. D1, W1).
Based on the timeframe, it sets default values for the ROC and SMI parameters.
ROC and SMI are calculated and normalized so that they can be compared on the same scale.
ROC is displayed as a histogram, while SMI and its signal line are displayed as lines.
Overbought and oversold levels are displayed as horizontal lines.
Use cases:
Trend identification: ROC helps to identify the strength of the trend, while SMI indicates overbought/oversold conditions.
Momentum analysis: The combination of ROC and SMI provides insight into both price momentum and potential reversals.
Time frame flexibility: The auto-adjustment feature makes the script suitable for scalping (short-term), swing trading (medium-term) and long-term investing.
Support & Resistance + EMA + Swing SL (3 Min)### **📌 Brief Description of the Script**
This **Pine Script indicator** for TradingView displays **Support & Resistance levels, EMAs (21 & 26), and Swing High/Low-based Stop-Loss (SL) points** on a **3-minute timeframe**.
---
### **🔹 Key Features & Functionality**
1️⃣ **🟥 Support & Resistance Calculation:**
- Finds the **highest & lowest price over the last 50 candles**
- Plots **Resistance (Red) & Support (Green) levels**
2️⃣ **📈 EMA (Exponential Moving Averages):**
- **21 EMA (Blue)** and **26 EMA (Orange)** for trend direction
- Helps in identifying bullish or bearish momentum
3️⃣ **📊 Swing High & Swing Low Detection:**
- Identifies **Swing Highs (Higher than last 5 candles) as SL for Short trades**
- Identifies **Swing Lows (Lower than last 5 candles) as SL for Long trades**
- Plots these levels as **Purple (Swing High SL) & Yellow (Swing Low SL) dotted lines**
4️⃣ **📌 Labels on Swing Points:**
- **"HH SL"** is placed on Swing Highs
- **"LL SL"** is placed on Swing Lows
5️⃣ **⚡ Breakout Detection:**
- Detects if **price crosses above Resistance** (Bullish Breakout)
- Detects if **price crosses below Support** (Bearish Breakout)
- Background color changes to **Green (Bullish)** or **Red (Bearish)**
6️⃣ **🚨 Alerts for Breakouts:**
- Sends alerts when **price breaks above Resistance or below Support**
---
### **🎯 How to Use This Indicator?**
- **Trade with Trend:** Follow **EMA crossovers** and Support/Resistance levels
- **Set Stop-Loss:** Use **Swing High as SL for Shorts** & **Swing Low as SL for Longs**
- **Look for Breakouts:** Enter trades when price **crosses Resistance or Support**
This script is **ideal for scalping & intraday trading** in a **3-minute timeframe** 🚀🔥
Let me know if you need **any modifications or improvements!** 📊💹
Uptrick: Universal Market ValuationIntroduction
Uptrick: Universal Market Valuation is created for traders who seek an analytical tool that brings together multiple signals in one place. Whether you focus on intraday scalping or long-term portfolio management, the indicator merges various well-known technical indicators to help gauge potential overvaluation, undervaluation, and trend direction. It is engineered to highlight different market dimensions, from immediate price momentum to extended cyclical trends.
Overview
The indicator categorizes market conditions into short-term, long-term, or a classic Z-Score style reading. Additionally, it draws on a unified trend line for directional bias. By fusing elements from traditionally separate indicators, the indicator aims to reduce “false positives” while giving a multidimensional view of price behavior. The indicator works best on cryptocurrency markets while remaining a universal valuation indicator that performs well across all timeframes. However, on lower timeframes, the Long-Term Combo input may be too long-term, so it's recommended to select the Short-Term Combo in the inputs for better adaptability.
Originality and Value
The Uptrick: Universal Market Valuation indicator is not just a simple combination of existing technical indicators—it introduces a multi-layered, adaptive valuation model that enhances signal clarity, reduces false positives, and provides traders with a more refined assessment of market conditions.
Rather than treating each included indicator as an independent signal, this script normalizes and synthesizes multiple indicators into a unified composite score, ensuring that short-term and long-term momentum, mean reversion, and trend strength are all dynamically weighted based on market behavior. It employs a proprietary weighting system that adjusts how each component contributes to the final valuation output. Instead of static threshold-based signals, the indicator integrates adaptive filtering mechanisms that account for volatility fluctuations, drawdowns, and momentum shifts, ensuring more reliable overbought/oversold readings.
Additionally, the script applies Z-Score-based deviation modeling, which refines price valuation by filtering out extreme readings that are statistically insignificant. This enhances the detection of true overvaluation and undervaluation points by comparing price behavior against a dynamically calculated standard deviation threshold rather than relying solely on traditional fixed oscillator bands. The MVRV-inspired ratio provides a unique valuation layer by incorporating historical fair-value estimations, offering deeper insight into market overextension.
The Universal Trend Line within the indicator is designed to smooth trend direction while maintaining responsiveness to market shifts. Unlike conventional trend indicators that may lag significantly or produce excessive false signals, this trend-following mechanism dynamically adjusts to changing price structures, helping traders confirm directional bias with reduced noise. This approach enables clearer trend recognition and assists in distinguishing between short-lived pullbacks and sustained market movements.
By merging momentum oscillators, trend strength indicators, volume-driven metrics, statistical deviation models, and long-term valuation principles into a single framework, this indicator eliminates the need for juggling multiple individual indicators, helping traders achieve a holistic market perspective while maintaining customization flexibility. The combination of real-time alerts, dynamic color-based valuation visualization, and customizable trend-following modes further enhances usability, making it a comprehensive tool for traders across different timeframes and asset classes.
Inputs and Features
• Calculation Window (Short-Term and Long-Term)
Defines how much historical data the indicator uses to evaluate the market. A smaller window makes the indicator more reactive, benefiting high-frequency traders. A larger window provides a steadier perspective for longer-term holders.
• Smoothing Period (Short-Term and Long-Term)
Controls how much the raw indicator outputs are “smoothed out.” Lower values reveal subtle intraday fluctuations, while higher values aim to present more robust, stable signals.
• Valuation Mechanism (Short Term Combo, Long Term Combo, Classic Z-Score)
Allows you to pick how the indicator evaluates overvaluation or undervaluation. Short Term Combo focuses on rapid oscillations, Long Term Combo assesses market health over more extended periods, and the Classic Z-Score approach highlights statistically unusual price levels.
Short-Term
• Determination Mechanism (Strict or Loose)
Governs the tolerance for labeling a market as overvalued or undervalued. Strict requires stronger confirmation; Loose begins labeling sooner, potentially catching moves earlier but risking more false signals.
Strict
Loose
• Select Color Scheme
Lets you choose the aesthetic style for your charts. Visual clarity can significantly improve reaction time, especially when multiple indicators are combined.
• Z-Score Coloring Mode (Heat or Slope)
Determines how the Classic Z-Score line and bars are colored. In Heat mode, the indicator intensifies color as readings move further from a baseline average. Slope mode changes color based on the direction of movement, making turning points more evident.
Classic Z-Score - Heat
Classic Z-Score - Slope
• Trend Following Mode (Short, Long, Extra Long, Filtered Long)
Offers various ways to compute and smooth the universal trend line. Short is more sensitive, Long and Extra Long are meant for extended time horizons, and Filtered Long applies an extra smoothing layer to help you see overarching trends rather than smaller fluctuations.
Short Term
Long Term
Extra Long Term
Filtered Long Term
• Table Display
An optional feature that places a concise summary table on the chart. It shows valuation states, trend direction, volatility condition, and other metrics, letting you observe multi-angle readings at a glance.
• Alerts
Multiple alert triggers can be set up—for crossing into overvaluation zones, for abrupt changes in trend, or for high volatility detection. Traders can stay informed without needing to watch charts continuously.
Why These Indicators Were Merged
• RSI (Relative Strength Index)
RSI is a cornerstone momentum oscillator that interprets speed and change of price movements. It has widespread recognition among traders for detecting potential overbought or oversold conditions. Including RSI provides a tried-and-tested layer of momentum insight.
• Stochastic Oscillator
This oscillator evaluates the closing price relative to its recent price range. Its responsiveness makes it valuable for pinpointing near-term price fluctuations. Where RSI offers a broader momentum picture, Stochastic adds fine-tuned detection of short-lived rallies or pullbacks.
• MFI (Money Flow Index)
MFI assesses buying and selling pressure by incorporating volume data. Many technical tools are purely price-based, but MFI’s volume component helps address questions of liquidity and actual money flow, offering a glimpse of how robust or weak a current move might be.
• CCI (Commodity Channel Index)
CCI shows how far price lies from its statistically “typical” trend. It can spot emerging trends or warn of overextension. Using CCI alongside RSI and Stochastic further refines the valuation layer by capturing price deviation from its underlying trajectory.
• ADX (Average Directional Index)
ADX reveals the strength of a trend but does not specify its direction. This is especially useful in combination with other oscillators that focus on bullish or bearish momentum. ADX can clarify whether a market is truly trending or just moving sideways, lending deeper context to the indicator's broader signals.
• MACD (Moving Average Convergence Divergence)
MACD is known for detecting momentum shifts via the interaction of two moving averages. Its inclusion ensures the indicator can capture transitional phases in market momentum. Where RSI and Stochastic concentrate on shorter-term changes, MACD has a slightly longer horizon for identifying robust directional changes.
• Momentum and ROC (Rate of Change)
Momentum and ROC specifically measure the velocity of price moves. By indicating how quickly (or slowly) price is changing compared to previous bars, they help confirm whether a trend is gathering steam, losing it, or is in a transitional stage.
• MVRV-Inspired Ratio
Drawn loosely from the concept of comparing market value to some underlying historical or fair-value metric, an MVRV-style ratio can help identify if an asset is trading above or below a considered norm. This additional viewpoint on valuation goes beyond simple price-based oscillations.
• Z-Score
Z-Score interprets how many standard deviations current prices deviate from a central mean. This statistical measure is often used to identify extreme conditions—either overly high or abnormally low. Z-Score helps highlight potential mean reversion setups by showing when price strays far from typical levels.
By merging these distinct viewpoints—momentum oscillators, trend strength gauges, volume flow, standard deviation extremes, and fundamental-style valuation measures—the indicator aims to create a well-rounded, carefully balanced final readout. Each component serves a specialized function, and together they can mitigate the weaknesses of a single metric acting alone.
Summary
This indicator simplifies multi-indicator analysis by fusing numerous popular technical signals into one tool. You can switch between short-term and long-term valuation perspectives or adopt a classic Z-Score approach for spotting price extremes. The universal trend line clarifies direction, while user-friendly color schemes, optional tabular summaries, and customizable alerts empower traders to maintain awareness without constantly monitoring every market tick.
Disclaimer
The indicator is made for educational and informational use only, with no claims of guaranteed profitability. Past data patterns, regardless of the indicators used, never ensure future results. Always maintain diligent risk management and consider the broader market context when making trading decisions. This indicator is not personal financial advice, and Uptrick disclaims responsibility for any trading outcomes arising from its use.
Volumetric Price Delivery Bias Pro @MaxMaserati🚀 Volumetric Price Delivery Bias Pro MaxMaserati
Description:
The Volumetric Price Delivery Bias Pro is an advanced trading indicator designed to provide clear insights into market trends, reversals, and continuations. Leveraging a combination of price action and volume analysis, it highlights critical support and resistance zones with unparalleled precision. It is a perfect blend of price action and volume intelligence.
🚀 Key Features:
Dynamic Price Analysis:
Detects key price turning points using fractal analysis.
Differentiates between bullish and bearish delivery signals for clear trend direction.
Support & Resistance Visualization:
Defense Lines: Pinpoint levels where buyers or sellers defend positions.
Zone Boxes: Highlight support/resistance areas with adjustable thresholds for precision.
Volume-Driven Confirmation:
Combines volume data to validate price levels.
Visualizes strength through dynamic box size and intensity.
⚡ Signals Explained
CDL (Change of Delivery Long): Indicates a bullish trend reversal.
CDS (Change of Delivery Short): Indicates a bearish trend reversal.
LD (Long Delivery): Confirms bullish trend continuation.
SD (Short Delivery): Confirms bearish trend continuation.
📊 Volume Strength Explained:
Volume strength = Current level volume ÷ (Average volume × Threshold).
Higher strength (above 100%) indicates stronger confirmation of support/resistance.
Boxes and lines dynamically adjust size and color to reflect strength.
🎯 Who Is It For?
This tool is ideal for scalpers, intraday traders, and swing traders who want to align their strategies with real market dynamics.
Scalpers: Identify quick reversals with shorter fractal lengths.
Intraday Traders: Spot balanced trends and continuations.
Swing Traders: Capture major market moves with higher confidence.
What to Do When Volume Strength Is Above 100%
Bullish Scenarios:
High volume at a support zone or during an upward move confirms strong buying interest.
Use it as confirmation for bullish setups.
Bearish Scenarios:
High volume at a resistance zone or during a downward move confirms strong selling pressure.
Use it as confirmation for bearish setups.
Range Markets:
High volume near range edges signals potential reversals or breakouts.
Observe price behavior to identify the likely scenario.
Breakouts:
High volume at key levels confirms the strength of a breakout.
Monitor for continuation in the breakout direction.
General Tip:
Combine high volume signals with other indicators or patterns for stronger confirmation.
🛠️ Customization Options
Configure fractal lengths, volume thresholds, and visual styles for optimal adaptability to scalping, intraday, or swing trading strategies.
Adjustable table display to track delivery bias, counts, and the latest signal.
📢 Alerts and Visuals:
Real-time alerts ensure you never miss critical signals.
Labels and lines mark CDL, CDS, LD, and SD levels for easy chart interpretation.
Enhanced HHLL Time Confirmation with EMAStrong recommendation , remove the green and red circle , or leave it how it is ;)
To be used on 1 minute chart MSTR , Stock
other time frames are good , ;)
How to Use
HHLL Signals: Look for green triangles (buy) below bars or red triangles (sell) above bars to identify confirmed HH/LL setups with trend alignment.
EMA Signals: Watch for lime circles (buy) below bars or maroon circles (sell) above bars when price crosses the EMA 400 in a trending market.
Trend Context: Use the EMA 400 as a dynamic support/resistance level and the SMA trend filter to gauge market direction.
Enable alerts to get notified of signals in real-time.
Best Practices
Adjust the Lookback Period and Confirmation Minutes to suit your timeframe (e.g., shorter for scalping, longer for swing trading).
Combine with other indicators (e.g., volume, RSI) for additional confirmation.
Test on your preferred market and timeframe to optimize settings.
Indicator Description: Enhanced HHLL Time Confirmation with EMA
Overview
The "Enhanced HHLL Time Confirmation with EMA" is a versatile trading indicator designed to identify key reversal and continuation signals based on Higher Highs (HH), Lower Lows (LL), and a 400-period Exponential Moving Average (EMA). It incorporates time-based confirmation and trend filters to reduce noise and improve signal reliability. This indicator is ideal for traders looking to spot trend shifts or confirm momentum with a combination of price structure and moving average crossovers.
Key Features
Higher High / Lower Low Detection:
Identifies HH and LL based on a customizable lookback period (default: 30 bars).
Signals are confirmed only after a user-defined time period (in minutes, default: 60) has passed since the last HH or LL, ensuring stability.
Trend Filter:
Uses a fast (10-period) and slow (30-period) Simple Moving Average (SMA) crossover to confirm bullish or bearish trends.
Buy signals require a bullish trend (Fast SMA > Slow SMA), and sell signals require a bearish trend (Fast SMA < Slow SMA).
EMA 400 Integration:
Plots a 400-period EMA (customizable) as a long-term trend reference.
Generates additional buy/sell signals when price crosses above (buy) or below (sell) the EMA 400, filtered by trend direction.
Visualizations:
Optional dashed lines for HH and LL levels (toggleable).
Debug markers (diamonds) to visualize HH/LL detection points.
Distinct signal shapes: triangles for HHLL signals (green/red) and circles for EMA signals (lime/maroon).
Alerts:
Built-in alert conditions for HHLL Buy/Sell and EMA Buy/Sell signals, making it easy to stay informed of key events.
Input Parameters
Lookback Period (default: 30): Number of bars to look back for HH/LL detection.
Confirmation Minutes (default: 60): Time (in minutes) required to confirm HH/LL signals.
High/Low Source: Select the price source for HH (default: high) and LL (default: low).
Show HH/LL Lines (default: true): Toggle visibility of HH/LL dashed lines.
Show Debug Markers (default: true): Toggle HH/LL detection markers.
EMA Period (default: 400): Adjust the EMA length.
Ultimate Trend Strength Meter Using TechnoBloom’s IndicatorsOverview
The Ultimate Trend Strength Meter Using TechnoBloom’s Indicators is a powerful trend analysis tool developed using TechnoBloom’s proprietary indicators. This indicator helps traders assess trend strength, momentum, and potential reversals by combining three essential market factors:
• Market Participation Ratio (MPR) – Measures trader engagement and volume strength.
• Volume Weighted Moving Average (VWMO) – Confirms momentum and trend direction.
• Fibonacci-Based Support & Resistance – Identifies key reversal zones and breakout points.
⸻
Key Features:
✅ Color-Coded Trend Strength Meter:
• 🟢 Green – Strong Trend (High Confidence): High participation, strong momentum, and no major resistance.
• 🟡 Yellow – Weak Trend (Caution): Moderate participation, possible resistance ahead, and trend uncertainty.
• 🔴 Red – Reversal Risk / No Trend: Low market engagement, momentum uncertainty, and proximity to major Fibonacci levels.
✅ Eliminates False Signals & Weak Trends:
• Prevents choppy market entries by ensuring high-volume confirmation.
• Ideal for filtering fake breakouts and exhaustion phases.
✅ Works for All Trading Styles & Markets:
• Scalping (1m-5m), Day Trading (15m-1H), and Swing Trading (4H-Daily).
• Suitable for Forex, Stocks, Crypto, Indices, and Commodities (XAUUSD, US30, BTCUSD, etc.).
✅ Customizable for Any Strategy:
• Adjustable MPR thresholds, VWMO smoothing, and Fibonacci sensitivity.
• Built-in alerts notify traders when trend conditions change.
⸻
How to Use It:
1️⃣ Enter trades when the meter turns Green (Strong Trend) and aligns with your strategy.
2️⃣ Avoid or exit trades when it turns Red (Reversal Risk) to prevent unnecessary losses.
3️⃣ Use Yellow as a caution zone – wait for confirmation before making a move.
4️⃣ Combine with breakout strategies or support/resistance setups for high-probability entries.
⸻
About TechnoBlooms
TechnoBlooms is committed to developing high-precision trading indicators that enhance decision-making for traders across all markets. This tool is a result of our in-depth market research and algorithmic advancements to provide traders with an edge.
🚀 Upgrade your trading with the Ultimate Trend Strength Meter – Developed by TechnoBlooms! 🚀
Pipnotic Asset Strength HistogramDescription
The Pipnotic Asset Strength Histogram (ASH) was originally developed to provide traders with a structured approach to identifying market cycles and momentum shifts. Due to increasing demand, it has been adapted for TradingView, ensuring traders can leverage its insights directly on their charts. This tool is particularly useful for spotting divergences, trend reversals, and price imbalances, making it an essential addition for traders who rely on momentum and strength-based analysis. We will continue to actively develop this indicator to enhance its functionality and accuracy.
How It Works
The ASH follows a systematic approach to analyse price movements and highlight key market dynamics:
Momentum & Cycle Analysis
Evaluates price movements using a dual-smoothing methodology.
Identifies shifts in momentum that indicate potential reversals or trend continuations.
Divergence Detection
Highlights instances where price action diverges from underlying momentum, signalling potential trading opportunities.
Helps confirm trade setups based on hidden and regular divergences.
Dynamic Visualization & Alerts
Plots a histogram to provide a clear visual representation of market strength.
Identifies buy and sell zones based on historical price deviations.
Updates dynamically, adapting to changing market conditions to maintain relevance.
Key Features & Inputs
Customizable Sensitivity: Traders can fine-tune cycle smoothing values to match different trading styles.
Clear Buy & Sell Zones: Highlights potential high-probability trading areas based on historical deviations.
Flexible Visualization: Adjustable histogram colours, line width, and mean deviation settings for optimal clarity.
Adaptability Across Markets: Works effectively on stocks, forex, crypto, and commodities.
Compatible with Various Trading Strategies: Can be used alongside trend-following, breakout, and reversal strategies for enhanced trade confirmation.
Benefits of Using the Pipnotic ASH Indicator
Market Timing: Helps traders identify optimal entry and exit points based on momentum shifts.
Reduces Subjectivity: Automates the detection of market strength and divergence, ensuring consistency.
Adapts to Market Conditions: Adjusts dynamically to price changes, ensuring relevant signals.
Saves Time & Effort: Eliminates the need for manual divergence analysis.
Works on All Timeframes: Suitable for scalping, swing trading, and long-term investing.
The Pipnotic Asset Strength Histogram is designed to streamline market analysis by providing clear, actionable insights into momentum shifts and divergences. Whether you're a day trader or a long-term investor, this tool helps refine your decision-making and enhance your trading strategy.
VSA Volume + Fibonacci (Volunacci)Overview
This indicator combines Volume Spread Analysis (VSA) with Fibonacci levels to identify key price zones based on volume behavior. It helps traders determine potential support and resistance levels influenced by volume strength.
How It Works
Volume Calculation
The indicator calculates volume levels based on the selected timeframe.
It identifies high volume spikes and low volume dips, which are critical for detecting supply and demand shifts.
It uses a simple moving average (SMA) of volume to smooth fluctuations.
Fibonacci Levels Integration
When a high-volume event is detected, the indicator records the highest high and lowest low of that candle.
It then plots Fibonacci retracement and extension levels to highlight potential price reaction zones.
Negative Fibonacci levels are included to identify possible deep retracements.
Visual Features
The indicator adapts to both light and dark themes for better visibility.
Fibonacci lines are color-coded based on key retracement and extension levels.
A table displaying key Fibonacci levels and their corresponding prices is provided for quick reference.
Why Is This Indicator Useful?
It helps traders spot accumulation and distribution phases by analyzing volume at key price points.
The combination of VSA and Fibonacci allows traders to confirm trend strength and identify potential reversal points.
Works well for trend-following strategies, scalping, and breakout trading.
How to Use This Indicator?
Use it to confirm breakouts or reversals at Fibonacci levels when volume supports the move.
Watch for high-volume spikes near key Fibonacci zones—these can signal strong trend continuation or reversal.
Use the displayed Fibonacci table to quickly assess price reaction levels.
Credits
This script was inspired by the Hidden Gap’s VSA Volume indicator by HPotter and has been enhanced by integrating Fibonacci-based analysis.
BTC Trend Momentum (BTM) with VWMOBTC Trend Momentum (BTM) with VWMO – A Smarter Way to Trade Bitcoin 🚀
Overview
Bitcoin price movements can be volatile, often leading to fake breakouts and whipsaws that mislead traders. BTC Trend Momentum (BTM), combined with Volume Weighted Moving Average (VWMO), helps smooth out market noise and provide clearer trend signals.
This script integrates momentum analysis, trend strength detection, and zero-line crossovers, allowing traders to make smarter entries and exits while avoiding false signals.
⸻
Why Use This Indicator?
✅ Momentum Histogram – Easily visualize trend strength with color-coded bars.
✅ Volume-Weighted Analysis – Uses VWMO to filter out weak price movements.
✅ Zero Line Crossover Alerts – Identifies major trend shifts in real-time.
✅ Dynamic Color Coding – Stronger trends highlighted in brighter colors.
✅ Background Shading – Differentiates bullish & bearish zones for easy trend reading.
✅ Built-in Alerts – Get notified of trade opportunities instantly.
⸻
How to Trade Using BTC Trend Momentum (BTM)
🔹 Buy Signal: When the momentum histogram (green bars) crosses above the EMA (orange line).
🔹 Sell Signal: When the momentum histogram (red bars) crosses below the EMA.
🔹 Strong Trend Confirmation: If histogram bars turn lime (bullish) or maroon (bearish), it indicates strong momentum.
🔹 Zero Line Crossovers: A bullish crossover above zero confirms an uptrend, while a bearish crossover below zero confirms a downtrend.
For better results, combine with RSI, MACD, or VWAP to confirm trend strength before entering trades.
⸻
Best Timeframes for Trading
📌 1H & 4H – Ideal for swing trading Bitcoin.
📌 5M & 15M – Perfect for scalping BTC with precision.
⸻
💡 Would you integrate BTC Trend Momentum (BTM) into your trading strategy? Let us know your thoughts below!
AO Smart Scalper – 5M Dynamic SL Edition📈 AO Signals with Fixed and Dynamic SL – Optimized for 5-Minute Charts 📉
This indicator is built for 5-minute timeframe trading, combining powerful momentum signals from the Awesome Oscillator (AO) with both Fixed and Dynamic Stop Loss (SL) levels to enhance trade management and risk control.
✅ Buy/Sell Signals:
The indicator generates clear BUY and SELL signals based on the AO crossing above or below the zero line, helping traders capture momentum shifts early.
🛑 Fixed Stop Loss:
Each trade signal comes with a Fixed SL, calculated based on the high (for shorts) or low (for longs) of the previous candle, with a customizable percentage offset. This SL is plotted with a red line, providing a clear initial risk level.
⚡ Dynamic Stop Loss: Continuous Presence, Strategic Use:
A secondary Dynamic SL line is plotted, which is continuously present on the chart. This dynamic level responds to market conditions and can serve as a trailing stop or key decision point.
💡 Recommended Use: It is recommended to actively start using the Dynamic SL once the trade has moved into profit. This allows protecting obtained profits and minimizing the risk of losses in case of a market reversal.
🛡️ Enhanced Dynamic Stop-Loss Strategy:
🔒 Initial Protection: Utilize the Fixed SL as the initial stop-loss, placed below relevant lows (for longs) or above relevant highs (for shorts), or as provided by the fixed SL indicator.
🛤️ Dynamic Tracking:
🟢 Long Trades: Once in profit, the Dynamic SL will dynamically adjust, moving upwards as higher lows are formed, effectively trailing the price and securing profits.
🔴 Short Trades: Conversely, in short trades, once in profit, the Dynamic SL will move downwards as lower highs are formed, protecting gains.
🔄 Alternatively the dynamic stop loss will follow the dynamic SL line provided by the indicator.
🚪 Exiting Trades: When the price crosses below the Dynamic SL line in a LONG trade, or above it in a SHORT trade, the recommended action is to exit the trade.
↩️ Re-entry Consideration: You may consider re-entering only if the price clearly returns above the Dynamic SL (for longs) or below it (for shorts).
⚠️ IMPORTANT - 5-Minute Strategy Guidance ⏱️
This tool is specifically optimized for the 5-minute timeframe. This approach helps filter out weak setups and maintain discipline in volatile market conditions.
✨ Additional Features:
👁️ Visual and editable SL levels
📊 200-period SMA for trend context
💻 Simple and effective interface for intraday trading setups
🎯 Ideal for traders seeking a clean, rule-based system that combines momentum entry signals with layered stop loss protection.
🔑 Key Changes:
It was emphasized that the Dynamic SL is always present, but its active use is recommended once the trade is in profit.
It was clarified the use of the Fixed SL, giving the option to use the one provided by the indicator, or to place it according to the price action.
EBP Candle Marker### **EBP Candle Marker – TradingView Indicator**
The **EBP Candle Marker** is a specialized TradingView indicator designed to identify and highlight potential liquidity sweep candles. This indicator visually emphasizes key price action patterns where the market sweeps previous highs or lows and closes in the opposite direction, often signaling potential reversals or liquidity grabs.
---
### 📊 **Indicator Logic:**
1. **Bullish Sweep:**
- The current candle’s **low** is lower than the previous candle’s **low** (indicating a liquidity sweep).
- The **close** is above both the **open** and **close** of the previous candle.
2. **Bearish Sweep:**
- The current candle’s **high** is higher than the previous candle’s **high** (indicating a liquidity sweep).
- The **close** is below both the **open** and **close** of the previous candle.
---
### 🎨 **Visual Representation:**
- **Yellow Candle Body:** Highlights any candle meeting the bullish or bearish sweep conditions.
---
### 🔔 **Alert Functionality:**
The indicator supports setting custom alerts in TradingView for:
- **Bullish Sweep Detected** – Notifies when a bullish sweep occurs.
- **Bearish Sweep Detected** – Notifies when a bearish sweep occurs.
These alerts are compatible across any timeframe, providing flexibility to monitor key market conditions.
---
### 📈 **Use Cases:**
- **Liquidity Sweep Detection:** Identify areas where the market may be triggering stop-loss orders or liquidity hunts.
- **Reversal Confirmation:** Enhance trade confirmation by identifying potential reversal zones.
- **Scalping & Swing Trading:** Suitable for both short-term and long-term trading strategies across multiple timeframes.
Orion Daily Bias v1What It Does
The Daily Bias Indicator identifies the daily market bias (bullish or bearish) using principles inspired by institutional trading activity. It analyses daily price action to detect imbalances caused by large market participants, providing a clear directional bias for the upcoming trading day.
Key Features
Daily Bias Signals:
Displays "Daily Bias: Bullish" (green) or "Daily Bias: Bearish" (red) in the top-right corner of your chart.
Colors daily candles to reflect the current bias (toggle on/off).
Non-Repainting:
Signals finalize only at market close and never change retroactively.
Intraday Flexibility:
Use the daily bias to align intraday strategies (e.g., 15-minute entries) with the broader trend.
Custom Alerts:
Receive alerts only when the bias changes (e.g., bullish to bearish). Alerts trigger at market close, preparing you for the next trading day.
How It Works
Market Close Analysis:
At the end of each trading day, the indicator evaluates price action and institutional-level inefficiencies to determine the next day’s bias.
Visual Guidance:
Daily candles are coloured green (bullish) or red (bearish) to reflect the confirmed bias.
A label in the top-right corner updates automatically across all timeframes.
Actionable Alerts:
Set alerts to notify you only when the bias shifts, helping you stay focused on high-probability setups.
Why Traders Use It
Simplify Decision-Making: Start each day with a clear bias, avoiding trades against institutional momentum.
Adaptable to Strategies: Works with scalping, swing trading, or position building.
Rule-Based Signals: Objective criteria finalize at market close.
Settings & Parameters
Candle Colouring: Enable/disable daily candle highlights.
Daily bias label: Turn the daily bias label on and off
Alerts: Setting an alert with this indicator will only alert you if a bias changes from bullish to bearish or vice versa.
How to Use It
Add the indicator to your chart (works on any timeframe).
Check the top-right label for the daily bias.
Set alerts to track bias changes effortlessly.
Combine with your preferred intraday strategy for entries/exits.
Important Notes
No Repainting: Signals lock in at daily close and never change.
Confirmation Tool: Pair with additional analysis (e.g., support/resistance, volume).
Time Agnostic: The daily bias applies to all intraday timeframes (1H, 15M, etc.).
Disclaimer
This tool is for educational purposes only. It is not financial advice, and past performance does not guarantee future results. Always test strategies in a risk-controlled environment.
Auto Draw ToolAuto Draw Tool for TradingView – Trend, Support/Resistance & Fibonacci Indicator ( HIMANSHU AGNIHOTRY)
The Auto Draw Tool is a powerful TradingView indicator that automatically detects trend lines, support & resistance levels, and Fibonacci retracement zones. It helps traders identify key price levels and market trends without manual effort.
🔹 Features
✔ Automatic Support & Resistance Detection – Finds the strongest price levels based on past highs and lows
✔ Trend Line Auto-Plotting – Detects market trends using swing highs and lows
✔ Fibonacci Retracement Levels – Highlights key retracement points for potential reversals
✔ Candlestick Pattern Detection – Identifies bullish and bearish engulfing patterns
✔ Background Alerts for Patterns – Highlights candlestick patterns with color-coded backgrounds
✔ Works on Any Timeframe – Suitable for scalping, swing trading, and long-term investing
🛠 How It Works?
Support & Resistance Levels: The script calculates the highest and lowest price levels within a given lookback period.
Trend Line Identification: It detects swing highs and swing lows to draw automatic trend lines.
Fibonacci Retracement: The script marks important Fibonacci levels (0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%) for potential entry and exit points.
Engulfing Candlestick Patterns: It recognizes bullish engulfing and bearish engulfing patterns, which indicate strong buying or selling pressure.
Alerts & Background Highlighting: When an engulfing pattern is detected, the background color changes (green for bullish, red for bearish).
🔔 Alerts & Signals
🚀 Bullish Engulfing Detected: Green background & buy signal alert
🚀 Bearish Engulfing Detected: Red background & sell signal alert
🎯 Who Can Use It?
✅ Day Traders & Scalpers – Quickly identify key price action levels
✅ Swing Traders – Find strong support/resistance and Fibonacci retracement areas
✅ Trend Followers – Confirm trend direction with auto-drawn trend lines
✅ Price Action Traders – Get real-time candlestick pattern alerts
ATR Percentages BoxThis custom indicator provides a quick visual reference for volatility-based price ranges, directly on your TradingView charts. It calculates and displays three ranges derived from the Daily Average True Range (ATR) with a standard 14-period setting:
5 Min (3% ATR): Ideal for very short-term scalping and quick intraday moves.
1 Hour (5% ATR): Useful for hourly setups, short-term trades, and intraday volatility assessment.
Day (10% ATR): Perfect for daily volatility context, swing trades, or placing stops and targets.
The ranges are clearly shown in a compact box at the top-right corner, providing traders immediate insights into realistic price movements, helping to optimise entries, stops, and profit targets efficiently.
Massive Market Order Detector by GSK-VIZAG-AP-INDIA
Massive Market Order Detector by GSK-VIZAG-AP-INDIA
Purpose of the Indicator:
This indicator is designed to detect massive market orders (high-volume trades) in real-time, helping traders identify potential accumulation or distribution zones. It highlights sudden spikes in volume that exceed a calculated threshold, signaling strong buying or selling pressure.
Core Logic & Unique Aspects:
Volume Spike Detection: Compares the current volume to the average volume over a user-defined lookback period. If the volume exceeds the threshold (calculated using a multiplier), it is classified as a Massive Order.
Buy vs. Sell Order Identification: Determines whether the detected massive order is a buy (green marker) or a sell (red marker) based on candlestick price action.
Time Zone Adjustment: Allows traders to adjust the timestamp according to their local timezone, ensuring accurate interpretation of order timings.
Table Display of Recent Orders: A table is created within the chart to list the last 15 detected massive orders, showing key details such as time, volume, type (buy/sell), price, and volume percentage change.
How It Works:
The indicator calculates the average volume over a lookback period (default: 20 bars).
If the current volume exceeds the threshold (average volume × multiplier), it is marked as a Massive Order.
The order is classified as:
Massive Buy Order (MB) → If the closing price is higher than the opening price.
Massive Sell Order (MS) → If the closing price is lower than the opening price.
The detected orders are visually represented as green (MB) and red (MS) labels on the chart.
The most recent 15 massive orders are logged in a table for easy reference.
Intended Use Cases:
🔹 Scalping & Intraday Trading – Spot unusual market activity to enter or exit trades quickly.
🔹 Swing Trading – Identify strong buying or selling pressure at key support/resistance levels.
🔹 Breakout Confirmation – Validate if price breakouts are backed by significant volume.
🔹 Market Manipulation Detection – Recognize potential institutional buying/selling activity.
Input settings:
Lookback Period: Adjust the number of bars to calculate average volume.
Volume Multiplier: Set the threshold as 1/2/3 for defining a massive order.
Time Zone Offset: Modify timestamps to match your local market time.
Max Signals in Table: Control how many signals are displayed in the table.
Why Use This Indicator?
✅ Identifies smart money activity
✅ Works across multiple timeframes (5m, 15m, 1H, Daily, etc.)
✅ No repainting – Reliable real-time signals
✅ Easy-to-read visual cues & table logs
Disclaimer:
"This indicator is for educational and informational purposes only and should not be considered financial advice. Always do your own research (DYOR) and consult with a qualified financial professional before making investment decisions. Trading involves significant risk, and past performance does not guarantee future results. I am not a licensed financial advisor and hold no liability for any losses incurred. This indicator may not work in all market conditions, and results are based on backtesting or hypothetical scenarios. Use at your own discretion and ensure compliance with local regulations."
CAM | Comparison and Normalisation Indicator Description: "CAM | Comparison and Normalisation" 🌟
Overview 📊
The "CAM | Comparison and Normalisation" indicator is a must-have tool for forex traders! 🚀 It analyzes the strength of a currency pair’s base and quote currencies against the pair’s price movement, using automatic detection, composite calculations, and normalization—all wrapped in a colorful, easy-to-read package. 🎨
How It Works 🛠️
- 🔍 **Automatic Currency Detection**: Instantly spots the base (e.g., EUR in EURUSD) and quote (e.g., USD) currencies—no manual setup needed!
- 💪 **Composite Strength Calculation**: Measures each currency’s power by averaging its rate against 9 major currencies (GBP, EUR, CHF, USD, AUD, CAD, NZD, JPY, NOK). A true strength test! 🏋️♂️
- 📏 **Normalization**: Scales everything with a smart formula (price minus moving average, divided by standard deviation) so base, quote, and pair prices play on the same field. ⚖️
- 🎨 **Dynamic Visualization**:
- Plots 3 normalized lines with unique colors:
- **Base Composite** (e.g., purple for GBP, blue for EUR)
- **Quote Composite** (e.g., green for USD, yellow for JPY)
- **Actual Pair** (⚪ white)
- Adds labels on the last bar (e.g., "Base: GBP" in purple). 🏷️
- 📊 **Performance Histogram**: Shows the base vs. quote strength gap with a green (👍) or red (👎) area chart—adjusted by the pair’s price.
- ⚙️ **Customizable Settings**: Adjust Scaling Period (50), Histogram Scale (0.5), and Levels (1, -1) to fit your style! 🎚️
Benefits 🌈
- 🧠 **Simplified Analysis**: Normalized data cuts through the noise, making trends crystal clear.
- ✅ **Enhanced Decisions**: Colorful lines and histograms spotlight trading signals fast.
- ⏱️ **Time-Saver**: No setup—just drop it on a chart and go!
- 🌍 **Versatile**: Works on any supported pair, with colors adapting automatically (e.g., orange AUD on AUDCAD).
- 👀 **Eye-Catching**: Currency-specific colors (like purple GBP from pound notes) make it fun and easy to follow.
How It Helps Traders 💡
- 📈 **Spot Trends**: See if the base is flexing 💪 or the quote is fading 📉, and how it ties to the pair’s price.
- ⚠️ **Catch Divergences**: Histogram flags when currency strength and price don’t match—hello, opportunity! 🚨
- 🛡️ **Manage Risk**: Normalized values and levels help gauge overbought/oversold zones for smarter stops.
- **Big Picture**: Compare currency strength to pair price for strategic edge, whether scalping or swinging.
Example in Action 🎬
- **GBPUSD Chart**:
- purple GBP line climbs, greenUSD dips, histogram turns green 👍—GBP’s gaining! If the white pair line rises too, it’s a bullish hint.
Conclusion ✨
"CAM | Comparison and Normalisation" turns forex complexity into clear, actionable insights. With its auto-detection, vibrant visuals, and trader-friendly design, it’s your shortcut to smarter trades! 📈💰
Pipnotic Supply and DemandDescription
The Pipnotic Supply and Demand Indicator was originally developed in 2011 for another trading platform and is currently being rewritten for TradingView due to user demand. It is a powerful tool designed for traders who utilize supply and demand concepts in technical analysis. This script automatically detects and highlights key supply and demand zones (as well as buy and sell zones) on the chart, enabling traders to identify potential reversal points, trend continuations, and price imbalances. We will continue to actively develop this indicator for existing and this new version for TradingView.
How It Works
The indicator follows a structured methodology to analyse price action and identify high-probability supply and demand zones:
Zone Identification:
Detects accumulation and distribution phases using volatility and range conditions.
Identifies zones where price imbalances occur, signalling potential trading opportunities.
Expansion and Confirmation:
Assesses whether the price expands away from a zone significantly enough to validate it as a supply or demand zone.
Uses a risk-to-reward ratio to ensure zones meet predefined trading criteria, adjustable via the configuration.
Visualization and Management:
Plots supply (bearish) and demand (bullish) zones directly on the chart.
Labels the percentage of expansion from the zone, giving traders insights into the strength of the imbalance.
Updates zones dynamically, marking tested and consumed levels and preventing outdated information from cluttering the chart.
Key Features & Inputs
Customizable Zone Display: Traders can adjust the maximum number of supply and demand zones shown on the chart.
Dynamic Volatility Sampling: Uses the ATR (Average True Range) to adapt to changing market conditions.
Flexible Risk Management: Allows traders to define a minimum zone size and a risk-to-reward ratio for filtering zones.
Enhanced Visualization:
Adjustable colours for bullish and bearish zones.
Configurable border width for zone clarity.
Optional display of consumed zones to avoid redundant signals, but to also identify price sensitive zones on the flip side of the book when zones are consumed.
Swing Significance Detection: Enables boxing of significant price swings to refine the accuracy of identified zones.
Benefits of Using the Pipnotic Supply and Demand Indicator
Automates Supply and Demand Analysis: Eliminates the need for manual zone drawing, saving time and reducing subjectivity.
Enhances Trade Decision-Making: By providing precise entry and exit points based on supply and demand principles, traders can optimize their strategies.
Adapts to Market Conditions: The indicator dynamically adjusts to price movements, ensuring relevant zones are displayed.
Works Across All Timeframes: Suitable for scalping, swing trading, and long-term investing.
Compatible with Multiple Trading Strategies: Can be used alongside trend-following, breakout, and reversal strategies for improved trade confirmation.