London & New York Session Breakout Zones
100% Free Indicator
Platform both
Repainting Zero (Confirmed)
Timeframes M1 to Daily
Instruments Forex, Crypto, Gold
TradingView Pine Script (v5) MetaTrader 5 (.ex5/.mq5)

London & New York Session Breakout Zones

Color-coded Asian range, London open, and New York overlap killzones with automatic high/low breakout levels.

Access Price
100% FREE No Subscription
★ 4.9 (Verified)
Direct access — zero checkout friction or card required
Includes complete Pine Script v5 open source & setup guide

TradingView Pine Script (v5) Source Code

Copy and paste this code directly into your TradingView Pine Editor

//@version=5
indicator("FxSnip - Session Breakout Zones", "FxSnip Session Zones", overlay=true)

showAsia   = input.bool(true, "Show Asian Session (00:00 - 08:00 UTC)")
showLondon = input.bool(true, "Show London Session (07:00 - 16:00 UTC)")
showNY     = input.bool(true, "Show New York Session (13:00 - 21:00 UTC)")

inAsia   = time(timeframe.period, "0000-0800:1234567")
inLondon = time(timeframe.period, "0700-1600:1234567")
inNY     = time(timeframe.period, "1300-2100:1234567")

bgcolor(inAsia and showAsia ? color.new(color.yellow, 92) : na, title="Asian Session")
bgcolor(inLondon and showLondon ? color.new(color.blue, 92) : na, title="London Session")
bgcolor(inNY and showNY ? color.new(color.red, 92) : na, title="NY Session")
1

How to Add to TradingView

  1. Click the "Copy Pine Script (v5)" button above.
  2. Open your chart on TradingView.com.
  3. Click the Pine Editor tab at the very bottom bar.
  4. Select and delete any default code, paste this script, and click "Save" → "Add to Chart".
2

How to Install in MetaTrader 5 (MT5)

  1. Click "Download MT5 Indicator" to save the .ex5 / .mq5 file.
  2. In MT5, click top menu File > Open Data Folder.
  3. Navigate to MQL5 > Indicators folder and paste the file.
  4. In MT5 Navigator window, right-click Indicators > Refresh, then drag it onto your chart.

Key Features & Algorithmic Logic

  • Color-coded Asian, London, and NY trading sessions
  • Asian high/low liquidity sweep targets
  • London Open Breakout projection boxes
  • Adjustable GMT / UTC broker time offsets

Indicator Overview

Master time-based session trading with the London & New York Session Breakout Indicator. Visualizes the Asian accumulation range and flags institutional Judas swings during the London Open and NY Killzones.

Recommended Settings

Best Timeframes: M5, M15, H1, H4
Pairs / Assets: EURUSD, GBPUSD, XAUUSD, BTC
Confirmation Rule: On Bar Close
Alerts: Push, Sound, Webhook

Need Custom Modifications?

Need this indicator converted into an automated MT5 Expert Advisor or customized for your specific trading rules?

Order Custom Coding →
TX

Loading activity...

Just now