Pre-Market High/Low//@version=5
indicator("Pre-Market High/Low", overlay=true)
startTime = timestamp("America/New_York", year, month, dayofmonth, 04, 00)
endTime = timestamp("America/New_York", year, month, dayofmonth, 09, 30)
inPremarket = (time >= startTime and time < endTime)
var float premktHigh = na
var float premktLow = na
if inPremarket
premktHigh := na(premktHigh) ? high : math.max(premktHigh, high)
premktLow := na(premktLow) ? low : math.min(premktLow, low)
if (not inPremarket) and (time >= startTime and time < endTime)
premktHigh := na
premktLow := na
plot(premktHigh, title="Pre-Market High", color=color.green, linewidth=1, style=plot.style_line)
plot(premktLow, title="Pre-Market Low", color=color.red, linewidth=1, style=plot.style_line)
Candlestick analysis
Estilo Pako Mejorado - Tendencia, Liquidez y ConfirmaciónThis indicator is designed to replicate the entry logic used in high-accuracy institutional-style trading, specifically inspired by strategies used on XAU/USD (gold) in 15-minute timeframes.
It generates high-probability trade signals based on the following key conditions:
Clear market trend: Identified using the 20 EMA and 50 EMA crossover (trend confirmation).
Liquidity sweep detection: Triggers when price takes out recent highs/lows (20-bar lookback), suggesting stop-hunt behavior.
Candle confirmation: Requires a bullish or bearish engulfing candle as price reverts after the sweep.
Optional visual features include:
Order Blocks (OB): Displays the last opposite candle before a strong market move.
Liquidity zones: Marks recent swing highs/lows where liquidity likely sits.
The indicator only plots entry signals when all three conditions are aligned, aiming to reduce false positives and improve trade precision.
Best used on:
XAU/USD or major FX pairs
15-minute timeframe
In trending markets with clean structure
You can combine this indicator with alerts or automation tools to build a semi-automated or fully automated trading system.
Bollingr+supertrend
📘 Bollinger Bands + Supertrend (Buy/Sell Area Notes)
1. Bollinger Bands consist of a moving average (Basis) and upper/lower bands based on standard deviation.
2. Price near lower band may indicate a potential buy area (oversold).
3. Price near upper band may indicate a potential sell area (overbought).
4. Band squeeze shows low volatility — often followed by a breakout (good for entries).
5. Supertrend uses ATR and price to determine trend direction with green (up) and red (down) lines.
6. Supertrend flips from red to green → indicates a possible Buy signal.
7. Supertrend flips from green to red → indicates a possible Sell signal.
8. Best Buy Area: When Supertrend turns green and price is near or below the lower Bollinger Band.
9. Best Sell Area: When Supertrend turns red and price is near or above the upper Bollinger Band.
10. Use both indicators together to confirm trend direction and time entries more reliably.
Would you like a chart example or image to visualize these Buy/Sell zones?
NY Open Breakout [ATR-5000]# **New York Open Breakout Indicator **
## **📌 Overview**
This **Pine Script** indicator identifies high-probability breakout opportunities at the **New York market open (13:30 UTC)** based on **volatility filters** using **customizable ATR periods and thresholds**.
### **🔹 Key Features**
✅ **Fully Customizable ATR Periods** (2 to **5000** bars)
✅ **Adjustable Thresholds** (0.01% to 5.00%)
✅ **Opening Range (OR) Filter** (0.01% to 5.00%)
✅ **Clean Visuals** – Only highlights the **13:30 UTC candle** when conditions are met
✅ **Real-Time Info Panel** – Displays current ATR & threshold settings
✅ **Automatic Daily Reset** – Fresh signals every trading day
---
## **📊 How It Works**
### **1️⃣ Volatility Check (13:25 UTC)**
- Calculates **two ATR values** (user-defined periods)
- Compares them against **custom % thresholds**
- Only proceeds if **both ATRs exceed** their required volatility levels
### **2️⃣ Opening Range Confirmation (13:30 UTC)**
- Measures the **high-low range** of the 13:30 candle
- Validates if the range meets the **minimum % threshold**
- If all conditions pass → **Highlights the candle** in your chosen color
### **3️⃣ Visual Feedback**
- **🟣 Colored Candle** → Valid breakout signal
- **📊 Info Table** → Shows current ATR settings & thresholds
---
## **⚙️ Customization Options**
| **Setting** | **Default** | **Adjustable Range** |
|---------------------------|------------|----------------------|
| **First ATR Period** | 14 | **2–5000** bars |
| **Second ATR Period** | 161 | **2–5000** bars |
| **First ATR Threshold** | 0.42% | **0.01%–5.00%** |
| **Second ATR Threshold** | 0.40% | **0.01%–5.00%** |
| **OR Range Threshold** | 0.42% | **0.01%–5.00%** |
| **Candle Color** | Purple | **Any color** |
---
## **📈 Best Use Cases**
✔ **Forex (EURUSD, GBPUSD)** – Captures NY session momentum
✔ **Indices (SPX, NASDAQ)** – Works well with opening volatility
✔ **Commodities (Gold, Oil)** – Filters out low-energy days
---
## **🔧 How to Adjust Settings**
1. **Click the gear icon (⚙️)** on your TradingView chart
2. **Modify ATR periods & thresholds** as needed
3. **Change the candle color** for better visibility
---
## **🚀 Why This Indicator?**
- **No repainting** – Signals lock in after candle close
- **No clutter** – Only marks valid 13:30 candles
- **Adaptable** – Works on **any market & timeframe**
- **Fully automated** – No manual adjustments needed
---
### **📥 Apply & Start Trading!**
Simply **load the script** on TradingView and customize it to fit your strategy! 🚀
High Selling Point Reversal V6.0Criteria combined for a "High Selling Point" signal: Best used for exiting long positions or entering shorts
Overbought Condition (RSI):
Purpose: Ensures the asset has had a significant run-up and is potentially exhausted.
Criteria: RSI (Relative Strength Index) is above a certain threshold (e.g., 70 or 80).
Bearish Candlestick Reversal Pattern:
Purpose: Identifies specific price action that indicates a shift from buying to selling pressure.
Criteria: We can implement detection for one or more strong bearish patterns. A good starting point would be:
Bearish Engulfing: A bearish candle whose real body completely covers the previous bullish candle's real body. This is a very strong two-candle reversal signal.
Shooting Star: A candle with a small real body at the lower end of the range, a long upper shadow, and little to no lower shadow. It signifies rejection of higher prices.
Evening Star: A three-candle pattern: a large bullish candle, followed by a small-bodied candle (the "star"), and then a large bearish candle. This is a powerful top reversal.
Negative Divergence (Optional but powerful):
Purpose: Indicates weakening momentum despite price continuing to rise, suggesting underlying weakness.
Criteria: Price makes a higher high, but a momentum oscillator (like RSI or MACD) makes a lower high.
Combine with other indicators for confluence
First FVG📘 Indicator Description (English)
First FVG – NY Open is a TradingView indicator designed to automatically identify the first Fair Value Gap (FVG) that appears during the New York session, following the ICT (Inner Circle Trader) methodology.
It highlights institutional inefficiencies in price caused by imbalanced price action and helps traders spot high-probability entry zones, especially after the 9:30 AM EST (New York Open).
⚙️ How It Works
Session time: The indicator scans for FVGs starting at 9:32 AM (allowing 3 candles after the NY Open to form).
FVG Conditions:
Bullish FVG: When the high of 2 candles ago is lower than the low of the current candle and the middle candle is bullish.
Bearish FVG: When the low of 2 candles ago is higher than the high of the current candle and the middle candle is bearish.
Only the first FVG per session is drawn, as taught by ICT for setups like Judas Swing or NY Reversal models.
A colored box is drawn to represent the FVG zone.
A dotted horizontal line (CE) is drawn at the midpoint of the FVG box (Consequent Encroachment), a key level watched by smart money traders.
A dashed vertical line is drawn at 9:30 NY time to mark the open.
🧠 How to Use It
Wait for the NY Open (9:30 AM EST) – the indicator becomes active at 9:32 AM.
Watch for the first FVG box of the day. This is often a high-probability reaction zone.
Use the CE line (center of the FVG) as a reference for entries, rejections, or liquidity grabs.
Combine with market structure, PD Arrays, and liquidity concepts as taught by ICT for confluence.
The FVG box and CE line will extend forward for several candles for visual clarity.
🎛️ Customizable Settings
Session time (default: 09:32–16:00 NY)
FVG box color (up/down)
Text color
Max number of days to keep boxes on chart
Option to show or hide the 9:30 NY Open vertical line
EMA Pullback + Smart Breakout SystemSaint James
Your script filters for:
Strong trend (EMA stack)
Healthy dip (pullback to 21 EMA)
Breakout candle
Strong volume confirmation
And labels it clearly so you can act on it quickly for option trades.
شمعة ابتلاعية صاعدة أو هابطة - أسودAn engulfing candle, whether bullish or bearish, will appear on the chart in black
Support & Resistance by O Dinesh BabuThis Script is Specifically Designed to Work with NIFTY, BANKNIFTY & FINNIFTY Indices Only..
For Optimal Results, Please Wait for the 1st 15-Minute Candle to Complete Before Initiating Any Trades..
Wishing All Traders the Very Best in Their Journey..
Warm Regards,
O. Dinesh Babu
Son of Mr. & Mrs. O. Asha Rama Krishna
Multi-TF Candle Pattern Table — last 3 + formingUsing strat pattern, including 4 timeframe, you can directly modify timeframe on code. The up means it is a 2 candle, and separate them between 2U and 2D
EdgeXplorer – Smart Money StructureEdgeXplorer – Smart Money Structure
A full-spectrum price action tool built to track BOS/CHoCH, swing pivots, order blocks, and institutional liquidity zones — all on one clean chart.
Designed for serious price action traders, this engine gives you a real-time visual breakdown of market structure the way smart money sees it. Whether you’re a scalper, intraday trader, or swing strategist — this tool helps you track momentum shifts, trend flips, and liquidity traps with clarity.
⸻
🧠 What It Does
EdgeXplorer – Smart Money Structure detects and visualizes:
• Break of Structure (BOS) and Change of Character (CHoCH) patterns
• Swing vs. Internal trend structure
• Order blocks with mitigation tracking
• Liquidity points (Equal Highs & Lows)
• Fair Value Gaps (FVGs) and price imbalances
• Premium/Discount zones based on range extremes
All of this is plotted live with customizable visual styles, trend logic, and alert support — no repainting, no guessing.
⸻
⚙️ How It Works (Plain English)
The script uses pivot highs/lows to define structural points on the chart. From there:
• A BOS marks a continuation of the current trend (price breaks the most recent high/low in trend direction).
• A CHoCH flags a potential reversal (price breaks against the current trend direction).
• Structure is tracked internally (short-term pivots) and on a swing basis (larger moves).
• Order blocks are identified at structural breaks using volatility filtering (ATR or Range logic), then highlighted and monitored for mitigation.
• You can also display liquidity pools (Equal Highs/Lows) and FVG zones for imbalance-based setups.
• Optional trend coloring lets you visually follow directional bias.
⸻
📈 Visual Elements Breakdown
Element Meaning
🟢/🔴 BOS or CHoCH Labels Show trend continuation or reversal (internal + swing)
🔷 Zones Order Blocks (bullish/bearish, internal or swing, with mitigation filter)
🔺 HH / HL / LH / LL High/low swing labels based on pivot relationships
🔲 Gray Zones Mitigated order blocks (already tapped)
📊 Background Color Optional trend-based candle coloring
⚪ Fair Value Gaps Imbalance zones between candles
📍 EQH/EQL Equal High / Equal Low liquidity zones
⸻
🔧 Inputs & Settings
🧭 Structure Modes:
• Historical = Plots all historical BOS/CHoCH events
• Present = Keeps the chart clean by only showing the latest active structure
🔁 Internal vs Swing:
• Internal Structure = Short-term pivots (fast reaction, more signals)
• Swing Structure = Higher timeframe trend (stronger confirmation)
🎯 Order Block Filters:
• Choose between ATR-based (volatility-adjusted) or Cumulative Range (fixed width)
• Define how many OB zones to display per structure type
• Enable/disable mitigated OB highlights
💡 Visual Customization:
• Toggle colored vs. monochrome labels
• Turn on/off trend-based candle coloring
• Set custom colors for all bullish/bearish elements
🔍 Liquidity Tools:
• Show Equal High/Low zones with sensitivity threshold
• Display Fair Value Gaps with optional auto-filtering
• Highlight premium/discount zones relative to swing range
⸻
🧠 How to Interpret the Chart
Use BOS/CHoCH for:
• Spotting trend reversals (CHoCH = possible flip)
• Confirming momentum continuation (BOS = trend intact)
Use Order Blocks for:
• Entry areas after a break — especially if price retraces to an unmitigated OB
• Smart money footprints — these zones often align with institutional volume
Use Liquidity Zones for:
• Fade or trap setups — EQH/EQL often precede false breakouts
• Confirming areas where smart money may engineer stops or reactions
Use Premium/Discount Zones to:
• Avoid chasing — enter where price is undervalued (discount) or take profit where it’s overvalued (premium)
⸻
📊 Strategy Tips
• Scalpers: Focus on internal CHoCH + OB zones on 1m–15m
• Swing traders: Watch for swing CHoCH + OB alignment on 1h–4h
• Breakout traders: Use BOS labels with EQH/EQL sweep confirmation
• Confluence traders: Stack internal + swing + OB + FVG for high-probability setups
⸻
📣 Alerts Included:
✅ Internal BOS / CHoCH
✅ Swing BOS / CHoCH
Get notified instantly when structure shifts — no need to babysit the chart.
Consolidation Zones - Working (v5)Updated from v4 to v5
need to write and entry strategy for breakouts
Chiaroscuro Scalp Model A [Signal + Visuals]This indicator is based on the Chiaroscuro Scalp Model A — a precision-based scalping system that identifies high-probability trade setups during the London and New York sessions. It combines daily range expansion, order blocks, fair value gaps, and W/M reversal patterns to generate 20-pip scalping opportunities with clearly plotted stop loss and take profit levels. Ideal for intraday traders seeking structured, rule-based entries.
Multi-Market ORB (15-min)plots the ORB line for NY and LO session. this will also give an entry signal based on a retest of the top side or bottom side ORB.
GG ADRGG ADR Indicator
A compact volatility and price position table displaying key daily metrics:
• ADR% – Average Daily Range Percentage over a custom period
• ATR – Average True Range (daily), measuring market volatility
• LoD Dist – Distance from the current close to the Daily Low, expressed as a % of the ATR
• 8 EMA Distance – % distance from the current price to the 8-day EMA (based on daily timeframe only)
Customize visibility of each metric using the built-in input toggles. Ideal for tracking intraday positioning relative to historical ranges and key dynamic levels.
Based on ADR Indicator by © ArmerSchlucker
Swing ID by Mehroz KhanIdentifies trading opportunities within a Dealing Range by detecting Swing Highs and Swing Lows and generating precise buy/sell signals.
Buy Signal: Triggered when a Swing Low forms in the discount zone (lower 50% of the Dealing Range) and the fourth candle closes above the third candle’s high, indicating a potential bullish reversal.
Sell Signal: Triggered when a Swing High forms in the premium zone (upper 50% of the Dealing Range) and the fourth candle closes below the third candle’s low, signaling a potential bearish reversal.
Dealing Range: Defined by the highest high and lowest low over a user-defined lookback period (default: 20 bars), with a midpoint separating discount and premium zones.
Visuals: Plots Swing Highs (red triangles), Swing Lows (green triangles), range boundaries (blue dashed lines), midpoint (gray dashed line), and signals (green/red triangles with “BUY”/“SELL” labels).
Table: Displays range high, low, and midpoint in a top-right table for quick reference.
Alerts: Supports alerts for buy/sell signals, ideal for real-time trading.
Usage: Best on 1H, 4H, or daily charts. Combine with ICT concepts like Order Blocks or kill zones (e.g., London open) for high-probability setups.
Adjust lookback periods for sensitivity and use stop-losses below Swing Lows (buys) or above Swing Highs (sells)
MK FVG & Hidden Div & ConfirmIndicator Title
FVG Mitigation & Pattern Confirmation
Short Description
A tool for finding high-probability reversal points by identifying Candlestick Patterns that occur within significant Fair Value Gap (FVG) zones. Helps filter out noise and confirms entries with price action.
Long Description
Overview
This indicator is designed to assist Price Action and Smart Money Concepts (SMC) traders in finding significant reversal points. It combines the concept of Fair Value Gaps (FVGs)—areas of liquidity imbalance—with the formation of Candlestick Patterns to confirm the strength of a signal.
The core principle of the indicator is to "filter" candlestick patterns, giving special priority to those that form at the moment the price returns to mitigate an FVG zone. These are often highly effective reversal points.
Key Features
Automatic Fair Value Gap (FVG) Detection: Clearly draws Up FVG (blue) and Down FVG (orange) zones on the chart.
Displays Divergence (HD): When the price mitigates an FVG zone, the script checks for RSI Divergence. If found, it displays an "HD" label as an additional confirmation signal.
Identifies 4 Reversal Pattern Types:
3-Bar Engulfing Pattern
Dabel Pattern
4-Bar Flip Pattern
⭐ Core Feature: High-Quality Pattern Filtering:
Colored Labels (Green/Red/etc.): These are High-Probability signals. They appear only when a pattern forms within a specified window after an FVG has been mitigated.
Black Labels: These are Low-Probability signals that occur outside of an FVG zone (this display can be toggled off in the settings).
How to Use
Look for FVG Zones: Spot the orange (Down FVG) or blue (Up FVG) boxes drawn by the indicator.
Wait for Mitigation: Wait for the price to move back into and test that FVG zone.
Look for Confirmation:
The best signal: The appearance of a "colored" pattern label (not black) within the defined Mitigation Window (default 10 bars) after the price has entered the FVG zone.
Extra confluence: If an "HD" (Divergence) label appears at the same time, it adds significant reliability to that reversal point.
Consider the Risk: A black pattern label is a signal that occurred without any immediate relationship to an FVG. These setups carry higher risk and can be disabled in the settings to reduce chart noise.
Important Settings
Mitigation Window (X Bars): Defines the number of bars after an FVG mitigation to consider a "high-probability zone" for patterns to form.
Show Labels Outside Zone?: Toggles the visibility of the black (low-probability) pattern labels.
Show/Hide Patterns: You can independently enable or disable the display for each of the four pattern types.
Best For
Traders who use Price Action, Smart Money Concepts (SMC), or those who focus on Fair Value Gaps and finding high-probability trade entries.
MA20/60/120/200Indicator Description: Custom MA Indicator with Offset Low PriceThis Pine Script v6 indicator is designed to provide traders with a customizable and visually intuitive tool for technical analysis. It combines four simple moving averages (MA20, MA60, MA120, MA200) with unique offset low price markers, crossover signals, and price labels, making it ideal for identifying trends and key historical price levels.Key Features:Customizable Moving Averages:Displays four SMAs (MA20, MA60, MA120, MA200) with user-defined periods, colors, and line thickness.
Default colors: MA20 (semi-transparent white #ffffffbc), MA60 (light pink #FDBCB4), MA120 (light blue #ADD8E6), MA200 (semi-transparent green #6CD271).
Offset Low Price Markers ("抵扣价"):Plots circles at the low price of specific historical bars (e.g., 20 bars ago for MA20, 60 bars ago for MA60, etc.).
Colors: MA20 (semi-transparent red #C12F2F), MA60/120/200 (yellow #FFC40C).
User-configurable circle size and colors for precise visualization.
Offset Low Price Labels:Displays the low prices of the corresponding historical bars (e.g., 20 bars ago for MA20) on the last confirmed candle.
Labels are color-coded to match the offset markers and positioned near the respective MA lines for clarity.
MA20/MA60 Crossover Signals:Highlights Golden Cross (MA20 crosses above MA60) with green upward triangles below the bar.
Highlights Death Cross (MA20 crosses below MA60) with red downward triangles above the bar.
Includes alert conditions for both Golden and Death Crosses, enabling customizable notifications.
Usage:Apply the indicator to your chart and adjust the MA periods, colors, and line thickness via the settings panel.
Monitor offset low price circles to identify historical support levels.
Use crossover signals and alerts to track potential trend changes.
Ensure sufficient historical data (at least 200 bars) for full functionality, especially for MA200.
Ideal For:Traders seeking a clean, customizable MA-based indicator.
Those analyzing historical low prices for support/resistance levels.
Users looking for reliable crossover signals with alert capabilities.
Note:Ensure your chart has enough historical bars to display all offset markers (e.g., 200 bars for MA200).
Labels may overlap if MA values are close; adjust positions in the code if needed.
For further customization, refer to the Pine Script v6 Reference Manual (www.tradingview.com).