Dynamic Ray BandsAbout Dynamic Ray Bands
Dynamic Ray Bands is a volatility-adaptive envelope indicator that adjusts in real time to evolving market conditions. It uses a Double Exponential Moving Average (DEMA) as its central trend reference, with upper and lower bands scaled according to current volatility measured by the Average True Range (ATR).
This creates a dynamic structure that visually frames price action, helping traders identify areas of potential trend continuation, overextension, or mean reversion.
How It Works
🟡 Centerline (DEMA)
The central yellow line is a Double Exponential Moving Average, which offers a smoother, less laggy trend signal than traditional moving averages. It represents the market’s short- to medium-term “equilibrium.”
🔵 Outer Bands
Plotted at:
Upper Band = DEMA + (ATR × outerMultiplier)
Lower Band = DEMA - (ATR × outerMultiplier)
These bands define the extreme bounds of current volatility. When price breaks above or below them, it can signal strong directional momentum or overbought/oversold conditions, depending on context. They're often used as trend breakout zones or to time exits after extended runs.
🟣 Inner Bands
Plotted closer to the DEMA:
Inner Upper = DEMA + (ATR × innerMultiplier)
Inner Lower = DEMA - (ATR × innerMultiplier)
These are preliminary volatility thresholds, offering early cues for potential expansion or reversal. They may be used for scalping, tight stop zones, or pre-breakout positioning.
🔁 Dynamic Width (Bands are Dynamically Adjusted Per Tick)
The width of both inner and outer bands is based on ATR (Average True Range), which is recalculated in real time. This means:
During high volatility, the bands expand, allowing for wider price fluctuations.
During low volatility, the bands contract, tightening range expectations.
Unlike fixed-width channels or standard Bollinger Bands (which use standard deviation), this per-tick adjustment via ATR enables Dynamic Ray Bands to reduce false signals in choppy markets and remain more reactive during trending conditions.
⚙️ Inputs
DMA Length — Period for the central DEMA.
ATR Length — Lookback used for ATR volatility calculations.
Outer Band Multiplier — Controls sensitivity of extreme bands.
Inner Band Multiplier — Controls proximity of inner bands.
Show Inner Bands — Toggle for plotting the inner zone.
🔔 Alerts
Alert conditions are included for:
Price closing above/below the outer bands (trend momentum or overextension)
Price closing above/below the inner bands (early signs of strength/weakness)
🧭 Use Cases
Breakout detection — Catch price continuation beyond the outer bands.
Volatility filtering — Adjust trade logic based on band width.
Mean reversion — Monitor for snapbacks toward the DEMA after price stretches too far.
Trend guidance — Use band slope and price position to confirm direction.
⚠️ Disclaimer
This script is intended for educational and informational purposes only. It does not constitute financial advice or a recommendation to trade any specific market or security. Always test indicators thoroughly before using them in live trading.
Educational
True Breakout Pattern [TradingFinder] Breakout Signal Indicator🔵 Introduction
In many market conditions, what initially appears to be a decisive breakout often turns out to be nothing more than a false breakout or fake breakout. Price breaks through a key swing level or an important support and resistance zone, only to quickly return to its previous range.
These failed breakouts, which are often the result of liquidity traps or market manipulation, serve more as a warning sign of structural weakness than confirmation of a new trend.
This indicator is designed around the concept of the fake breakout.
The logic is simple but precise : when price breaks a swing level and returns to that level within a maximum of five candles, the move is considered a false breakout. At this point, a Fibonacci retracement is applied to the recent price swing to evaluate the pullback area.
If price, within ten candles after the return to the breakout level, enters the Fibonacci zone between 0.618 and 1.0, the setup becomes valid for a potential entry. This area is identified as a long entry zone, with the stop loss placed just beyond the 1.0 level and the take profit defined based on the desired risk-to-reward ratio.
By combining accurate detection of false breakouts, analysis of price reaction to swing levels, and alignment with Fibonacci retracement logic, this framework allows traders to identify opportunities often missed by others. In a market where failed breakouts are a common and recurring phenomenon, this indicator aims to transform these traps into measurable trading opportunities.
Long Setup :
Short Setup :
🔵 How to Use
This indicator operates based on the recognition of false breakouts from structural levels in the market, specifically swing levels, and combines that with Fibonacci retracement analysis.
In this strategy, trades are only considered when price returns to the broken level within a defined time window and reacts appropriately inside a predefined Fibonacci range. Depending on the direction of the initial breakout, the system outlines two scenarios for long and short setups.
🟣 Long Setup
In the long setup, price initially breaks below a support level or swing low. If the price returns to the broken level within a maximum of five candles, the move is identified as a fake breakout.
At this stage, a Fibonacci retracement is drawn from the recent high to the low. If price, within ten candles of returning to the level, moves into the 0.618 to 1.0 Fibonacci zone, the conditions for a long entry are met.
The stop loss is placed slightly below the 1.0 level, while the take profit is set based on the trader’s preferred risk-reward ratio. This setup aims to capture deeply discounted entries at low risk, aligned with smart money reversals.
🟣 Short Setup
In the short setup, the price breaks above a resistance level or swing high. If the price returns to that level within five candles, the move is again treated as a false breakout. Fibonacci is then drawn from the recent low to the high to observe the retracement area.
Should price enter the 0.618 to 1.0 Fibonacci range within ten candles of returning, a short entry is considered valid. In this case, the stop loss is placed just above the 1.0 level, and the take profit is adjusted based on the intended risk-reward target. This method allows traders to identify high-probability short setups by focusing on failed breakouts and deep pullbacks.
🔵 Settings
🟣 Logical settings
Swing period : You can set the swing detection period.
Valid After Trigger Bars : Limits how many candles after a fake breakout the entry zone remains valid.
Max Swing Back Method : It is in two modes "All" and "Custom". If it is in "All" mode, it will check all swings, and if it is in "Custom" mode, it will check the swings to the extent you determine.
Max Swing Back : You can set the number of swings that will go back for checking.
🟣 Display settings
Displaying or not displaying swings and setting the color of labels and lines.
🟣 Alert Settings
Alert False Breakout : Enables alerts for Breakout.
Message Frequency : Determines the frequency of alerts. Options include 'All' (every function call), 'Once Per Bar' (first call within the bar), and 'Once Per Bar Close' (final script execution of the real-time bar). Default is 'Once per Bar'.
Show Alert Time by Time Zone : Configures the time zone for alert messages. Default is 'UTC'.
🔵 Conclusion
A sound understanding of the false breakout phenomenon and its relationship to structural price behavior is essential for technical traders aiming to improve precision and consistency. Many poor trading decisions stem from misinterpreting failed breakouts and entering too early into weak signals.
A structured approach, grounded in the analysis of swing levels and validated through specific price action and timing rules, can turn these misleading moves into valuable trade opportunities.
This indicator, by combining fake breakout detection with time filters and Fibonacci-based retracement zones, helps traders only engage with the market when multiple confirming factors are in alignment. The result is a strategy that emphasizes probability, risk control, and clarity in decision-making, offering a solid edge in navigating today’s volatile markets.
Momentum_EMABandThe Momentum EMA Band V1 is a precision tool designed for intraday traders & scalpers. This is the first version of the script, combining three powerful technical elements to help traders identify directional moves while filtering out weak, choppy market phases.
🔧 How the Indicator Works — Combined Logic
This indicator merges well-known but distinct concepts into a unified visual framework:
1️⃣ EMA Price Band — Dynamic Zone Visualization
Plots upper and lower EMA bands based on user input (default: 9-period EMA).
Price relative to the bands provides immediate visual cues:
Green Band: Price above the upper EMA — bullish strength.
Red Band: Price below the lower EMA — bearish pressure.
Yellow Band: Price within the band — neutral zone.
2️⃣ Supertrend Overlay — Reliable Trend Confirmation
ATR-based Supertrend logic (customizable ATR length & factor).
Green Supertrend Line: Uptrend confirmation.
Red Supertrend Line: Downtrend confirmation.
Helps traders ride trends with dynamic levels that adjust to volatility.
3️⃣ ADX-Based No Trade Zone — Choppy Market Filter
Manual ADX calculation measures trend strength (default ADX length: 14).
When ADX is below a user-defined threshold (default: 20) and price is within the EMA Band buffer, a gray background highlights sideways or indecisive market conditions — suggesting no new trade or low momentum zone
Optional gray triangle marker shows the start of each No-Trade Zone phase.
🎯 Key Features
✅ Combines EMA Bands, Supertrend & ADX filtering for comprehensive market context.
✅ Visual No-Trade Zone shading keeps traders out of low-probability setups.
✅ Supertrend Line tracks evolving trend bias.
✅ Fully customizable — adjust EMA, ATR, ADX settings to match different instruments or styles.
✅ Clean, focused chart presentation for easy interpretation.
💡 Practical Application
Momentum Breakouts: Enter trades when price breaks beyond the EMA Band, with Supertrend confirmation.
Avoid Sideways Traps: Refrain from trading during gray-shaded No-Trade Zones, minimizing exposure to whipsaws.
Scalping & Intraday Edge: Particularly effective on lower timeframes where choppy periods are common.
⚠️ Important Disclaimer
This is Version 1 — future versions may expand on features based on trader feedback.
This script is for educational purposes only. Always combine with risk management and thorough strategy validation.
No indicator guarantees profitability — use this tool as part of a broader trading system.
Crypto Risk-Weighted Allocation SuiteCrypto Risk-Weighted Allocation Suite
This indicator is designed to help users explore dynamic portfolio allocation frameworks for the crypto market. It calculates risk-adjusted allocation weights across major crypto sectors and cash based on multi-factor momentum and volatility signals. Best viewed on INDEX:BTCUSD 1D chart. Other charts and timeframes may give mixed signals and incoherent allocations.
🎯 How It Works
This model systematically evaluates the relative strength of:
BTC Dominance (CRYPTOCAP:BTC.D)
Represents Bitcoin’s share of the total crypto market. Rising dominance typically indicates defensive market phases or BTC-led trends.
ETH/BTC Ratio (BINANCE:ETHBTC)
Gauges Ethereum’s relative performance versus Bitcoin. This provides insight into whether ETH is leading risk appetite.
SOL/BTC Ratio (BINANCE:SOLBTC)
Measures Solana’s performance relative to Bitcoin, capturing mid-cap layer-1 strength.
Total Market Cap excluding BTC and ETH (CRYPTOCAP:TOTAL3ES)
Represents Altcoins as a broad category, reflecting appetite for higher-risk assets.
Each of these series is:
✅ Converted to a momentum slope over a configurable lookback period.
✅ Standardized into Z-scores to normalize changes relative to recent behavior.
✅ Smoothed optionally using a Hull Moving Average for cleaner signals.
✅ Divided by ATR-based volatility to create a risk-weighted score.
✅ Scaled to proportionally allocate exposure, applying user-configured minimum and maximum constraints.
🪙 Dynamic Allocation Logic
All signals are normalized to sum to 100% if fully confident.
An overall confidence factor (based on total signal strength) scales the allocation up or down.
Any residual is allocated to cash (unallocated capital) for conservative exposure.
The script automatically avoids “all-in” bias and prevents negative allocations.
📊 Outputs
The indicator displays:
Market Phase Detection (which asset class is currently leading)
Risk Mode (Risk On, Neutral, Risk Off)
Dynamic Allocations for BTC, ETH, SOL, Alts, and Cash
Optional momentum plots for transparency
🧠 Why This Is Unique
Unlike simple dominance indicators or crossovers, this model:
Integrates multiple cross-asset signals (BTC, ETH, SOL, Alts)
Adjusts exposure proportionally to signal strength
Normalizes by volatility, dynamically scaling risk
Includes configurable constraints to reflect your own risk tolerance
Provides a cash fallback allocation when conviction is low
Is entirely non-repainting and based on daily closing data
⚠️ Disclaimer
This script is provided for educational and informational purposes only.
It is not financial advice and should not be relied upon to make investment decisions.
Past performance does not guarantee future results.
Always consult a qualified financial advisor before acting on any information derived from this tool.
🛠 Recommended Use
As a framework to visualize relative momentum and risk-adjusted allocations
For research and backtesting ideas on portfolio allocation across crypto sectors
To help build your own risk management process
This script is not a turnkey strategy and should be customized to fit your goals.
✅ Enjoy exploring dynamic crypto allocations responsibly!
Sarhan smart map 📌 ** SARHAN Smart Map – Advanced Smart Money Trading Suite**
SARHAN Smart Map is a comprehensive institutional-style toolkit built for traders who apply Smart Money Concepts (SMC), market structure analysis, and liquidity dynamics. The system integrates multiple visual tools into a unified, modular environment designed for real-time decision-making and educational purposes.
---
## 🔍 Component-by-Component Breakdown:
### 1. **Market Structure (Break of Structure & Change of Character)**
- **Logic:**
The indicator identifies major structural shifts using pivot high/low logic.
A **Break of Structure (BOS)** is triggered when price breaks the last swing high/low in the direction of the trend.
A **Change of Character (CHoCH)** occurs when price breaks structure *against* the current bias, signaling a potential reversal.
- **Usage:**
Use BOS to confirm continuation and CHoCH to anticipate possible trend changes. Traders can use structure as a foundation for bias.
---
### 2. **Order Blocks (OBs)**
- **Logic:**
Order Blocks are derived from the last up or down candle before a major BOS or CHoCH.
The system plots OB zones and marks whether they are active, mitigated, or invalidated.
- **Usage:**
Use OBs as potential reversal zones. Confluence increases when OBs align with FVGs or liquidity pools.
Ideal for anticipating institutional re-entries.
---
### 3. **Fair Value Gaps (FVGs)**
- **Logic:**
FVGs are identified when there is a gap between the high of one candle and the low of the next (or vice versa), indicating price imbalance.
These gaps are considered areas where price might return to "rebalance".
- **Usage:**
Entries can be refined when price returns to FVG zones, especially if they overlap with structure or OBs.
---
### 4. **Liquidity Grabs**
- **Logic:**
These are fakeouts or "stop hunts" that occur when price briefly breaks previous highs/lows before reversing.
The tool detects these and labels them accordingly.
- **Usage:**
Liquidity Grabs often occur before real moves. Use them as a signal of possible institutional interest or trap setups.
---
### 5. **Buy-Side & Sell-Side Liquidity Pools**
- **Logic:**
The system calculates clustered recent highs (buy-side) and lows (sell-side) to project potential liquidity areas.
These are visualized as zones above/below the current price.
- **Usage:**
Use these to predict where price may be "drawn" next. Confluence increases when price is near a structure shift + liquidity.
---
### 6. **Premium & Discount Zones**
- **Logic:**
Based on the current visible range or recent structural high/low, the script divides price into:
- **Premium** (expensive zone)
- **Discount** (cheap zone)
- **Usage:**
Traders can filter trades to only Buy in Discount and Sell in Premium.
Works great as a higher-timeframe bias filter.
---
### 7. **Trend Filter**
- **Logic:**
A moving average is applied and used to color candles or background based on directional slope.
Optional, customizable, and doesn't override structure bias.
- **Usage:**
Helpful to stay aligned with dominant momentum or to avoid counter-trend trades.
---
### 8. **Sessions Overlay**
- **Logic:**
Draws visual blocks for Asia, London, and New York sessions using time filters.
- **Usage:**
Useful to determine when certain setups happen (e.g., OB formed in London → mitigated in NY).
---
## 🧠 How to Use the System:
1. **Start with Market Structure:** BOS and CHoCH give you directional bias.
2. **Mark OBs & FVGs:** Look for confluence in Discount or Premium zones.
3. **Watch Liquidity Pools & Grabs:** Confirm entries with smart money traps or targeted zones.
4. **Use Session Filter (Optional):** Look for timing consistency.
5. **Adjust settings per asset and timeframe.** The system is modular – enable only what fits your plan.
---
## ⚠️ Notes on Reuse:
This script contains modified logic adapted from open-source TradingView indicators, including public implementations of:
- FVG detection
- BOS/CHoCH logic
- Liquidity pools visualization
All reused components have been rewritten, extended, and unified into a proprietary framework.
---
## 📎 Disclaimer:
This indicator is for educational and informational purposes only.
It does **not** provide financial advice or guaranteed results.
Trading involves risk – use with proper backtesting and money management.
---
🧩 Built by MAHMOUD SARHAN
Elliott Wave - Complex Correction Pattern DetectorThis indicator is for Elliott Wave corrective patterns. It’s highly lagging, so just like with the impulse and terminal indicators, it’s intended purely for study and practice. I’m about a third of the way through the book right now, and my brain feels like it’s about to explode—😱but I have to say, this theory is incredibly fascinating.
As with the impulse and terminal indicators, this one is also pivot-based, so there are some obvious limitations in the results. Still, I believe that comparing my own manual counts with the rules programmed into the macro will be even more helpful for learning.
I hope that by sharing this, it can help students or beginners who are currently studying Elliott Wave theory. 😁
IU Engulfing Candlestick PatternDISCRIPTION
📈 The IU Engulfing Candlestick Pattern indicator spotlights both bullish and bearish engulfing formations in real‑time. It shades each pattern with a transparent box and drops a concise label so you can catch potential reversals at a glance—no clutter, no noise, just the candles that matter.
USER INPUTS :
1. Pattern Recognition Based on = “Both” | “Wicks” | “Body” ( Default Both )
• Both → only highlights candles that satisfy **both** wick‑and‑body engulfing rules
• Wicks → checks full candle range (high‑to‑low)
• Body → checks only the real bodies (open‑to‑close)
2. Show Labels ( Default true )
If ticked then it will show the text as "Bullish Engulfing" or "Bearish Engulfing".
3. Show The Box ( Default true)
if ticked then it will show the green or red boxes.
INDICATOR LOGIC:
🔹 Bullish Engulfing (green box)
– Current bar closes higher than it opens and fully “wraps” the prior bar per your chosen rule.
🔹 Bearish Engulfing (red box)
– Current bar closes lower than it opens and fully “wraps” the prior bar per your chosen rule.
🔸 When a pattern confirms:
1. The script records the local high/low range.
2. Draws a semi‑transparent box spanning the engulfing pair.
3. Prints a compact up/down label exactly at the reaction point.
4. Fires a once‑per‑bar alert (“Bullish Engulfing” / “Bearish Engulfing”) you can route to webhooks or notifications.
WHY IT IS UNIQUE:
✨ Combines classic body‑only engulfing with an optional wick filter, letting traders demand stricter confirmation when markets are noisy.
✨ Box overlays visually segment the engulfed range—clearer than single‑bar markers.
✨ Lightweight: one input, zero repaint, and capped at 500 boxes to keep charts responsive.
✨ Ready‑to‑use alerts—no extra code needed for automation.
HOW USER CAN BENIFIT FROM IT :
- Spot early reversal zones or continuation thrusts without scanning candle by candle.
- Pair the alerts with trading bots, TradingView strategy testers, or mobile push notifications.
- Adapt the strictness (Body vs. Wicks vs. Both) to suit different assets, timeframes, or volatility regimes.
- Use the colored range boxes as dynamic support/resistance references for entries, targets, and stop‑loss placement.
📌 Tip: Test on multiple instruments and timeframes to find the sweet spot that matches your risk profile. This script is for educational purposes—always combine with sound risk management and confirm signals with broader market context.
Disclaimer :
This Video is not financial advice, it's for educational purposes only highlighting the power of coding( pine script) in TradingView, I am not a SEBI-registered advisor. Trading and investing involve risk, and you should consult with a qualified financial advisor before making any trading decisions. I do not guarantee profits or take responsibility for any losses you may incur.
MWA swing high & lowThis indicator identifies and connects significant swing highs and swing lows on the chart using customizable pivot-based logic. It creates a ZigZag-style structure that helps traders visually analyze price action, market structure, and trend direction.
🧠 Key Features:
Detects pivot highs and lows using left/right bar logic.
Plots a ZigZag line connecting swings for easy visual tracking.
Labels each swing as "Swing High" or "Swing Low".
Fully customizable settings: pivot sensitivity, label color/size, and line color.
📈 How to Use:
Use it to spot higher highs/lows or lower highs/lows in trending markets.
Identify structure shifts that may signal trend reversals.
Combine with support/resistance, Fibonacci, or other structure-based tools for confirmation.
Suitable for discretionary or rule-based strategies.
⚠️ Disclaimer:
This script is a visual analysis tool. It does not generate buy/sell signals and does not claim profitability. Past structure patterns do not guarantee future results.
MTF Key Levels by NabsMulti time frame key levels by different factors including volume and small body candles
MTF Doji Detector - By NabsMulti time frame Di=oji Candles detector and floating dynamically with extending lines from doji candles body.
BullTrading Easy Tops & Bottoms / Community Edition🚀 BullTrading Easy Tops & Bottoms – Community Edition
🎁 100% FREE – Yours Forever | From Trader to Trader
After 10 years of chart obsession, late-night testing, and real market grinding... I’m finally releasing my most reliable scalping tool – FREE for every trader who refuses to quit.
Introducing: BullTrading Easy Tops & Bottoms – Community Edition – a battle-tested, no-nonsense indicator designed to pinpoint high-probability reversal zones on the 5-minute chart.
No subscriptions. No premium upgrades. No BS. Just pure edge, given back to the community that helped me survive the chaos of trading.
🔥 What Makes It Different?
🟩 Green Zones = Strong BUY Signals at Local Bottoms
🟥 Red Zones = Strong SELL Signals at Local Tops
🔳 Visual Boxes show EXACT entry areas – easy to spot, easy to act
💯 No Repainting.
What you see is what you trade.
⚡ Tailored for Speed:
* Perfect for 5-minute scalping
* Built for Forex, Crypto, Stocks, Indices
* Works on any broker, no complex setup
* Instant zone detection – no guesswork
* Display exact proportions for Stop & Reverse Entries SSR!!
📊 Pro-Level Intelligence:
* Historical Zone Memory for backtesting & learning
* Automatic Zone Expiration when levels break
* Multi-session optimised (Asian, London, NY)
* Clean interface = Maximum focus
🎮 How to Use It:
1. Add it to your 5-minute chart
2. Wait for a zone to appear, then wait for the signal
3. Enter when price taps the zone boundary
4. Manage your trade based on your preferred R:R
✅ Done.
🧠 Why I’m Giving This Away for Free:
Because I know what it feels like to burn money on overpriced tools that overpromise and underdeliver.
Because I found something that works for me – and I want it to work for you too.
Because real success should be shared, not sold.
This is my way of giving back.
This is our Community Edition – powered by traders, for traders.
🔥 THE CHALLENGE:
If this tool helps you grow your account, land cleaner entries, or find more confidence in your strategy or fund yourself with a prop firm.…
I dare you to share it.
💬 Drop your wins, screenshots, and stories in the comments.
📢 Let’s build a feed full of real results from real traders.
That’s all I ask in return for a tool that could change your game.
⚙️ Quick Settings Overview:
* Show Signals: Enable/disable zones
* Signal Duration: Set how long zones stay active (default: 288 bars)
* Historical Days: Load past zones for testing (default: 7)
💬 Support & Community:
This is a community-powered release. That means no private support, but the comment section is your home base.
✅ Ask questions
✅ Share tips
✅ Show off your setups
We’re in this together.
🔁 Ongoing Updates:
I’ll keep improving this based on community feedback. So keep sharing, testing, and suggesting.
🌟 Final Thoughts:
This is not a “get rich quick” hack and still needs further refinement.
But it is a powerful tool built from real experience. It won’t trade for you – but it will help you see cleaner opportunities if you use it with discipline.
If you love it:
⭐ Add to your favourite Indicators
💬 Post your wins below
🔄 Share with a trader who needs a real edge
Let’s flip the odds in our favor.
Let’s dominate the charts.
Let’s do it together. 💪
#topsandbottoms #tradingcommunity #5minutetrader #scalpingedge #forex #crypto #stocks #traderlife #freeindicator #bulltrading
📜 Legal Disclaimer – BullTrading Easy Tops & Bottoms – Community Edition
The BullTrading Easy Tops & Bottoms – Community Edition indicator is provided for educational and informational purposes only. It is not intended as financial, investment, or trading advice, and does not constitute a recommendation to buy, sell, or hold any financial instrument.
Trading financial markets involves substantial risk. Past performance of any trading strategy or indicator is not indicative of future results. Users of this indicator assume full responsibility for their trading decisions. No guarantees are made regarding the accuracy, reliability, or profitability of the signals generated by this tool.
This indicator is offered 100% free and as-is, without any express or implied warranties. The creator, Akuma Epic Studios FZCO, and BullTrading Asset Management SAPI de CV shall not be held liable for any losses or damages, direct or indirect, arising from the use, misuse, or reliance on this tool.
All trading decisions should be made with consideration of your financial situation and risk tolerance. Consultation with a licensed financial advisor is strongly recommended before making any investment decisions.
By using this indicator, you acknowledge and agree to these terms. Your use constitutes acceptance of full responsibility and the understanding that trading is inherently risky and should be approached with caution and discipline.
MULTI INDICATOR BY DEEPANINDIAThis TradingView strategy combines EMA, SuperTrend, and swing high/low to identify trend breakouts. A long trade is triggered when the previous candle closes above the EMA High and the current candle breaks the prior high. A short trade occurs (if not in Long Only mode) when the opposite happens with the EMA Low. The SuperTrend confirms trend direction, while swing points act as dynamic stop-loss levels. The script includes customizable inputs for EMA lengths, SuperTrend settings, and swing lookback. It helps traders capture strong trends with defined entries and exits using a rules-based, multi-indicator approach.
MULTI INDICATOR BY DEEPANINDIAThis TradingView strategy combines EMA, SuperTrend, and swing high/low to identify trend breakouts. A long trade is triggered when the previous candle closes above the EMA High and the current candle breaks the prior high. A short trade occurs (if not in Long Only mode) when the opposite happens with the EMA Low. The SuperTrend confirms trend direction, while swing points act as dynamic stop-loss levels. The script includes customizable inputs for EMA lengths, SuperTrend settings, and swing lookback. It helps traders capture strong trends with defined entries and exits using a rules-based, multi-indicator approach.
SignalScope PROOverview: (Nothing mentioned here is financial advice)
What is the difference between the free Signal Scope and the Pro Version? Answer- Signal Scope Pro includes live divergences that have been rigorously backtested with exceptional results.
Signal Scope Pro includes Divergences based off a proprietary oscillator. They are not based upon SMT or any other existing oscillator.
The Algorithm features candles we refer to as "Bullish" & "Bearish" imbalance candles.
Bullish Imbalance candle= Fully colored Blue and Green Candles
Bearish Imbalance candle= Fully colored Red and Purple Candles
Stats On Bullish Imbalance candles:
Daily Chart- Since 2021 there have been 9 bullish imbalance candles. 8/9 on the daily time frame for continued upside after a Bullish Imbalance Candle populates. This gives us a 88.8% chance of near term upside in the following days after these candles show on the chart.
Since January 1st 2025, there have been 27, 30 minute bullish imbalance candles. 21 have resulted in Short Term Upside, 6 failed and went to the downside. This gives us a 77.78% odds that a bullish imbalance candle will result in short term upside with a look-back period over the last 5 months.
Since January 1st 2025, there have been 95, 15 minute bullish imbalance candles. 69 have resulted in Short Term Upside, 26 failed and went to the downside. This gives us a 72.63% odds that a bullish imbalance candle will result in short term upside with a look-back period over the last 5 months.
Since January 1st 2025, there have been 193 5 minute bullish imbalance candles. 135 have resulted in Short Term Upside, 58 failed and went to the downside. This gives us a 69.95% odds that a bullish imbalance candle will result in short term upside with a look-back period over the last 5 months.
What can we take from the data above? The higher the time frame, the more favorable the results become.
BUY/ SELL SIGNALS (green triangles=buy, red triangles=sell)
The highlight of the algo is the bull/ bear imbalance candles along with the live divergences.
ITRADEPRO SMART VOLUMEvisit www.itradepro.academy get full free membership to get full strategies , scanners , educational secrets, courses
Trader Matrix HGDA**Trader Matrix HGDA** is a dynamic price analysis tool that precisely identifies potential support and resistance zones based on the range of the previous candle. It integrates confirmed momentum signals from **MACD** and **Stochastic**, along with a smart signal filtering system that prevents repetition and false entries.
🔹 The indicator builds **6 main dynamic zones**, drawn as rectangles:
- 🟩 **Key 3**: Upper exhaustion zone – typically marks the end of a bullish spike or a reversal area.
- 🟥 **Uturn**: Potential turning point – watch for confirmed sell signals here.
- 🟩 **Key 1**: Main support/resistance zone – highly reactive, ideal for bounces or false breakouts.
- 🟥 **Key -1**: Retest zone – reflects whether price will reverse or continue breaking.
- 🟩 **Deep Shift Zone**: A sudden dip area – often traps traders and requires strong confirmation before buying.
- 🟥 **Key -3**: Full bearish exhaustion – strong reversal expected if supported by bullish price action.
Additionally, the indicator draws:
- 🔸 **Zero Line**: The midpoint of the model – above = buyer strength, below = seller dominance.
- 🔸 **Key 2 / Key -2**: External extensions – boundaries of the model; rejections here often lead to mean reversion.
- ⚫ **Uturn- (Negative Uturn)**: Early sign of bearish divergence or weakness.
🧠 These zones are **dynamic** and calculated using **precise ratios of the previous candle’s range**, making the model adaptive and highly responsive to market context, unlike static levels.
---
### 🔧 How to Use:
- Select the reference timeframe for zone calculation (e.g., Daily, Weekly) depending on your strategy.
- Observe price interaction with each zone to identify potential turning points or breakouts.
- Watch for early momentum alerts (yellow/orange triangles) as preliminary signs.
- Wait for a **confirmed BUY or SELL** label to appear — issued only when both price action and momentum align.
- Use the zones as precise areas for entries, exits, stop-loss, or target planning.
- Suitable for all timeframes and highly effective in ranging and trending markets alike.
---
🎯 **Ideal For Traders Who Want:**
- Structured entry/exit zones with visual clarity.
- Clean, high-probability buy/sell signals.
- Multi-layered price context and dynamic market structure.
- Reduced noise through confirmation logic and non-repeating signals.
---
Built for serious traders who value clean setups, precision, and context-aware decisions.
🚦 Signal System:
Early Triangles:
🔺 Yellow = early buy signal (momentum alert)
🔻 Orange = early sell signal
Generated by MACD or Stochastic crossovers — early heads-up, not entry points.
Confirmed Labels:
🟢 "BUY" appears only when price confirms the bullish signal.
🔴 "SELL" appears only after bearish confirmation.
Labels will not repeat until the opposite signal appears — reducing noise.
✅ Recommended Strategy:
Watch for the triangle as a warning.
Enter only after the label confirms the direction.
Use the zone where the label appears as a potential TP or SL area.
Fusion HGDA HGDA model with momentum analysis using MACD and Stochastic indicators.
The indicator calculates precise price levels derived from price action over a user-defined lookback period, applying high precision rounding to the smallest tick size, enabling clear and reliable support and resistance zones.
It provides early buy and sell signals based on momentum indicator crossovers, with an intelligent confirmation system that prevents signal repetition within a short timeframe, ensuring reliable and strong signals to assist traders in making informed decisions.
The indicator displays these signals distinctly on the chart: small triangles for early signals and colored labels for confirmed signals, making it easier for traders to identify opportunities and avoid false alerts.
How to Use:
Set the Lookback Period according to your preferred trading timeframe; this affects the range of support and resistance zones displayed.
Observe the colored HGDA zones on the chart, as they represent critical price levels to anticipate reversals or continuation.
Watch for early buy and sell signals (yellow and orange triangles) as initial alerts.
Wait for confirmation signals with green (buy) or red (sell) labels before entering a trade.
Use these signals alongside proper risk management tools, and do not rely solely on the indicator for trading decisions.
The indicator is suitable for all timeframes to provide a comprehensive and balanced market view.
🧬 HOW-TO: Trade Gold Using HGDA Fusion Zones — Adaptive Price Lanes + Dual Momentum Signals
📊 Example shown: Gold (XAUUSD) — 4H Chart
🔍 What Are HGDA Fusion Zones?
HGDA Fusion Zones is an adaptive technical analysis tool that builds five dynamic price bands derived from the last 20 candles (default). These zones act as evolving support and resistance levels based on the most recent highs and lows, forming a layered roadmap of price behavior.
🧭 Structure of the Zones
Each zone is color-coded and represents a distinct technical level:
🟥 Upper Red Zones: Overbought / Extension Areas
🟩 Lower Green Zones: Oversold / Accumulation Areas
🟨 Middle Yellow Zone: Equilibrium / Decision Point
The farther the price moves from the yellow midline, the more likely it is to revert — unless momentum confirms continuation.
📈 How Price Moves Through Zones
Price usually moves impulsively from the green zones (bottom) up toward the red zones (top).
A break of a level with momentum often means price is targeting the next zone above or below.
Failure to break a level typically results in a retracement.
All zones self-adjust with each new candle, adapting to volatility and evolving market structure in real-time.
⚙️ Dual Momentum Signal Engine
The indicator includes a smart signal system using MACD and Stochastic filters to enhance entries.
✅ Signal Types:
BUY: Triggered when either MACD crosses up or Stochastic crosses up
SELL: Triggered when either MACD crosses down or Stochastic crosses down
STRONG BUY: When both MACD & Stochastic align upward
STRONG SELL: When both indicators align downward
🎯 Momentum Filters:
MACD: Only active when crossing with proper positioning relative to the zero line
Stochastic: Avoids generating signals in extreme overbought/oversold zones — reducing noise
This layered confirmation helps filter out false signals and improves timing precision.
🧪 Chart Example Highlights:
June 1: BUY signal near lower green → leads to rally into upper red
Mid-June: SELL signal near red zone → followed by downside correction
June 19: BUY signal forms at lower green → possible new accumulation
This combination of adaptive zones and momentum signals creates a structured trading model for both swing and intraday strategies.
🛠️ How to Use It:
Watch price interaction near green or red zones
Wait for a signal (BUY/SELL) to confirm direction
Add candlestick analysis (rejections, engulfing, etc.)
Use alerts to catch STRONG signals automatically
Target: next level in the zone hierarchy
Stop: break below/above zone boundary or midline failure
🔒 Access & Trial
HGDA Fusion Zones is an Invite-Only Script, engineered for traders who want structure, adaptability, and filtered precision.
💡 Free trial access is available for testing.
📩 Send a direct message on TradingView to request access.
Momentum Candlestick TerakhirThis indicator helps traders identify where the last momentum candle occurred.
It also provides a Multi-Timeframe Table that displays the most recent momentum candle for each timeframe
Tongo_AverageДанный индикатор позволяет учитывать и выводить на график текущую среднюю цену позиции после нескольких усреднений (до 5). Вводится цена покупки/продажи каждого этапа сделки и количество контрактов, выбирается направление сделки (лонг/шорт).
Далее скрипт автоматически производит все вычисления конечной цены после усреднений и выводит получившееся значение на график инструмента. Скрипт будет полезен для пользователей брокеров, которые не выводят усредненную цену позиций, например БКС
This indicator allows you to calculate and display the current average position price on the chart after multiple averaging entries (up to 5).
You manually input the buy/sell price and contract quantity for each stage of the trade, and select the trade direction (long/short).
The script then automatically calculates the final average price after all entries and displays the result directly on the chart.
This tool is especially useful for users of brokers that do not show the average price of positions
RS GOLD PRINTThe RS GOLD PRINT is a powerful TradingView indicator tailored specifically for XAU/USD (GOLD). It combines breakout logic, market structure, and price action to generate highly accurate Buy and Sell signals with visual targets and breakout confirmations.
Kelly Optimal Leverage IndicatorThe Kelly Optimal Leverage Indicator mathematically applies Kelly Criterion to determine optimal position sizing based on market conditions.
This indicator helps traders answer the critical question: "How much capital should I allocate to this trade?"
Note that "optimal position sizing" does not equal the position sizing that you should have. The Optima position sizing given by the indicator is based on historical data and cannot predict a crash, in which case, high leverage could be devastating.
Originally developed for gambling scenarios with known probabilities, the Kelly formula has been adapted here for financial markets to dynamically calculate the optimal leverage ratio that maximizes long-term capital growth while managing risk.
Key Features
Kelly Position Sizing: Uses historical returns and volatility to calculate mathematically optimal position sizes
Multiple Risk Profiles: Displays Full Kelly (aggressive), 3/4 Kelly (moderate), 1/2 Kelly (conservative), and 1/4 Kelly (very conservative) leverage levels
Volatility Adjustment: Automatically recommends appropriate Kelly fraction based on current market volatility
Return Smoothing: Option to use log returns and smoothed calculations for more stable signals
Comprehensive Table: Displays key metrics including annualized return, volatility, and recommended exposure levels
How to Use
Interpret the Lines: Each colored line represents a different Kelly fraction (risk tolerance level). When above zero, positive exposure is suggested; when below zero, reduce exposure. Note that this is based on historical returns. I personally like to increase my exposure during market downturns, but this is hard to illustrate in the indicator.
Monitor the Table: The information panel provides precise leverage recommendations and exposure guidance based on current market conditions.
Follow Recommended Position: Use the "Recommended Position" guidance in the table to determine appropriate exposure level.
Select Your Risk Profile: Conservative traders should follow the Half Kelly or Quarter Kelly lines, while more aggressive traders might consider the Three-Quarter or Full Kelly lines.
Adjust with Volatility: During high volatility periods, consider using more conservative Kelly fractions as recommended by the indicator.
Mathematical Foundation
The indicator calculates the optimal leverage (f*) using the formula:
f* = μ/σ²
Where:
μ is the annualized expected return
σ² is the annualized variance of returns
This approach balances potential gains against risk of ruin, offering a scientific framework for position sizing that maximizes long-term growth rate.
Notes
The Full Kelly is theoretically optimal for maximizing long-term growth but can experience significant drawdowns. You should almost never use full kelly.
Most practitioners use fractional Kelly strategies (1/2 or 1/4 Kelly) to reduce volatility while capturing most of the growth benefits
This indicator works best on daily timeframes but can be applied to any timeframe
Negative Kelly values suggest reducing or eliminating market exposure
The indicator should be used as part of a complete trading system, not in isolation
Enjoy the indicator! :)
P.S. If you are really geeky about the Kelly Criterion, I recommend the book The Kelly Capital Growth Investment Criterion by Edward O. Thorp and others.
Market IndicatorMarket Indicator – Capital Flow Monitoring in the Crypto Market
This indicator was developed to analyze capital inflow and outflow in the cryptocurrency market, using data from Capital Flow and the Crypto Market.
How it works:
The script highlights significant variations in capital movement and the overall behavior of the market.
Capital Flow signals whether money is entering or exiting the crypto sector.
The Crypto Market represents the overall size and strength of the market, indicating its macro trend.
Interpretation:
If Capital Flow is above the Crypto Market, it indicates that capital has exited the crypto market.
If Capital Flow is below the Crypto Market, it indicates that capital has entered the crypto market.
Both data points are presented on a normalized scale from 0 to 1, making visual comparisons simple and effective.
Displayed Curves:
Capital Flow – Green
Crypto Market – Blue
Reference lines:
Minimum: 0
Midpoint: 0.5
Maximum: 1
Customizable Parameters (in the "Inputs" tab):
Timeframe – Choose between 15m, 1h, 4h, etc.
Period – Default is 14 candles for smoothing.
Usage:
Ideal for complementing your technical analysis and strategies, this indicator helps identify moments of increased buying or selling pressure, serving as a market sentiment gauge.
Ongoing Development:
The Market Indicator is in its early version and will be improved over time, incorporating new metrics and functionalities as the market evolves and community feedback is received.
Note: This script is currently in the testing phase and will be gradually released to selected members.
Your feedback is welcome for future improvements.