Графические паттерны
CBDRThe indicator is designed to be combined with DFR
and is intended for QT traders
and aims to identify market profiles
Umesh BC IST 3:30 AM Session Tracker + 4H Candles📌 IST 3:30 AM Session Tracker + 4H Candle Marker
This indicator is designed for traders who follow Indian Standard Time (IST) and want precise session tracking and 4H candle insights.
🔧 Features:
🕒 Daily Session Start at 3:30 AM IST
Automatically detects and marks the beginning of each new trading day based on 3:30 AM IST, not midnight.
Displays session Open, High, and Low lines.
Background shading for each session.
Customizable alert when a new day starts.
🟧 4H Candle Start Markers (IST Time)
Identifies every new 4-hour candle that starts at:
3:30, 7:30, 11:30, 3:30 PM, 7:30 PM, 11:30 PM IST
Adds a vertical line and label ("🟧 4H") above the candle.
Plots a dynamic line for the 4H candle's opening price.
Includes optional alert for new 4H candles.
🔔 Alerts Included:
"🕒 New IST Day Start": Triggers at 3:30 AM IST.
"🟧 New 4H Candle": Triggers at each 4H candle start (IST).
✅ Best for:
Intraday, swing, and institutional traders using IST-based analysis.
Those wanting more accurate daily sessions and clear candle structuring.
ICT Turtle Soup (Liquidity Reversal)ICT Turtle Soup — Liquidity Reversal Detection
Classic Liquidity Trap Reversal Strategy for Smart Money Traders
This indicator implements the ICT Turtle Soup concept — a classic liquidity-based reversal pattern — which occurs when price runs above or below a recent swing level to grab liquidity, then sharply reverses. This pattern is commonly used in Smart Money Concepts (SMC) and Inner Circle Trader (ICT) strategies to anticipate false breakouts and high-probability reversals.
🔍 What This Script Does:
Identifies Swing Highs & Lows
Detects recent swing highs and lows using a customizable lookback period.
Tracks Liquidity Grabs
A bearish Turtle Soup setup is triggered when price breaks above a recent swing high but closes back below it.
A bullish Turtle Soup setup is triggered when price breaks below a recent swing low but closes back above it.
These conditions often signal liquidity traps, where price sweeps resting orders before reversing.
Plots Signals Directly on the Chart
Turtle Soup setups are marked with 🐢🔻 (bearish) and 🐢🔺 (bullish) labels.
Optional full-text labels can also be displayed for clarity and journaling.
Includes Alert Conditions
Alerts can be enabled to notify you of bullish or bearish Turtle Soup reversals in real-time.
⚙️ Customization Features:
Adjustable swing lookback period
Enable/disable Turtle Soup labels
Set label font size
Choose your preferred bullish/bearish signal colors
💡 How to Use:
Add this script to your chart (ideally on intraday timeframes such as 5m–15m).
Wait for a Turtle Soup signal near a key swing high/low or liquidity zone.
Combine with other confirmation tools (e.g., FVGs, Order Blocks, OTE) for stronger setups.
Use alerts to stay ahead of fast-moving reversals.
🧠 Why It Works:
Turtle Soup setups are rooted in liquidity theory — they exploit the market’s tendency to sweep obvious swing levels before reversing. These moves often trap retail traders and mark the beginning of Smart Money entries.
🔗 Best Used With:
Maximize the edge by combining this with other SMC tools:
✅ First FVG — Opening Range Fair Value Gap Detector
✅ ICT SMC Liquidity Grabs + OB + Fibonacci OTE Levels
✅ Liquidity Levels — Smart Swing Lows
Together, they create a complete ecosystem for identifying, confirming, and executing liquidity-driven trade setups with precision.
Intraday Long Stoploss DistanceWhile working on intraday 1-minute charts i found it distracting to calculate the stoploss distance from the current price so i created an overlay indicator that plots the values of the last 15 minute and 30 minutes low for safe SL placement so you can get a rough idea of Risk management and lot size to use.
Still in early phases. Few more updates coming soon .stay updated.
*Not a financial advice.
Candlestick Patterns (5m)Candlestick Patterns (5 m) Indicator
This Pine Script v6 indicator automatically scans true 5‑minute bars (via request.security) and highlights four of the most reliable reversal and indecision patterns directly on any chart. It’s designed to help scalpers and swing traders quickly spot turning points without manual pattern-drawing.
Key Features
Multi‑Timeframe Detection: Always uses 5 min data, regardless of your chart’s timeframe.
Four Core Patterns:
Hammer (▲): Bullish reversal with a long lower wick and small body.
Bullish Engulfing (↑): Two‑bar reversal where a green candle fully engulfs the prior red.
Doji (✕): Market indecision when open and close are nearly identical.
Dark Cloud Cover (↓): Bearish reversal closing below the midpoint of the previous green candle.
Customizable Inputs:
Toggle each pattern on/off.
Adjust body‑size thresholds (as % of range) and wick‑to‑body multipliers for hammers and dojis.
Choose whether to use barmerge.lookahead_on (real‑time signals) or …_off (no repaint).
Non‑Repainting Logic: Default lookahead is off so you only see confirmed signals at bar close.
How It Works
Fetch 5 m OHLC: The script pulls 5 min open, high, low, and close values.
Compute Pattern Criteria: Body/range ratios and price relationships determine when a pattern qualifies.
Plot Shapes: Each pattern draws a distinct shape (triangle, arrow, cross) above or below the bar.
Use Cases
Scalping: Quickly identify sharp reversals on high‑volatility moves.
Validation: Combine with moving averages, volume filters, or trendlines to confirm high‑probability setups.
Backtesting: Adjust sensitivity inputs and backtest clusters of signals over historical 5 min data.
Paste this description into your indicator’s comments or TradingView description field to explain its purpose and settings to other users—or bookmark it as a quick reference when you tune the inputs.
RNDR Volume-Based TriggersTo determine volume in and practice a stop if the volume doesn't support the uptrend
🎨 Volume Tuy Chinh - Super High Red//@version=5
indicator("🎨 Volume Tuy Chinh - Super High Red", overlay=false)
avgLength = input.int(20, "So nen tinh volume trung binh")
threshold = input.float(2.0, "Nguong volume sieu cao (x lan)")
avgVol = ta.sma(volume, avgLength)
isSuperHigh = volume > avgVol * threshold
plot(volume, style=plot.style_columns, color=isSuperHigh ? color.red : color.gray, title="Volume Tuy chinh")
High/Low Day + RSIThis Pine Script® indicator, titled 'High/Low Day + RSI', overlays key daily price levels and Relative Strength Index (RSI) information directly onto your chart. It's designed to help traders identify the day's range and gauge momentum relative to that range.
**How to Use:**
1. **Apply the Indicator:** Add the 'High/Low Day + RSI' indicator to your TradingView chart.
2. **High/Low Day Lines:**
* By default ('Mostrar Linhas do Dia Atual' is checked), the indicator will plot horizontal lines marking the highest (green) and lowest (red) prices reached so far during the current trading day.
* Labels 'High Day' and 'Low Day' will appear next to these lines.
* You can toggle the visibility of these lines using the 'Mostrar Linhas do Dia Atual' input.
3. **Operational Levels:**
* The indicator provides two sets of operational levels based on distances from the day's high and low.
* **Operational 01:** You can set a 'Distância Op. 01 (Pontos)' (default: 20.0) and choose to 'Mostrar Op. 01 (+/- Distância)' (default: true). This will plot dashed lines (color configurable via 'Cor Op. 01', default: gray) at a specified distance above the day's high and below the day's low. These can be used as potential support or resistance levels or for breakout strategies.
* **Operational 02:** Similar to Operational 01, you can set a 'Distância Op. 02 (Pontos)' (default: 20.0) and choose to 'Mostrar Op. 02 (-/+ Distância)' (default: false). This will plot dashed lines (color configurable via 'Cor Op. 02', default: gray) at a specified distance *below* the day's high and *above* the day's low. The +/- in the input title indicates this reversed application, offering alternative operational levels.
4. **RSI Visualization:**
* If 'Mostrar RSI' is checked (default: true), the indicator displays the RSI value scaled within the current day's high and low range on the right side of the last bar.
* The 'Período do RSI' (default: 14) determines the calculation length of the RSI.
* 'Comprimento ATR para RSI' (default: 200) is used to scale the RSI visualization proportionally to the day's range.
* A vertical line with arrows connects the day's high and low.
* A diamond shape and a numerical label indicate the current RSI value along this vertical line.
* A label 'RSI' is placed near the day's high.
* Horizontal lines are plotted at customizable RSI levels:
* 'Nível Superior' (default: 80, color configurable via 'Cor Linha Superior', default: purple) - often considered overbought.
* 'Nível Médio' (default: 50, color configurable via 'Cor Linha Médio', default: gray) - represents the midpoint.
* 'Nível Inferior' (default: 20, color configurable via 'Cor Linha Inferior', default: orange) - often considered oversold.
* The color of the RSI marker changes based on customizable levels (e.g., purple for above 80, red for above 70, orange for below 20, green for below 30, blue otherwise).
**What it Can Do:**
* **Identify Daily Range:** Quickly see the high and low of the current trading day.
* **Potential Support and Resistance:** The operational lines based on the day's high and low can act as potential support or resistance levels for intraday trading.
* **Breakout Levels:** Traders might use the operational lines to identify potential breakout points.
* **Momentum Relative to Daily Range:** The RSI visualization within the day's range provides a unique perspective on the current momentum relative to the established daily extremes.
* **Overbought and Oversold Identification:** The plotted RSI levels (80 and 20 by default, customizable) help identify potential overbought and oversold conditions.
* **RSI Trend Analysis:** Observing the RSI value relative to the customizable levels and its color can aid in assessing the strength and direction of the current price movement within the day.
* **Customizable Visualization:** Users can adjust colors and distances of the operational lines and the levels and colors of the RSI indicators to suit their trading strategies and preferences.
By combining the day's price action with momentum analysis through the RSI, this indicator offers a comprehensive intraday trading tool. Remember that no indicator is foolproof, and it's crucial to use this indicator in conjunction with other analysis techniques and risk management strategies.
Nirvana Mode PRONirvana Mode PRO is a precision-built automated trading strategy designed for low-risk, high-efficiency trades on BTCUSDT.
It combines:
- EMA crossover (8/21)
- RSI filters
- Supertrend confirmation
- Volume spike detection
Perfectly optimized for 15-minute charts and full integration with automated platforms like WunderTrading.
Signals:
- Long Entry: "ENTER-LONG_NIRVANA_PRO"
- Short Entry: "ENTER-SHORT_NIRVANA_PRO"
- Exit All: "EXIT-ALL_NIRVANA_PRO"
Suitable for both manual and bot-driven strategies.
Trading Session Highs and LowsTrading Session Highs and Lows
This script provides an intuitive way to visualize key market levels from major trading sessions: Asia, London, New York, and New York Close. By automatically plotting the high and low of each session, it helps traders quickly identify important price levels that could impact market behavior.
Features include:
Session Marking: The script marks the high and low for each major session (Asia, London, New York, and New York Close).
Customizable Lines and Labels: You can adjust the line style, width, and color for each session’s high/low markers. The session name (e.g., "London", "New York") and the PDH/PDL (Prior Day High and Low) are also shown to give clear context.
Real-Time Updates: The levels are updated in real-time to reflect the current price action, helping you gauge price movement throughout the trading day.
Customizable Indicators: Easily adjust the visibility of the different sessions and the labels to focus on the session that matters most to your trading strategy.
This tool is designed to help day traders spot important levels for potential breakouts or reversals, making it easier to base your trading decisions on well-established price points. Ideal for scalpers, swing traders, and anyone who trades across multiple sessions.
Nirvana Mode PRONirvana Mode PRO v1.0 is a fully automated TradingView strategy designed for BTCUSDT on the 15-minute chart. It combines EMA crossover, RSI filtering, Supertrend direction, and volume spike confirmation to provide high-accuracy entries and safe exits. Optimized for integration with WunderTrading Signal Bots.
High/Low Day + Operacionais (com RSI)📌 Indicator Name: High/Low Day + Operational Levels (with RSI)
Short title: HL Day + RSI
Version: Pine Script v6
Overlay: Yes (draws directly on the chart)
🧠 What This Script Does
This indicator is a comprehensive tool designed for intraday and swing traders, combining daily high/low levels, custom operational zones, and a scaled RSI visual directly on the chart. It helps traders identify key price zones for entries or exits and overlays the RSI indicator in a unique way that’s dynamically scaled to the day’s range.
⚙️ Main Features
🔹 Daily High & Low Lines
Automatically detects the current day’s high and low.
Updates dynamically as new highs/lows form.
Optionally displays labels for "High Day" and "Low Day".
🔹 Operational Zones
Two customizable strategies for setting trade zones around the high/low:
Operational 01: Projects levels above the High and below the Low using a user-defined distance (e.g., ±20 points).
Operational 02: Projects levels inside the daily range using a reversed logic (e.g., High - X and Low + X).
Each has customizable visibility and color.
🔹 RSI Visualization
Plots the RSI scaled between the day’s high and low prices.
Highlights overbought (default 80), oversold (default 20), and midpoint (default 50) RSI levels with color-coded lines.
Dynamically places a visual marker and RSI value label aligned to the price chart.
The RSI is smoothed using ATR to account for market volatility.
🛠️ How to Use It
Add the Script: Paste the code into a new Pine Script editor on TradingView and add it to your chart.
Timeframe: Best used on intraday charts (1m to 1h), but works on any timeframe.
Settings Panel:
Toggle the display of High/Low lines.
Adjust point distances for Operational 01 and 02.
Choose whether to show each operational zone and assign their colors.
Enable or disable RSI display, and customize RSI settings (length, ATR smoothing, levels, and colors).
Trade with Context:
Use Operational levels as potential zones for breakout or reversal entries.
Observe RSI in relation to the price range to gauge momentum or overbought/oversold conditions.
Combine the high/low zones and RSI signal for confirmation.
🔍 Example Scenarios
Breakout Strategy: Use Op. 01 levels for buying above the high + 20 pts or selling below the low – 20 pts.
Reversal Strategy: Use Op. 02 to identify potential fade/reversal levels within the day's range.
Momentum Confirmation: When price breaks Op.01 levels and RSI is above 70 or below 30, this may add confluence to the setup.
((Range||Type||Swing))Consecutive Candle range boxes with gradient and number count. Inside Outside and Engulfing color bars plus plots. Strict swing filter plus bonus filter where the 3rd bar in the swing closes below the swing candles high or low respectfully.
How I Use
I use the candle stick patterns to gauge market conditions, the consecutive candle ranges to follow order flow using a closing break of the range and retest and the filtered swings to assist in identifying stronger. If any one wants to create a strategy around this that would be cool i know nothing of coding and do everything with A.I
turns
📊 Smart Money Trend Scanner ComboThis script combines EMA price direction with smart money concepts and gives you trading sessions as well with volumetric arrows
🔺 Smart Money Candle HighlightThis highlights SMC Candles red which helps in identifying retracements zones
📈 Volume Surge with EMA Trend ConfirmationVolume Surge Indicator arrows populate - uses 200 ema and 20