Open Range Breakout Profile Engine
Frames the opening range, then validates breakout structure with session context.
CATEGORY
Category
DIFFICULTY
Difficulty
REQUIREMENT
Requirement
Documentation
What ORB-PE is
Open Range Breakout Profile Engine (ORB-PE) is a TradingView indicator that builds an adaptive Open Range during a session, then locks that range when volatility cools off (ATR drops from the session peak). Once locked, it focuses on strict breakouts only—printing clean long/short triangles and firing alerts.
ORB-PE is built to answer one core question:
“When the open range is finished, did price break out cleanly and decisively?”
What ORB-PE does
ORB-PE continuously:
Detects a session window (e.g., 09:30–16:00).
Builds the Open Range High and Open Range Low while the range is still “forming”.
Tracks ATR peak during the session and locks the OR when ATR drops by a chosen percentage.
Calculates Session VWAP.
Optionally draws a VWAP-centered gradient profile between VWAP and OR boundaries (visual structure).
Prints strict breakout signals:
Long only when candles are fully above OR High.
Short only when candles are fully below OR Low.
Uses a one-shot trigger (won’t spam signals) until price re-enters the range.
Provides built-in alerts for long, short, and overall breakouts.
Core concepts
Open Range (OR)
The Open Range is the evolving high/low of price during the session’s early phase.
OR High updates with new highs.
OR Low updates with new lows.
Once the OR is locked, OR High/Low stop moving and become fixed reference levels.
ATR-based OR lock
Instead of locking OR at a fixed clock time, ORB-PE locks it when volatility fades:
It tracks the session’s ATR peak.
The OR is locked when:
ATR < ATR_peak × (1 − ATR_drop%)
This makes the open range length adaptive: some days it locks fast, some days it takes longer.
Strict breakouts (clean-only signals)
ORB-PE uses strict conditions so you avoid “wick breaks” and noisy tags.
Strict long requires:
open > OR High
close > OR High
low > OR High
Strict short requires:
open < OR Low
close < OR Low
high < OR Low
One-shot signals (no spam)
Once a breakout signal fires, it won’t fire again in the same direction until price re-enters the open range.
Re-entry condition:
close is between OR Low and OR High
This creates clean “one attempt per breakout” behavior.
VWAP + gradient profile (context layer)
ORB-PE calculates session VWAP and can draw a horizontal gradient between VWAP and OR boundaries after the OR locks.
This gives you a quick read of:
Where VWAP sits relative to the OR.
How stretched price is relative to VWAP and the locked range.
How to use ORB-PE
A practical workflow
1) Set your session
Use the market session you trade (e.g., 09:30–16:00 for US cash).
2) Let the OR form
During the opening phase, OR High/Low expand as price makes new extremes.
3) Wait for the OR lock
Once ATR falls enough from the session peak, the OR locks and becomes your breakout frame.
4) Trade strict breakouts
Long triangle = clean break above OR High
Short triangle = clean break below OR Low
Because signals are strict, you usually get fewer but higher clarity triggers.
5) Use VWAP + gradient for context
If VWAP is near the middle, the OR is more “balanced”.
If VWAP is skewed, you often get asymmetry in how breakouts behave.
6) Manage the one-shot behavior
If you want another signal, price must first re-enter the OR (close back inside the range).
Signal behavior
ORB-PE prints triangles when a strict breakout occurs and the trigger state allows it.
OR lock gating (optional)
If Toggle ORB lock is ON:
Signals only print after the OR is locked.
If it’s OFF:
Signals can print even while OR is still forming.
Long signal
A long prints when:
OR lock condition passes (depending on setting)
Candle opens above OR High
Candle closes above OR High
Candle low stays above OR High
No prior long was triggered (until re-entry)
Short signal
A short prints when:
OR lock condition passes (depending on setting)
Candle opens below OR Low
Candle closes below OR Low
Candle high stays below OR Low
No prior short was triggered (until re-entry)
Settings reference
Session
Session
Defines the session window the engine uses for OR building and VWAP calculation.
ATR Logic
ATR Length
ATR period used to track volatility and determine the session ATR peak.
ATR drop % to end OR
How much ATR must drop from the session peak before the OR locks.
Example: 0.30 means lock when ATR drops 30% from the peak.
Volume
Volume MA length
Length of the SMA used to determine whether current volume is above average.
Note: the code calculates this, but it isn’t currently used to gate signals (it’s available if you extend logic).
Profile / Visuals
Show VWAP + Gradient
Toggles VWAP plotting and the gradient fill between VWAP and OR boundaries (after lock).
Gradient steps
Number of gradient bands used between VWAP and OR High/Low.
More steps = smoother gradient (slightly heavier).
Signals
Toggle ORB lock
If ON, signals only print after OR is locked (ATR drop condition met).
If OFF, signals can print even before OR is locked (more aggressive).
Alerts
Built-in alerts
OutsiderEdge ORB Long
OutsiderEdge ORB Short
OutsiderEdge ORB Overall Breakout
Use cases
Webhook routing (Discord / server / execution layer)
Mobile notifications
Journaling breakouts per session
Best-practice presets (quick starting points)
Conservative (cleanest breakouts)
Toggle ORB lock: ON
ATR drop % to end OR: 0.30–0.45
Show VWAP + Gradient: ON
Gradient steps: 5–7
Aggressive (earlier triggers)
Toggle ORB lock: OFF
ATR drop % to end OR: 0.20–0.30
Show VWAP + Gradient: optional
Gradient steps: 3–5
Notes & limitations
The OR lock is volatility-adaptive, so the OR duration can vary by day.
Strict breakouts reduce noise, but they can also miss “barely breaks then runs” moves (that’s the tradeoff).
Performance is typically light (plots/fills only), but if you want a cleaner chart, reduce gradient steps or disable VWAP + gradient.
Settings reference
Session Timezone
string
Sets the timezone used to interpret configured session windows.
Change when the chart/session should follow another market timezone.
Show Boxes
bool
Enables or disables Boxes.
Toggle this when boxes is or is not part of your workflow.
Show Names
bool
Enables or disables Names.
Toggle this when names is or is not part of your workflow.
Show Range
bool
Enables or disables Range.
Toggle this when range is or is not part of your workflow.
Sessions To Keep
int
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Enabled
bool
Controls the **Enabled** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Session Name
string
Sets the label used for the configured session.
Rename it when you use a custom session definition.
Session Window
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Enabled
bool
Controls the **Enabled** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Session Name
string
Sets the label used for the configured session.
Rename it when you use a custom session definition.
Session Window
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Enabled
bool
Controls the **Enabled** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Session Name
string
Sets the label used for the configured session.
Rename it when you use a custom session definition.
Session Window
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Fill Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Border Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Border Brightness
float
Controls the **Border Brightness** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Border Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Name Text Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Name ATR Offset
float
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
Show CVD Bars
bool
Enables or disables CVD Bars.
Toggle this when cvd bars is or is not part of your workflow.
Bar Height Ticks
int
Controls the **Bar Height Ticks** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Bar Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
CVD Text Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Show Upcoming
bool
Enables or disables Upcoming.
Toggle this when upcoming is or is not part of your workflow.
Show Label
bool
Enables or disables Label.
Toggle this when label is or is not part of your workflow.
Projection Lookback
int
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Fill Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Show Dashboard
bool
Shows the indicator dashboard/panel.
Hide it when you want more chart space.
Dashboard Position
string
Moves the dashboard to another chart corner/position.
Change only for layout preference.
Dashboard Text Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Volume Intrabars
int
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Volume Bar Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Buy Volume
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Sell Volume
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Panel Background
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Header Background
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Panel Text
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Experience
string
Selects a visual complexity preset.
Change this to simplify or expand the chart without manually toggling each supported visual.
Strategy Preset
string
Loads a validated configuration for a supported market/timeframe.
Use only when your chart matches the preset label.
Optimization Run
bool
Shows the indicator’s validation/optimization information panel.
Hide it when you need more chart space.
Trade Mode
string
Controls whether native analytical labels or B/S trade-plan visuals are shown.
Use Off for pure analysis, Preset for an active preset, or Custom for supported manual risk/reward settings.
Custom Stop Loss
float
Sets the stop distance used by Custom Trade Mode.
Change only when you intentionally want a different risk model.
Custom Take Profit
float
Sets the reward target used by Custom Trade Mode.
Adjust when testing a different reward multiple.
Trade Visuals
bool
Shows entry, stop and target visuals for Trade Mode.
Hide when you want B/S labels without the full position graphics.
Trade History
int
Controls how many historical trade-plan visuals are retained.
Reduce it if the chart becomes visually crowded.
Signal Source
string
Selects which supported structure is allowed to generate native interaction signals.
Use this to focus the indicator on the context you actually trade.
Session Window
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Timezone
string
Sets the timezone used to interpret configured session windows.
Change when the chart/session should follow another market timezone.
Session Name
string
Sets the label used for the configured session.
Rename it when you use a custom session definition.
Show Name
bool
Enables or disables Name.
Toggle this when name is or is not part of your workflow.
Name Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Name Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Price Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Value Area
float
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Full Profiles
int
Controls how many complete historical profiles remain visible.
Reduce for a cleaner chart or increase when you need more prior-session context.
POC History
int
Controls how many historical POC references are retained.
Increase when you want more prior control-price context; reduce for a cleaner chart.
Session Bars
int
Sets the maximum bar budget used to build/process the session profile.
Increase only when the configured session can contain more bars than the current limit.
Show TPO
bool
Enables or disables TPO.
Toggle this when tpo is or is not part of your workflow.
Inside VA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Outside VA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
TPO POC
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Glyph Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
POC Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Extend POC
bool
Controls how Point of Control structure is displayed or used.
Change when you want more/less POC context or interaction filtering.
Show Profile
bool
Enables or disables Profile.
Toggle this when profile is or is not part of your workflow.
Profile Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Inside VA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Outside VA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Volume POC
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POC Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Extend POC
bool
Controls how Point of Control structure is displayed or used.
Change when you want more/less POC context or interaction filtering.
Show VAH
bool
Enables or disables VAH.
Toggle this when vah is or is not part of your workflow.
VAH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Show VAL
bool
Enables or disables VAL.
Toggle this when val is or is not part of your workflow.
VAL Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VA Source
string
Controls the **VA Source** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Prior
bool
Enables or disables Prior.
Toggle this when prior is or is not part of your workflow.
Prior Sessions
int
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Level Source
string
Controls the **Level Source** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Extend Levels
bool
Controls the **Extend Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Prior POC
bool
Controls how Point of Control structure is displayed or used.
Change when you want more/less POC context or interaction filtering.
POC Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Prior VAH
bool
Controls value-area boundaries or their visualization.
Change mainly for analytical focus or chart clarity.
VAH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Prior VAL
bool
Controls value-area boundaries or their visualization.
Change mainly for analytical focus or chart clarity.
VAL Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Tested Style
string
Controls the **Tested Style** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Labels
bool
Shows labels for active levels or structures.
Hide when lines alone are sufficient.
Show Prints
bool
Enables or disables Prints.
Toggle this when prints is or is not part of your workflow.
Tail Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Extend Zones
bool
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Print Signals
bool
Controls the **Print Signals** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Selling Tail
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Buying Tail
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Border Fade
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Long Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Short Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Text Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Show IB
bool
Enables or disables IB.
Toggle this when ib is or is not part of your workflow.
IB Minutes
int
Controls the **IB Minutes** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Line Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Extend Lines
bool
Controls the **Extend Lines** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Labels
bool
Shows labels for active levels or structures.
Hide when lines alone are sufficient.
Show Extension
bool
Enables or disables Extension.
Toggle this when extension is or is not part of your workflow.
Up Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Down Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Show Signals
bool
Enables or disables Signals.
Toggle this when signals is or is not part of your workflow.
Long Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Short Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Text Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Label Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Enable Retouch
bool
Enables or disables Retouch.
Toggle this when retouch is or is not part of your workflow.
Retouch Bars
int
Controls the **Retouch Bars** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Trend Filter
bool
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Trend Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Show Migration
bool
Enables or disables Migration.
Toggle this when migration is or is not part of your workflow.
Bullish Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Bearish Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Neutral Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Show Labels
bool
Shows labels for active levels or structures.
Hide when lines alone are sufficient.
Label Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Show VWAP
bool
Enables or disables VWAP.
Toggle this when vwap is or is not part of your workflow.
VWAP Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VWAP Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Extend VWAP
bool
Controls the **Extend VWAP** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
VWAP Signals
bool
Controls the **VWAP Signals** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Min Distance
float
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Stretch Bars
int
Controls the **Stretch Bars** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Long Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Short Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Text Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Extend Close
bool
Controls the **Extend Close** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Dashboard
bool
Shows the indicator dashboard/panel.
Hide it when you want more chart space.
Dashboard Position
string
Moves the dashboard to another chart corner/position.
Change only for layout preference.
Dashboard Size
string
Changes dashboard text/footprint size.
Use a smaller size on compact layouts.
Background Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Text Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Bullish Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Bearish Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Neutral Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VWAP Bias
bool
Controls the **VWAP Bias** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Price Value
bool
Controls value-area boundaries or their visualization.
Change mainly for analytical focus or chart clarity.
Day Type
bool
Controls the **Day Type** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
IB Status
bool
Controls the **IB Status** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Naked Levels
bool
Controls the **Naked Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Nearest Level
bool
Controls the **Nearest Level** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Live Backtest
bool
Shows closed-trade statistics over the chart history currently loaded.
Hide for a cleaner chart or enable when comparing settings.
Risk Percent
float
Converts drawdown expressed in R into an account-percentage display.
Change to match the risk assumption you want to visualize.
Paste GEX pack here
text_area
Controls the **Paste GEX pack here** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Transition Level
bool
Enables or disables Transition Level.
Toggle this when transition level is or is not part of your workflow.
Show Dealer Pivot Level
bool
Enables or disables Dealer Pivot Level.
Toggle this when dealer pivot level is or is not part of your workflow.
Show Labels
bool
Shows labels for active levels or structures.
Hide when lines alone are sufficient.
Label Offset (bars)
int
Moves level labels horizontally away from current bars.
Increase if labels overlap price.
Enable Market Context
bool
Enables or disables Market Context.
Toggle this when market context is or is not part of your workflow.
Show Regime Dashboard Panel
bool
Enables or disables Regime Dashboard Panel.
Toggle this when regime dashboard panel is or is not part of your workflow.
Dashboard Position
string
Moves the dashboard to another chart corner/position.
Change only for layout preference.
Dashboard Text Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Show PDH/PDL/WH/WL/MH/ML
bool
Enables or disables PDH/PDL/WH/WL/MH/ML.
Toggle this when pdh/pdl/wh/wl/mh/ml is or is not part of your workflow.
Show Previous Day High/Low
bool
Enables or disables Previous Day High/Low.
Toggle this when previous day high/low is or is not part of your workflow.
Show Weekly High/Low
bool
Enables or disables Weekly High/Low.
Toggle this when weekly high/low is or is not part of your workflow.
Show Monthly High/Low
bool
Enables or disables Monthly High/Low.
Toggle this when monthly high/low is or is not part of your workflow.
HTF Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
HTF Line Style
string
Controls the **HTF Line Style** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
PDH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
PDL Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
WH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
WL Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
MH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
ML Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
GEX Paste Pack
text_area
Controls the **GEX Paste Pack** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Yesterday GEX Paste Pack
text_area
Controls the **Yesterday GEX Paste Pack** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Transition Level
bool
Enables or disables Transition Level.
Toggle this when transition level is or is not part of your workflow.
Show Dealer Pivot Level
bool
Enables or disables Dealer Pivot Level.
Toggle this when dealer pivot level is or is not part of your workflow.
Level Labels
bool
Controls the **Level Labels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Label Offset
int
Moves level labels horizontally away from the current price bars.
Increase if labels overlap current candles.
Show HTF
bool
Enables or disables HTF.
Toggle this when htf is or is not part of your workflow.
Prev Day H/L
bool
Controls the **Prev Day H/L** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Weekly H/L
bool
Controls the **Weekly H/L** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Monthly H/L
bool
Controls the **Monthly H/L** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Line Style
string
Controls the **Line Style** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Prev Day High
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Prev Day Low
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Weekly High
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Weekly Low
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Monthly High
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Monthly Low
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Expected Range
bool
Controls how the opening-range/breakout structure is defined or visualized.
Adjust only when you intentionally want a different OR methodology.
Pos Gamma Fill
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Neg Gamma Fill
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Neutral Zone
bool
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Neutral Fill
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Confluence Zones
bool
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Cluster Threshold
float
Sets how close visible levels must be before the PRO indicator treats them as a confluence cluster.
Increase for broader confluence zones; reduce for tighter clustering.
Session Filter
bool
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Open Hour
int
Controls the **Open Hour** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Open Minute
int
Controls the **Open Minute** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Close Hour
int
Controls the **Close Hour** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Close Minute
int
Controls the **Close Minute** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Overlay Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Opening Range
bool
Defines the time window used to build the opening range.
Change only when your OR methodology uses a different opening period.
OR Duration
int
Controls the **OR Duration** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
OR Fill
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Breach Signals
bool
Controls the **Breach Signals** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Wick Rejections
bool
Controls wick-based interaction/rejection requirements.
Adjust when you want stricter or looser wick evidence.
Wick Tolerance
float
Controls wick-based interaction/rejection requirements.
Adjust when you want stricter or looser wick evidence.
Use GEX Levels
bool
Enables or disables GEX Levels.
Toggle this when gex levels is or is not part of your workflow.
Use HTF Levels
bool
Enables or disables HTF Levels.
Toggle this when htf levels is or is not part of your workflow.
Today Only
bool
Controls the **Today Only** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Rearm Threshold
float
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Quality Grades
bool
Controls the **Quality Grades** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Regime Background
bool
Controls the **Regime Background** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
BG Opacity
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Approach Warning
bool
Controls the **Approach Warning** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Approach Distance
float
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Warning Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Level Fatigue
bool
Controls the **Level Fatigue** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Fatigue Threshold
int
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Gamma Gravity
bool
Shows the proprietary Gamma Gravity contextual target in the analytics panel.
Hide when you do not use the metric.
Touch Counter
bool
Controls the **Touch Counter** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Context Labels
bool
Controls the **Context Labels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Regime Dashboard
bool
Controls the **Regime Dashboard** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Dashboard Position
string
Moves the dashboard to another chart corner/position.
Change only for layout preference.
Dashboard Size
string
Changes dashboard text/footprint size.
Use a smaller size on compact layouts.
Nearest Levels
bool
Controls the **Nearest Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Nearest Position
string
Moves the related panel or dashboard on the chart.
Change when panels overlap price or each other.
Analytics Panel
bool
Controls the **Analytics Panel** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Analytics Position
string
Moves the related panel or dashboard on the chart.
Change when panels overlap price or each other.
Alerts On
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
Direction Filter
string
Restricts alert/signal direction.
Use when you only want one side of the market.
Call Wall
bool
Controls the **Call Wall** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Put Wall
bool
Controls the **Put Wall** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Transition Level
bool
Controls the **Transition Level** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Dealer Pivot
bool
Controls the **Dealer Pivot** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
GD1 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
GD2 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
GD3 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
GD4 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
C1 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
C2 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
C3 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
C4 Alert
bool
Controls whether this event is available for alerts.
Enable only the level/event types you actually want notifications for.
HTF Levels
bool
Controls the **HTF Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
TradeWZRD On
bool
Controls the **TradeWZRD On** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Symbol Override
string
Controls the **Symbol Override** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Volume Type
string
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Risk Amount
float
Controls the **Risk Amount** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
BE Offset
float
Controls the **BE Offset** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
BE Trigger
float
Controls the **BE Trigger** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Mirror ES GEX Levels On
bool
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Reference Symbol
string
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Reference GEX Paste Pack
text_area
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Anchor Mode
string
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Projection Method
string
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Beta Multiplier
float
Adjusts the relative scaling of the optional ES-to-target-market mirror.
Change only when you deliberately want a wider or narrower relative projection.
Raw Point Multiplier
float
Adjusts point-distance scaling when Raw Points projection is selected.
Use only for deliberate same-family/raw-point mapping.
Manual ES Anchor
float
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Manual Chart Anchor
float
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Mirror Labels
bool
Controls the optional cross-market GEX projection.
Adjust only when you understand which reference market and anchor relationship you want to map.
Mirror Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Mirror Opacity
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Shows Chart Signals
bool
Controls the **Shows Chart Signals** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Print Only Confirmed Signal
bool
Requires follow-up ANEF evidence before printing the event.
Disable only if you deliberately prefer earlier, less-confirmed events.
Lookahead For Confirmation
int
Sets the window in which follow-up confirmation may occur.
Shorten for tighter confirmation timing or lengthen for more time to confirm.
Render ANEF Histogram
bool
Controls the **Render ANEF Histogram** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Show Trend Flip
bool
Shows or hides the show trend flip visual layer.
Toggle it to simplify or expand the chart.
Flip Marker Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Histogram Gradient Lookback
int
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Highlight Neutral Line
bool
Controls the **Highlight Neutral Line** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Window Length
int
Sets the price-behavior horizon used by the ANEF component.
Shorter windows react faster; longer windows emphasize broader context.
Volume Node Lookback
int
Sets the horizon used for the ANEF participation/volume context.
Use a longer lookback for slower context or a shorter one for faster adaptation when deliberately testing custom settings.
Volatility Lookback
int
Sets the horizon used to normalize the ANEF state against recent volatility.
Change only when deliberately adjusting how quickly the normalized state adapts.
Imbalance Factor
float
Controls the influence limit of imbalance context inside the ANEF component.
Leave unchanged initially; adjust only in deliberate custom testing.
Efficient Zone (≥)
float
Sets the upper ANEF reference/alert zone.
Adjust only when deliberately changing how selective upper-zone events should be.
Inefficient Zone (≤)
float
Sets the lower ANEF reference/alert zone.
Adjust only when deliberately changing how selective lower-zone events should be.
Enable Donchian Proximity
bool
Enables or disables Donchian Proximity.
Toggle this when donchian proximity is or is not part of your workflow.
Donchian Length
int
Controls the **Donchian Length** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Proximity margin (%)
float
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Plot Donchian Bands
bool
Controls the **Plot Donchian Bands** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Donchian Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Donchian Fill Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Enable Trend Filter
bool
Enables or disables Trend Filter.
Toggle this when trend filter is or is not part of your workflow.
EMA Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Type
string
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Show Trend Wave
bool
Enables or disables Trend Wave.
Toggle this when trend wave is or is not part of your workflow.
Wave Thickness
float
Controls the **Wave Thickness** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Gradient Lookback
int
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Show only ▲ in uptrend and ▼ in downtrend
bool
Enables or disables only ▲ in uptrend and ▼ in downtrend.
Toggle this when only ▲ in uptrend and ▼ in downtrend is or is not part of your workflow.
Wave Color Bullish
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Wave Color Bearish
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Smoothed MA Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Enable Footprint Delta Filter
bool
Enables or disables Footprint Delta Filter.
Toggle this when footprint delta filter is or is not part of your workflow.
Footprint Ticks Per Row
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Value Area %
int
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Imbalance %
int
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Min Candle Delta Threshold
float
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Plot Candle Footprint Delta
bool
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Show CVD% Labels On Threshold Break
bool
Enables or disables CVD% Labels On Threshold Break.
Toggle this when cvd% labels on threshold break is or is not part of your workflow.
CVD Label Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
CVD Label Intensity Cap %
float
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Min CVD % For Labels
float
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Enable RSI Filter
bool
Enables or disables RSI Filter.
Toggle this when rsi filter is or is not part of your workflow.
RSI Length
int
Controls the **RSI Length** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Overbought Level
float
Controls the **Overbought Level** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Oversold Level
float
Controls the **Oversold Level** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
RSI Lookback Bars
int
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
RSI Lookahead Bars
int
Controls whether/how an initial condition must receive follow-up confirmation.
Increase selectivity when you want fewer unconfirmed events.
Cluster Label Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Cluster Label Size
string
Changes the displayed text/marker size.
Adjust for screen size and readability.
Enable ATR Filter
bool
Enables or disables ATR Filter.
Toggle this when atr filter is or is not part of your workflow.
ATR Length
int
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
ATR Threshold
float
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
ATR Condition
string
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
Footprint Ticks
int
Sets footprint row aggregation used by the absorption scan.
Increase for smoother/larger rows; reduce for more granular rows where practical.
Confirmed Only
bool
Waits for candle close before creating the relevant event/level.
Keep enabled when you want stable confirmed-candle behavior.
Toggle Absolute Min Value
bool
Controls value-area boundaries or their visualization.
Change mainly for analytical focus or chart clarity.
Absolute Min Threshold (inline)
float
Sets the absolute row-volume floor used when the absolute-minimum filter is enabled.
Raise it to require heavier participation or lower it when the market normally trades smaller row volumes.
Toggle Relative Volume
bool
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Relative Volume Lookback (inline)
int
Sets the lookback used to establish normal row participation for the relative-volume filter.
Use a longer lookback for slower context or a shorter one for faster adaptation.
Relative Volume Multiplier (inline)
float
Sets how far above the recent participation baseline a row must be to qualify.
Raise it for fewer, more selective absorption areas; lower it for more candidates.
Max Delta
float
Sets the maximum absolute directional delta share allowed for an absorption row.
Lower it to focus on more balanced high-participation rows; raise it to allow more directional rows.
Max Absorption Rows
int
Limits how many qualifying absorption areas can be created from one candle.
Reduce to keep only the most important rows or increase when you want more detail.
Show Wick Rejection
bool
Enables or disables Wick Rejection.
Toggle this when wick rejection is or is not part of your workflow.
Confirmed Only
bool
Waits for candle close before creating the relevant event/level.
Keep enabled when you want stable confirmed-candle behavior.
Absorption (buy-leaning) Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Absorption (sell-leaning) Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Absorption (neutral) Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Row Box Transparency
int
Controls how strongly this visual element is drawn.
Adjust for readability when the chart becomes too busy.
Level Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Show 'ABS' Label
bool
Shows or hides the show 'abs' label visual layer.
Toggle it to simplify or expand the chart.
Max Absorption Tracked
int
Controls how much historical visual state is retained.
Reduce it when charts become crowded or resource limits are reached.
Ticks Per Row
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Value Area Pct
int
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Imbalance Pct
int
Controls directional orderflow/delta context for the related feature.
Adjust when you want more or less selective delta confirmation.
Pick Row Type
string
Chooses whether the bubble follows maximum absolute delta or maximum total volume.
Use delta mode for directional aggression; total-volume mode for participation concentration.
Bubble Glyph
string
Controls the **Bubble Glyph** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Clamp Inside Bar
bool
Controls the **Clamp Inside Bar** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
POC Bubble Mode
bool
Overrides bubble placement to the candle’s highest-total-volume footprint row.
Enable when you specifically want candle-level POC context.
Show Bubble Level
bool
Enables or disables Bubble Level.
Toggle this when bubble level is or is not part of your workflow.
Confirmed Only
bool
Waits for candle close before creating the relevant event/level.
Keep enabled when you want stable confirmed-candle behavior.
Level Line Width
int
Controls the visual width or thickness of the related element.
Adjust for readability.
Max Levels
int
Controls the **Max Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Bubble Pop Signal
bool
Controls the **Bubble Pop Signal** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Minimal Level Age
int
Requires a bubble level to exist for a minimum number of bars before a Bubble Pop signal is eligible.
Increase to avoid immediate self-interactions; reduce for faster reuse.
Use Abs Min
bool
Enables or disables Abs Min.
Toggle this when abs min is or is not part of your workflow.
Abs Min Value
float
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Use MA Filter
bool
Enables or disables MA Filter.
Toggle this when ma filter is or is not part of your workflow.
MA Length
int
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
MA Mult
float
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Filter Metric
string
Chooses which footprint-row metric must pass the bubble significance filter.
Select the metric that matches the orderflow behavior you want to emphasize.
Experience
string
Selects a visual complexity preset.
Change this to simplify or expand the chart without manually toggling each supported visual.
Strategy Preset
string
Loads a validated configuration for a supported market/timeframe.
Use only when your chart matches the preset label.
Optimization Run
bool
Shows the indicator’s validation/optimization information panel.
Hide it when you need more chart space.
Trade Mode
string
Controls whether native analytical labels or B/S trade-plan visuals are shown.
Use Off for pure analysis, Preset for an active preset, or Custom for supported manual risk/reward settings.
Trade Visuals
bool
Shows entry, stop and target visuals for Trade Mode.
Hide when you want B/S labels without the full position graphics.
Trade History
int
Controls how many historical trade-plan visuals are retained.
Reduce it if the chart becomes visually crowded.
Custom Stop Loss
float
Sets the stop distance used by Custom Trade Mode.
Change only when you intentionally want a different risk model.
Custom Reward Ratio
float
Sets the reward multiple used by Custom Trade Mode.
Adjust when testing a different risk/reward profile.
Use Asia
bool
Enables or disables Asia.
Toggle this when asia is or is not part of your workflow.
Asia Session
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Use London
bool
Enables or disables London.
Toggle this when london is or is not part of your workflow.
London Session
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Use New York
bool
Enables or disables New York.
Toggle this when new york is or is not part of your workflow.
New York Session
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Timezone
string
Sets the timezone used to interpret configured session windows.
Change when the chart/session should follow another market timezone.
Session Filter
bool
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Trade Asia
bool
Controls the **Trade Asia** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Trade London
bool
Controls the **Trade London** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Trade New York
bool
Controls the **Trade New York** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Filter Mode
string
Controls the **Filter Mode** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Asia Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
London Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
New York Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Value Area
float
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Signal Source
string
Selects which supported structure is allowed to generate native interaction signals.
Use this to focus the indicator on the context you actually trade.
Body Rejection
bool
Requires the candle body to remain on the rejection side of a session node.
Disable only if your process accepts looser touch behavior.
Signal Labels
bool
Controls the **Signal Labels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Retest Mode
bool
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
Max Retests
int
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
Final Retest Only
bool
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
Closed Profiles
bool
Shows completed session profiles.
Keep enabled when prior-session structure matters.
Developing Profile
bool
Shows the current session profile while it is still forming.
Hide when you only want completed structure.
Profile Background
bool
Shows the session-profile background area.
Hide for a cleaner chart.
Show VAH
bool
Shows or hides the show vah visual layer.
Toggle it to simplify or expand the chart.
Show VAL
bool
Shows or hides the show val visual layer.
Toggle it to simplify or expand the chart.
Value Fill
bool
Shows or hides the value fill visual layer.
Toggle it to simplify or expand the chart.
Show POC
bool
Shows or hides the show poc visual layer.
Toggle it to simplify or expand the chart.
Show POV
bool
Shows or hides the show pov visual layer.
Toggle it to simplify or expand the chart.
POC Highlight
bool
Highlights the POC row/level.
Keep enabled while learning the profile.
POV Highlight
bool
Highlights the POV row/level.
Keep enabled while learning the profile.
Session Names
bool
Shows labels identifying completed/developing session profiles.
Hide if the color scheme already makes sessions obvious.
Asia Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
London Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
New York Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POC Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POV Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VAH Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VAL Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Profile History
int
Controls how much historical visual state is retained.
Reduce it when charts become crowded or resource limits are reached.
Session Bars
int
Sets the maximum bar budget used to build/process the session profile.
Increase only when the configured session can contain more bars than the current limit.
Developing Bars
int
Controls the **Developing Bars** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Live Backtest
bool
Shows closed-trade statistics over the chart history currently loaded.
Hide for a cleaner chart or enable when comparing settings.
Risk Percent
float
Converts drawdown expressed in R into an account-percentage display.
Change to match the risk assumption you want to visualize.
Experience
string
Selects a visual complexity preset.
Change this to simplify or expand the chart without manually toggling each supported visual.
Strategy Preset
string
Loads a validated configuration for a supported market/timeframe.
Use only when your chart matches the preset label.
Optimization Run
bool
Shows the indicator’s validation/optimization information panel.
Hide it when you need more chart space.
Trade Mode
string
Controls whether native analytical labels or B/S trade-plan visuals are shown.
Use Off for pure analysis, Preset for an active preset, or Custom for supported manual risk/reward settings.
Custom Stop Loss
float
Sets the stop distance used by Custom Trade Mode.
Change only when you intentionally want a different risk model.
Custom Take Profit
float
Sets the reward target used by Custom Trade Mode.
Adjust when testing a different reward multiple.
Trade Visuals
bool
Shows entry, stop and target visuals for Trade Mode.
Hide when you want B/S labels without the full position graphics.
Trade History
int
Controls how many historical trade-plan visuals are retained.
Reduce it if the chart becomes visually crowded.
Opening Range
session
Defines the time window used to build the opening range.
Change only when your OR methodology uses a different opening period.
Execution Window
session
Defines when ORB signals may be evaluated after the range forms.
Change when your strategy intentionally trades a different post-open period.
Session Timezone
string
Sets the timezone used to interpret configured session windows.
Change when the chart/session should follow another market timezone.
Extend Levels
bool
Controls the **Extend Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Range History
int
Controls how much historical visual state is retained.
Reduce it when charts become crowded or resource limits are reached.
Lock Method
string
Chooses how the opening range becomes fixed: by time window or adaptive volatility contraction.
Use Fixed Window for a deterministic OR; use ATR Contraction only when you want adaptive locking.
ATR Length
int
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
ATR Drop Percent
float
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
Minimum Range
float
Controls how the opening-range/breakout structure is defined or visualized.
Adjust only when you intentionally want a different OR methodology.
Maximum Range
float
Controls how the opening-range/breakout structure is defined or visualized.
Adjust only when you intentionally want a different OR methodology.
Signal Mode
string
Chooses what price behavior qualifies as a breakout/retest event.
Select the definition that matches your execution methodology.
Direction
string
Restricts eligible signal direction.
Use when your process is intentionally long-only, short-only or both.
Breakout Buffer
float
Requires price to clear the OR boundary by an additional margin.
Increase for cleaner separation; reduce for earlier/more sensitive breakouts.
Retest Tolerance
float
Sets how close price must return to the opening-range boundary for retest logic.
Adjust when the market needs a slightly wider/narrower retest area.
Rearm On Return
bool
Allows another same-direction opportunity after price returns inside the opening range.
Enable only if your method intentionally permits multiple attempts in one session.
Trend Filter
bool
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
EMA Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
VWAP Filter
bool
Controls the **VWAP Filter** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Volume Filter
bool
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Volume Length
int
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
Volume Multiplier
float
Controls the participation/relative-activity requirement used by this feature.
Adjust when the symbol’s normal activity is materially different from the current setting.
OR Levels
bool
Controls the **OR Levels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
OR Boxes
bool
Controls the **OR Boxes** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Session VWAP
bool
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Profile Gradient
bool
Controls the profile scope, display or retention behavior.
Change when switching between developing/current structure and historical structure.
Trend EMA
bool
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Lock Markers
bool
Controls how the opening-range/breakout structure is defined or visualized.
Adjust only when you intentionally want a different OR methodology.
Signal Labels
bool
Controls the **Signal Labels** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
OR High Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
OR Low Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VWAP Color
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Live Backtest
bool
Shows closed-trade statistics over the chart history currently loaded.
Hide for a cleaner chart or enable when comparing settings.
Risk Percent
float
Converts drawdown expressed in R into an account-percentage display.
Change to match the risk assumption you want to visualize.
Experience
string
Selects a visual complexity preset.
Change this to simplify or expand the chart without manually toggling each supported visual.
Strategy Preset
string
Loads a validated configuration for a supported market/timeframe.
Use only when your chart matches the preset label.
Optimization Run
bool
Shows the indicator’s validation/optimization information panel.
Hide it when you need more chart space.
Trade Mode
string
Controls whether native analytical labels or B/S trade-plan visuals are shown.
Use Off for pure analysis, Preset for an active preset, or Custom for supported manual risk/reward settings.
Custom Stop Loss
float
Sets the stop distance used by Custom Trade Mode.
Change only when you intentionally want a different risk model.
Custom Take Profit
float
Sets the reward target used by Custom Trade Mode.
Adjust when testing a different reward multiple.
Trade Visuals
bool
Shows entry, stop and target visuals for Trade Mode.
Hide when you want B/S labels without the full position graphics.
Trade History
int
Controls how many historical trade-plan visuals are retained.
Reduce it if the chart becomes visually crowded.
Profile Type
string
Chooses whether NBE builds pivot-to-pivot Swing profiles or fixed Session profiles.
Use Swing for market-structure swings; use Session when you want a defined time-window profile.
Profile Window
string
Chooses between the current/developing scan and retained closed-profile structure.
Use Current for the live profile; use Closed Profiles when historical completed profiles matter.
Bars Scan
int
Caps how far the current profile can scan back.
Increase only when the developing profile legitimately needs more history.
Swing Width
int
Controls how broad the pivot structure must be before a swing profile is formed.
Higher values create fewer, broader swings; lower values create more responsive swings.
Histogram Rows
int
Controls vertical aggregation/resolution of the profile or footprint display.
Increase aggregation for a smoother view; reduce aggregation for more detail where supported.
Value Area
float
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Profile Session
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Timezone
string
Sets the timezone used to interpret configured session windows.
Change when the chart/session should follow another market timezone.
Rejection Close
bool
Requires the signal candle to close back on the intended side of the node.
Disable only if your methodology accepts touches without closing rejection.
Momentum Guard
bool
Rejects unusually large momentum bars relative to current volatility.
Adjust when the symbol/timeframe routinely has larger or smaller impulsive candles.
ATR Multiplier
float
Controls volatility-based context or filtering.
Adjust when the instrument/timeframe requires a different volatility regime definition.
Wick Filter
bool
Controls wick-based interaction/rejection requirements.
Adjust when you want stricter or looser wick evidence.
Minimum Wick
float
Sets how much wick evidence is required when the wick filter is active.
Raise for stricter rejection structure; lower for more permissive interactions.
Session Filter
bool
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Session Mode
string
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
Signal Session
session
Defines or controls the relevant trading/session time window.
Change when studying another market session or execution period.
POC Margin
bool
Allows an optional tolerance around POC for interaction testing.
Enable when exact-tick contact is too restrictive for your process.
POC Distance
float
Sets the optional POC interaction tolerance.
Increase only when you intentionally want a wider POC zone.
POV Margin
bool
Allows an optional tolerance around POV for interaction testing.
Enable when exact contact is too restrictive for your process.
POV Distance
float
Sets the optional POV interaction tolerance.
Increase only when you intentionally want a wider POV zone.
Extend POV
bool
Keeps active POV structure extended for future interaction where supported.
Disable when you only want the local profile view.
Retest Mode
bool
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
Max Retests
int
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
Final Retest Only
bool
Controls how repeated interactions with an existing level/node are handled.
Change when your process distinguishes first touch from later retests.
EMA Filter
bool
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
EMA Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Type
string
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Volume Profile
bool
Shows or hides the volume-profile layer.
Hide when you want node/signals without the full profile graphic.
Profile Backdrop
bool
Shows or hides the profile background area.
Change for chart readability.
Swing Change
bool
Shows the completed swing change information attached to the profile.
Hide when you do not need the extra swing statistic.
Profile CVD
bool
Shows directional volume context alongside the profile.
Enable when you want flow context in addition to distribution.
Show VAH
bool
Shows or hides the show vah visual layer.
Toggle it to simplify or expand the chart.
Show VAL
bool
Shows or hides the show val visual layer.
Toggle it to simplify or expand the chart.
Value Area Fill
bool
Controls or displays the portion of profile activity treated as value.
Change only when your profile methodology intentionally uses a different value definition.
Show POC
bool
Shows or hides the show poc visual layer.
Toggle it to simplify or expand the chart.
Developing POC
bool
Controls how Point of Control structure is displayed or used.
Change when you want more/less POC context or interaction filtering.
POC Highlight
bool
Highlights the POC row/level.
Keep enabled while learning the profile.
POC CVD
bool
Shows directional-volume context for the POC/profile node.
Enable when you want extra flow context around the node.
POC Strength
bool
Shows the proprietary node-strength output for POC context.
Enable when you want to compare how structurally meaningful different POCs are.
POC Tooltip
bool
Shows a compact POC context tooltip when available.
Enable for diagnostic detail while learning the node.
Show POV
bool
Shows or hides the show pov visual layer.
Toggle it to simplify or expand the chart.
Developing POV
bool
Controls how Point of Void structure is displayed or used.
Change when you want more/less POV context or interaction filtering.
POV Highlight
bool
Highlights the POV row/level.
Keep enabled while learning the profile.
Signal Deepdive
bool
Shows additional context around a qualifying node interaction.
Enable when diagnosing why a signal appeared.
Extra Ratios
bool
Adds secondary ratios to the signal deep-dive display.
Enable only when you want the extra diagnostics.
Signal Candles
bool
Highlights candles associated with qualifying node signals.
Enable when you want quicker visual alignment between level and event.
Inside Value
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Outside Value
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Profile Backdrop
color
Shows or hides the profile background area.
Change for chart readability.
CVD Up
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
CVD Down
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
CVD Text
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VAH
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VAL
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
VA Fill
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POC Line
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Developing POC
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POC Row
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POV Line
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Developing POV
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
POV Row
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Wave Bullish
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Wave Bearish
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Smoothed MA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
EMA
color
Controls the color used for this visual element.
Change only for chart readability or personal theme preference.
Live Backtest
bool
Shows closed-trade statistics over the chart history currently loaded.
Hide for a cleaner chart or enable when comparing settings.
Risk Percent
float
Converts drawdown expressed in R into an account-percentage display.
Change to match the risk assumption you want to visualize.
Experience
string
Selects a visual complexity preset.
Change this to simplify or expand the chart without manually toggling each supported visual.
Strategy Preset
string
Loads a validated configuration for a supported market/timeframe.
Use only when your chart matches the preset label.
Optimization Run
bool
Shows the indicator’s validation/optimization information panel.
Hide it when you need more chart space.
Trade Mode
string
Controls whether native analytical labels or B/S trade-plan visuals are shown.
Use Off for pure analysis, Preset for an active preset, or Custom for supported manual risk/reward settings.
Custom Stop Loss
float
Sets the stop distance used by Custom Trade Mode.
Change only when you intentionally want a different risk model.
Custom Take Profit
float
Sets the reward target used by Custom Trade Mode.
Adjust when testing a different reward multiple.
Trade Visuals
bool
Shows entry, stop and target visuals for Trade Mode.
Hide when you want B/S labels without the full position graphics.
Trade History
int
Controls how many historical trade-plan visuals are retained.
Reduce it if the chart becomes visually crowded.
Price Window
int
Sets the price-behavior horizon used by the ANEF engine.
Shorter windows react faster; longer windows emphasize broader context.
Volume Lookback
int
Sets the horizon used for the ANEF participation/volume context.
Use a longer lookback for slower context or a shorter one for faster adaptation when deliberately testing custom settings.
Volatility Lookback
int
Sets the horizon used to normalize the ANEF state against recent volatility.
Change only when deliberately adjusting how quickly the normalized state adapts.
Imbalance Cap
float
Limits the influence of the imbalance component inside ANEF.
Leave unchanged initially; adjust only in deliberate custom testing.
Efficient Zone
float
Sets the upper ANEF reference/alert zone.
Adjust only when deliberately changing how selective upper-zone events should be.
Inefficient Zone
float
Sets the lower ANEF reference/alert zone.
Adjust only when deliberately changing how selective lower-zone events should be.
Second Confirmation
bool
Requires follow-up evidence before the ANEF event is confirmed.
Disable only if you deliberately prefer earlier, less-confirmed events.
Confirmation Bars
int
Sets the window in which the required follow-up confirmation may occur.
Shorten for tighter confirmation timing or lengthen for more time to confirm.
Trend Filter
bool
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
EMA Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Type
string
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Smoothing Length
int
Controls trend context or smoothing used by the related filter/visual.
Change when your process needs a faster or slower trend definition.
Directional Filter
bool
Controls the **Directional Filter** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Donchian Filter
bool
Controls the **Donchian Filter** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Donchian Length
int
Controls the **Donchian Length** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Donchian Margin
float
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
ANEF Style
string
Controls the **ANEF Style** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Alert Zones
bool
Controls the sensitivity, distance or threshold used by this feature.
Leave near the intended configuration unless you have a specific reason to make the feature more or less selective.
Pane Signals
bool
Shows qualifying signals inside the indicator pane.
Hide to focus on the raw oscillator.
Flip Markers
bool
Controls the **Flip Markers** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Chart Signals
bool
Shows qualifying signals on the price chart.
Hide when you only want the pane view.
Donchian Bands
bool
Controls the **Donchian Bands** behavior for this feature.
Change it only when you want to deliberately alter this part of the indicator.
Live Backtest
bool
Shows closed-trade statistics over the chart history currently loaded.
Hide for a cleaner chart or enable when comparing settings.
Risk Percent
float
Converts drawdown expressed in R into an account-percentage display.
Change to match the risk assumption you want to visualize.