Session Based Liquidity# Session Based Liquidity Indicator - Educational Open Source
## 📊 Overview
The Session Based Liquidity indicator is a comprehensive educational tool designed to help traders understand and visualize liquidity concepts across major trading sessions. This indicator identifies Buy-Side Liquidity (BSL) and Sell-Side Liquidity (SSL) levels created during Asia, London, and New York trading sessions, providing insights into institutional order flow and potential market reversal zones.
## 🎯 Key Features
### 📈 Multi-Session Tracking
- **Asia Session**: Tokyo/Sydney overlap (20:00-02:00 EST)
- **London Session**: European markets (03:00-07:30 EST)
- **New York Session**: US markets (09:30-16:00 EST)
- Individual session toggle controls for focused analysis
### 💧 Liquidity Level Detection
- **Buy-Side Liquidity (BSL)**: Identifies stop losses above swing highs where short positions get stopped out
- **Sell-Side Liquidity (SSL)**: Identifies stop losses below swing lows where long positions get stopped out
- Advanced filtering algorithm to identify only significant liquidity zones
- Configurable pivot strength for sensitivity adjustment
### 🎨 Visual Management System
- **Unclaimed Levels**: Active liquidity zones that haven't been hit (default: black lines)
- **Claimed Levels**: Swept liquidity zones showing historical interaction (default: red lines)
- Customizable line styles, colors, and widths for both states
- Dynamic label system showing session origin and level significance
- Real-time line extension and label positioning
### ⚙️ Advanced Configuration
- **Pivot Strength**: Adjust sensitivity (1-20) for liquidity detection
- **Max Levels Per Side**: Control number of tracked levels (1-10) per session
- **Label Offset**: Customize label positioning
- **Style Customization**: Full control over visual appearance
## 📚 Educational Value
### Core Concepts Explained
- **Liquidity Pools**: Areas where stop losses and pending orders cluster
- **Liquidity Sweeps**: When price moves through levels to trigger stops, then reverses
- **Session-Based Analysis**: How different market sessions create distinct liquidity characteristics
- **Institutional Order Flow**: Understanding how large players interact with retail liquidity
### Trading Applications
- Identify high-probability reversal zones after liquidity sweeps
- Understand where stop losses are likely clustered
- Avoid trading into obvious liquidity traps
- Use session context for timing entries and exits
- Recognize institutional accumulation and distribution patterns
### Code Learning Opportunities
- **Pine Script v6 Best Practices**: Modern syntax and efficient coding patterns
- **Object-Oriented Design**: Custom types and methods for clean code organization
- **Array Management**: Dynamic data structure handling for performance
- **Visual Programming**: Line, label, and styling management
- **Session Detection**: Time-based filtering and timezone handling
## 🔧 Technical Implementation
### Performance Optimized
- Efficient memory management with automatic cleanup
- Limited historical level tracking to maintain responsiveness
- Optimized array operations for smooth real-time updates
- Smart filtering to reduce noise and focus on significant levels
### Code Architecture
- **Modular Design**: Clean separation of concerns with dedicated methods
- **Type Safety**: Custom SessionLiquidity type for organized data management
- **Extensible Structure**: Easy to modify and enhance for specific needs
- **Educational Comments**: Comprehensive documentation throughout
## 💡 Usage Guide
### Basic Setup
1. Add indicator to chart
2. Configure session times for your timezone
3. Adjust pivot strength based on timeframe (higher for lower timeframes)
4. Enable/disable sessions based on your trading focus
### Interpretation
- **Unclaimed levels**: Watch for price interaction and potential reversals
- **Claimed levels**: Use as potential support/resistance after sweep
- **External levels**: Beyond session range, higher significance
- **Internal levels**: Within session range, may indicate ranging conditions
### Best Practices
- Use higher timeframes (15m+) for cleaner signals
- Combine with price action analysis for confirmation
- Consider session overlap periods for increased significance
- Monitor multiple sessions for comprehensive market view
## 🎓 Educational Goals
This open-source project aims to:
- Demystify liquidity concepts for retail traders
- Provide practical coding examples in Pine Script v6
- Encourage understanding of institutional trading behavior
- Foster community learning and collaboration
- Bridge the gap between theory and practical application
## 📄 License & Usage
Released under Mozilla Public License 2.0 - free for educational and commercial use with proper attribution.
## 🤝 Contributing
As an open-source educational tool, contributions are welcome! Whether it's bug fixes, feature enhancements, or educational improvements, your input helps the trading community learn and grow.
## ⚠️ Disclaimer
This indicator is for educational purposes only. All trading involves risk, and past performance does not guarantee future results. Always practice proper risk management and never risk more than you can afford to lose.
---
*By studying and using this indicator, traders can develop a deeper understanding of market microstructure and improve their ability to read institutional order flow patterns.*
Cari dalam skrip untuk "session"
Institutional Session VWAP Bands (Zeiierman)█ Overview
Institutional Session VWAP Bands (Zeiierman) plots a clean, session-aware VWAP that restarts at the “True Close” (end of the first trading hour) for each session you enable (Sydney, Tokyo, London, New York). From that anchor, the script computes a classic volume-weighted average price plus optional standard-deviation bands to frame session fair value and dispersion.
By aligning VWAP to when institutional flows settle (the first hour), you get a reference that matches real execution behavior, yielding more credible pullbacks, retests, and mean-reversion reads inside each session.
█ How It Works
⚪ Session Detection
You choose the sessions (on/off), their UTC-aligned time windows, and colors. The script detects when each session is active on your chart timeframe.
⚪ True-Close Anchoring
At session open the indicator waits. When the first hour completes, it flips the anchor on and starts a fresh VWAP for that session, mirroring how many desks treat the first hour as the real close for the prior day’s positioning.
⚪ VWAP Core
From the true-close anchor, VWAP is calculated in the standard way: cumulative (price × volume) / cumulative volume using your chosen price source (default hlc3).
⚪ VWAP Bands (σ)
Upper/Lower bands are built using a running standard deviation of the price source since the anchor. You control the σ multiplier and line width, and you can optionally fill between the bands.
█ Why Sessions + True-Close Anchoring
⚪ Institutional Timing Matters
A new anchor at the first-hour close reflects where real flows have settled, giving you a session fair-value line that aligns with how many funds evaluate prices intraday.
⚪ Cleaner Session Reads
Because VWAP and σ-bands restart each session, your retests, squeezes, and mean-reversion signals are based on today’s order-flow context, not yesterday’s inertia.
Result: a session-true fair-value with dispersion bands that stay close to the action, improving the quality of pullback entries and risk framing.
█ How to Use
⚪ Session Fair-Value Guide
Treat VWAP as the magnet for intraday value. Impulsive moves away from VWAP that fold back often present retest opportunities.
⚪ σ-Band Reversion & Breaks
Reversion: Tests beyond the upper/lower band that snap back inside can flag exhaustion.
Trend: Price riding the VWAP band in a strong trend
⚪ Session Handoffs
When one session hands to the next, watch how price behaves around the new session’s VWAP Bands after its anchor triggers. Continuation through the new VWAP vs. rejection often sets the tone.
█ Settings
UTC: Choose the timezone used to evaluate session windows (e.g., UTC+2).
Sessions (Sydney, Tokyo, London, New York): Toggle visibility and define each HHMM-HHMM window.
VWAP Price: Source for weighting.
Band Multiplier (σ): Standard deviation multiplier.
█ Related publications
True Close – Institutional Trading Sessions (Zeiierman)
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Trading session High/Low (Lumiere)Trading session High/Low
What it does:
Plots the High and Low for each session (Asia, London, New York) as horizontal zones that “snap” to the first true extreme of the session and then extend right.
Key points:
Snap‑to‑extreme only: Lines don’t draw at the open; they appear only once price makes a new session high or low, and anchor exactly at that bar.
Persistent until next session: Once drawn, each session’s lines stay on the chart after the session ends, and are cleared only when that same session next opens (or when you hide it).
Three configurable sessions:
Asia: 18:00–03:00 (UTC‑4)
London: 03:00–09:30 (UTC‑4)
New York: 09:30–16:00 (UTC‑4)
Customizable appearance:
You can toggle each session on/off, choose its color, and set line width.
The time that is already set on the different sessions is based on the standard session open/close. If you want to change it, it will refer to the NY time, UTC -4.
Simple SessionsThis is a simple sessions indicator that allows you to highlight up to 3 different sessions on your chart. This is intended for charts in any timeframe lower than the Daily timeframe. Really simple, clean, and minimalistic on purpose, intended to help and not clutter the chart.
Options/parameters:
Sessions: Check and setup beginning and end of the sessions. Up to 3 sessions at the same time.
Enable specific timezone: You can specify your exact timezone so that the sessions stay consistent even when you’re viewing different assets from different brokers that might be providing the price data in different timezones.
Show next day: Check to allow for your sessions to be viewed in advance for the following day so that you can expect your trading session in the chart (something simple, but quite useful).
Show next day input also accepts an integer value (default at 0). This numeric value is useful only for a few different assets that don’t have price data (aren’t tradable) 24 hours of each week-day. When that’s the case the calculation to show the session in the future day is not precise so with this number you can adjust it. For example, on OANDA:SPX500USD in the 30m time-frame, between 5pm and 6pm NY time there’s no price data. If you check that chart on any day at 4:30pm NY time, the next bar should be at 5pm, however since there’s no data it jumps to 6pm NY time. For that example you can set the input number to -2 and it will move the sessions to the correct time window you specified in the Sessions input.
Optional comment: This is a comment that will be shown in the status line. There’s no other use for this. It’s only helpful when you have multiple instances of the indicator for different assets for example. In that case with this comment you would be able to instantly detect which indicator is for which chart.
Crypto Trade Sessions-By Blackwolf for Bitfinex 00:00-24:00 v2.0This script shows the graph with 3 different trading sessions: Asia, Europe and America. It also shows the start and end of the day from midnight to midnigh and is configured for Rome time for Bitfinex
Lo script mostra le 3 sessioni di trading: Asia Europa ed America. Inoltre mostra la suddivisione dei giorni da mezzanotte a mezzanotte utilizzando il fuso orario di Roma
Session HighlighterSession Highlighter Script
This Pine Script highlights the major trading sessions on your chart with distinct background colors and markers:
- Asian Session: From 22:00 to 06:00 UTC (Tokyo Open to Close), highlighted in blue.
-European Session: From 07:00 to 15:00 UTC (London Open to Close), highlighted in green.
-U.S. Session: From 13:00 to 21:00 UTC (New York Open to Close), highlighted in red.
Features:
- Background Colors: Different colors indicate the active trading session.
- Markers: Displays labels or shapes at the start of each session to show session changes.
Usage:
- Helps visualize trading session overlaps and market activity throughout the day.
- Ideal for identifying session-specific trends and planning trading strategies.
This script ensures that you can easily see when each major trading session starts and ends, allowing for better market timing and analysis.
Trading Sessions - SonarlabThe Trading Sessions indicator shows the most significant trading sessions for the Forex market, such as London, New York and Asian.
The sessions are presented as colored boxes on the chart, thereby clearly indicating open and close times of a particular session, as well as its trading range.
How is this Forex market session indicator used?
Traders normally use trading sessions to determine the volatile hours throughout the day, since the trading activities vary from one stock exchange to another.
London and New York market trading sessions are considered to be the most volatile, especially during the 4-hour overlap.
There are also strategies aiming only at the opening of the London session or those that allow trading only during the Asian session.
Backtesting
When testing out your strategy this Indicator can be handy to use while backtesting in Tradingviews replay mode. Only backtest the sessions you will normally trade.
Settings:
For each session:
Time beginning - end
Show session range or only beginning
Colors
Overlay type: BOX/ Background/ High - Low
Display settings statistics
ADR
Mid line (50%)
Range
Bills Advanced Market Sessions V5Bill007 Advanced Enhanced Market Sessions & Table V5 is a TradingView Pine Script indicator that
visualizes major stock market sessions and data for (Tokyo, London, New York, Sydney, Frankfurt) on charts.
**Purpose and Logic:**
- Visual Displays include session boxes, open/close/average lines, labels for session
names/metrics (ticks, avg price, volume), and trend labels (UP/Down/Neutral with % change)
and a Debug table.
- Uses custom types (SessionDisplay, SessionInfo) and methods to create/update sessions
dynamically, handling multi-part sessions (e.g., Tokyo breaks).
- Batch updates sessions for efficiency, checks timezones, weekdays, and daily changes to avoid
duplicates.
- Includes tables for session times/status/countdowns and debug metrics (tick range, average
price, volume, trend %, open, close).
- Supports 25 timezones for accurate global session timing.
- All labels have dynamaic tooltips that provide extra outputs which saves chart clutter
- Realtime lastbar session updates for current session
**Settings:**
- Select Market Sessions to suit
- Toggles for lines, ranges, averages, volumes, labels, boxes, weekends.
- Customizable colors, timezones, session times, thresholds for neutral trends, label offsets to
move labels around for clearer visuals.
- Table position/timezone, debug options.
- Timezone select to update Session times open close according to what time zone you're in
**Benefits:**
- Enhanced session data at a glance
- Enhances multi-market awareness, highlights session overlaps, trends, and key metrics.
- Aids timing entries/exits, volume analysis, reduces clutter with toggles.
- Supports global trading strategies with accurate timezone handling and visuals.
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.
Simple Sessions - [TTF]In working with a lot of new traders, one of the most common hurdles that they tend to encounter is properly identifying the various major trading sessions around the world. While it's pretty intuitive to grasp the basic concept, the biggest struggle is around the time conversion. Most people are pretty familiar with the trading session most local to them (e.g. US residents are generally pretty familiar with when the US session is relative to their local timezone), but tend to have much more difficulty in determining when exactly the start and end times are of "foreign" sessions (e.g. Europe or Tokyo). This can be even more challenging when trying to account for regional time differences (like Daylight Savings Time), and larger global time differences (e.g. seasons in opposite hemispheres are reversed). It was with these things in mind that we took to making this version of a sessions indicator to help people better visualize and interact with the various sessions in a more intuitive manner.
Key features include:
Individual settings and configuration for each major session (America/New York, Europe/London, and Asia/Tokyo), along with customizable highlighting color for the Europe/US Mixed session
Session start and end times are configured as the local time for those session (e.g. America/New York session time is configured relative to the US Eastern timezone)
The indicator will automatically handle the timezone conversion and correctly display the sessions on chart regardless of the user's on-chart configured timezone
Users can customize which days of the week that they want the sessions to include or exclude based on their personal preferences and trading schedule (e.g. exclude Fridays since that is when most news events occur)
There is an additional fully-customizable session that can be configured (including reference timezone) for a fully-custom trading window visualization (helpful for people with constraints in their trading availability and can't align with one of the "major" sessions)
We hope that the community finds this as helpful as we hope, and feedback is always welcome!
Session Overlaps & KZ's @MaxMaseratiSession Overlap & KZ's @MaxMaserati - Indicator Explanation
This comprehensive trading session indicator specializes in identifying critical market overlap periods and key session levels with two main operating modes: Normal Sessions and ICT KZ's
Dual Session Modes:
- Normal Sessions: Extended timeframes (Asia 9PM-6AM, London 3AM-12PM, NY AM 8AM-5PM, NY PM 1-7PM)
- ICT Killzones: Focused timeframes (Asia 6-8PM, London 2-5AM, NY AM 9:30-11AM, NY PM 1:30-4PM)
Primary Focus - Market Overlap Sessions:
- Asian + London Overlap (3-6AM ET): The most volatile early morning period when Asian and London markets intersect, creating significant liquidity and price movement opportunities.
- London + NY Overlap (8AM-12PM ET): The highest volume trading window of the day when London and New York markets are simultaneously active, offering maximum institutional activity and trend continuation.
- London Solo (6-8AM ET): Pure London trading period after Asian close but before NY open, often used for trend establishment and key level testing.
- NY Solo (12-5PM ET): Isolated New York session after London close, typically showing strong directional moves and institutional positioning.
- NY AM + PM Overlap (1:30-4PM ET): Critical afternoon overlap period when morning and afternoon NY sessions intersect, often marking significant reversal or continuation points.
Session Level Analysis:
Tracks High, Low, and Midpoint levels for each active session and overlap period
Smart line extension that continues levels until price interaction
Visual session boxes with customizable transparency
Show Only Overlaps mode to focus purely on market intersection periods
Critical Time Markers:
9:30 AM: NY AM Open (green dot)
5:00 AM: MMM Foundational time for MMM trading strategies (blue dot)
1:30 PM: NY PM Open (orange dot)
Additional Features:
Previous Day High/Low (PDH/PDL) levels
Multi-timezone support
Session limit control (last 3 sets by default)
Optimized for 15-minute and lower timeframes
Full customization of colors, labels, and styles
This indicator is essential for overlap-based trading strategies, providing clear visual identification of high-probability windows when multiple markets create enhanced liquidity and institutional activity.
Multi-Session MarkerMulti-Session Marker is a flexible visual tool for traders who want to highlight up to 10 custom trading sessions directly on their chart’s background.
Custom Sessions: Enter up to 10 time ranges (in HHMM-HHMM format) to mark any market session, news window, or personal focus period.
Visual Clarity: For each session, toggle the highlight on or off and select a unique background color and opacity, making it easy to distinguish active trading windows at a glance.
Universal Time Handling: Session times automatically follow your chart’s time zone—no manual adjustment required.
Efficient and Fast: Utilizes TradingView’s bgcolor() for smooth performance, even on fast timeframes like 1-second charts.
Clean Interface: All session controls are grouped for easy editing in the indicator’s settings panel.
How to use:
In the indicator settings, enter your desired session times (e.g., 0930-1130) for each session you want to highlight.
Toggle “Show Session” and pick a color for each session.
The background will automatically highlight those periods on your chart.
This indicator is ideal for day traders, futures traders, or anyone who wants to visually segment their trading day for better focus and analysis.
[Zekis]Opening Range Higher High Lower Low Forex SessionsOpening Range Higher High Lower Low Forex Sessions
Very useful for session trading, the opening range will reset when new session is start and will plot new higher highs and new lower lows until the end of the session.
Ability to change between 3 opening sessions:
* London - opens at 3:00 am EST
* New York - opens at 8:00 am EST
* Tokyo - opens at 7:00 pm EST
* New day - GMT +0
Green arrow - new higher high
Red arrow - new lower low
Green background - the strength of the bullish trend
Red background - the strength of the bearish trend
(the lighter the color, the stronger the trend)
Enjoy!
@zekis
Mark SessionsDisplays trading sessions in a very flexible way.
The main intention of this indicator is to give a way to display market sessions with your own style preferences and expectations and achieve cleanness of your chart.
This indicator allows to show up to 6 sessions plus day session. Time range of the sessions are set in timezone you choose. Mostly all settings can be set in one place and be inherited by all sessions. And of course after settings inheritage you still have a way to make session setting exceptions without changing others.
You can adjust any borders of the session to show, background to show, adjust labels attachment target and their alignments, change the color of sessions, and line styles. All of those settings can turn session picture in any presentation you like.
Enjoy and I'm open to hear your advices
Simple Sessions## Background ##
Simple Sessions is based on the very awesome "Sessions on Chart" by Aurocks_AIF.
I really liked how the background colours worked but wanted to simplify it by removing some parts that I didn't use. I then simplified much of the code, put it into my standard template format and re-published. Hopefully the code is a bit cleaner and easier to read now.
## Usage ##
The default indicator shows the following sessions:
* Sydney in Navy
* Tokyo in Purple
* London in Green
* New York in Red
The good news is that using Green and Red for London and New York, gives a nice distinct yellow for the overlapping sessions. Sydney and Tokyo are by in similar colors by design.
By default, only London and New York show, but you may turn on Sydney and Tokyo in the settings.
## Use, Share, Like, etc #
Have fun!
-- chilts
Modern SessionsModern Sessions Indicator -
This is a trading sessions indicator for TradingView (Pine Script v5) that visually highlights different forex market trading sessions on your chart with colored boxes and provides a real-time status dashboard.
Key Features
📍 Four Major Trading Sessions
The indicator tracks and displays the four main global forex trading sessions:
Tokyo Session (00:00-09:00 UTC) - Blue colored
London Session (08:00-17:00 UTC) - Orange colored
New York Session (13:00-22:00 UTC) - Green colored
Sydney Session (22:00-07:00 UTC) - Purple colored
🎨 Visual Session Boxes
Automatically draws translucent colored boxes over active trading sessions
Boxes dynamically expand to show the session's high and low price range
Session names are labeled at the top of each box for easy identification
Boxes update in real-time as new highs or lows are formed during the session
⚙️ Fully Customizable
Enable/disable any session individually
Customize colors for each session to match your chart theme
Adjustable session times - modify start/end times for each session
All times are based on UTC timezone for consistency
📊 Live Status Dashboard
Optional top-right dashboard table showing all sessions at a glance
Real-time "Active" (green) or "Closed" (red) status for each session
Clean, modern dark theme design that matches TradingView's interface
Can be toggled on/off as needed
How It Works
The indicator monitors the current bar's timestamp and checks if it falls within any defined session timeframe. When a session becomes active, it creates a box starting from that bar and continues extending it rightward while updating the high/low boundaries. The dashboard updates on every bar to reflect which sessions are currently active.
Use Cases
Session-based trading strategies - Trade only during specific high-volume sessions
Volatility analysis - Identify which sessions produce the largest price ranges
Overlap identification - Spot when multiple sessions are active simultaneously (highest liquidity)
Time-based analysis - Study how price behaves during different market hours
This indicator is perfect for forex traders, scalpers, and anyone who needs clear visual reference for when major markets are open.
Weekly Session BreakThis indicator plots a vertical line at the end of the trading week (Friday) to mark the weekly session break. It is designed to be used on intraday charts (sub-1 hour timeframes).
The line's appearance is fully customizable via the Inputs tab, allowing you to change its color, style (solid, dotted, or dashed), and thickness.
Key Features:
End-of-Week Marker: Accurately draws a vertical line on the last bar of the trading week.
Timeframe Specific: Lines are only visible on intraday charts (1-minute to 59-minute timeframes) to prevent clutter on higher timeframes.
Customizable: Adjust the line's color, style, and thickness from the Inputs menu.
Forex/Crypto/Custom Market SessionsCredit goes to TradeMasterSavis for providing the original code
I merge the 2 sessions together allowing you to toggle between the two. I also add a 3rd custom session type and the ability to change the duration of each trading session. This would solve any problems ran into the case of Daylight savings time switch or if you just want different session duration.
Forex Trade Sessions / Zones + Next Session VisibleAllows User To See Next Session.
Contains all 5 Forex Sessions: New York, London, Frankfurt, Asia (Tokyo), Sydney
Warning! A little buggy on smaller time frames like the 5 minute. 15 minute seems to work fine!
Forex-&-Day-Sessions-By Blackwolf for FOREX.COM 00:00-24:00 v2.0Script for Broker FOREX.COM for the correct midnight hour
It shows a vertical line at midnight of every day.
It also marks with different colors three daily sessions: Asia, Europe and America
The time zone is for Rome
Script da utilizzare con broker FOREX.COM per la correttezza e la corrispondenza automatica della mezzanotte
Lo script segna automaticamente delle linee verticali in corrispondenza della mezzanotte dal lunedì al venerdì in modo da definire chiaramente l'inizio e la fine della giornata.
Inoltre le sessioni di trading giornaliere Asia, Europa, America vengono evidenziate con delle fasce colorate per definire le diverse sessioni di mercato.
Lo script ha come orario di base il fuso West America ed è già stato preimpostato per avere la corrispondenza esatta con l'orario di Roma (US 18.00 = Roma 00.00)
ICT Sessions & Killzones +PRO (VinceFxBT)ICT Sessions & Killzones +PRO (VinceFxBT)
All in one Session and Killzone script for FX, Futures and Crypto markets. It includes London, New York, CBDR & Asia Sessions and Killzones.
Features
Includes London, New York, Asia, CBDR sessions
Includes all ICT Killzones
Extended session highs/lows up to 90s back, until mitigated.
Set recurring alerts for session highs and lows
Includes Indices price levels and opens
Uses UTC timezones with automatic Daylight Saving Time so NO timezone correction needed ; ) Works out of the box for all regions, including different dates of DST for US/EU.
Session highs/lows displayed on chart as lines, box or background color
Customize line styles, width and colors
Customize colors for Sessions and Killzones
Optionally include weekends for Session or Killzone separately
Optionally display day separators and labels
Fully control which options are displayed at higher or lower timeframes. (e.g. hide sessions when timeframe is 1h or higher)
Session display options
Session Background Color.
Session High & Low Lines, including Session Middle Line.
Extended session highs/lows until mitigated
Extended Session Highs & Lows until mitigated.
Session Background Color with extended Asia Session Highs & Lows until mitigated.
Set recurring alerts for session highs and lows
Set automatic alerts when previous and/or current session levels are broken.
Session Lines# Session Lines Indicator
A powerful trading session visualization tool designed to help traders track and identify key market sessions across different time zones. This indicator draws vertical lines at the opening times of major trading sessions, making it easier to spot potential trading opportunities at session transitions.
## Key Features
1. **Multi-Session Support**
- Asian Session (Default: 08:00)
- European Session (Default: 15:30)
- US Session (Default: 21:30)
- Each session line can be independently enabled/disabled
2. **Flexible Time Zone Settings**
- Comprehensive time zone support from UTC-10 to UTC+13
- Ensures accurate session timing for traders worldwide
3. **Smart Display Options**
- Option to show only the last 24 hours of session lines
- Future session line prediction (up to 2 hours ahead)
- Dotted lines for historical sessions
- Semi-transparent dashed lines for future sessions
4. **Visual Customization**
- Customizable colors for each session line
- Different line styles for past and future sessions
- Adjustable transparency levels
## Trading Applications
1. **Session Trading**
- Identify session transitions for potential volatility increases
- Plan trades around major market openings
- Track multiple session overlaps
2. **Market Analysis**
- Analyze price behavior at different session boundaries
- Study inter-session price movements
- Monitor market transitions across time zones
3. **Trade Planning**
- Prepare for upcoming session openings
- Schedule entries and exits around session times
- Manage positions across different market hours
## Setup Guide
1. **Time Zone Configuration**
- Select your local time zone from the settings
- Adjust session times if needed for specific markets
2. **Display Settings**
- Enable/disable relevant sessions based on your trading focus
- Customize colors for easy visual distinction
- Configure the display of historical and future lines
## Best Practices
1. Use smaller timeframes (1-15 minutes) for more precise session transition signals
2. Combine with volume indicators to confirm session activity
3. Pay attention to session overlaps for potential increased volatility
4. Use future session lines for trade preparation and planning
## Notes
1. The indicator works best on intraday charts
2. Future session lines are estimates based on current chart timeframe
3. Consider market-specific characteristics when setting up session times
4. Regularly verify time zone settings, especially during daylight savings changes
This indicator is particularly useful for forex traders, day traders, and anyone who needs to track multiple market sessions. It helps in identifying potential trading opportunities during market transitions and managing positions across different trading sessions.