在腳本中搜尋"session"
UTC Market SessionsExplained on chart. Gives a UTC based market session marker. Can customize to your liking. The numbers a bit finicky - will be fixed in a future update but if you play around with them you can dial in to your liking.
Day Session with TZThis will paint a grey bar each day at 0 o'clock. So the area between two grey bars is a day session. This script also has timezone support. This is especially useful if you trade crypto.
InSession sampleThis indicators it's a programming sample of how to check if hours are inside one session range excluding/including weekends days
CUL_Bond_Session_Highlight_V1Highlighting Asia, Europe and US session for bond futures trading.
Work in Progress.
ICT Killzones + Pivots [TFO]Designed with the help of TTrades and with inspiration from the ICT Everything indicator by coldbrewrosh, the purpose of this script is to identify ICT Killzones while also storing their highs and lows for future reference, until traded through.
There are 5 Killzones / sessions whose times and labels can all be changed to one's liking. Some prefer slight alterations to traditional ICT Killzones, or use different time windows altogether. Either way, the sessions are fully customizable. The sessions will auto fit to keep track of the highs and lows made during their respective times, and these pivots will be extended until they are invalidated.
There are also 4 optional Open Price lines and 4 vertical Timestamps, where the user can change the time and style of each one as well.
To help maintain a clean chart, we can implement a Cutoff Time where all drawings will stop extending past a certain point. The indicator will apply this logic by default, as it can get messy with multiple drawings starting and stopping throughout the day at different times.
Given the amount of interest I've received about this indicator, I intend to leave it open to suggestions for further improvements. Let me know what you think & what you want to see added!
Price Action and 3 EMAs Momentum plus Sessions FilterThis indicator plots on the chart the parameters and signals of the Price Action and 3 EMAs Momentum plus Sessions Filter Algorithmic Strategy. The strategy trades based on time-series (absolute) and relative momentum of price close, highs, lows and 3 EMAs.
I am still learning PS and therefore I have only been able to write the indicator up to the Signal generation. I plan to expand the indicator to Entry Signals as well as the full Strategy.
The strategy works best on EURUSD in the 15 minutes TF during London and New York sessions with 1 to 1 TP and SL of 30 pips with lots resulting in 3% risk of the account per trade. I have already written the full strategy in another language and platform and back tested it for ten years and it was profitable for 7 of the 10 years with average profit of 15% p.a which can be easily increased by increasing risk per trade. I have been trading it live in that platform for over two years and it is profitable.
Contributions from experienced PS coders in completing the Indicator as well as writing the Strategy and back testing it on Trading View will be appreciated.
STRATEGY AND INDICATOR PARAMETERS
Three periods of 12, 48 and 96 in the 15 min TF which are equivalent to 3, 12 and 24 hours i.e (15 min * period / 60 min) are the foundational inputs for all the parameters of the PA & 3 EMAs Momentum + SF Algo Strategy and its Indicator.
3 EMAs momentum parameters and conditions
• FastEMA = ema of 12 periods
• MedEMA = ema of 48 periods
• SlowEMA = ema of 96 periods
• All the EMAs analyse price close for up to 96 (15 min periods) equivalent to 24 hours
• There’s Upward EMA momentum if price close > FastEMA and FastEMA > MedEMA and MedEMA > SlowEMA
• There’s Downward EMA momentum if price close < FastEMA and FastEMA < MedEMA and MedEMA < SlowEMA
PA momentum parameters and conditions
• HH = Highest High of 48 periods from 1st closed bar before current bar
• LL = Lowest Low of 48 periods from 1st closed bar from current bar
• Previous HH = Highest High of 84 periods from 12th closed bar before current bar
• Previous LL = Lowest Low of 84 periods from 12th closed bar before current bar
• All the HH & LL and prevHH & prevLL are within the 96 periods from the 1st closed bar before current bar and therefore indicative of momentum during the past 24 hours
• There’s Upward PA momentum if price close > HH and HH > prevHH and LL > prevLL
• There’s Downward PA momentum if price close < LL and LL < prevLL and HH < prevHH
Signal conditions and Status (BuySignal, SellSignal or Neutral)
• The strategy generates Buy or Sell Signals if both 3 EMAs and PA momentum conditions are met for each direction and these occur during the London and New York sessions
• BuySignal if price close > FastEMA and FastEMA > MedEMA and MedEMA > SlowEMA and price close > HH and HH > prevHH and LL > prevLL and timeinrange (LDN&NY) else Neutral
• SellSignal if price close < FastEMA and FastEMA < MedEMA and MedEMA < SlowEMA and price close < LL and LL < prevLL and HH < prevHH and timeinrange (LDN&NY) else Neutral
Entry conditions and Status (EnterBuy, EnterSell or Neutral)(NOT CODED YET)
• ENTRY IS NOT AT THE SIGNAL BAR but at the current bar tick price retracement to FastEMA after the signal
• EnterBuy if current bar tick price <= FastEMA and current bar tick price > prevHH at the time of the Buy Signal
• EnterSell if current bar tick price >= FastEMA and current bar tick price > prevLL at the time of the Sell Signal
Multi-Timeframe Session HighlighterWhat is the Multi-Timeframe Session Highlighter?
It’s a simple Pine Script indicator that paints two special candles on your chart, no matter what timeframe you’re looking at. Think of it as a highlighter pen for session starts and ends—can be used for session-based strategies or just keeping an eye on key turning points.
How it works:
Green Bar (Session Open): Marks the exact bar when your chosen higher-timeframe session kicks off. If you select “4H,” on the indicator, you’ll see green on every 4-hour open, even if you’re staring at a 15-minute chart.
Red Bar (Session Close): Highlights the very last lower-timeframe candle immediately before that session wraps up. So on a 1H chart with “Daily” selected, you’ll get a red band on the 23:00 hour before the new daily bar at midnight.
Customizable: Pick your own colors and transparency level to match your chart theme.
Getting started:
Add the indicator to your chart.
In the inputs, select the session timeframe (for example, “240” for 4H or “D” for daily).
Choose your favorite green and red shades.
That’s it.
Custom Session Tracker (KN)**Custom Session Tracker (KN)**
Visually highlight any intraday session’s high, low, and midpoint on your chart with full styling control.
**Description**
Custom Session Tracker (KN) lets you define any trading session (e.g. 09:30–16:00 NY time) and automatically draws:
* A translucent box spanning the session’s High and Low
* A horizontal line marking the session midpoint
All elements update in real time and persist after session close.
**Features**
* **Session Range Box**: Plots from session open through close
* **Mid-Price Line**: Marks the exact midpoint of High/Low
* **Timezone Input**: Aligns session to any GMT offset
* **Custom Colors**: Fill, border, and mid-line colors
* **Line & Border Styles**: Choose solid or dashed
**Inputs**
* **Timezone** – GMT offset for your market
* **Session** – Hours in `HHMM-HHMM` format
* **Fill Color** – Box interior transparency
* **Border Color** – Box outline
* **Box Border Style** – Solid or dashed
* **Midline Color** – Mid-price line color
* **Mid Price Line Style** – Solid or dashed
**How to Use**
1. Add the script to your chart.
2. Set your session hours and timezone.
3. Customize colors and styles.
4. Watch each session’s high, low, and midpoint appear automatically.
Perfect for session-overlap strategies, mean-reversion signals, or simply keeping key levels in view.
NY Trading Session TrackerNY Trading Session Tracker
This indicator highlights the New York trading session (14:30–21:00 UTC) directly on your chart. It visually identifies the session with a customizable background color and optional labels marking the session’s open and close. For added clarity, the labels can display the precise open and close prices, formatted with commas and up to 4 decimal places. Perfect for intraday traders looking to focus on one of the most active market periods.
Features:
• Highlight the NY session with a customizable background.
• Optional session open/close labels.
• Display open/close prices with professional formatting.
• Fully customizable settings for labels and colors.
Streamline your trading workflow and focus on what matters with the NY Trading Session Tracker!
REBUX - 1m NY Opening Session Stock Trader w/alerts & SignalsREBUX - 1m NY Opening Session Stock Trader w/alerts & Signals
This closed-source indicator is designed to trade the volatile New York opening session on a 1-minute chart, offering traders a unique approach to scalping high-probability opportunities. What sets this script apart is its ability to dynamically detect key price ranges in real-time, then apply a percentage-based offset for precise trade entries, along with an automatic take-profit calculation based on the session’s volatility.
How It Works: The script monitors the first few minutes of the New York session to define a price range based on the session high and low. It then calculates entry levels using customizable percentage offsets. When the price crosses above or below these levels, the script triggers alerts for potential buy (LONG) or sell (SHORT) entries. Additionally, the script implements a take-profit level based on a percentage of the detected price range, automatically adjusting as volatility changes.
Key features include:
Customizable timing: Traders can configure the number of minutes after the session open to define the price range and when to stop trading for the day.
Dynamic price offsets: Entry points are calculated based on percentage offsets from the session’s range, ensuring flexibility in volatile markets.
Visual aids and alerts: The script plots visual labels on the chart for LONG and SHORT signals, and provides take-profit exit points, helping traders make informed decisions.
Originality and Usefulness: Unlike many open-source scalping scripts that rely on static strategies or traditional indicators, this script uses a session-specific approach, adapting to real-time price action and volatility. Its focus on the high-impact New York open and integration of automatic TP calculations make it an effective and unique tool for day traders who need to react quickly to market movements.
This script is particularly useful for traders who want to capitalize on the sharp price movements that occur at the NY session open, providing actionable alerts and visual signals to streamline the trading process.
LIT_Globas_sys - Liquidity Inducement Theorem (SMC, IDM)LIT_GLOBAL_SYS Trading Tool Documentation, is a comprehensive market analysis tool that includes all components needed for trading according to Liquidity Inducement Theorem (LIT). LIT differs from classical trading methods and is considered a highly effective and profitable strategy.
What can LIT_GLOBAL_SYS do?
--- Market Structure
The main feature of Liquidity Inducement Theorem is building the correct structure, specifically construction taking into account inducement (IDM). Thus, a new HH or LL can only form when the price has taken the first correct pullback - inducement (IDM), and after this, we understand the location of BoS (break of structure) and CHoCH (change of character).
LIT_GLOBAL_SYS automatically and perfectly displays the correct structure following all LIT rules. Looking at the indicator, a trader always understands which range the price is currently in and where it's trending at the moment. The indicator also shows dynamic (live) levels, providing a clear understanding of the market structure in real-time.
The indicator settings allow customization of each structural element according to trader preferences. For example, you can change the style, color, and shape of structural objects.
--- Correct Pullbacks and Inside Bars
In Liquidity Inducement Theorem, correct pullbacks are fundamental. The structure, order blocks, liquidity levels, order flow, and single candle order blocks (CSOB) are all built based on pullbacks.
What is a pullback?
- When the next candle updates the low of the previous candle, we can finish drawing an upward pullback
- We can start drawing a downward correct pullback when the next candle updates the low of the previous candle
- The downward movement will continue until the opposite occurs - updating the high of the previous candle
There are complexities in determining pullbacks - these are inside bars. In Liquidity Inducement Theorem, inside bars are completely ignored!
For example, in an upward movement, at some point, candles may stop updating the high and low of the previous candle and remain within the boundaries of the previous candle. Theoretically, there could be any number of such candles from 1 to infinity. In such cases, it's important to wait for the price to exit the mother candle (the candle after which other candles remained within its high and low range).
LIT_GLOBAL_SYS easily handles this and displays both pullbacks and inside bars correctly.
--- Order Blocks and Fair Value Gaps (FVG)
In Liquidity Inducement Theorem, order blocks are defined differently from classical order blocks:
1. The order block must take liquidity from the previous candle
2. The order block must have Fair Value Gaps (FVG) before it
3. Inside bars are completely ignored for both Order Blocks and FVG
4. If an OB fulfills the first condition (taking liquidity from the previous candle) but doesn't have FVG before it, this block is moved forward along the candles until there is an imbalance before it
There are two most important order blocks in LIT strategy:
1. Inducement order block (idm ob) - the first order block after Inducement
2. Extreme order block (Ext ob) - the first order block before CHoCH
LIT_GLOBAL_SYS perfectly displays correct order blocks and Fair Value Gaps following all rules. It offers full customization options:
- Specify the number of displayed OBs
- Disable all order blocks except idm ob and Ext ob
- Change block frame color and style
- Disable or modify text display in blocks
--- Single Candle Order Block (Scob)
Rules for building Scob:
1. The candle takes liquidity from the previous candle and closes within the body of the previous candle
2. The candle following the Scob candle must close its body below the previous candle
3. Scob forms in continuation of the trend movement
4. Scob completely ignores inside bars
LIT_GLOBAL_SYS accurately displays Scob as triangles and fully ignores inside bars both left and right. The menu allows complete customization of display and quantity of displayed Scobs.
--- Liquidity Lines, Order Flow, and Three-Minute Rule
Auxiliary functions include:
- Liquidity Lines -
Each pullback is marked with a line, showing where unclosed liquidity exists. Completed lines can be hidden to help predict price movement and enter trades correctly.
- Order Flow -
The indicator implements order flow by drawing a line when a pullback is broken (closed by body) in the opposite direction until the second touch. If price moves away without a second touch, the line remains, showing unclosed OF and potential price return zones.
- Three-Minute Rule -
Some LIT traders use the three-minute rule: price manipulations in the last and first three minutes of each 15-minute candle are additional entry factors, especially in the last quarter of an hourly candle. LIT_GLOBAL_SYS displays this rule only on the one-minute timeframe with symbols below for M15 and H1.
--- Trading Sessions, PDH/PDL, and EMA
The system includes:
- Trading sessions (Tokyo, Frankfurt, London, New York) with customizable time settings
- Previous Day High and Previous Day Low (pdh/pdl) levels
- Exponential Moving Average (EMA) with adjustable length
- Equilibrium display between current BoS and CHoCH levels
--- Alert System
LIT_GLOBAL_SYS includes all necessary alerts for Liquidity Inducement Theorem:
1. SCOB
2. EMA
3. BoS, ChoCh, Sweep
4. IDM
5. IDM OB and Ext OB
Users can simply check the desired alerts in the menu and activate them to receive notifications when price reaches specified zones.
Time Zone / Market SessionsTime Zone / Market Sessions indicator is a handy tool to display current major Market Open / Close condition along with present time at that Exchange. Sydney, Tokyo, London, New York market sessions are included. Clear display of Overlap Zones and Kill Zones.. Can be used to estimate market Pumping and Dumping. Alerts can be set when a market opens.
Time is Displayed in Table Layout
Active Market is displayed as Dots on top and bottom
You can select as Timeline or Table display
Overlap is clearly displayed on top and bottom without any mess
Gray color in Table layout Shows Closed Markets
You are free to reuse this code No Limitations.
Kill Zones are indicated in Table format. When some of the markets are closed
Alerts included for market openings
Market Maker Volatility Diameter V2 by Hawkeye Charting***German Description below***
Hey guys,
we are proud to publish the Market Maker Volatility Diameter V2!
Our goal with this indicator is to provide an All-in-one indicator, combining some special tools of open source scripts as well as some of our own developments and the algorithm of our MMVD V1.
We will create a video series very soon, where we will explain each aspect of the tool, your options and of course our trading strategies with this indicator.
You have the following technical tools and information combined in this indicator, which can each be shown and hidden:
- Psychological Ranges (Weekly Opening High/ Low for Crypto and Forex)
- Market Maker Sessions (Sydney, Asia, London, NY)
- Trade Cloud (algorithm developed by Hawkeye Charting)
- Fibonacci Cloud (inspired by watching paid offerings, coded by Hawkeye Charting)
- Display Moving Averages (select the visualization of up to 6 moving averages. You can change for each of these 6 MA's the type and the length.)
- Display Major Trend Cloud (developed by Hawkeye Charting)
- PVSRA Candle Colors
- Vector Candle Zones
- Pivots
- Pivot Fibonacci Levels (developed by Hawkeye Charting)
- OHLC-Levels
- Average Daily, Weekly, Monthly Ranges
- Volume Profile for Intraday Trading for up to 8 days.
We hope especially for people, who can not afford the Pro offering from TradingView, to give access to a good indicator, which includes many tools and alerts.
Our goal is to lower the barriers for new entrants and of course to protect people, to pay for indicators, which are completely insane priced.
Only, that you get an idea: the whole indicator has only cost me about 100 h of work (for a single person!), and I'm no Pine script expert, so don't get fooled when someone offers you insane amounts for an indicator...
There is no holy grail. Each indicator works only with calculations on previous data.
We appreciate seeing that you guys like this work, so please leave a like and a follow and share this indicator.
*****German Description*****
Hey Leute,
wir sind stolz, unsere 2. Version des Market Maker Volatility Diameter zu veröffentlichen!
Unser Ziel ist es, mit diesem Indikator eine All-In-One Lösung anzubieten, welche einige nicht ganz geläufige Tools sowie unsere eigenen Entwicklungen und natürlich den Algorithmus des MMVD V1 vereinen.
Wir werden in naher Zukunft eine Video Serie veröffentlichen, in welcher wir Stück für Stück jeden Aspekt des Werkzeugs, die Einstellungsmöglichkeiten sowie unsere Trading Strategien mit diesem Indikator erklären werden.
Ihr habt die folgenden technischen Werkzeuge und Informationen in diesem Indikator vereint, welche jede einzeln an- oder abgewählt und eingestellt werden können:
- Psychological Ranges (Weekly Opening High/ Low für Krypto and Forex)
- Market Maker Sessions (Sydney, Asia, London, NY)
- Trade Cloud (Algorithmus von Hawkeye Charting entwickelt)
- Fibonacci Cloud (inspiriert von der Beobachtung eines Paid-Indikators, Code geschrieben von Hawkeye Charting)
- Moving Averages (Ihr könnt die Darstellung von bis zu 6 Gleitenden Durchschnitten auswählen und für jeden dieser Durchschnitte den Typ und die Länge ändern.)
- Display Major Trend Cloud (entwickelt von Hawkeye Charting)
- PVSRA Candle Colors
- Vector Candle Zones
- Pivots
- Pivot Fibonacci Levels (entwickelt von Hawkeye Charting)
- OHLC-Levels
- Average Daily, Weekly, Monthly Ranges
- Volume Profile für Intraday Trading, Darstellungsmöglichkeit für 3-8 Tage
Wir hoffen, dass wir speziell für Leute, die sich nicht das PRO-Abo aufwärts von TradingView leisten können, Zugang zu einem guten Indikator, welche viele Werkzeuge und Alarme vereint gewährleisten zu können.
Unser Ziel ist es, die Eintrittsbarrieren für neue Marktteilnehmer senken und natürlich Leute vor wahnsinnigen Paid-Angeboten beschützen zu können.
Nur, damit ihr eine Vorstellung bekommt: den gesamten Indikator hat mich lediglich 100h Arbeit gekostet (für eine einzelne Person!), und ich bin kein Pine Script Experte. Also lasst euch bitte nicht verar******, wenn euch Paid-Angebote erreichen, mit dem Versprechen, den "zu 95% erfolgreich" Indikator erwerben zu können.
Es gibt keinen heiligen Gral, jeder Indikator arbeitet nur mit Berechnung von Vergangenheitswerten.
Wir würden uns riesig freuen, wenn euch diese Arbeit gefällt und ihr uns Likes und Follows hinterlasst und ihr diesen Indikator teilt.
London & New York Sessions ESTThis is a sessions displayer that displays only Lond and New York for EST. It is customizable for other sessions as well
Initial Balance & extensions Custom session time and IB durationThe indicator will plot Initial Balance levels and extensions. The session start and end times are configurable depending on instrument, as well as the Initial Balance end time. The session times must be entered in the underlying instrument's timezone, for example:
ES-futures (Chicago Timezone)
Session Start: 0830
Initial Balance End: 0930
Session End: 1515
US-Stocks (New York Timezone)
Session Start: 0930
Initial Balance End: 1030
Session End: 1600
Europe Futures (Madrid Timezone)
Session Start: 0800
Initial balance End: 0900
Session End: 2200
Colors and linewidths are also customisable.
Trading SessionsTrading Sessions lets you plot the four (4) major Forex trading sessions (each one toggle on/off), selecting your favorite colors (and degree of transparency)
All Forex Sessions With OffsetThe " All Forex Sessions With Offset" is best used for predictive charting. Use " All Forex Sessions" for Back testing.
Globex Trap/ATR Percentage (Auto Session Times)This indicator is to be used on the continuous unadjusted charts of all of the futures products that have the possibility of a globex trap (MES1!, MCL1!, etc..) The indicator should be used on a 10 minute chart to get the opening time correctly no matter the product that you are looking at but can be used on any sub-daily chart. The box represents the open, close, high and low of the globex session as defined by the CME. The percentage 5 bars to the right of the last candle represents the price range of the globex session as percentage of the dATR. This percentage should be viewed and documented as close to the session open as possible for the most accurate data as it will change as the session opens.
Swing Structure + Session Sweeps“Scalper-Friendly Trend & Sweep Detector”
Swing Structure + Session Sweeps with TEMA Cloud
This powerful all-in-one tool is designed for intraday traders, swing traders, and scalpers who want to spot high-probability reversals, trend continuations, and liquidity sweeps with confluence.
🔹 Core Features
Multi-layered TEMA Cloud (9, 20, 34, 50) for clear trend structure
Dynamic Bull/Bear labels when the trend flips
Centerline for TEMA 20 to visualize core trend direction
Session-based liquidity sweep detection (Asia, London, NY)
Volume and absorption dots to catch hidden pressure
Swing high/low detection (external and internal)
Visual VWAP, daily highs/lows, and customizable session zones
Optional alerts for volume spikes, absorption, and reversal sweeps
📈 Use it to:
Confirm directional bias
Anticipate pullbacks and breakouts
Identify volume-backed reversals
Align trades with session strength and swing confluence
⚙️ Built for scalpers, intraday opportunists, and precision chartists alike.
Open interest buildup & Session Open high-lowThis indicator is to be used on srcipts in Futures Segment.
1. It visually displays in tabular format the change in open interest and the change in price compared to the previous day.
2. It also displays the scenario where open price of session is near high price of session or low price of session, indicating a emergence of strong sellers or strong buyers from start of session respectively.
3. A positive change in open interest and a positive change in price is denoted by a long buildup and open price near low price is an additional confirmation for a probable long scenario in the script.
4. A positive change in open interest and a negative change in price is denoted by a short buildup and open price near high price is and additional confirmation for a probable short scenario in the script.
Key features of the indicator include:
Override Symbol Input: Traders can override the default symbol and input their preferred symbol for analysis.
Open Interest Data: The indicator retrieves open interest data for the selected symbol and time frame, facilitating analysis based on changes in open interest.
Dashboard: The indicator features a customizable dashboard that displays key information such as build-up conditions, OI change, and price change.
Build-Up Conditions: The indicator identifies long build-up and short build-up scenarios based on user-defined thresholds for OI change and price change percentages.
Customization Options: Traders have the flexibility to customize various aspects of the indicator, including colors for long build-up, short build-up, positive OI change, negative OI change, positive price change, and negative price change.
Label Plots: Buy and sell labels are plotted on the chart to highlight potential trading opportunities. Traders can customize the colors and text colors of these labels based on their preferences.
Overall, the indicator offers traders a comprehensive tool for analyzing price movements and open interest changes, helping them make informed trading decisions in the futures segment.
Multi Session Volume Profile LevelsThis script allows a user to plot current and historical volume profile levels (POC, VAH, VAL) of RTH (NY trading hours), ETH (Globex and/or Equities ETH), and Weekly Profiles.
Each profile has multiple settings to tailor how the user desires. The list includes:
Plotting the current volume profile
Plotting historical session/week volume profile levels
Many configuration options for colors, line styles, and labels
One feature not mentioned above is the ability to plot any untested (i.e. naked) level that will disappear once it is traded through. The way this feature works is if a level is traded through during RTH (NY session), the level will stop plotting and/or disappear at the end of that trading session if it is a session VP level (ETH or RTH) or at the end of the trading week for the weekly profile levels.
Limitations
There are some minor limitations due to pine script that need to be mentioned. The volume profile calculations utilize the 1 minute timeframe to allow for more granular plotting of the volume profile. This allows the script to mimic the native volume profile script as closely as possible. The timeframe used for the calculation can be changed to use 1m, 2m, 3m, or 5m. Please be aware that using a higher timeframe allows for more historical levels to be plotted but results less resolution of the volume profile itself.
An attempt was made to get this as close to the native volume profile levels as possible. While most of the time the levels in this script are within a handful of ticks of the native levels, there are situations where they can be far off. Double distribution days are where this script can sometimes deviate significantly from the native volume profile or in instances where there are two high volume nodes that are very similar in volume. Pine script does not provide the same resolution to volume that is used in the native volume profile script which is why the values may be different when comparing them.
Another item that might be encountered is calculation timeouts. Due to the amount of calculations needing to be done to plot these levels you may encounter calculation timeouts when first applying them to the chart and periodically during the use of the indicator. If this is encountered, simply change one of the inputs in the inputs tab to force it to recalculate and it will eventually provide the levels on the chart. I am working on trying to optimize this to reduce these calculation timeouts but this is as good as I could get it for now.
Future updates will include higher timeframe volume profile values but will require a bit more work to get it implemented. As always I am open to suggestions on how to make this script better as it provides a more automated way to utilize these levels than what is currently provided.