Node Breach Engine
Maps high-probability reactions around volume-profile nodes, breaches, and confirmed retests.
CATEGORY
Category
DIFFICULTY
Difficulty
REQUIREMENT
Requirement
Documentation
What NBE is
Node Breach Engine (NBE) is a TradingView indicator that combines volume profile structure with rule-based breach/touch signals. It builds profiles (Swing-based or Session-based), identifies key nodes like POC and POV, and then watches how price interacts with those nodes to print clear long/short labels and fire alerts.
NBE is built to answer one core question:
“When price hits an important volume node, is it likely to reject, revert, or break?”
What NBE does
NBE continuously:
Builds a Volume Profile over a chosen window (Swing or Session).
Calculates the Value Area (VA), including VAH and VAL.
Finds and plots:
POC (Point of Control): highest-volume price node (the “most accepted” price area).
POV (Point of Void): lowest-volume node inside the value area (an LVN within VA).
Extends these levels forward and tracks touches / breaches.
Prints POC / POV long & short labels when your selected filters confirm the setup.
Optionally provides deepdive tooltips on signals (ATR, wick %, distance to node, trend state, etc.).
Exposes hidden “API” plots so other scripts can read your node levels and signals.
Core concepts
Volume Profile window types
NBE can build profiles in two ways:
1) Swing profiles
A profile is created pivot-to-pivot using a swing length.
Good for traders who want market structure anchored to swings.
2) Session profiles
A profile is created for a defined trading session (e.g., 09:30–16:00).
Good for traders who want consistent daily/regular session structure.
POC (Point of Control)
The POC is the price row with the highest traded volume in the profile.
Think of it as the strongest acceptance level.
Price often reacts here because it’s where the most business was done.
POV (Point of Void)
The POV is the lowest-volume node (LVN) within the Value Area.
Think of it as a thin spot inside “fair value”.
Price often moves quickly around LVNs and can reject sharply when conditions match.
Value Area (VA), VAH, VAL
The Value Area is the portion of the profile containing X% of total volume (default 68%).
VAH: top boundary of value.
VAL: bottom boundary of value.
How to use NBE
A practical workflow
Pick your profile type
Swing if you trade structure and pivots.
Session if you trade regular market hours and session behavior.
Enable the nodes you care about
Start with POC.
Add POV if you want LVN-style signals inside VA.
Decide your signal style
If you want “first touch” behavior: keep default touch/breach logic.
If you want structured repeats: enable Retest Mode.
Set filters to match your style
Use Require Rejection Close to avoid noisy touches.
Use Skip Big Momentum (ATR guard) to avoid chasing extremes.
Add Wick Filter for more “rejection-like” candles.
Use Time Filter to limit signals to your trading window.
Keep EMA Trend Filter ON if you want trend alignment.
Execute
Treat POC/POV signals as location-based triggers.
Your entry can be the close of the signal candle, or the next candle—depending on your system.
Signal behavior
NBE prints POC and POV labels when price “touches/breaches” a node and your chosen confirmations pass.
Direction logic
Internally, NBE determines the “side” using the prior close vs the node level:
If close[1] >= level, the engine treats the event as Long-oriented.
If close[1] < level, the engine treats the event as Short-oriented.
Then filters decide if the label prints.
Settings reference
🔎 Profile Scope
Profile Type
Options: Swing, Session
Swing: Profiles are built pivot-to-pivot using Swing Width.
Session: A new profile starts each session.
Session Hours (Profile Type = Session)
Defines the session window used to build Session profiles. Uses the symbol’s exchange timezone.
⚙️ Settings ▸ Profile Window
Profile Window
Options: Current, Closed Profiles
Current: Focuses on the developing profile from last pivot to now.
Closed Profiles: Iterates historical pivot-to-pivot profiles.
Bars Scan
Safety cap to limit how many bars are scanned to avoid TradingView object/CPU limits.
📐 Settings ▸ Volume Profile
Swing Width
Pivot length used to define swing windows.
Higher = fewer, wider swings (more stable, fewer profiles)
Lower = more swings (more profiles, more reactive)
Show Volume Profile
Toggles the histogram rendering.
Histogram Rows
Vertical resolution of the profile histogram.
More rows = more detail (slightly heavier).
(%) Show Swing Change
Displays % change labels between swing highs/lows.
Show Profile Buy/Sell Bar
Draws a buy/sell pressure bar (up vs down volume) for the whole profile.
Bar thickness (rows)
Thickness of the buy/sell bar expressed in profile rows.
Colors & Backdrop
Inside Value Area: histogram color for VA rows
Outside Value Area: histogram color outside VA
Background (toggle + color): optional backdrop fill for the profile window
Up Volume / Down Volume / Text: colors for the profile buy/sell bar
🛡️ Settings ▸ Value Area
Value Area Coverage (%)
How much of total profile volume is considered “value”.
Typical: 68%, 70%, 80%.
Show VAH / Show VAL
Toggles VAH and VAL lines.
Fill VA
Fills the value area between VAH and VAL.
🌡️ Settings ▸ Point of Control (POC)
Show POC
Plots the POC level.
POC Line
Color for the POC line/box.
Show Developing POC
Shows a live-updating POC path while the profile is developing.
Developing Line
Color for the developing POC path.
Highlight POC Row
Highlights the entire histogram row containing the POC.
Row Highlight Color
Color of the highlighted POC row.
Toggle POC Buy/Sell Pressure
Shows relative up/down volume at the POC row (more granular than the full-profile bar).
Toggle POC Strength
Displays POC row volume as % of total profile volume (node dominance).
Toggle POC Deepdive
Enables rich hover tooltip on POC markers with extra context.
Use Touch Margin (POC)
Treats a touch as valid if price enters a ± margin around the POC.
± Margin (%)
Defines the margin size around the node (as a % of node price).
Use this if you want “near touches” to count.
🕳️ Settings ▸ Point of Void (POV)
Show POV
Enables POV detection (LVN inside value area).
POV Line
Color for POV level.
Show Developing POV
Shows a live-updating POV while the profile is developing.
Developing Line
Color for the developing POV line.
Highlight POV Row
Highlights the POV row in the histogram.
Row Highlight Color
Color used for POV row highlighting.
Extend POV until breach
Keeps the POV projected forward until price breaches it.
Use Touch Margin (POV)
Same idea as POC margin, but applied to POV.
± Margin (%)
Margin size for POV touches/breaches.
🧰 Settings ▸ Breach Filters & Confirmation
These filters decide if a touch/breach becomes a real label.
Require Rejection Close
If enabled, the candle must close in the direction of the signal. This helps avoid “tag and run” noise.
Skip Big Momentum
ATR-based guard. Filters out bars with extreme range (avoid chasing expansion).
(x) ATR Multiplier
Threshold: skip when (High−Low) > ATR(14) × multiplier.
Wick Size Filter
Requires a minimum wick-to-bar ratio on the relevant side:
Long signals check lower wick
Short signals check upper wick
Min Wick (%)
Minimum wick ratio required.
Use Time Filter
Limits signals to a specific session window (or suppresses signals during that window).
Time Filter Mode
Trade Inside: allow signals only during the session
Skip Inside: suppress signals during the session
Session
Session window used by the time filter (not the profile window—this is for signals).
🔁 Settings ▸ Retests
Enable Retest Mode
Changes behavior from “first touch removes the level” to “count valid retests”.
Max Retests
How many valid retests must occur before the level stops extending.
Only Signal At Last Retest
OFF: you get a signal on each valid retest.
ON: you only get a signal when the final retest count is reached.
Retest definition used by NBE
A retest is counted when:
Previous candle was fully above/below the level band (no touch), and
Current candle touches the band and closes back on the same side (rejection)
🔎 Breach • Deepdive
Toggle Breach Deepdive
Adds detailed tooltip data on breach labels (ATR, wick %, distance, trend state, etc.).
Show Extra Ratios
Shows numeric ratios like wick %, range/ATR, etc. If off, deepdive becomes more compact.
📈 Settings ▸ EMA Trend Filter & Wave
Enable Trend Filter
If enabled:
Long labels require bullish EMA context
Short labels require bearish EMA context
EMA Length
Base EMA length.
Smoothing Type
Optional smoothing applied to the base EMA: None, SMA, EMA, SMMA (RMA), WMA, VWMA.
Smoothing Length
Length of the smoothing MA.
Offset
Visual offset for plots.
Wave styling
Show Trend Wave: draws a shaded wave band based on EMA delta strength
Wave Thickness: thickness of the wave band
Gradient Lookback: normalization window for gradient intensity
Wave Bullish / Wave Bearish / Smoothed Line / EMA Color: visual controls
Alerts
Built-in alerts
POC (Control) Breach LONG
POC (Control) Breach SHORT
PoV (LVN) Breach LONG
PoV (LVN) Breach SHORT
Overall breach alert (any node signal)
Use cases
Webhook routing
Notifications
Automated trades
Data outputs
Exported series
POC/POV breach signals (long/short)
Last known POC/POV level
Margin bands (top/bottom)
Filter OK flags
Trend state (EMA trend)
Diagnostics like ATR, range/ATR, wick ratio, distance to node
Useful for
A separate execution engine
A dashboard panel
A multi-indicator confluence system
Best-practice presets (quick starting points)
Conservative (high quality signals)
Require Rejection Close: ON
Skip Big Momentum: ON
Wick Size Filter: ON (Min Wick 35–45%)
EMA Trend Filter: ON
Time Filter: ON (your main trading hours)
Aggressive (more signals)
Require Rejection Close: OFF or ON
ATR Guard: OFF or higher multiplier
Wick Filter: OFF
EMA Filter: optional
Retest Mode: ON for structure-based repeats
Notes & limitations
Performance tips
Heavy rendering options (high rows, large lookbacks, lots of boxes/labels) can hit TradingView object limits. If your chart slows down, reduce:
Bars Scan
Histogram Rows
Extra visuals (CVD bars, deepdive labels, highlighting)
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.