Candlestick Suite–(Phoenix) it colors the major Reversal candlesticks
BullEngulf or BearEngulf or Engulfing() -> DARK_ORANGE
PiercingLine or DarkCloudCover -> CYAN
BullishHarami or BearishHarami -> YELLOW
BullishInsideBar or BearishInsideBar -> WHITE
Analisis Trend
Mucip AL BUY indicator/Mucip AL BUY indikatörüThis indicator aims to identify potential market bottoms. It also provides visual support to investors by displaying the percentage profit after each buy signal, based on the highest peak price since that signal. Simple yet effective terms help users identify optimal entry points. Furthermore, not every signal yields accurate results.
Market Regime Matrix [Alpha Extract]A sophisticated market regime classification system that combines multiple technical analysis components into an intelligent scoring framework to identify and track dominant market conditions. Utilizing advanced ADX-based trend detection, EMA directional analysis, volatility assessment, and crash protection protocols, the Market Regime Matrix delivers institutional-grade regime classification with BULL, BEAR, and CHOP states. The system features intelligent scoring with smoothing algorithms, duration filters for stability, and structure-based conviction adjustments to provide traders with clear, actionable market context.
🔶 Multi-Component Regime Engine Integrates five core analytical components: ADX trend strength detection, EMA-200 directional bias, ROC momentum analysis, Bollinger Band volatility measurement, and zig-zag structure verification. Each component contributes to a sophisticated scoring system that evaluates market conditions across multiple dimensions, ensuring comprehensive regime assessment with institutional precision.
// Gate Keeper: ADX determines market type
is_trending = adx_value > adx_trend_threshold
is_ranging = adx_value <= adx_trend_threshold
is_maximum_chop = adx_value <= adx_chop_threshold
// BULL CONDITIONS with Structure Veto
if price_above_ema and di_bullish
if use_structure_filter and isBullStructure
raw_bullScore := 5.0 // MAXIMUM CONVICTION: Strong signals + Bull structure
else if use_structure_filter and not isBullStructure
raw_bullScore := 3.0 // REDUCED: Strong signals but broken structure
🔶 Intelligent Scoring System Employs a dynamic 0-5 scale scoring mechanism for each regime type (BULL/BEAR/CHOP) with adaptive conviction levels. The system automatically adjusts scores based on signal alignment, market structure confirmation, and volatility conditions. Features decision margin requirements to prevent false regime changes and includes maximum conviction thresholds for high-probability setups.
🔶 Advanced Structure Filter Implements zig-zag based market structure analysis using configurable deviation thresholds to identify significant pivot points. The system tracks Higher Highs/Higher Lows (HH/HL) for bullish structure and Lower Lows/Lower Highs (LL/LH) for bearish structure, applying structure veto logic that reduces conviction when price action contradicts the underlying trend framework.
// Define Market Structure (Bull = HH/HL, Bear = LL/LH)
isBullStructure = not na(last_significant_high) and not na(prev_significant_high) and
not na(last_significant_low) and not na(prev_significant_low) and
last_significant_high > prev_significant_high and last_significant_low > prev_significant_low
isBearStructure = not na(last_significant_high) and not na(prev_significant_high) and
not na(last_significant_low) and not na(prev_significant_low) and
last_significant_low < prev_significant_low and last_significant_high < prev_significant_high
🔶 Superior Engine Components Features dual-layer regime stabilization through score smoothing and duration filtering. The score smoothing component reduces noise by averaging raw scores over configurable periods, while the duration filter requires minimum regime persistence before confirming changes. This eliminates whipsaws and ensures regime transitions represent genuine market shifts rather than temporary fluctuations.
🔶 Crash Detection & Active Penalties Incorporates sophisticated crash detection using Rate of Change (ROC) analysis with severity classification. When crash conditions are detected, the system applies active penalties (-5.0) to BULL and CHOP scores while boosting BEAR conviction based on crash severity. This ensures immediate regime response to major market dislocations and drawdown events.
// === CRASH OVERRIDE (Active Penalties) ===
is_crash = roc_value < crash_threshold
if is_crash
// Calculate crash severity
crash_severity = math.abs(roc_value / crash_threshold)
crash_bonus = 4.0 + (crash_severity - 1.0) * 2.0
// ACTIVE PENALTIES: Force bear dominance
raw_bearScore := math.max(raw_bearScore, crash_bonus)
raw_bullScore := -5.0 // ACTIVE PENALTY
raw_chopScore := -5.0 // ACTIVE PENALTY
❓How It Works
🔶 ADX-Based Market Classification The Market Regime Matrix uses ADX (Average Directional Index) as the primary gatekeeper to distinguish between trending and ranging market conditions. When ADX exceeds the trend threshold, the system activates BULL/BEAR regime logic using DI+/DI- crossovers and EMA positioning. When ADX falls below the ranging threshold, CHOP regime logic takes precedence, with maximum conviction assigned during ultra-low ADX periods.
🔶 Dynamic Conviction Scaling Each regime receives conviction ratings from UNCERTAIN to MAXIMUM based on signal alignment and score magnitude. MAXIMUM conviction (5.0 score) requires perfect signal alignment plus favorable market structure. The system progressively reduces conviction when signals conflict or structure breaks, ensuring traders understand the reliability of each regime classification.
🔶 Regime Transition Management Implements decision margin requirements where new regimes must exceed existing regimes by configurable thresholds before transitions occur. Combined with duration filtering, this prevents premature regime changes and maintains stability during consolidation periods. The system tracks both raw regime signals and final regime output for complete transparency.
🔶 Visual Regime Mapping Provides comprehensive visual feedback through colored candle overlays, background regime highlighting, and real-time information tables. The system displays regime history, conviction levels, structure status, and key metrics in an organized dashboard format. Regime changes trigger immediate visual alerts with detailed transition information.
🔶 Performance Optimization Features efficient array management for zig-zag calculations, smart variable updating to prevent recomputation, and configurable debug modes for strategy development. The system maintains optimal performance across all timeframes while providing institutional-grade analytical depth.
Why Choose Market Regime Matrix ?
The Market Regime Matrix represents the evolution of market regime analysis, combining traditional technical indicators with modern algorithmic decision-making frameworks. By integrating multiple analytical dimensions with intelligent scoring, structure verification, and crash protection, it provides traders with institutional-quality market context that adapts to changing conditions. The sophisticated filtering system eliminates noise while preserving responsiveness, making it an essential tool for traders seeking to align their strategies with dominant market regimes and avoid adverse market environments.
✅ Elev8+Overview:
The Elev8+ indicator is a multi-layered trading indicator designed to help traders identify high-probability reversal points and trend-following opportunities. By combining the Classic Elev8+ Reversal Indicator, the DI StdDev Filter, and EMA/BB Trend Fills, this indicator offers a powerful toolset for navigating volatile markets with increased accuracy.
Key Features and Logic:
Classic Elev8+ Reversal Logic:
Liquidity Sweep Signals: The indicator detects liquidity sweeps by identifying price action that breaks previous high/low points with significant volume. This is crucial for identifying strong reversal signals when the market is grabbing liquidity.
ADX Trend Filter: The ADX filter ensures that the indicator only triggers signals during strong trending conditions, reducing false signals in range-bound markets. It requires the DI+ to be greater than ADX and ADX to be above 25, confirming a trend.
Bollinger Band Wick Filter: This filter helps identify price action where wicks penetrate the outer Bollinger Bands (3 to 3.5 standard deviations), indicating a potential reversal after price extremes. This adds an extra layer of confirmation for a reversal.
DI StdDev Filter:
Volatility-Adjusted DI Filtering: The DI StdDev Filter adds a volatility component to the classic ADX strategy. It tracks the DI+ and DI- lines' standard deviation, ensuring that trend strength is not only above the threshold but also confirms significant deviations, marking high-probability trend shifts.
Dynamic Thresholds: The upper and lower thresholds for DI are dynamically adjusted based on standard deviations, enhancing the responsiveness of the indicator in fast-moving markets.
EMA and Bollinger Band Trend Fills:
EMA Trend Fill: The Elev8+ Indicator visually highlights trend direction using fast and slow EMAs. A bullish trend is indicated when the fast EMA is above the slow EMA, and a bearish trend is indicated when the fast EMA is below the slow EMA. The background is filled with a semi-transparent color to easily distinguish trending conditions.
Bollinger Band Zones: The fill between the outer Bollinger Bands is used to highlight extreme price levels. These areas often signal overbought or oversold conditions, which traders can use to confirm reversal signals.
How It Works:
The Elev8+ Indicator intelligently combines trend-following and counter-trend signals. When multiple conditions are met, such as a liquidity sweep in the opposite direction of the trend, a reversal is signaled. Traders will benefit from the following:
Buy Signal: When the conditions for a strong reversal align (liquidity sweep, low volume, and confirmed by DI StdDev or BB wick filters), a buy signal is triggered.
Sell Signal: Similarly, when bearish reversal conditions (liquidity sweep and overbought conditions) align with the DI StdDev or BB wick filters, a sell signal is triggered.
Why It's Unique:
Comprehensive Market Filters: The combination of liquidity sweeps, ADX trend strength, DI StdDev volatility filtering, and Bollinger Bands ensures the indicator provides high-quality, high-probability trade setups.
Dual Reversal and Trend Confirmation: By incorporating both trend-following (EMA fills) and reversal logic (liquidity sweeps, BB filters), this script can adapt to different market conditions, providing both trend continuation and counter-trend signals.
Customizable Inputs: Traders can fine-tune the indicator's behavior by adjusting various parameters such as ADX period, Bollinger Band standard deviation, and DI StdDev thresholds to better fit their trading style and timeframes.
How to Use:
Set Up the Indicator: Apply the Elev8+ Indicator to your chart and enable the Classic Elev8 and/or DI StdDev Filter depending on your trading preferences. You can also adjust the EMA Trend Fill for clearer trend visualization.
Monitor Signals: Pay attention to the buy and sell signals generated by the combination of liquidity sweeps, ADX filters, and volatility adjustments. Confirm trades with the EMA trend fill and Bollinger Band zones.
Adapt to Market Conditions: Customize the sensitivity of the indicator by adjusting the ADX and DI StdDev parameters, as well as the Bollinger Band settings to fit different market environments and volatility.
Chart Explanation:
The indicator includes:
Reversal and trend-following signals: Easily identifiable buy and sell signals represented by small up and down triangles.
EMA Trend Fill: A background color fill that shows the prevailing trend.
Bollinger Band Zones: Shaded areas indicating overbought or oversold conditions.
Adjustable Parameters: Users can toggle features and modify parameters to suit their trading strategy.
EMA72 com Difusor - Cor Dinâmica e Espessuras Ajustadas17 EMA
72 EMA (with diffuser included, green signals buy, red signals sell)
72 EMA on the weekly chart
Bearish Breakaway-Publish-FVG concept
This indicator tracks the intraday RTH (Regular Trading Hours) high in the bearish direction to identify breakaway candles based on the Fair Value Gap (FVG) and gap breakout concept. By default, the session runs from 9:30 AM to 5:00 PM EST, but the start time can be adjusted to track other sessions such as ETH beginning at 6:00 PM.
At the start of the session, the first candle is always considered the initial intraday high. This candle becomes the anchor, and the indicator continuously updates it whenever a new intraday high is made. A bearish breakaway occurs when a candle’s high is lower than the low of the current anchor candle, creating a gap between them. This first breakaway candle is marked with a red arrow. After the first breakaway, the indicator continues to look for additional breakaways in the bearish direction, each based on the most recent breakaway candle.
If a new intraday high is formed after a breakaway candle has appeared, the anchor is reset to this new high, all previous breakaway markers are removed, and the search starts over. The high and low of the most recent breakaway candle are drawn as horizontal rays, which can act as potential resistance or support depending on the trader’s bias.
You can backtest this indicator using TradingView’s Bar Replay feature to watch the resetting process as new intraday highs are made. Because the first candle of the session is always the first intraday high, the reset behavior is easy to observe in replay mode.
Timeframe recommendations: This tool works best on 1-minute, 5-minute, 15-minute, and 30-minute charts.
Trading tips:
• At the market open, always identify the first bearish breakaway candle.
• Once the intraday high stabilizes, a bearish run may follow — the first breakaway candle often marks the start of this move.
• To trade reversals from a bearish trend, watch for a bullish breakaway candle using the bullish companion indicator.
• If the daily trend is bullish, you will often see the intraday high reset many times — this is a sign to favor bullish trades.
• If trading reversals against the prevailing trend, use the breakaway candle as your signal for potential entry.
Bullish Breakaway-Publish
This indicator tracks the intraday RTH (Regular Trading Hours) low in the bullish direction to identify breakaway candles based on the Fair Value Gap (FVG) and gap breakout concept. By default, the session runs from 9:30 AM to 5:00 PM EST, but the start time can be adjusted to track other sessions such as ETH beginning at 6:00 PM.
At the start of the session, the first candle is always considered the initial intraday low. This candle becomes the anchor, and the indicator continuously updates it whenever a new intraday low is made. A bullish breakaway occurs when a candle’s low is higher than the high of the current anchor candle, creating a gap between them. This first breakaway candle is marked with a green arrow. After the first breakaway, the indicator continues to look for additional breakaways in the bullish direction, each based on the most recent breakaway candle.
If a new intraday low is formed after a breakaway candle has appeared, the anchor is reset to this new low, all previous breakaway markers are removed, and the search starts over. The high and low of the most recent breakaway candle are drawn as horizontal rays, which can act as potential support or resistance depending on the trader’s bias.
You can backtest this indicator using TradingView’s Bar Replay feature to watch the resetting process as new intraday lows are made. Because the first candle of the session is always the first intraday low, the reset behavior is easy to observe in replay mode.
Timeframe recommendations: This tool works best on 1-minute, 5-minute, 15-minute, and 30-minute charts.
Trading tips:
• At the market open, always identify the first breakaway candle.
• Once the intraday low stabilizes, a bullish run may follow — the first breakaway candle often marks the start of this move.
• To trade reversals from a bullish trend, watch for a bearish breakaway candle using the bearish companion indicator.
• If the daily trend is bearish, you will often see the intraday low reset many times — this is a sign to favor bearish trades.
• If trading reversals against the prevailing trend, use the breakaway candle as your signal for potential entry.
You should always trade in the daily trend direction and this indicator will give you the footprint of the daily trend as they are the breakaway candle.
MACD by Joshfree macd MT5🔍
Meaning of Each Component
Fast EMA
Uses fast_length (e.g., 15)
Reacts quickly to recent price changes
Slow EMA
Uses slow_length (e.g., 25)
Smoother and represents the bigger trend
MACD Line
Formula: Fast EMA − Slow EMA
Shows market momentum; positive = bullish, negative = bearish
Signal Line
EMA of the MACD Line (e.g., 9 periods)
Smooths the MACD Line, easier to read for crossovers
Histogram
Formula: MACD Line − Signal Line
Positive histogram → MACD above Signal → bullish momentum
Negative histogram → MACD below Signal → bearish momentum
Why This Script Matches MT5
MT5 uses EMA for both MACD and Signal calculations
This script also uses ta.ema() for both, matching MT5 exactly
Displays only the Signal Line (red) + Histogram, no MACD Line → same as MT5 mobile view you showed
ความหมายของแต่ละส่วน
EMA เร็ว (fast EMA)
ใช้ fast_length (เช่น 15)
เคลื่อนไหวเร็ว ตอบสนองต่อราคาล่าสุดได้ไว
EMA ช้า (slow EMA)
ใช้ slow_length (เช่น 25)
เคลื่อนไหวช้ากว่า ให้ภาพแนวโน้มใหญ่
MACD Line
= EMA เร็ว − EMA ช้า
บอกโมเมนตัมของตลาด ถ้าค่าบวก = ขาขึ้น, ค่าลบ = ขาลง
Signal Line
= EMA ของ MACD Line (เช่น 9 แท่ง)
ทำให้เส้นเรียบขึ้น เหมาะใช้ดูจังหวะตัดกัน
Histogram
= MACD Line − Signal Line
ถ้า Histogram > 0 → MACD เหนือ Signal = โมเมนตัมบวก
ถ้า Histogram < 0 → MACD ต่ำกว่า Signal = โมเมนตัมลบ
Dynamic Swing Anchored VWAP (Zeiierman)█ Overview
Dynamic Swing Anchored VWAP (Zeiierman) is a price–volume tool that anchors VWAP at fresh swing highs/lows and then adapts its responsiveness as conditions change. Instead of one static VWAP that drifts away over time, this indicator re-anchors at meaningful structure points (swings). It computes a decayed, volume-weighted average that can speed up in volatile markets and slow down during quiet periods.
Blending swing structure with an adaptive VWAP engine creates a fair-value path that stays aligned with current price behavior, making retests, pullbacks, and mean reversion opportunities easier to spot and trade.
█ How It Works
⚪ Swing Anchor Engine
The script scans for swing highs/lows using your Swing Period.
When market direction flips (new pivot confirmed), the indicator anchors a new VWAP at that pivot and starts tracking from there.
⚪ Adaptive VWAP Core
From each anchor , VWAP is computed using a decay model (recent price×volume matters more; older data matters less).
Adaptive Price Tracking lets you set the base responsiveness in “bars.” Lower = more reactive, higher = smoother.
Volatility Adjustment (ATR vs Avg ATR) can automatically speed up the VWAP during spikes and slow it during compression, so the line stays relevant to live conditions.
█ Why This Adaptive Approach Beats a Simple VWAP
Standard VWAP is cumulative from the anchor point. As time passes and volume accumulates, it often drifts far from current price, especially in prolonged trends or multi-session moves. That drift makes retests rare and unreliable.
Dynamic Swing Anchored VWAP solves this in two ways:
⚪ Event-Driven Anchoring (Swings):
By restarting at fresh swing highs/lows, the VWAP reference reflects today’s structure. You get frequent, meaningful retests because the anchor stays near the action.
⚪ Adaptive Responsiveness (Volatility-Aware):
Markets don’t move at one speed. When volatility expands, a fixed VWAP lags; when volatility contracts, it can overreact to noise. Here, the “tracking speed” can auto-adjust using ATR vs its average.
High Volatility → faster tracking: VWAP hugs price more tightly, preserving retest relevance.
Low Volatility → smoother tracking: VWAP filters chop and stays stable.
Result: A VWAP that follows price more accurately, creating plenty of credible retest opportunities and more trustworthy mean-reversion/continuation reads than a simple, ever-growing VWAP.
█ How to Use
⚪ S wing-Aware Fair Value
Use the VWAP as a dynamic fair-value guide that restarts at key structural pivots. Pullbacks to the VWAP after impulsive moves often provide retest entries.
⚪ Trend Trading
In trends, the adaptive VWAP will ride closer to price, offering continuation pullbacks.
█ Settings
Swing Period: Number of bars to confirm swing highs/lows. Larger = bigger, cleaner pivots (slower); smaller = more frequent pivots (noisier).
Adaptive Price Tracking: Sets the base reaction speed (in bars). Lower = faster, tighter to price; higher = smoother, slower.
Adapt APT by ATR ratio: When ON, the tracking speed auto-adjusts with market volatility (ATR vs its own average). High vol → faster; low vol → calmer.
Volatility Bias: Controls how strongly volatility affects the speed. >1 = stronger effect; <1 = lighter touch.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
VHX EMA 135/315📈 EMA 135/315 Cross Strategy – Your Trend Compass with Smart Confirmations
🔍 Core Idea
The EMA 135/315 Cross strategy is a trend-following system.
It tracks two moving averages:
EMA 135 → the “fast” line that reacts to short-term price moves
EMA 315 → the “slow” line that reacts to the bigger trend
When the fast EMA crosses above the slow EMA → market momentum is turning up → BUY signal 🟢
When the fast EMA crosses below the slow EMA → momentum is turning down → SELL signal 🔴
This gives you a clear entry trigger — no guessing, no overcomplication.
✨ On Your Chart
BUY/SELL Arrows
🟢 Green arrow = bullish cross → trend turning up
🔴 Red arrow = bearish cross → trend turning down
Trend Info Panel (Top Left)
Current Trend: BUY / SELL / Neutral
Last Cross: how many bars ago it happened
EMA Gap in %: measures the strength of the trend
Status: “Approaching” if EMAs are getting close → possible cross soon
Automatic TP/SL Levels
📈 TP line (+2% from entry)
📉 SL line (–0.5% from entry)
Saves time — you instantly see your target and protection
EMA Distance Meter
Big % gap = strong trend momentum 🚀
Small % gap = weak or sideways market ⚠️
Real-Time Alerts
You get notified when a cross happens, even if you’re away from the screen
🧠 The Logic Behind It
The EMA 135 reacts faster → it reflects short-term momentum
The EMA 315 moves slower → it reflects the main trend
When the fast EMA overtakes the slow EMA: short-term strength now aligns with the long-term trend → higher probability of a sustained move
The gap % tells you how strong the alignment is — large gap = cleaner moves, small gap = market in transition
“Approaching” status warns that the EMAs are converging, which often happens before a reversal
📊 Boosting the Strategy with Volume Analysis
The EMA cross is a strong trigger, but volume confirms the quality of the move:
High Volume + Cross → more reliable signal, as strong market participation is pushing the trend
Low Volume + Cross → caution, the move might be weak or a false breakout
💡 Tip:
Check the volume histogram or a volume-based indicator (e.g., Volume Profile, OBV).
On a BUY signal: volume should spike above the recent average.
On a SELL signal: watch for strong selling volume bars.
📍 Adding Support & Resistance for Precision
Support and resistance levels help filter out bad trades and optimize entries:
Best BUY setups:
EMA 135 crosses above EMA 315 near a known support zone
Bonus if volume confirms the move
Avoid buying directly into a strong resistance
Best SELL setups:
EMA 135 crosses below EMA 315 near a known resistance zone
Bonus if selling volume is strong
Avoid selling directly into a major support
💡 Use tools like horizontal lines, previous highs/lows, and Volume Profile nodes to spot these zones.
📈 Best Usage Practices
Timeframes
Lower timeframes (1m–5m) → more signals, but more noise → best for scalping with extra filters
Always Combine With Confirmation
EMA Cross = Trigger
Volume spike = Confirmation
S/R zone in your favor = High-probability setup
Manage Risk
Start with the built-in TP/SL
Adjust SL if volatility is higher than usual
Consider trailing stop once price moves in your favor
Avoid Sideways Markets
If EMA gap % is very small and crosses happen often → stand aside until a clear direction forms
Use Alerts
Set alerts for BUY & SELL crosses so you never miss a setup
In short:
This isn’t just an EMA cross indicator — it’s a trend system with built-in risk management, strength measurement, and pre-trade preparation. Combine it with volume confirmation and smart use of support/resistance, and you turn a simple signal into a high-probability trading edge.
Dynamic S/R Zones Pro [By TraderMan]Dynamic S/R Zones Pro
Short pitch:
Dynamic S/R Zones Pro automatically maps support and resistance levels using pivot highs/lows and draws surrounding zones. It displays lines, labels and a table — making it fast to spot relevant price areas on your chart. 📊✨
🔎 What does this indicator do?
Detects pivot highs/lows and converts them into dynamic S/R levels.
Draws a zone around each level (upper & lower bands) so you can see the interaction area. 🟢🔴
Counts how often each level was tested and writes that “strength” in the table — so you can prioritize levels.
Fully configurable colors, line styles, zone width and table display. 🎛️
Note: Pivot-based S/R is a widely used, objective way to map price levels — see pivot basics.
Investopedia
⚙️ How it works (technical)
Uses pivotRange = 10 to search for highs/lows inside that window.
Looks back analysisPeriod (284 in your script) and selects meaningful pivots; filters by strengthSR threshold.
channelPercent and zonePercent define band thickness (zone), with zoneWidthPercent applied over the last 300 bars.
Strength = number of times price tested that band; used for filtering and the table.
High/Low Zones option draws wide reference bands around the period’s highest/lowest pivots.
(Pivot logic here is pivot-based SR mapping — not classical static pivot formulas, but the same principle of marking widely watched price levels.)
Investopedia
🛠️ How to use (step-by-step)
Enable SR: toggle S/R drawing on/off.
Strength (strengthSR): increase to show only well-tested levels, decrease to show more levels.
Line Style / Width: readability and aesthetics.
Show Zones / Zone Width %: enable zones and set width (e.g. 2% of recent range).
Show High/Low Zones: draw wide reference zones for the highest/lowest pivots.
Extend SR: extend lines across the chart (past/future) for clarity.
Show Table: display levels, zone boundaries and strength in the top-right table. 📋
🎯 Trade entry ideas (examples)
Not financial advice — examples of how traders commonly use S/R zones.
1) Bounce Long (support zone buy)
Condition: Price arrives at a support zone and shows a bullish confirmation candle (e.g., hammer, bullish engulfing).
Extra confirmation: oversold RSI or supportive volume.
Entry: on confirmed candle close (market or limit).
SL: slightly below the zone’s lower band.
TP: next resistance or target R:R ≥ 1:2. (Retest confirmations reduce false-breakout risk.)
fxopen.com
Investopedia
2) Breakout Long
Condition: Price breaks resistance with increased volume.
Tactic: wait for a retest of the broken resistance (now support). Enter on confirmation.
SL: below the retest low or zone lower band.
TP: next zone / predetermined R:R target. Breakouts need volume/retest confirmation to avoid fakeouts.
Investopedia
fxopen.com
3) Scalp
Use narrower zones, smaller TF, very tight SL and smaller R:R (e.g., 1:1), account for spreads/fees.
🛡️ Risk management
Don’t risk too much per trade — follow a fixed % (e.g., 1–2% max).
cmegroup.com
Plan SL & TP before entry; avoid emotional adjustments.
Investopedia
Calculate risk/reward; aim for a favorable R:R and backtest your rules.
CenterPoint Securities
✔️ Practical tips
Filter by strength to remove noisy levels.
Timeframe matters: higher TF = stronger levels.
Combine with other indicators (volume, RSI, MAs) for better confirmation.
Backtest the script and your entry rules before deploying live.
Quick summary: Dynamic S/R Zones Pro is a pivot-based S/R & zone mapper that highlights strong levels and helps you trade bounces, breakouts and retests — but always use SL/TP and solid risk management.
Investopedia
+2
Investopedia
+2
fxopen.com
Disclaimer: Not financial advice. Trading involves risk. 🔒
Mr.BourssioA professional indicator that combines multiple strategies into one tool ,
Mr.Bourssio indicator that will help you spot ideal entry and exit opportunities.
The best frame for the indicator is the 1 - Hour frame.
Prev Day Close LineA clean horizontal line at yesterday’s close on any intraday chart. Here’s a dead-simple Pine v5 script for TradingView.
RJ Trend Engine (Final Version)Title: RJ Trend Engine (Hybrid Core)
Description:
A Note from the Modifier (Rohit Jadhav)
This indicator is for all retail traders who are looking for a disciplined, rule-based approach to the market. This script began with the excellent open-source work of the original author, aybarsm. I, Rohit Jadhav, have modified and added several powerful features with one main goal: to create a tool that can help fellow traders navigate the market with more confidence.
We know how challenging it can be, especially when emotions like fear and greed take over. Many of us face losses, and everyone deserves access to good tools to succeed. That is why this indicator is published as Open Source for everyone to use, study, and learn from.
This is a community project. If you have suggestions for improvement, please share them. Let's help each other succeed.
Thank you, and happy trading!
Recommended Usage & Settings
IMPORTANT NOTE: The default settings of this indicator have been specifically calibrated and backtested for the Nifty 50 index on a 5-minute timeframe.
While the indicator can be used on any symbol, its performance will vary. Assets with different volatility, such as Bank Nifty, Forex, or individual stocks, will likely require different settings for the PSAR, Supertrend, and ADX to be effective. Users are encouraged to backtest and adjust the parameters to find the optimal settings for the asset they are trading.
Core Components
The "RJ Trend Engine" uses a hybrid core of three indicators that must all agree before a signal is generated in its default mode:
Parabolic SAR (PSAR): Acts as the primary timing and entry trigger.
Supertrend: Serves as the main trend filter.
ADX (Average Directional Index): Functions as a "power" filter to confirm trend strength.
Three Systems in One Indicator
This indicator's true power lies in its flexibility. You can switch between three distinct strategies using the checkboxes in the settings.
1. Balanced Mode (Default - Recommended)
This is the standard, disciplined mode designed for capital protection. It requires a signal from all three core indicators to align perfectly.
How to use: Ensure both "Allow Aggressive Reversal Trades?" and "Use Dynamic (Trailing) Take Profit?" are UNTICKED.
2. Aggressive Reversal Mode (Experimental)
This higher-risk mode is designed to catch sharp, V-shaped reversals. It will generate a signal on a PSAR flip and a strong ADX, even if the Supertrend has not yet confirmed.
How to use: TICK the "Allow Aggressive Reversal Trades?" box.
3. Dynamic Take Profit (Experimental)
This feature changes the exit logic from a fixed target to the live Bollinger Band, which moves with market volatility. This can be useful for highly volatile assets like Bank Nifty.
How to use: TICK the "Use Dynamic (Trailing) Take Profit?" box.
Features
Multi-Mode Strategy: Switch between disciplined and aggressive trading styles.
Flexible Take Profit: Choose between a fixed, calculated TP or a dynamic, trailing TP.
Clear BUY/SELL Signals: Labels appear on the chart when all conditions are met.
Built-in Stop Loss: Automatically calculates an initial Stop Loss based on the ATR.
Customizable Alerts: Fully configured for creating custom alerts for all entry and exit signals.
Disclaimer: This indicator is a tool to assist in your decision-making process. It is not financial advice. All trading involves risk, and you should always use your own judgment and risk management.
Latent Regime Informed Monte Carlo ForecastThis script uses a Monte Carlo simulation to forecast where price might be a set number of bars into the future (default 6 bars ahead). It generates hundreds of possible future price paths based on an average move (drift) and random shocks (volatility). The result is a distribution of outcomes, displayed as probability zones: the median (most likely), inner bands (50% confidence), and wider bands (80% and 95% confidence). Due to the randomness assumption in Monte Carlo simulations, the paths are not very important so to minimize cluttering on the graphs we only plot bands. These zones help you visualize uncertainty, set stops and targets based on probabilities, and spot when market behavior changes.
The accuracy of any Monte Carlo forecast depends heavily on how well you estimate trend and volatility. By default and no prior information the Monte Carlo simulation gives you a parabolic forecast that assumes absolute randomness. This is where the Kalman filter comes in. The filter (derived from control theory) aims to detect latent (unobservable) traits about the system by continuously updating its transition probabilities to better understand how the latent traits affect the observable measurement (price). With each new observable state we get better and better transition probabilities and enhances our understanding about the latent and unobservable market characteristics like trend and volatility. Both crucial measurements for short term market sentiment.
Extracting these measurements for market sentiment informs us how to better parametrize the Monte Carlo simulation for a better forecast. Each bar, the KF updates its estimates based on how close its last prediction was to reality. In calm periods, it holds estimates steady; in volatile periods, it adapts quickly. This gives you real-time, low-lag measurements of both trend and volatility.
By feeding these adaptive estimates into the Monte Carlo simulation, the forecast becomes much more responsive to current market conditions. In trends, the predicted paths tilt toward the direction of movement; in choppy markets, they spread wider but stay centered; when volatility spikes, the probability zones expand immediately. The result is a dynamic forecast tool that adjusts on every bar, giving you a clearer, probability-based picture of where the market could go next.
This is my very first script and I would love feedback/ideas for different topics.
My background is in economics/mathematics and interests lie in time series analysis/exploring financial features for DS
Wick Range Boxes* Indicator intended to show key levels of price action
* Draws boxes representing the wicks of the most recent previous candle, of the daily, 4H, 1H, 15M, and 5M timeframes
* In settings, you can:
- select colors and thicknesses of borders and colors and opacities of fills
- decide which timeframes to display
* Displays the boxes for any symbol and shows the boxes for the the timeframes you select, regardless of which timeframe you are viewing
SM Trap Detector – Liquidity Sweeps & Institutional ReversalsOverview:
This script is designed to help traders detect Smart Money traps, liquidity grabs, and false breakouts with high precision.
Inspired by institutional trading logic (SMC, ICT, Wyckoff), this tool combines:
🟦 Liquidity Zone Mapping – Detects stop hunt targets near highs/lows
🚨 Trap Candle Detection – Identifies fakeouts using wick + volume logic
✅ Reversal Confirmation – Entry signals based on real market structure
🧭 Dashboard Panel – Always see the last trap type, price, and confirmation
🔔 Real-Time Alerts – Stay notified of traps and entry points
🧠 Logic Breakdown:
Trap Candle = Large wick, small body, volume spike, and sweep of a liquidity zone
Confirmed Entry = Reversal price action following the trap (engulfing-style)
📈 Best Used On:
Markets: Crypto, Forex, Stocks
Timeframes: No limitation but works best on 1H, 4H, Daily
🛠 Suggested Use:
Trade only confirmed entries for best results
Place stops beyond wick highs/lows
Target previous structure or use RR-based exits
📊 Backtest Tip:
Use alerts + replay mode to manually validate past traps.
Note: Please backtest before using it for entry.
Mouse Manipulation Multi Timeframe By using both timeframes + Indicator, you are essentially building a two-step verification system.
MacD Alerts MACD Triggers (MTF) — Buy/Sell Alerts
What it is
A clean, multi-timeframe MACD indicator that gives you separate, ready-to-use alerts for:
• MACD Buy – MACD line crosses above the Signal line
• MACD Sell – MACD line crosses below the Signal line
It keeps the familiar MACD lines + histogram, adds optional 4-color histogram logic, and marks crossovers with green/red dots. Works on any symbol and any timeframe.
How signals are generated
• MACD = EMA(fast) − EMA(slow)
• Signal = SMA(MACD, length)
• Buy when crossover(MACD, Signal)
• Sell when crossunder(MACD, Signal)
• You can compute MACD on the chart timeframe or lock it to another timeframe (e.g., 1h MACD on a 4h chart).
Key features
• MTF engine: choose Use Current Chart Resolution or a custom timeframe.
• Separate alert conditions: publish two alerts (“MACD Buy” and “MACD Sell”)—ideal for different notifications or webhooks.
• Visuals: MACD/Signal lines, optional 4-color histogram (trend & above/below zero), and crossover dots.
• Heikin Ashi friendly: runs on whatever candle type your chart uses. (Tip below if you want “regular” candles while viewing HA.)
Settings (Inputs)
• Use Current Chart Resolution (on/off)
• Custom Timeframe (when the above is off)
• Show MACD & Signal / Show Histogram / Show Dots
• Color MACD on Signal Cross
• Use 4-color Histogram
• Lengths: Fast EMA (12), Slow EMA (26), Signal SMA (9)
How to set alerts (2 minutes)
1. Add the script to your chart.
2. Click ⏰ Alerts → + Create Alert.
3. Condition: choose this indicator → MACD Buy.
4. Options: Once per bar close (recommended).
5. Set your notification method (popup/email/webhook) → Create.
6. Repeat for MACD Sell.
Webhook tip: send JSON like
{"symbol":"{{ticker}}","time":"{{timenow}}","signal":"BUY","price":"{{close}}"}
(and “SELL” for the sell alert).
Good to know
• Symbol-agnostic: use it on crypto, stocks, indices—no symbol is hard-coded.
• Timeframe behavior: alerts are evaluated on bar close of the MACD timeframe you pick. Using a higher TF on a lower-TF chart is supported.
• Heikin Ashi note: if your chart uses HA, the calculations use HA by default. To force “regular” candles while viewing HA, tweak the code to use ticker.heikinashi() only when you want it.
• No repainting on close: crossover signals are confirmed at bar close; choose Once per bar close to avoid intra-bar noise.
Disclaimer
This is a tool, not advice. Test across timeframes/markets and combine with risk management (position sizing, SL/TP). Past performance ≠ future results.
EMA & MACD with AlertsEMA & MACD with Alerts
Version: 1.0
Pine Script Version: 5
Type: Overlay Indicator
What It Does
This script combines classic trend-following EMAs and momentum MACD signals into one clean, actionable package — right on your price chart. It highlights key moving average crossovers and MACD zero-line crossings with visual cues and alert triggers so you never miss critical momentum shifts.
Features
Three EMAs:
EMA 20 (fast) — lime green
EMA 50 (medium) — blue
EMA 200 (slow) — orange
EMA Cross Background Highlights:
Golden Cross: EMA 50 crosses above EMA 200 (bullish trend) — subtle green background
Death Cross: EMA 50 crosses below EMA 200 (bearish trend) — subtle red background
EMA 20 crossing EMA 50 for short-term momentum shifts — stronger green/red backgrounds
MACD Zero Line Cross Signals:
Bullish (MACD line crossing above zero) marked with a green upward triangle below bar
Bearish (MACD line crossing below zero) marked with a red downward triangle above bar
Alert Conditions:
Golden Cross
Death Cross
MACD bullish zero line cross
MACD bearish zero line cross
Alerts include clear, actionable messages.
Why Use This?
Instead of hunting through multiple indicators, this script distills crucial trend and momentum signals into one integrated view with easy-to-spot visual markers and automated alerts. It’s designed for traders who want quick, reliable triggers to align their entries and exits with underlying market strength shifts.
How to Use
Add the script to any TradingView chart (works best on daily and higher timeframes for trend signals).
Watch for background color changes signaling EMA crossovers (Golden/Death Cross).
Use plotted shapes as entry/exit signals based on MACD zero line cross.
Set up alerts in TradingView using the built-in alert conditions to get notified in real time.
Limitations
Signals are best combined with volume and price action context—don’t blindly follow crosses.
MACD zero line crosses can be noisy on lower timeframes; use with discretion.
No trade management or risk controls included; this is a pure signal tool.
Key Session Levels (KUUUMZ)
📜 Summary
Tired of manually drawing the same key levels every single trading day? The KUUMZ-Key Session Levels indicator automates this entire process, plotting the most critical intraday and previous day levels directly on your chart. This tool provides a clean, dynamic framework of potential support and resistance zones, allowing you to focus on your trading strategy, not on chart setup.
Built for day traders and scalpers of US equities, this indicator helps you instantly visualize the market's structure from the moment the session begins.
🎯 Key Levels Plotted
This indicator automatically identifies and draws horizontal lines for the following session levels:
Previous Day High (PDH) & Low (PDL): The highest and lowest points of the prior trading day, which often act as major psychological support and resistance magnets.
Pre-Market High & Low (PMH/PML): The range established during the pre-market session (4:00 - 9:30 AM ET). A breakout from this range can often signal the initial directional bias.
5-Minute Opening Range High & Low (OR5): The high and low of the first 5 minutes of the regular session (9:30 - 9:35 AM ET). A crucial level for opening range breakout (ORB) strategies.
15-Minute Opening Range High & Low (OR15): The high and low of the first 15 minutes (9:30 - 9:45 AM ET), providing a slightly broader view of the initial balance area.
📈 How to Use This Indicator
These levels are fundamental to many intraday trading strategies:
Support & Resistance: Watch how price reacts as it approaches these levels. A bounce or rejection can signal a potential reversal, while a clean break can indicate continuation.
Breakout Trading: A strong, high-volume move through one of these levels (e.g., breaking above the Pre-Market High) can be an entry signal for a breakout trade.
Market Context: Quickly gauge market sentiment. Is the price trading above or below the previous day's range? Is it trapped within the opening range? These levels provide immediate context to the current price action.
Setting Targets & Stops: Use these levels to set logical profit targets or place stop-loss orders. For example, if you go long on a breakout of the 5-min OR, the Pre-Market High or Previous Day High could be your first target.
⚙️ Features & Customization
The script is designed to be flexible and clean, allowing you to tailor it to your specific charting style.
Toggle Any Level: Enable or disable any set of levels (Previous Day, Pre-Market, etc.) to reduce clutter.
Full Style Control: Customize the Color, Width, and Style (Solid, Dotted, Dashed) for each pair of high/low lines independently.
Optional Labels: A master switch allows you to show or hide all price labels (like "PDH", "PM Low", etc.) with a single click.
Automatic & Dynamic: Levels are calculated and drawn in real-time as each session concludes and are automatically cleared and reset for the next trading day.
Inverted Hammer w/ Buy Signal This indicator will identify inverted hammer candles in a downtrend and also provide a buy signal when the following candle closes above the top wick of the previous inverted hammer candle.