Candlestick analysis
First 15 Min High/Low//@version=5
indicator("First 15 Min High/Low", overlay=true)
// Define the session start time (adjust according to your market)
startHour = 9
startMinute = 30
endMinute = startMinute + 15
// Track the first 15 minutes of the day
isFirst15 = (hour == startHour and minute >= startMinute and minute < endMinute)
// New day logic
newDay = ta.change(time("D"))
// Hold values
var float first15High = na
var float first15Low = na
var bool isLocked = false
// Capture high/low during first 15 min
if newDay
first15High := na
first15Low := na
isLocked := false
if isFirst15 and not isLocked
first15High := na(first15High) ? high : math.max(high, first15High)
first15Low := na(first15Low) ? low : math.min(low, first15Low)
if not isFirst15 and not isLocked and not na(first15High) and not na(first15Low)
isLocked := true
// Plot
plot(isLocked ? first15High : na, title="First 15 Min High", color=color.green, linewidth=2, style=plot.style_line)
plot(isLocked ? first15Low : na, title="First 15 Min Low", color=color.red, linewidth=2, style=plot.style_line)
Khối Lượng WyckoffThis indicator combines Wyckoff logic, Smart Money Concepts (SMC), Order Blocks, Breaker Blocks, and Volume Trap detection.
It automatically highlights key market manipulation zones like Spring, Upthrust, and Break of Structure.
Ideal for traders following institutional footprints with multi-timeframe filtering
MTF Order Flow DashboardThe MTF Order Flow Dashboard is a compact, real-time table overlay that provides an at-a-glance view of market structure across three key timeframes:
✅ 1-Minute
✅ 5-Minute
✅ 1-Hour
//If extra 1 min is added to candle closure countdown wait till next tick for correction//
This tool is designed to help traders quickly assess directional bias, detect structure shifts, and stay aware of upcoming candle closes — a powerful aid for scalping, day trading, or momentum-based strategies.
Pivot-Based Market Structure Detection
Uses user-defined pivot length to determine if the market is showing a Bullish, Bearish, or Neutral structure on each timeframe.
Color-Coded Structure
Easily visualize the current trend per timeframe:
🟢 Bullish | 🔴 Bearish | ⚪ Neutral
Live Candle Countdown Timers
Displays time remaining until the next candle close for each timeframe, using timenow for near real-time updates (as fast as ticks arrive).
Compact Table Display
Non-intrusive table displayed in the top-right of your chart with clean formatting for fast decision-making.
Built-in Alerts
Optional alerts when all timeframes align bullish or bearish, giving potential trade setup signals.
Inputs:
Select timeframes for structure analysis (1m, 5m, 1h)
Adjust pivot sensitivity with the Pivot Length input
🧩Tawajoh +🧩Tawajoh + Indicator Explanation
The Tawajoh + indicator is a comprehensive technical analysis tool designed to provide a broad market perspective by combining several advanced analytical techniques into a single indicator.
Main Components:
Market Shift Logic:
This part uses the Hull Moving Average (HMA) to detect market shifts by comparing a fast HMA with a delayed one. When a crossover or crossunder happens, it defines a new "Shift Level" and displays labels showing volume or price data along with color-coded signals indicating the market direction.
Smoothed Heiken Ashi (SHA):
Applies smoothing on traditional Heiken Ashi candles using various moving averages (like LSMA, SMA, EMA, etc.) to provide clearer trend visualization with reduced noise and volatility.
HMA PLANz (Hull Moving Averages):
Plots two customizable moving averages (types include SMA, EMA, WMA, HMA) with user-defined source prices (close, high, low) and lengths, along with optional labels for easy identification.
High Liquidity Midline Logic:
Identifies the candle with the highest volume in a given period and plots a midpoint line (average of high and low) for that candle. The line color switches between green and red depending on the current close price position, and the high-volume candle is highlighted in yellow.
RSI 50 EMA Smoothed:
A refined RSI indicator smoothed using a custom EMA near the 50 level, offering precise signals with color changes based on price action and optional labels for clarity.
Volumatic Logic (Volume Dynamics):
Tracks volume trends using smoothed EMAs, plotting volume candles with dynamic colors and gradients that reflect uptrends or downtrends in volume strength, helping to confirm market momentum shifts.
How to Use Tawajoh + Indicator:
Detect Market Shifts: Watch the Market Shift levels and their labels for important turning points.
Read Overall Trend: Use the Smoothed Heiken Ashi candles and moving averages to identify the main trend with less noise.
Monitor Liquidity: The High Liquidity Midline helps spot potential support/resistance levels based on heavy trading activity.
Confirm with RSI & Volume: RSI signals around level 50 combined with volume dynamics give additional confirmation of trend strength or reversals.
Simple Bollinger BandsBollinger Bands are a popular technical analysis indicator used to measure market volatility and identify potential overbought or oversold conditions.
This script plots:
A middle band (20-period Simple Moving Average)
An upper band (SMA + 2 standard deviations)
A lower band (SMA – 2 standard deviations)
SMC+PASMC or Smart Money Concept is a concept in analyzing financial markets, especially in the Forex market, focusing on studying and following the behavior of large investors, or so-called "Smart Money", such as financial institutions, banks, and funds, which influence price movements. Understanding SMC helps traders predict market directions and plan trades more effectively.
PRO Crypto Scalping Indicator (FVG + OB + SL/TP)Earning with Waqas Ahmad – Buy/Sell Indicator (15-Minute Timeframe)
The Earning with Waqas Ahmad indicator is a straightforward and powerful tool designed for 15-minute charts, providing clear buy and sell signals to help traders make confident intraday decisions. Optimized for short-term price action, this indicator is ideal for traders looking to capture quick market moves with precision.
Whether you're a beginner or a seasoned scalper, this tool simplifies your trading by offering real-time alerts and clear visual cues. Just follow the signal – buy when it's time to enter, and sell when the trend shifts.
Would you like me to add details like what kind of strategy or technical logic it uses (e.g., moving averages, RSI, etc.), or any alerts/notifications it includes? That would make the description more specific and persuasive.
Malaysian SNR 3-Candle PatternThis candle plots the candle 3 continuation based on Malaysian support and resistance concepts and candle 1 and candle 2 close logic.
Candle 3 is the distribution candle that forms part of a MMXM.
BAHATTİN ÖZEL KODForeks scalping için uygundur.
Sizlere 5 dakikalık grafikte işleme giriş yerleriniz gösterir.
Yaman's - TREND 🔴🟢 Trend Indicator for Scalping.
Trends ----->
XAUUSD (GOLD)
BTCUSD
DXY
Time Frames ----->
M1
M5
M15
H1
Happy Trading!!!
Thanks
Yaman Didi
07-01-2025
Avg 30-min High-Low Pips (Bar Chart)Analyses movements over 30 days and plots possible movement windows.
然哥波浪Pro- WaveTrend direction detection
- Customizable overbought and oversold level (set by default just like the original version)
- Possibility to modify the length of the channel (set by default same as the original version)
- Possibility of modifying mobile period (set by default same as the original version)
- Show ONLY overbought sales.
- Show all sales.
- Show ONLY purchases in oversold.
- Show all purchases.
- See histogram.
- See half signal.
- Paint Bars.
- Modification of colors.
RTH Candles Overlay--Overview
Unlock a new way to analyze Regular Trading Hours (RTH) with this powerful indicator! Designed for traders who focus on the 09:30–16:00 market session (default EST), it redefines hourly price action by aligning candlesticks with the RTH start at 09:30, rather than the standard XX:00. It also plots hourly high/low lines and projection zones to pinpoint potential support, resistance, and price targets. Plus, it displays compact hourly candlesticks on the right side of your chart for quick, at-a-glance analysis.
--Key Features
Shifted RTH Candles: Unlike standard hourly candles starting at XX:00, this indicator aligns candles with the RTH open at 09:30 (e.g., 09:30–10:30, 10:30–11:30). This captures true market momentum from the opening bell, offering a more accurate view of price action.
Session High/Low Lines: Marks the high and low prices for each session with clear, labeled lines (e.g., “0930-1030 High”) to highlight key levels.
Projection Zones: Draws shaded boxes above and below each session’s range (default: 0.25 and 0.5 Projection levels) to show potential price targets or reversal zones.
Shifted Candlesticks: Displays each shifted Hour as a candlestick (open, high, low, close) on the right side of the chart, with bullish candles in green and bearish in gray for easy comparison.
Vertical Markers: Dotted vertical lines mark the start of each period (e.g., 09:30) for clear time segmentation.
Historical Analysis: View up to 5 days of past sessions to spot trends and recurring levels.
Fully Customizable: Adjust session times, timezone, colors, and projection levels to fit your trading style.
--How It Works
RTH-Aligned Candles: The indicator divides the trading day into up to seven sessions (default: hourly from 09:30 to 16:00 EST). Each session starts at times like 09:30, 10:30, etc., aligning with the RTH open instead of standard hourly intervals. This shift ensures you see price action as it unfolds during key market hours.
High/Low Lines: Horizontal lines mark the highest and lowest prices for each session, with customizable labels for easy reference.
Fibonacci Zones: Shaded boxes extend above (0.25 to 0.5 times the session’s range) and below (–0.25 to –0.5) each session’s high/low, highlighting potential price targets or areas where price may reverse.
Candles: Each shifted hour is summarized as a candlestick on the right side of the chart, showing open, high, low, and close prices. Bullish candles are green, bearish are gray, and you can adjust their size and spacing.
Vertical Lines: Dotted lines at the start of each session (e.g., 09:30) help you visualize session boundaries.
Historical Data: Analyze up to 5 days of past sessions to identify patterns or key levels.
--Settings
Timezone: Set your market’s timezone (default: EST, -4 hours).
Session Times: Customize up to seven sessions (default: hourly from 09:30 to 16:00).
Max Days to Plot: Show up to 5 days of historical sessions (default: 1 day).
Candle Styles: Toggle session candles, adjust width, spacing, and offset. Customize bullish (green) and bearish (gray) colors.
High/Low Lines: Enable/disable high/low lines, set color (default: gray), style (solid, dotted, dashed), and label size. Optionally show session open lines and labels.
Fibonacci Zones: Turn projection zones on/off, adjust levels (default: 0.25 and 0.5), and choose fill color (default: translucent gray).
Vertical Lines: Toggle session start lines and customize their color and style.
--Best Used For
Day Trading: Spot key levels and price targets during RTH sessions, aligned with the 09:30 market open.
RTH Analysis: Get a clearer picture of price action with candles that match the market’s true rhythm, starting at 09:30 instead of XX:00.
Fibonacci Trading: Use projection zones to identify potential support, resistance, or breakout levels.
Session Comparison: Compare price action across sessions using compact candlesticks and historical data.
--How to Use
1. Add the indicator to your TradingView chart (works best on 1-hour or lower timeframes).
2. Set the timezone and session times to match your market (default: 09:30–16:00 EST).
3. Enable/disable features like Fibonacci zones, high/low lines, or session candles in the settings.
4. Use the shaded zones to anticipate price targets or reversals based on Fibonacci levels.
5. Analyze session candles and historical data to spot trends or recurring levels.
--Why This Indicator?
The RTH Session Candles with projection Zones indicator is a game-changer for traders who want to focus on the market’s true rhythm. By aligning candles with the 09:30 RTH open, it captures price action as it happens, unlike standard hourly charts. Paired with projection zones and clear session markings, it’s a simple yet powerful tool to identify key levels and potential price moves. Perfect for day traders, swing traders, or anyone who wants a cleaner, more precise view of the market.
🎯SNİPER_MÜCAHİT_ATAOGLUThe 🎯SNIPER_MÜCAHİT_ATAOGLU indicator is a divergence-focused RSI tool designed to pinpoint momentum reversals with precision:
RSI “Sniper” Calculation
Computes a smoothed RSI-style oscillator (“sniper”) using a running moving average of positive and negative price changes, scaled between 0–50–100 for clarity.
Fractal-Based Peak & Trough Detection
Identifies local tops and bottoms via 5-bar fractals, ensuring divergences anchor to significant swing points.
Regular & Hidden Divergence Signals
Regular Bear/Bull Divergences: Signals when price and the sniper oscillator form higher highs vs. lower highs (bear) or lower lows vs. higher lows (bull) at fractal points.
Hidden Divergences (optional): Flags continuation setups when price makes lower highs but oscillator makes higher highs (hidden bear) or higher lows but oscillator dips (hidden bull).
Visual Customization
Neon-style color palette and thick lines optimized for dark themes.
Optional background fills highlight overbought (red fill above 30) and oversold (green fill below 20) zones.
Fractal points and divergence markers use distinct neon shapes and labels for instant readability.
Multi-Timeframe Signal Table
On-chart table shows the latest divergence signal, how many bars ago it occurred, and the current sniper value across 15 m, 45 m, 4 h, 1 d, 1 w, and 1 M timeframes—enabling quick MTF decision-making.
Alerts
Built-in alerts for regular and hidden bullish/bearish divergences, ensuring you never miss a high-probability setup.
ETH Pro new🧠 ETH Pro Strategy Breakout + Visual TP/SL
This advanced breakout-based strategy is designed for ETH but works well with other trending assets. It combines multiple indicators and market context filters to generate high-confidence buy and sell signals.
📊 Core Logic Includes:
✅ Chandelier Exit for trend confirmation
✅ Multi-timeframe RSI and Stochastic RSI crossovers
✅ OBV confirmation for volume momentum
✅ Dynamic TP & SL using ATR multipliers
✅ Visual Buy/Sell Labels and TP/SL Lines on chart
🚫 False Signal Filters:
❌ Avoids buying near supply (resistance) zones
❌ Avoids selling near demand (support) zones
❌ Skips entries during low volume
❌ Blocks trades during consolidation (low ATR vs price)
LIQUIDITY ZONES + SWING TIMES (All Symbols)This Indicator Showing a Liquidity Zones (The Important Zones) on any Script & Also get Buy/Sell Signals...
Here you can get the Auto Draw Zones on Swing Timings & Custom Timing, You can also find your Unique and Custom time for any script....You will get All Alerts in one triggered
8H 现货指标Fisherman Community, internal indicators for students!
The indicator uses yellow and blue K-lines to indicate the market's buy and sell signals
Candle Streak 5 mints This is a free indicator for GOLD on 5 minutes Timeframe
This will give you Entry with SL and TP
ICT Sensitive Key Levels [Mariinus]Indicator Overview – Inspired by ICT Concepts
This indicator is inspired by the teachings of Inner Circle Trader (ICT), whose philosophies and principles have greatly shaped the way I view price action. One of the most powerful lessons that stuck with me is his quote:
"All you need is OHLC."
Another fundamental concept that underpins this tool is the idea that:
"Price is constantly moving in cycles from Premium or Discount to Equilibrium, from Equilibrium to Discount to Premium."
With these core ideas in mind, this indicator was developed to help traders who are already using an ICT-based framework. In addition to plotting the standard OHLC levels, the ICT Sensitive Key Levels indicator also includes derived levels that provide deeper Market insight. These include the Equilibrium of the full candle range (High to Low) as well as the Equilibrium of the wicks – offering a more nuanced view of price balance and potential turning points, in line with ICT’s core concepts.
⚠️ Important Disclaimer:
This is not a standalone trading plan.
This is not a buy or sell signal generator.
Instead, this tool is designed to support traders who follow ICT principles by helping them identify higher-probability PD Arrays – the key zones where setups are more likely to occur. If your trading plan includes looking for specific PD Arrays and structural frameworks taught by ICT, then this indicator is a visual aid to refine and focus your attention on the areas where your framework has a higher probability of playing out.
🔁 Backtesting & Daily Preparation
In addition to improving your real-time analysis, this indicator is also a valuable tool for accelerated backtesting . Rather than manually drawing out levels, the indicator automatically provides them, allowing you to analyze past price action faster and more efficiently .
It’s also ideal for preparing your trading day . By loading the indicator before the session starts, you get a clear visual of key levels that may play a role in your strategy. And if you find the chart too cluttered with lines, simply copy the ones that matter to you, draw them manually, and then turn the indicator off to keep your chart clean while keeping your zones intact.
⚙️ Explanation of the Settings
You can combine up to 4 timeframes to monitor their respective levels while operating on a lower timeframe. For each timeframe, you can:
• Set a lookback period to control how far back you want to calculate levels.
• Choose to display or hide the levels of the current candle , which helps you monitor intra-candle ebbs and flows.
Each level (e.g., High, Low, Open, Close, Equilibrium) can be customized:
• Color
• Line style
• Line width
• To hide a level , simply set its opacity to zero.
You can also enable dividers to clearly mark the start and end of higher timeframe candles on your lower timeframe chart. These dividers are also fully customizable:
• Color
• Style
• Width
• And again, if you prefer a cleaner chart, you can set the opacity to zero to hide them completely.
This setup gives you full control over how much or how little visual data you want to see, aligning the tool with your personal trading workflow.
💡 Example Use Cases
These examples are for educational purposes only. This tool is not financial advice and should always be used in conjunction with your own trading plan—whether it involves Fair Value Gaps, Order Blocks, or a custom combination of ICT-based elements.
• Example 1: A 1H Bearish Fair Value Gap overlapping with the Equilibrium Key Level of the Previous Day's Range – a high-probability zone for reaction.
• Example 2: A 1H Bullish Fair Value Gap in Discount, overlapping with the Equilibrium of Two Days Ago, followed by a move into a 1H Bearish Order Block that coincides with the Previous Day’s Equilibrium.
• Example 3: The same 1H PD Arrays viewed from a 4H chart, alongside Weekly Price Levels – giving you a higher timeframe context that supports or invalidates lower timeframe setups.
• Example 4: A combination of two timeframes for added context. A 4H Bullish Fair Value Gap is nested inside the current Weekly Equilibrium Key Level . On the 15M chart , we observe a reaction that creates an Inversion Fair Value Gap , which aligns with the Equilibrium Key Level of the previous 4H candle .
This indicator doesn’t replace your trading plan—it enhances your ability to execute it. It’s a precision tool made for ICT traders who understand context, structure, and probability.
R Manager PRO++ V1.3j📝 Description:
R Manager PRO++ is a powerful visual trade management tool designed for traders who want to plan their setups clearly, track reward levels, and receive automatic alerts – all directly on the chart.
✅ Core Features:
🎯 3 parallel setups (A, B, C) with individual Entry & Stop Loss
🔽 Symbol-specific control → each setup only appears on the selected instrument
📏 Automatic R-level lines (1R–5R) drawn from your entry
📢 Smart alerts for 1R to 5R – triggered once per level
📍 Live R-multiple display above or below the stop, depending on direction
🧹 Reset buttons for each setup
🧾 Built-in info section (how to set up alerts, decimal formatting, device notes)
📲 Mobile-Friendly Alerts (Push Notifications Supported):
Alarms must be enabled once using “Create Alert” → choose Every alert() function call.
💡 Perfect for:
Day traders, scalpers, swing traders
Forex, indices, gold and more
Traders who work with structured R-based setups