Hachemi Autonomous Charts V2Indicator Script Description:
This indicator is designed to help identify trading opportunities by combining several technical analysis tools. Here are the main features included:
Order Block: The indicator detects order block zones, where significant levels of supply and demand have formed. These can signal potential market reversal points.
Support and Resistance: The indicator automatically plots key support and resistance levels based on price history, providing reference points for areas where price may bounce or break.
Fair Value Gap (FVG): The indicator identifies and highlights gaps between supply and demand on the charts, pointing out areas where the price might return to fill this gap.
Moving Average (MA): A moving average is used to track market trends, helping to determine whether the market is in a bullish or bearish trend.
MACD (Moving Average Convergence Divergence): A popular momentum indicator used to spot changes in the strength, direction, duration, and trend of the price.
RSI (Relative Strength Index): The RSI indicator measures the speed and change of price movements, helping to identify overbought or oversold conditions.
Volume Profile: This feature analyzes the volume distribution at various price levels, providing key insights into areas of high activity and potential support or resistance.
Fibonacci: The indicator plots Fibonacci retracement and extension levels, which are used to predict potential reversal zones based on Fibonacci ratios.
The goal of this indicator is to provide a comprehensive market overview by combining multiple analysis techniques to identify the most likely entry and exit points for a successful trading strategy.
Hacim
Orderblocks | iSolani
Revealing Institutional Footprints: The iSolani Volume-Powered Order Block System
Where Smart Money Leaves Its Mark – Automated Zone Detection for Discretionary Traders
Core Methodology
Pressure-Weighted Volume Analysis
Calculates directional commitment using candle position:
Buying Pressure = Total Volume × (Closing Price – Low) / (High – Low)
Selling Pressure = Total Volume × (High – Closing Price) / (High – Low)
Normalizes values against 31-period EMAs to filter retail noise
Adaptive Block Triggering
Identifies significant zones when:
Absolute Buy/Sell Difference > 4× SMA of Historical Differences (default)
Price closes bullishly (green block) or bearishly (red block)
Self-Maintaining Visualization
Blocks auto-extend rightward until price breaches critical level
Invalidated zones removed in real-time via array management
Technical Innovation
Dynamic Threshold Adjustment
Multiplier parameter (default 4) automatically scales with market volatility
Institutional-Grade Metrics
Blocks display:
Volume disparity in absolute terms
Percentage deviation from 33-period average
Directional bias through color-coding
Efficient Memory Handling
O(n) complexity cleanup routine prevents chart lag
System Workflow
Calculates real-time buy/sell pressure ratios
Compares to historical average (31-period default)
Generates semi-transparent zones (85% opacity) at spike locations
Monitors price interaction with block boundaries
Automatically retracts invalid zones
Standard Configuration
Sensitivity : 4× multiplier (ideal for 15m-4h charts)
Visuals : Red/green blocks with white text labels
Duration : 50-bar default extension
Volume Baseline : 33-period EMA filter
Boundary Check : Close beyond block high/low triggers deletion
This system transforms raw market data into a institutional roadmap – not by predicting turns, but by revealing where concentrated volume makes turns statistically probable. The color-coded blocks serve as persistent yet adaptive markers of where professional liquidity resides.
Volume BaseVolume Base Indicator
Description:
The Volume Base indicator is designed to help traders identify significant price levels based on volume and price action. This tool utilizes pivot points to highlight swing highs and lows, providing visual cues for potential support and resistance areas.
Key Features:
Pivot Lookback: Customize the lookback period for identifying swing highs and lows, allowing for flexibility based on your trading strategy.
Swing Area Options: Choose between "Wick Extremity" and "Full Range" to define the area of interest for swing points, catering to different trading styles.
Intrabar Precision: Enable intrabar precision to analyze volume data on a lower timeframe, enhancing the accuracy of your signals.
Volume Filtering: Filter areas based on either the count of occurrences or the total volume, helping you focus on the most relevant price levels.
Visual Customization: Adjust colors and styles for swing highs, swing lows, and their respective areas to suit your personal preferences and improve chart readability.
Dynamic Labels and Zones: Automatically generated labels and zones for swing highs and lows provide clear visual indicators of potential market reversals or continuations.
How to Use:
Set the Lookback Period: Adjust the pivot lookback period to match your trading timeframe.
Select Swing Area Type: Choose whether to focus on the wick extremity or the full range of the swing.
Enable Intrabar Precision: If desired, turn on intrabar precision for more detailed volume analysis.
Filter Settings: Decide whether to filter by count or volume and set your threshold value accordingly.
Analyze the Chart: Observe the plotted swing highs and lows, along with their respective zones, to make informed trading decisions.
Disclaimer: This indicator is for educational purposes only and should not be considered financial advice. Always conduct your own research and analysis before making trading decisions.
High Volume Points from BigBeluga updated scriptThank you Bigbeluga for this amazing code. I have updated the code little bit to add alerts and also to allow user to adjust setting of selection of left bar and right bar in settings.
The High Volume Points script from BigBeluga is designed to detect significant price levels (pivots) on a chart that occur alongside high trading volumes. These points can be potential areas for reversals or key support/resistance levels. The script plots circles at pivot points and allows for visual analysis of these significant price levels in conjunction with volume.
This can help traders identify critical points in the market where the price might reverse or consolidate, particularly when high volume is present, indicating strong market participation.
Main Features of the Script:
Pivot Points Detection:
The script identifies pivot highs and pivot lows. A pivot high is a point where the price is higher than its neighboring bars, and a pivot low is where the price is lower than its neighboring bars.
These pivots are calculated using a user-defined number of bars to the left and right of the pivot (controlled by the leftBars and rightBars input).
Volume Filtering:
The script filters pivots by volume. Only pivots that occur when the volume exceeds a certain threshold (set by the filter_vol input) are plotted and considered significant.
Volume is normalized to a scale of 0 to 6, based on its percentile rank relative to the recent historical volumes.
Visual Aids:
Circles are drawn around the pivot points to make them easy to spot. These circles' size and position depend on the volume and proximity to the pivot.
The script uses different colors for pivot highs and pivot lows (defined by upper_col for highs and lower_col for lows) to differentiate between the two types of pivots.
The script also draws levels (lines) at pivot highs and lows, which extend indefinitely to the right of the chart to highlight key support or resistance zones.
Dynamic Line Widths:
The width of the lines drawn at the pivots is dynamically adjusted based on the normalized volume, providing an indication of how significant the volume is relative to the overall market.
Volume Threshold:
The script compares the current volume to a reference volume (the 95th percentile of volume over the lookback period). This comparison determines whether the volume is considered "high" and therefore worthy of highlighting on the chart.
Alerts:
Alert conditions are set up to notify you when significant events happen on the chart, such as:
When a pivot high occurs with high volume.
When a pivot low occurs with high volume.
When any point with high volume is detected (not necessarily a pivot).
These alerts help you stay informed in real-time when key price points and volume surges happen.
Usage Instructions:
How to Use the Script:
Set the Script on the Chart:
After copying and pasting the script into the Pine Script editor in TradingView, add the indicator to your chart.
Visualizing Key Points:
Once the script is running on your chart, it will start plotting circles at the locations of detected pivot highs and pivot lows, with the size of the circle representing the volume of that bar relative to recent volume.
The circles are drawn in different colors for pivot highs and lows, making it easy to distinguish between them.
Lines will be drawn at the detected pivot points, extending indefinitely to the right, providing potential support or resistance levels.
Adjusting Settings (If Desired):
The script allows you to adjust several input parameters to customize its behavior:
Diameter Of Circles (step): Controls the size of the circles plotted around the pivots.
Filter Points by Volume (filter_vol): Sets the minimum volume level for a pivot to be plotted.
Length: Controls how many bars to consider on the left and right of a pivot when detecting pivot points.
Show Levels (show_lvl): Toggle whether or not the levels (lines) are displayed on the chart.
Adjusting these settings allows you to fine-tune how sensitive the script is to volume and how much historical data is considered in detecting pivots.
Alerts:
To set up alerts, click on the Alerts button (the alarm clock icon) in TradingView.
Create a new alert and select one of the following conditions:
Pivot High with High Volume: Triggers when a pivot high with high volume is detected.
Pivot Low with High Volume: Triggers when a pivot low with high volume is detected.
High Volume Point: Triggers when any high volume point (pivot or not) is detected.
Choose the notification method (e.g., pop-up, email, webhook, etc.), and the alert will notify you when the condition is met.
Example Use Case:
Trend Reversal Confirmation: If you're analyzing a bullish trend, a sudden pivot high with high volume could indicate a potential trend reversal or resistance point. Similarly, a pivot low with high volume could indicate a potential support level.
Volume Surge Detection: High volume points not necessarily related to a pivot could indicate unusual market activity. By setting up alerts for high-volume points, you can be alerted when the market is showing unusual participation, which might signify important upcoming price movements.
Final Thoughts:
This script is primarily designed to help traders spot significant price levels (pivots) along with the volume that validates these levels. It's a useful tool for identifying potential reversal points or important support and resistance areas. By using the alerts, you can automate the process of monitoring these levels and volume surges, ensuring you don't miss important opportunities.
Flowmatic LTF/HTF SpheresRSI 30-70 Sphere layer script
Pairs great with ML community script
Great for LTF scalping or rule based trading
Session Boxes Higher / Low + Nachhandelszeiten//@version=6
indicator("Session Boxes", overlay=true)
// Zeit-Einstellung
is_summertime = input.bool(true, title="Sommerzeit aktiv", group="Zeiteinstellung", tooltip="Bei Winterzeit werden alle Zeiten automatisch um 1 Stunde früher angesetzt")
time_offset = is_summertime ? 0 : -1 // -1 Stunde im Winter
// Einstellungen für Sessions anzeigen/ausblenden
show_asia = input.bool(true, title="Asien Session anzeigen", group="Session Anzeige")
show_london = input.bool(true, title="London Session anzeigen", group="Session Anzeige")
show_ny_morning = input.bool(true, title="New York Vormittag anzeigen", group="Session Anzeige")
show_ny_afternoon = input.bool(true, title="New York Nachmittag anzeigen", group="Session Anzeige")
show_afterhours = input.bool(true, title="Nachhandelszeit anzeigen (2h)", group="Session Anzeige")
// Zeiten konfigurierbar machen (Sommerzeit-Zeiten, werden automatisch für Winterzeit angepasst)
asia_start = input.float(1.0, title="Asien Start (Stunde)", minval=0, maxval=23.59, step=0.5, group="Asien Zeiten")
asia_end = input.float(7.0, title="Asien Ende (Stunde)", minval=0, maxval=23.59, step=0.5, group="Asien Zeiten")
london_start = input.float(9.0, title="London Start (Stunde)", minval=0, maxval=23.59, step=0.5, group="London Zeiten")
london_end = input.float(11.0, title="London Ende (Stunde)", minval=0, maxval=23.59, step=0.5, group="London Zeiten")
ny_morning_start = input.float(15.5, title="NY Vormittag Start (Stunde)", minval=0, maxval=23.59, step=0.5, group="NY Vormittag Zeiten")
ny_morning_end = input.float(17.0, title="NY Vormittag Ende (Stunde)", minval=0, maxval=23.59, step=0.5, group="NY Vormittag Zeiten")
ny_afternoon_start = input.float(19.5, title="NY Nachmittag Start (Stunde)", minval=0, maxval=23.59, step=0.5, group="NY Nachmittag Zeiten")
ny_afternoon_end = input.float(21.0, title="NY Nachmittag Ende (Stunde)", minval=0, maxval=23.59, step=0.5, group="NY Nachmittag Zeiten")
// Angepasste Zeiten mit Sommer/Winterzeit-Offset
asia_start_adjusted = asia_start + time_offset
asia_end_adjusted = asia_end + time_offset
london_start_adjusted = london_start + time_offset
london_end_adjusted = london_end + time_offset
ny_morning_start_adjusted = ny_morning_start + time_offset
ny_morning_end_adjusted = ny_morning_end + time_offset
ny_afternoon_start_adjusted = ny_afternoon_start + time_offset
ny_afternoon_end_adjusted = ny_afternoon_end + time_offset
// Berechnung der Bars für 2 Stunden basierend auf dem Timeframe
t = str.tonumber(timeframe.period)
bars_2hours = int(120 / t) // 120 Minuten = 2 Stunden
// Farben für die verschiedenen Sessions
asia_color = input.color(color.new(color.red, 70), title="Asien Session Farbe", group="Farben")
london_color = input.color(color.new(color.blue, 70), title="London Session Farbe", group="Farben")
ny_morning_color = input.color(color.new(color.green, 70), title="NY Vormittag Farbe", group="Farben")
ny_afternoon_color = input.color(color.new(color.purple, 70), title="NY Nachmittag Farbe", group="Farben")
// Nachhandelszeit Farben (heller als die Hauptsessions)
asia_afterhours_color = color.new(color.red, 85)
london_afterhours_color = color.new(color.blue, 85)
ny_morning_afterhours_color = color.new(color.green, 85)
ny_afternoon_afterhours_color = color.new(color.purple, 85)
// Funktionen zur Überprüfung, ob wir uns in einer bestimmten Session befinden
inAsiaSession(t) =>
h = hour(t)
m = minute(t)
time_decimal = h + m/60
time_decimal >= asia_start_adjusted and time_decimal < asia_end_adjusted
inLondonSession(t) =>
h = hour(t)
m = minute(t)
time_decimal = h + m/60
time_decimal >= london_start_adjusted and time_decimal < london_end_adjusted
inNYMorningSession(t) =>
h = hour(t)
m = minute(t)
time_decimal = h + m/60
time_decimal >= ny_morning_start_adjusted and time_decimal < ny_morning_end_adjusted
inNYAfternoonSession(t) =>
h = hour(t)
m = minute(t)
time_decimal = h + m/60
time_decimal >= ny_afternoon_start_adjusted and time_decimal < ny_afternoon_end_adjusted
// High/Low-Berechnung für Asien Session
var float asiaHigh = na
var float asiaLow = na
var int asiaStartBar = na
var bool inAsiaSessionPrev = false
inAsiaSessionCurr = inAsiaSession(time)
if inAsiaSessionCurr and not inAsiaSessionPrev
asiaHigh := high
asiaLow := low
asiaStartBar := bar_index
else if inAsiaSessionCurr
asiaHigh := math.max(asiaHigh, high)
asiaLow := math.min(asiaLow, low)
else if not inAsiaSessionCurr and inAsiaSessionPrev and show_asia
box.new(asiaStartBar, asiaHigh, bar_index, asiaLow, asia_color, bgcolor=asia_color)
if show_afterhours
box.new(bar_index, asiaHigh, bar_index + int(bars_2hours), asiaLow, asia_afterhours_color, bgcolor=asia_afterhours_color)
asiaHigh := na
asiaLow := na
inAsiaSessionPrev := inAsiaSessionCurr
// High/Low-Berechnung für London Session
var float londonHigh = na
var float londonLow = na
var int londonStartBar = na
var bool inLondonSessionPrev = false
inLondonSessionCurr = inLondonSession(time)
if inLondonSessionCurr and not inLondonSessionPrev
londonHigh := high
londonLow := low
londonStartBar := bar_index
else if inLondonSessionCurr
londonHigh := math.max(londonHigh, high)
londonLow := math.min(londonLow, low)
else if not inLondonSessionCurr and inLondonSessionPrev and show_london
box.new(londonStartBar, londonHigh, bar_index, londonLow, london_color, bgcolor=london_color)
if show_afterhours
box.new(bar_index, londonHigh, bar_index + int(bars_2hours), londonLow, london_afterhours_color, bgcolor=london_afterhours_color)
londonHigh := na
londonLow := na
inLondonSessionPrev := inLondonSessionCurr
// High/Low-Berechnung für NY Morning Session
var float nyMorningHigh = na
var float nyMorningLow = na
var int nyMorningStartBar = na
var bool inNYMorningSessionPrev = false
inNYMorningSessionCurr = inNYMorningSession(time)
if inNYMorningSessionCurr and not inNYMorningSessionPrev
nyMorningHigh := high
nyMorningLow := low
nyMorningStartBar := bar_index
else if inNYMorningSessionCurr
nyMorningHigh := math.max(nyMorningHigh, high)
nyMorningLow := math.min(nyMorningLow, low)
else if not inNYMorningSessionCurr and inNYMorningSessionPrev and show_ny_morning
box.new(nyMorningStartBar, nyMorningHigh, bar_index, nyMorningLow, ny_morning_color, bgcolor=ny_morning_color)
if show_afterhours
box.new(bar_index, nyMorningHigh, bar_index + int(bars_2hours), nyMorningLow, ny_morning_afterhours_color, bgcolor=ny_morning_afterhours_color)
nyMorningHigh := na
nyMorningLow := na
inNYMorningSessionPrev := inNYMorningSessionCurr
// High/Low-Berechnung für NY Afternoon Session
var float nyAfternoonHigh = na
var float nyAfternoonLow = na
var int nyAfternoonStartBar = na
var bool inNYAfternoonSessionPrev = false
inNYAfternoonSessionCurr = inNYAfternoonSession(time)
if inNYAfternoonSessionCurr and not inNYAfternoonSessionPrev
nyAfternoonHigh := high
nyAfternoonLow := low
nyAfternoonStartBar := bar_index
else if inNYAfternoonSessionCurr
nyAfternoonHigh := math.max(nyAfternoonHigh, high)
nyAfternoonLow := math.min(nyAfternoonLow, low)
else if not inNYAfternoonSessionCurr and inNYAfternoonSessionPrev and show_ny_afternoon
box.new(nyAfternoonStartBar, nyAfternoonHigh, bar_index, nyAfternoonLow, ny_afternoon_color, bgcolor=ny_afternoon_color)
if show_afterhours
box.new(bar_index, nyAfternoonHigh, bar_index + int(bars_2hours), nyAfternoonLow, ny_afternoon_afterhours_color, bgcolor=ny_afternoon_afterhours_color)
nyAfternoonHigh := na
nyAfternoonLow := na
inNYAfternoonSessionPrev := inNYAfternoonSessionCurr
Engulfing S/R Reversal - Tawengskiuses engulfing candle confirmation for reversal with volume and S/R for confluence
TheSmartTradingGuy - Master Script 001TheSmartTradingGuy - Master Script 001 (Youtube: @thesmarttradingguy)
📌 Overview:
The Master Script 001 is an advanced trading indicator designed to help traders identify trends, key support & resistance levels, and momentum shifts. It integrates multiple technical indicators, including ADX, RSI, Moving Averages, VWAP, Pivot Points, and Supertrend, to provide a comprehensive trading strategy.
🔹 Key Features:
✔ ADX Trend Detection – Helps filter out weak trends and avoid no-trade zones.
✔ Supertrend-Based Buy/Sell Signals – Provides dynamic trend-following signals.
✔ Long-Term & Short-Term Moving Averages – Identifies market direction.
✔ RSI with Customizable Moving Average Smoothing – Detects overbought/oversold conditions.
✔ VWAP (Volume-Weighted Average Price) – Helps track institutional price levels.
✔ Pivot Points with Support & Resistance Levels – Identifies key price action zones.
📊 How to Use:
1️⃣ Trend Confirmation: Use ADX and Moving Averages to confirm strong trends.
2️⃣ Entry Signals: Buy when a bullish Supertrend signal appears & price is above VWAP. Sell when a bearish signal appears & price is below VWAP.
3️⃣ Momentum & Strength: Check RSI levels and ADX values to validate trade setups.
4️⃣ Support & Resistance: Use Pivot Points to identify potential reversal or breakout zones.
5️⃣ VWAP for Institutional Levels: Monitor VWAP positioning to gauge market sentiment.
⚙ Customization:
🔹 Adjust ADX, Supertrend Multiplier, RSI Length, and Moving Average Type to fit your trading style.
🔹 Enable/Disable Signals, VWAP, and Pivots as per your preference.
📌 Ideal for:
✅ Trend Traders
✅ Scalpers & Swing Traders
✅ Institutional & Retail Traders
🛑 Risk Disclaimer:
This script is for educational purposes only. Always perform your own analysis before taking any trade. Past performance does not guarantee future results.
🚀 Developed by: TheSmartTradingGuy
Volume Bars with NumbersAttached is a custom script I developed with intent to facilitate your trading endeavors. If you are like me utilize price action, volume and momentum trading, then this is the indicator that will greatly benefit your trading strategy. This indicator will help you capture momentum trades as they occur. Hope it helps.
-Don V
Nikelx / Liquidity Map with Clear Entries and Exits Liquidity Map with Clear Entries and Exits/ Стратегия будет отслеживать уровни поддержки и сопротивления, а также анализировать объемы. Когда происходит пробой уровня с увеличением объема, стратегия открывает позицию.
Для каждой позиции будет автоматически вычисляться выход по обратному сигналу (например, пробой уровня противной стороны).
Метки на графике позволяют вам отслеживать момент открытия и закрытия позиции визуально, а стратегия будет автоматически рассчитывать вашу прибыль или убыток.
Multi-Timeframe Anchored VWAP with Easy Custom AnchorsThis Multi-Timeframe Anchored VWAP (Volume Weighted Average Price) indicator allows traders to track VWAPs across multiple timeframes while also enabling two custom VWAP anchors for personalized analysis.
🚀 Features:
✅ Pre-Configured Multi-Timeframe VWAPs
Hourly VWAP ⏳
Daily VWAP 📅
Weekly VWAP 📈
Monthly VWAP 📆
Quarterly VWAP 🔄
Yearly VWAP 🎯
✅ Custom Anchored VWAPs 🏆
Set your own Custom VWAP Start Dates & Times with full flexibility.
Ideal for analyzing specific market events, earnings releases, or major price movements.
✅ User-Friendly Settings
Toggle individual VWAPs ON/OFF to declutter your chart.
Easily select custom anchor dates & times without needing UNIX timestamps.
✅ Dynamic & Real-Time Updates
Each VWAP resets at the beginning of its respective timeframe.
Custom VWAPs start tracking from the selected time forward.
✅ Optimized for TradingView
Works on stocks, forex, crypto, and futures.
Lightweight & efficient—doesn’t slow down your charts.
💡 How to Use:
1️⃣ Enable/Disable the desired VWAPs in the settings.
2️⃣ Set custom anchor times for specific VWAPs.
3️⃣ Watch how VWAPs dynamically adjust to price movements in real-time!
🎯 Ideal for:
Intraday & swing traders who rely on VWAP as a dynamic support/resistance tool.
Institutional & retail traders looking for precise entry/exit points.
Analyzing price action around key levels based on past events.
🔥 Perfect for traders who love VWAP and want full control over their analysis! 🔥
🚀 Try it out and let me know how it improves your trading! 🚀
📢 Notes:
This indicator does not generate buy/sell signals—it is meant for price action confirmation and trade execution.
Best used in combination with other technical indicators and strategies.
📈 Happy Trading! 📈 🚀
Fair Value Gap [LuxAlgo] with Midline [MUSA]Fair Value Gap with Midline
Fair value gaps (FVG) highlight imbalances areas between market participants and have become popular amongst technical analysts. The following script aims to display fair value gaps alongside the percentage of filled gaps and the average duration (in bars) before gaps are filled.
Users can be alerted when an FVG is filled using the alerts built into this script.
OG:
Segnale Volume X3This indicator adds a flag in the candle that has a 3 times higher volume than the avergae last 15 candels
fairas Gold ScalpingStrategi trading emas dapat dilakukan dengan memperhatikan pergerakan nilai dolar AS, karena nilai dolar AS sering dikaitkan dengan harga emas.
Strategi trading emas
Saat diprediksi nilai dolar AS akan menurun, maka trader akan memasang posisi buy XAU/USD.
Emas dianggap sebagai tempat berlindung yang paling aman, biasanya mampu bertahan terhadap gejolak pasar dan mempertahankan nilainya dalam periode penurunan ekonomi.
Trading emas secara online
Trading emas secara online adalah perdagangan secara virtual tanpa melibatkan perpindahan aset secara fisik.
Transaksi yang dilakukan lebih simpel, aman, dan hemat biaya.
Waktu terbaik trading emas
Waktu emas paling banyak diperdagangkan adalah sekitar pukul 15.00 – 23.00 (GMT+3).
Perdagangan emas digital
Transaksi logam mulia digital itu sah dan halal.
MUI membolehkan transaksi jual beli emas digital.
RVOL Color-Coded VolumeRVOL Color-Coded Volume Indicator
This tool visualizes volume intensity through color-coded bars in a separate panel, making it easy to identify significant market moves driven by unusual volume.
Key Features:
- Displays volume bars with varying colors and intensities based on RVOL (Relative Volume)
- Shows a customizable moving average line for volume reference
- Includes alert conditions for different RVOL thresholds
Color System:
Blue shades (Bullish):
- Light: Normal volume (RVOL < 1)
- Medium: Above average volume
- Dark: Heavy buying volume
- Solid: Extreme volume surge
Pink shades (Bearish):
- Light: Normal volume (RVOL < 1)
- Medium: Increased selling
- Dark: Heavy selling
- Solid: Extreme selling pressure
Gray shades (Neutral):
- Used when opening and closing prices are equal
- Intensity varies with RVOL level
Additional Features:
- Dotted threshold lines for easy reference
- Background highlighting for extreme volume events
- Data window shows exact RVOL values
- Multiple alert conditions for volume thresholds
The indicator helps traders spot potential trend changes and momentum shifts by highlighting unusual volume patterns without interfering with price analysis.
Crypto Scanner IndicatorExplanation of Criteria
Highest High of 125 Days:
Compares the current closing price to the highest price in the last 125 days.
Triggers when the close equals the highest high (adjust to >= if you want to include closes above prior highs).
Volume Double the 125-Day Average:
Checks if the current volume is at least twice the average volume of the past 125 days.
RSI Below 70:
Uses the 14-period RSI to avoid overbought conditions (RSI < 70).
Segnale Volume XYou get a flag when the volume of the candle is X time over the averga volume of the last Y candles
Test(1-Minute)HG test 1 minute time frame analysis, marking out the high and low before market open.
Luma Signals - Demand IndexLuma Signals - Demand Index
Der Luma Signals Demand Index misst die Kauf- und Verkaufskraft im Markt durch die Analyse von Preisbewegungen und Volumendynamik. Er nutzt aktuelle Marktdaten, um potenzielle Trends und Umkehrungen frühzeitig zu identifizieren.
Kernfunktionen:
✔ Erkennt Marktphasen: Identifiziert Nachfrageüberhang durch Kauf- oder Verkaufsdruck
✔ Glättung für bessere Analyse: Enthält eine geglättete Linie zur besseren Trendbestätigung
✔ Null-Linie als Referenz: Unterstützt die Interpretation von Trendwechseln
✔ Live-Marktdaten: Basiert auf realen Preis- und Volumenveränderungen
👉 Entwickelt für eine präzise Orderflow-Analyse und bessere Handelsentscheidungen.
🌐 Mehr Infos: www.luma-signals.com