Volume Peak RectangleOutlines the 'Latest' Highest Volume Bar. Typically High Volume bars create very good support and resistance levels. This is a draw off the Opening Range Breakout theory, with the idea that high volume candles create very good upper and lower levels of liquidity zones.
Candlestick analysis
BLCKBOX MACD IndicatorThis indicator is based on the standard Trading View MACD Indicator with added visual prompts to take the guess work out of buying and selling. Only use this indicator when you decide to get in or get out. Used in conjunction with "BLCKBOX Buying / Selling Sentiment" indicator.
📊 Prophet Profits SMC Scanner 2.0This scanner is jam packed with features:
Lightning Bolts - Shows Futures Market Open for Forex
Stars Show Market Open for London & NewYork
The Red Smart Candles - Based of the 15 Minute shows major liquidity zones the banks use to shift volume
The Pink candles - Show 5 minute Liquidity blocks
The EMA's help identify price direction (200 is based off the 15)
The background helps identify price direction
The Poop emoji and Cash bag show price momentum trading for swing traders
The Pinks arrows are to identify volume metrics for direction shift in orders
This scanner has a lot of customization in the settings that needs to be done in order for it to appear properly and is part of a free trading community on Telegram. If you would like to learn how to implement this strategy connect with me on social media with the same username as here.
New updates lets toggle on and off emoji indicators
AlphaPulse Luxury Suite Elite🔷 AlphaPulse Luxury Suite — Your Precision Trading Companion
AlphaPulse Luxury Suite is a premium, invite-only multi-strategy indicator designed for traders who demand actionable, real-time insights with institutional-grade clarity. This suite intelligently fuses trend detection, momentum confirmation, volume validation, and risk analytics into one seamless on-chart system.
🔍 What It Does and How It Works
AlphaPulse is more than just a mashup — it’s a unified strategy engine that combines proven trading methodologies into a cohesive decision-support tool. The system monitors real-time trend regimes, filters signal quality using momentum-volume alignment, and dynamically plots entries and exits with risk-managed precision.
✅ Core Components
🔹 Trend Regime Detection (SuperTrend Core)
Uses adaptive SuperTrend logic to identify evolving trend phases.
Gradient overlays reflect trend strength and volatility zones.
🔹 Multi-Layer Signal Confirmation
Signals only appear when momentum (MACD divergence), trend alignment (MA crossovers), and volume shifts agree.
Filters out noise and helps you stay in trades longer with confidence.
🔹 Alpha Dashboard
On-chart HUD includes metrics like:
Trend Strength Score
Momentum Status
Volatility Pressure
Signal Quality Meter
Dynamic Risk Zones
🔹 Risk/Reward Overlay
Uses ATR-based volatility logic to auto-calculate Stop Loss and Take Profit levels.
Customizable for scalpers, swing traders, and longer-term plays.
🔹 Clean Display Toggle
Switch to minimal mode with a single click — keep your chart sleek and focused.
🧠 Strategic Use Cases
AlphaPulse is ideal for:
Intraday scalping on lower timeframes
Swing entries with confirmation layers
Trend-following with risk control
Discretionary setups enhanced by confluence
⚙️ How to Trade with It
Wait for buy/sell label confirmation after confluence triggers.
Confirm with the dashboard: trend, momentum, and volume all aligned.
Use the built-in SL/TP levels or your own system.
Exit when trend weakens, volatility shifts, or opposite signal appears.
Disclaimer: This script is invite-only and does not guarantee profits. Use it as part of a disciplined, tested trading strategy.
Candle Crossing 9 & 20 SMAputs green arrow when candle crosses both 9 and 20 SMAs moving up
puts red arrow when candle cross SMAs moving down
AlgoRanger Momentum + Trend - Following//@version=5
indicator("AlgoRanger Momentum + Trend - Following", overlay=true)
startLen = input.int(20, title="Start EMA Length")
step = input.int(5, title="Step between EMAs")
maxCount = 8 // max number of EMAs
getColor(_price, _ema) =>
_price > _ema ? color.rgb(3, 203, 106) : color.rgb(255, 37, 37)
ema1 = ta.ema(close, startLen + 0 * step)
ema2 = ta.ema(close, startLen + 1 * step)
ema3 = ta.ema(close, startLen + 2 * step)
ema4 = ta.ema(close, startLen + 3 * step)
ema5 = ta.ema(close, startLen + 4 * step)
ema6 = ta.ema(close, startLen + 5 * step)
ema7 = ta.ema(close, startLen + 6 * step)
ema8 = ta.ema(close, startLen + 7 * step)
plot(ema1, color=getColor(close, ema1), linewidth=1, title="EMA 1")
plot(ema2, color=getColor(close, ema2), linewidth=1, title="EMA 2")
plot(ema3, color=getColor(close, ema3), linewidth=1, title="EMA 3")
plot(ema4, color=getColor(close, ema4), linewidth=1, title="EMA 4")
plot(ema5, color=getColor(close, ema5), linewidth=1, title="EMA 5")
plot(ema6, color=getColor(close, ema6), linewidth=1, title="EMA 6")
plot(ema7, color=getColor(close, ema7), linewidth=1, title="EMA 7")
plot(ema8, color=getColor(close, ema8), linewidth=1, title="EMA 8")
Precision Swing Point color (PSP) IndicatorPSP Quarterly Theory indicator - Anyone can see source code, if you make some improvements (true opens, ssmt.. etc) to it let me know. we are a community and should share knowledge. If i didnt believe we are all one, i wouldnt have put this script public. Credits to medic, daye, jacob
1. Blue dot: PSP in NQ
2. Red dot: PSP in ES
3. Green dot: PSP YM
4. Yellow dot: PSP more than one asset
Candle Midpoint//@version=5
indicator("Candle Midpoint", overlay=true)
// Calculate midpoint of the current candle
mid = (high + low) / 2
// Plot the midpoint
plot(mid, title="Candle Midpoint", color=color.orange, linewidth=2)
Engulfing Bar Liquidity SweepIts an indicator that sweeps liquidity before going to the opposite direction.
OI + Intraday Levels Tool for HoonMheeThis tool is designed specifically for drawing horizontal lines based on Hoonmhee trading data. It is not a complete trading strategy and does not generate any buy or sell signals.
SuperTrend_akkamVolatility Length: Determines the period for calculating market volatility.
Deviation Length: Specifies the period for calculating standard deviation.
Deviation Multiplier: Adjusts the impact of deviation on calculations.
ATR Multiplier: Controls the value of ATR (Average True Range) affecting the calculations.
Profit Target: Defines the number of points to achieve profit before exiting the trade.
Spread: Allows adding the spread to the entry and exit prices for more accurate trade calculations.
Time Window: Defines the time periods during which signals should be active, such as the start and end times for trading during the day.
Volume Spike GoldDescription:
This script is designed to identify significant volume spikes in the market, which often indicate increased trading activity and potential price movements. Volume spikes can be a precursor to breakouts, reversals, or other significant market events. The script highlights these spikes on the chart, allowing traders to quickly spot periods of unusual trading activity.
Key Features:
Volume Spike Detection: The script calculates the average volume over a user-defined period and identifies spikes that exceed a specified threshold (e.g., 2x or 3x the average volume).
Customizable Threshold: Users can adjust the sensitivity of the volume spike detection by setting a multiplier for the average volume.
Visual Alerts: Volume spikes are highlighted on the chart with colored bars or markers, making them easy to spot.
Alerts: Optional alerts can be set up to notify traders when a volume spike occurs, ensuring they don’t miss potential opportunities.
Historical Analysis: The script can be used to analyze historical data to identify patterns or trends associated with volume spikes.
How It Works:
The script calculates the average volume over a specified lookback period.
It compares the current volume to the average volume and identifies spikes that exceed the user-defined threshold.
When a spike is detected, the script highlights the corresponding candlestick or bar on the chart.
Use Cases:
Breakout Trading: Volume spikes often accompany breakouts from key support or resistance levels.
Reversal Signals: A sudden increase in volume can indicate a potential reversal in price direction.
Confirmation Tool: Use volume spikes to confirm other technical signals, such as moving average crossovers or trendline breaks.
Inputs:
Lookback Period: The number of bars used to calculate the average volume (e.g., 20, 50, or 100).
Volume Multiplier: The threshold multiplier for identifying spikes (e.g., 2.0 for 2x the average volume).
Alert Options: Enable or disable alerts for volume spikes.
Example:
If the average volume over the last 20 bars is 10,000 and the volume multiplier is set to 2.0, the script will highlight any bar with a volume greater than 20,000
CMT CMT provides thamn more information than good information it will be a good indicator to set up the things will be a good indicator
DK Supply & Demand🧠 What It Does:
The DK Supply & Demand indicator highlights candles with low trading volume, which may indicate weak buying or selling pressure at potential supply or demand zones.
It plots:
🔺 Green triangles above bullish candles with low volume
🔻 Red triangles below bearish candles with low volume
This can help you identify:
-->Exhausted buyers at potential supply zones
-->>Exhausted sellers at potential demand zones
🧾 How It Works:
The script checks if the current candle’s volume is lower than both of the previous two candles.
Conditions:
✅ Bullish Low Volume Candle:
Candle closes above open (close > open)
Volume is lower than the previous two bars
→ 🟢 Plotted as a green triangle above the candle
✅ Bearish Low Volume Candle:
Candle closes below open (close < open)
Volume is lower than the previous two bars
→ 🔴 Plotted as a red triangle below the candle
🛠️ How to Use It:
1: Look for green/red triangle signals:
/ Green triangle = weak bullish candle (potential demand zone)
/ Red triangle = weak bearish candle (potential supply zone)
2: Combine with other tools:
/ Use alongside price action, support/resistance, or volume profile for better decision-making.
/ Confirm with breakouts, reversal patterns, or volume spikes.
⏱️ Best Timeframes:
/ Works on all timeframes
/ Most useful on 5M, 15M, 1H and higher when identifying structure levels
⚠️ Limitations:
/ Low volume alone ≠ reversal — use this as a supporting signal, not a standalone strategy.
/ Avoid using on illiquid assets where volume is naturally low or inconsistent.
DK Climax📌 What This Indicator Does:
The "DK Climax" highlights price candles where volume is significantly higher than the volume seen over a customizable number of previous bars. It places:
🔴 Red dot above bullish candles (when the candle closes higher than it opened)
🟢 Green dot below bearish candles (when the candle closes lower than it opened)
This helps you visually catch volume anomalies, which may indicate breakouts, reversals, or institutional activity.
Customizing the Indicator:
Number of Previous Bars (n):
. Go to the chart, hover over the indicator title, and click the gear ⚙️ icon.
. You can adjust the Number of Previous Bars input to suit your timeframe:
10 is default (looks at the previous 10 candles).
Increase n to detect rarer spikes.
Decrease n to be more sensitive.
🧠 How to Interpret It:
🔴 Red Dot on Bullish Candle:
Signals strong buyer interest and potentially the beginning of an uptrend or breakout.
Use with support/resistance zones for confirmation.
🟢 Green Dot on Bearish Candle:
Indicates heavy selling pressure, possibly the start of a downtrend or reversal.
Watch for patterns like double tops, failed breakouts, etc.
💡 Pro Tips:
. Combine this indicator with:
Trend lines, moving averages, or price action.
Divergences on RSI or MACD.
. Works great in lower timeframes for scalping or higher timeframes for swing trading.
Multi Indicator [fikri production 2 ]Description
📊 Fikri Multi Indicator – Fully Automated Trading Indicator 🚀
This indicator is designed, created, and developed by Fikri Production, combining dozens of technical analysis elements into a single multi-functional indicator. By using this indicator, you no longer need to add other indicators to strengthen trading signals, as all essential elements are integrated into one automated and highly accurate system.
This signal represents my highest achievement in analyzing various indicators and decades of trading experience, all poured into a single powerful, multi-functional indicator with high accuracy.
With this indicator, your trading will be more controlled—no more reckless entries driven by emotions. You'll know where the price is moving, when it stops, and when it reverses.
🎯 Key Features:
✅ Automatic BUY & SELL signals with high accuracy.
✅ Entry points complete with Stop Loss (SL) & three Take Profit (TP) levels.
✅ Automatic trend filter—only valid signals aligned with market direction are displayed.
✅ Fully automated indicator—you only need to follow what is displayed on the chart.
⚙️ How the Indicator Works
📍 This indicator displays several essential trading elements:
1️⃣ Arrows with long tails → Main signals for entering BUY or SELL positions.
2️⃣ Arrowheads without tails → Warning signs for possible trend reversal.
3️⃣ Black circles → Indicate weak trends or sideways markets (unclear direction).
4️⃣ Trendline → Measures the strength and direction of price movements.
5️⃣ EMA 30 (Blue) → Determines the primary trend direction.
6️⃣ EMA 10 (Yellow) & EMA 5 (Black) → Identify the best momentum for entry.
📈 Trading Rules Using This Indicator
📉 SELL Signals
✔️ A bearish pattern forms (Bearish Engulfing, Bearish Pin Bar, or Doji).
✔️ Price is below EMA30.
✔️ EMA30 is sloping downward → Confirms bearish trend.
🚨 Avoid entries if EMA30 is flat!
📈 BUY Signals
✔️ A bullish pattern forms (Bullish Engulfing, Bullish Pin Bar, or Doji).
✔️ Price is above EMA30.
✔️ EMA30 is sloping upward → Confirms bullish trend.
🚨 Avoid entries if EMA30 is flat!
⚙️ Summary of Trading Strategy
Only open SELL positions when candles are below the blue line. Ignore BUY signals if candles are below the blue line, and vice versa.
Never open SELL or BUY positions when the blue line is flat, even if multiple signals appear. The best entries occur when the first TP, Entry, and SL signals appear. However, always ensure the candle conditions match the rules. For example, if an entry line suggests SELL, but the candle is above the blue line, the signal is weaker. The ideal and strongest conditions occur when a SELL signal appears with the candle below a downward-sloping blue line, followed by the entry line—this is the best setup. The same applies to BUY signals.
For arrowhead signals without tails—these are not primary signals, but rather warnings of potential trend reversal. Keep in mind that they are only alerts for caution, not main signals. Similarly, the black circle signals indicate weak market movements lacking direction, serving as additional warnings.
🎯 Advantages of This Indicator
✔️ Filters out false signals using EMA30 as the primary trend filter.
✔️ Combines Price Action & Trend Analysis to identify the best entry points.
✔️ Easy to use across various timeframes.
✔️ Comes with automatic SL & TP for better risk management.
🚀 Use Fikri Multi Indicator to maximize profits and minimize risks in your trading! 💹🔥
Let me know if you need any adjustments or refinements!
Inside Bar & High Volatility BarsIndicator that Marks
1) Inside Bar (which neither break High or Low of the last previous candle)
2) High Volatile Bars (which break both High and Low of the last previous candle)