EasyE Trading Visualizer v6This visual indicator gives traders flexible insight with multiple toggles for trade logic. You can enable or disable logic like Commander Collapse, Trap Rejection, VWAP Rejects, Liquidity Sweeps, FVG/Fib confluence, and Flip Zones.
📌 Predictive Mode forecasts setups on the live candle.
📌 Flip Zones auto-update and remove lines once broken.
📌 Compact Mode lets you show just emojis or full labels.
📌 All labels are cleanly aligned to their candles, with an option to switch between left or right label placement.
Choose the logic and style that fits your trading strategy. Built for clarity, speed, and customizatio
Grafik Paternleri
XAU/USD Scalping Visual Bot (Phase 1 - FIXED)XAU/USD Scalping Visual Bot – Phase 1 (Order Blocks + TDI Base)
Description:
This is Phase 1 of a multi-phase scalping bot built for XAU/USD (Gold/USD) on TradingView using Pine Script v5.
It automatically detects and visually marks bullish and bearish order blocks using rectangles (green for bullish, red for bearish), based on key candle structure.
Also includes the core logic for TDI (Traders Dynamic Index) to prepare for directional signals and trend confirmation in later phases.
Designed for scalpers on the 1-minute chart but supports higher timeframe trend analysis.
Key Features:
• Auto-detection of order blocks
• Visual zones drawn across the chart
• TDI RSI logic groundwork
• Full support for future visual overlays, alerts, SL/TP, and pip projection
Ideal for traders looking to manually confirm scalping setups or develop automated strategies
Inside Bar Candle ColorThis indicator highlights Inside Bars — candles where the high is lower than the previous candle's high and the low is higher than the previous candle's low.
💡 Inside bars often signal consolidation, and many traders watch for breakouts from them. Use this tool to spot them visually with ease.
Click the indicator to see the inside bars.
Go to ⚙️ Chart Settings > Symbol and uncheck Body, Wick, and Border to see only the styled candles.
AlgoRanger Candlestick Patterns )//@version=5
indicator("AlgoRanger Candlestick Patterns )", overlay=true)
// === Average Volume ===
vol_ma = ta.sma(volume, 20)
vol_high = volume > vol_ma
// === Candlestick Patterns ===
// Bullish Engulfing
bullish_engulf = close > open and close < open and close > open and open < close
// Bearish Engulfing
bearish_engulf = close < open and close > open and close < open and open > close
// Hammer
hammer = close > open and (high - low) > 3 * math.abs(open - close) and (close - low) / (high - low) > 0.6
// Shooting Star
shooting_star = close < open and (high - low) > 3 * math.abs(open - close) and (high - open) / (high - low) > 0.6
// Doji
doji = math.abs(close - open) <= (high - low) * 0.1
// === Pattern Confirmations with High Volume ===
bull_signal = bullish_engulf and vol_high
bear_signal = bearish_engulf and vol_high
hammer_signal = hammer and vol_high
star_signal = shooting_star and vol_high
doji_signal = doji and vol_high
// === Plotting Emoji Labels ===
plotshape(bull_signal, location=location.belowbar, color=color.green, style=shape.labelup, text="🔨", textcolor=color.white)
plotshape(bear_signal, location=location.abovebar, color=color.red, style=shape.labeldown, text="💣", textcolor=color.white)
plotshape(hammer_signal, location=location.belowbar, color=color.blue, style=shape.labelup, text="🛠️", textcolor=color.white)
plotshape(star_signal, location=location.abovebar, color=color.orange, style=shape.labeldown, text="✴️", textcolor=color.white)
plotshape(doji_signal, location=location.abovebar, color=color.gray, style=shape.labeldown, text="⚖️", textcolor=color.white)
// === Optional Hidden Volume MA Plot ===
plot(na, title="Volume MA", display=display.none)
Dubai IND It is used by professional traders and is based on our own strategy with a success rate of 99.9%.
First Candle High/Low/Mid (Inder Singh)First Candle High/Low/Mid Indicator
Works On All Chart Timeframes
• Whether you’re on 1m, 15m, 1h, or 4h — the levels come from the base timeframe you choose (typically 5m), and display correctly aligned with each hour or day.
NYSE TICK OHLC Bars with Multiple ThresholdsProvides an indicator that tracks NYSE TICK in OCHL Bar format with multiple threshold boundaries.
Engulfing Candles with Liquidity SweepOverview
The Engulfing Candles with Liquidity Sweep indicator is designed to highlight high- and low-probability engulfing candle patterns, incorporating liquidity sweep logic for enhanced price action analysis. This script visually marks bullish and bearish engulfing events, differentiating between high-probability and low-probability setups, and plots key Fibonacci levels for each event.
🔶 USAGE
This indicator is ideal for traders seeking to identify potential reversal or continuation points based on engulfing candle patterns and liquidity sweeps. High-probability signals are based on strict engulfing and sweep criteria, while low-probability signals offer additional context for nuanced price action.
• High Probability Engulfing:
Highlights strong bullish or bearish engulfing candles that also sweep the previous candle’s high or low, suggesting a significant shift in market sentiment.
• Low Probability Engulfing:
Marks less strict engulfing patterns where the close remains within the previous candle’s range, providing early signals for potential reversals.
• Fibonacci Levels:
For each detected pattern, the script draws a 50% Fibonacci retracement line, helping traders identify potential retracement or reaction zones.
🔹 SETTINGS
• High Probability Engulfing Settings:
• Customizable colors, line styles, and widths for bullish and bearish fib lines
• Option to show/hide fib lines and pattern markers
• Low Probability Engulfing Settings:
• Separate color and style controls for low-probability signals
• Option to show/hide fib lines and pattern markers
• Alerts:
• Built-in alert conditions for all pattern types, enabling automated notifications
🔶 DETAILS
High Probability Bullish Engulfing:
• Previous candle bearish
• Current candle bullish
• Current low sweeps previous low
• Current close above previous high
High Probability Bearish Engulfing:
• Previous candle bullish
• Current candle bearish
• Current high sweeps previous high
• Current close below previous low
Low Probability Bullish Engulfing:
• Previous candle bearish
• Current candle bullish
• Current low sweeps previous low
• Current close between previous open and high
Low Probability Bearish Engulfing:
• Previous candle bullish
• Current candle bearish
• Current high sweeps previous high
• Current close between previous open and low
🔶 NOTES
• The indicator is fully customizable and can be adapted to various trading styles.
• All signals and levels are plotted directly on the chart for easy reference.
• Alerts can be set for any pattern, supporting both discretionary and automated trading approaches.
Disclaimer:This script is for informational and educational purposes only. It does not constitute financial advice. Use at your own risk.
EMA & VWAP Indicator with Trend Bars & Separate Time FramesEMA $ VWAP Indicator with trend bars @ time Frames
AI Trading Signals – Adaptive Market Confirmation ToolAI Trading Signals – Adaptive Market Confirmation Tool
Overview
AI Trading Signals is a closed-source, invite-only script developed to support discretionary trading through the combination of trend bias detection, momentum analysis, and breakout structure validation. It is designed for use across crypto, stocks, and forex markets.
Core Logic
The system applies a layered confirmation approach based on:
Trend Bias: Dynamic evaluation using a multi-EMA stack, adjusted for observed volatility conditions.
Momentum Filtering: Combination of RSI positioning and VWAP deviation to highlight momentum exhaustion and continuation.
Breakout Structure: Identification of structural shifts, including notable events such as largest 15-minute candle breakouts, to signal potential continuation or reversal.
Signals are confirmed on candle close, with optional multi-timeframe filtering for alignment with broader market bias.
Key Features
Directional trend and momentum confirmation
Breakout continuation signaling (LC/SC framework)
BTC-specific cycle tracking including Bull/Bear season identification and proximity alerts to major cycle tops
Configurable signal visibility, stop loss levels, and multi-timeframe dashboards
Originality
This script’s confirmation models, breakout conditions, and Bitcoin cycle tracking methods were developed independently through market research and original pattern recognition. No external libraries or prebuilt frameworks were used.
Disclaimer
This script is intended for educational and informational purposes only. It does not constitute financial advice or guarantee results. Trading carries risk. Use at your own discretion.
15-Min Opening Range + Yday Liquidity TargetsThis TradingView indicator highlights key daily price levels for intraday trading:
First 15-Minute Candle High & Low:
Draws solid rays from the high (green-bullish momentum) and low (red-bearish momentum) of the first 15-minute range of the current trading day. These levels are often used to identify early breakout or reversal points.
Previous Day's Liquidity Range:
Draws dotted yellow rays from the high and low of the previous trading day, which serve as important liquidity zones.
Creative Yazılım Balina Trend Takip V5000®Creative Yazılım Balina Trend Takip V5000® Balina takip sistemi
Creative Yazılım Balina Sinyal Premium V5000®Creative Yazılım Balina Sinyal Premium V5000® balina takip sistemi
GBPUSD Buy/Sell Zones with Alerts (15m)//@version=5
indicator("GBPUSD Buy/Sell Zones with Alerts (15m)", overlay=true)
// --- User-defined levels ---
entryBuyLow = 1.3330
entryBuyHigh = 1.3345
sellBreakLevel = 1.3300
// --- MACD Logic ---
= ta.macd(close, 12, 26, 9)
macdCrossover = ta.crossover(macdLine, signalLine)
// --- Entry Conditions ---
inBuyZone = close >= entryBuyLow and close <= entryBuyHigh
buySignal = macdCrossover and inBuyZone
sellSignal = close < sellBreakLevel
// --- Plotting levels ---
plot(entryBuyLow, title="Buy Zone Low", color=color.new(color.green, 70), linewidth=1)
plot(entryBuyHigh, title="Buy Zone High", color=color.new(color.green, 70), linewidth=1)
plot(sellBreakLevel, title="Sell Break Level", color=color.new(color.red, 70), linewidth=1)
// --- Plotting arrows ---
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// --- Alerts ---
alertcondition(buySignal, title="Buy Alert", message="BUY: MACD crossover + price in Buy Zone")
alertcondition(sellSignal, title="Sell Alert", message="SELL: Price broke below 1.3300 support")
Trading Sessions
Trading Sessions
Highlights the Asia, London, and New York trading sessions with dynamic High-Low boxes.
General
Timezone : select your reference zone (e.g. Exchange, UTC, Europe/Rome, America/New_York).
Extend Session High/Low : extend the High/Low lines to the last candle.
Extend Lines (bars) : number of bars to extend lines beyond the last candle (0–100, default 15).
Show High/Low Labels : display labels for the High/Low levels.
Show Mitigated Levels : also show mitigated (broken) levels.
Show Only Recent Levels : filter levels from the last N days.
Number of Recent Days : sets how many days are considered “recent” (1–30).
Show Debug Info : enable a panel with current time, session status, and active filters.
Sessions
Asia , London , New York : enable or disable each session.
Session Time : set the start/end times with the time picker.
Box Color : choose a semi-transparent highlight color for each session.
Line Style & Width : customize style (Solid, Dotted, Dashed) and width of current and past High/Low lines.
Text Size : select the label text size (Tiny, Small, Normal, Large).
Show Only Recent Levels – filters High/Low lines to show only those from the last Number of Recent Days .
Number of Recent Days – sets how many days are considered “recent” for the filter.
Show Mitigated Levels – enables display of broken levels; otherwise only active levels remain visible.
Show High/Low Labels – toggles text labels at the ends of lines on or off.
Show Debug Info – displays a floating panel showing:
Current time in the selected timezone
On/Off status of Asia, London, NY sessions
Active filters (recent days, mitigated levels)
Line style settings for each session
Key Benefits
Visualize session-specific volatility and potential breakouts.
No historical limit: scroll back through any past sessions.
Filter and extend High/Low levels for precise price context.
Fully customize to fit any chart layout.
Ideal For
Intraday traders who need clear session boundaries and price level context.
My script//@version=6
indicator("My script")
plot(close)//@version=6
indicator("My script")
plot(close)//@version=6
indicator("My script")
plot(close)//@version=6
indicator("My script")
plot(close)//@version=6
indicator("My script")
plot(close)//@version=6
indicator("My script")
plot(close)
ROC Momentum IndicatorIt was proposed by Martin Pring in his book, Martin Pring on Market Momentum . The objective of this indicator is to exhibit Complex Divergences ( which by the way, are different from Regular and Hidden or Reverse Divergences). Whenever the two lines move away from each other, or towards each other, that is what Complex Divergence would be. Again it is meant to be used with RSI(14). This indicator provides aconfirmation for Failure Swings and BAMM patterns in RSI(14). If you know RSI(14), it would be love at first divergence. Thank you.
MJAThis is a momentum indicator, designed to be used along with RSI(14). It exhibits regular as well as reverse or hidden divergences. It also provides confirmation to the trend, but apparently it works extremely well in the downtrends, where usually other indicators of it's tribe have a very little clue. If you know RSI(14), it'd be love at first divergence.
MJA✅ Added the 28 EMA as a signal line
✅ Smooths out fluctuations for better trend recognition
✅ Clear color distinction (blue for momentum, Chocolate for signal EMA)
Weekly Session Divider (Alt Background) | Chart_BullyAlternate Week Background
Shades every other trading week to help visualize weekly structure, rotation, and rhythm. Especially useful for:
Weekly ORBs
Swing setups
Anchored VWAP by week
✅ Alternating background for clean time segmentation
✅ Helps with structure awareness
✅ Just add to chart — no setup required
Free tool for the TradingView community.
Follow for more: chartbully.com
Alternate Day Background
Alternate Day Background
This lightweight script shades every other trading day on your chart for better visual separation between sessions.
Especially useful for those trading RTH (Regular Trading Hours) where day structure matters.
✅ Alternating background color
✅ Works across all timeframes
✅ Helps with daily pattern recognition, ORB setups, and session-based strategies
No alerts, no inputs — just plug and play.
🎯 Ideal for scalpers, day traders, and visual thinkers.
Darvas-Style Price LabelsThis indicator automatically detects swing highs and swing lows using a configurable lookback period and places price labels near those points similar to the Darvas Box style.
Features:
Displays the price at swing highs and lows
High price labels appear above the high (in black)
Low price labels appear below the low (in red)
Label spacing is customizable in ticks
Fully configurable and minimalist design with transparent label backgrounds
User Inputs:
Lookback Period for swing detection
Label Spacing (in ticks) for adjusting vertical distance
Font Colors for high and low labels
This tool is helpful for visually identifying significant support and resistance zones based on price structure. Great for price action traders, swing traders, and anyone studying market structure.