Multi-Timeframe MA ForecastMulti-Timeframe MA Forecast
This indicator combines two things that other MA tools don't: it plots a moving average from any timeframe onto your chart using proper multi-timeframe handling, and it projects that average forward under a simple assumption, that price holds at the current value while the calculation window rolls ahead. The result is a forward view of where the MA is headed if price goes nowhere, which is a different and useful question from where the MA has been.
Why forecast a moving average
An MA's slope isn't entirely driven by "recent price action" in the vague sense traders usually mean. At any given bar, the slope is set by one comparison: the price entering the average versus the price leaving it. A rising 50-day SMA can flatten or roll over not because anything new happened today, but because the price from 50 days ago, now dropping out of the window, was unusually high or low. That effect is knowable in advance since it depends on price action that already happened.
This matters because many systematic and algorithmic strategies key off MA slope and MA crossovers as regime filters. If you can see that a large gap is about to roll out of a 200-period window, you can anticipate a slope change before it shows up on the indicator itself, rather than reacting to it after the fact.
The forecast is not a price prediction. It answers a narrower, mechanical question: given the prices already in the pipeline, what does this average do next if price simply holds still.
Why MA slope matters for support and resistance
Slope changes the character of an MA:
- Price above a rising MA: the MA tends to act as support
- Price below a rising MA: the MA tends to act as a magnet , pulling price back up toward it
- Price below a falling MA: the MA tends to act as resistance
- Price above a falling MA: the MA tends to act as a magnet , pulling price back down toward it
A forecasted slope flip is an early signal that the MA's role relative to price may be about to change.
How the timeframe handling works
Set the Timeframe higher, lower, or equal to your chart's. The average is calculated on that timeframe using TradingView's multi-timeframe request functions, so the current bar always reflects the true live value of the higher-timeframe average, including the period still forming.
When the Timeframe is higher than the chart, history is drawn as a stairstep: once a higher-timeframe period closes, its final value is drawn back across the bars of that period. This is retroactive, the value shown mid-period was not knowable until that period actually closed, and it gives the clean, stepped look most MTF overlays use. When the Timeframe is the same as or lower than the chart, there's no period to wait for, so the line simply reflects the true value on every bar as it happens.
Either way, the forecast always starts from the current, fully up-to-date value of the average.
Forecast styling is separate from the MA's
The moving average uses its own Line Thickness and MA Line Style inputs, and the forecast has a matching, independently-set Forecast Line Style. These are exposed as inputs rather than through the native Style tab because the forecast is built from a drawing object rather than a plotted series, and drawing objects can't be styled from that tab. Giving the MA its own matching inputs, rather than mixing native Style-tab controls with input-based ones, keeps both fully and consistently customizable.
Supported MA types
SMA (simple), EMA (exponential), WMA (weighted), and HMA (Hull) are supported, each forecast using that type's own real recurrence rather than a shared approximation. EMA and SMA are the cheapest to compute; WMA and HMA require tracking the full calculation window at every forecast step.
Memory limitations on extreme timeframe ratios
Pulling multi-timeframe history through TradingView's request functions has a memory cost that scales with the ratio between the chart timeframe and MA timeframe, particularly when the MA timeframe is much lower than the chart's. In practice:
- EMA has no meaningful limit, since it doesn't require historical window data
- SMA can handle roughly double the timeframe ratio or MA length that WMA and HMA can, before hitting TradingView's memory ceiling
- Very extreme combinations, for example a 1-hour MA on a weekly chart with a long length, can hit a runtime memory error
If you see a memory error, try a coarser MA timeframe, a shorter MA length, switching to EMA or SMA, or lowering the Forecast % input, all of which reduce the amount of historical data the script needs to hold.
---
Every request.security() call in this script that uses barmerge.lookahead_on does so only on a history-offset expression, per TradingView's documented pattern for retrieving higher-timeframe data without lookahead bias. No un-offset higher-timeframe value is ever requested with lookahead_on. Indikator

Geometrics - Elliott Wave Auto Counter (Impulse, ABC, Triangles)Overview
The Geometrics - Elliott Wave Auto Counter is an advanced, fully automated technical analysis tool designed to identify and plot Elliott Wave structures directly on your chart. Built strictly around the three cardinal rules of Elliott Wave Theory, this indicator takes the heavy lifting out of wave counting by dynamically tracking pivot points and projecting geometric structures in real-time.
Whether you are tracking standard motive waves, complex diagonals, or corrective structures, this script provides a clear, visual roadmap of potential market cycles.
Key Features
Impulse Waves (1-2-3-4-5): Automatically identifies valid 5-wave impulse structures. It ensures that Wave 2 does not retrace 100% of Wave 1, Wave 3 is never the shortest, and Wave 4 does not enter the price territory of Wave 1. It also calculates and displays the exact Fibonacci retracement and extension percentages on the chart.
Leading & Ending Diagonals: Detects diagonal wedge structures where Wave 4 is permitted to overlap Wave 1. The script even dives into the inner wave structures to classify whether the diagonal follows a 5-3-5-3-5 or 3-3-3-3-3 pattern.
Corrective Waves (A-B-C): Once a 5-wave sequence is completed, the script actively looks for and plots the subsequent A-B-C corrective structure.
Triangle Detection: Identifies both Contracting and Expanding triangles (A-B-C-D-E). It automatically draws the upper and lower boundary lines and projects geometric breakout targets based on the width of the initial A-B leg.
Dynamic Target Projections: Takes the guesswork out of taking profits. The script projects forward-looking target boxes for:
Wave 3 (161.8% - 261.8% of Wave 1)
Wave 5 (61.8% - 100% of Waves 0-3)
A-B-C Corrections (38.2% - 61.8% retracement of the entire 1-5 structure)
Smart Invalidation & Automatic Alt-Counts: This is a standout feature. The script plots a strict invalidation line at the start of the wave (Point 0). If the price action breaks this level, the current count is instantly marked as invalid. The script will then automatically scan historical pivot windows to find and plot a valid Alternative Count (Alt Count) and its new targets.
Customization & Settings
The indicator is highly modular. Via the settings panel, users can:
Adjust the Timeframe and Pivot Length to fine-tune the sensitivity of the ZigZag tracking.
Toggle specific structures on or off (e.g., hide Triangles if you only want to see Impulses).
Fully customize the colors and styling of lines, labels, and target boxes to fit your personal chart theme.
⚠️ Important Disclaimer
This script is a geometric counting tool based strictly on the three rigid, textbook rules of Elliott Wave. As seasoned practitioners know, real-world wave counting is highly subjective and context-dependent. Multiple valid interpretations of a chart can exist simultaneously. This indicator does not cover every possible sub-classification (like expanded/running flats or complex WXYXZ combinations) and should be used as an analytical aid alongside your own market analysis, not as a standalone buy/sell signal. Indikator

[Chrona] Opening Range Breakout Opening Range Breakout
An opening-range tool for instruments that have an opening auction. It draws the
first 15 and 30 minutes of a session as a range, marks the candle that broke it,
and projects targets measured from the broken level.
WHAT IT DRAWS
- The 15-minute and 30-minute opening range of each enabled session, as a box
whose high and low freeze when the range closes. The right edge keeps
following the last printed bar until the session ends, so the box grows with
price and never extends past it.
- An optional midline through the range.
- A tag on the candle that confirmed the break — above it on an upside break,
below it on a downside one, so the side carries the direction.
- 1R and 2R targets for the 30-minute range, measured from the broken level.
- Right-axis price tags for the levels and targets of whichever session is open.
- Optional pre-market ranges: the same opening-range construction run on the
lead minutes before a session opens.
Four sessions run independently — Asia, London, New York and COMEX — each
evaluated in its own timezone.
ORIGINALITY AND UTILITY
Multi-session opening ranges are common. These are the parts that are not, and
they are the reason this exists rather than a settings preset of something else:
- The range is built from one-minute intrabars, not from chart bars. On a
15-minute chart a chart-bar implementation cannot see inside the first bar, so
its "15-minute range" is whatever the first candle happened to be. This one
requests 1-minute data and measures the real first 15 and 30 minutes, so the
box is the same box on a 1-minute chart and on an hourly one.
- Three break-confirm modes — touch, chart close, and a 5-minute close — and the
5-minute close is computed natively from time("5") buckets rather than
requested from a higher timeframe. A higher-timeframe request returns the
developing value while the bar is still forming, which is how a break appears
and then un-appears. Nothing here repaints.
- Targets are anchored to the broken level, not to the range. A level-anchored
1R sits one range-width from the level price; a range-anchored one drifts with
whichever edge is used to measure it. The two disagree on every trade, and the
level is the price actually broken.
- Each session carries its own timezone, so daylight saving is resolved per
region rather than by one global offset. London shifting a week before New
York does not move the New York range.
- Nothing is hardcoded to 09:30. Instruments with no equity open work by typing
their real hours: XAUUSD has no cash open at all, and COMEX gold's pit open is
08:20 New York time.
- The pre-market range is derived from its parent session's own window rather
than configured separately, so the two cannot drift apart when either is
edited, and its levels stay live through the parent session — the range forms
before the open and the break lands after it.
- The break tag exists because of a specific blind spot: on a 1- or 2-minute
chart you cannot see where the 5-minute bar closed. The tag marks the candle
that carried that close.
METHOD
For each enabled session the script takes the session window you set, in that
session's timezone, and masks it to weekdays. It collects one-minute highs and
lows from the session open and freezes the extremes at 15 and 30 minutes. A
break is tested against the frozen level in the confirm mode you choose. Once
broken, targets are placed at one and two range-widths from the level, and a
retest is reported when price returns to within a tenth of a range-width of it.
Everything is evaluated on confirmed bars.
ALERTS
Break up, break down, both-sides-broken, and level retest, per session and per
range. Alerts are armed in the settings, but the script's alert calls do nothing
until TradingView has an alert of its own on this indicator with the condition
"Any alert() function call".
Two things about TradingView alerts worth knowing: they fire on the realtime bar
only, never on bars that already printed, so a break that happened before the
alert existed leaves no alert behind; and TradingView saves a copy of the script
when the alert is created, so an alert keeps running the version it was made
from. Re-create alerts after updating.
REPAINT
Nothing repaints. Every value is read on confirmed bars, higher-timeframe
requests are not used, and the 5-minute confirm lands one chart bar after the
5-minute close by construction rather than being back-dated.
LIMITATIONS
- The range needs one-minute data. How far back that data is available varies by
timeframe and by your TradingView plan, so on a lower plan the historical
boxes stop earlier than they do on a higher one. "Prior days to keep" defaults
to 1, which keeps this within the recent sessions most of the time.
- On a 1-minute chart and below there is no lower timeframe to request, so the
script falls back to the chart bars themselves — which at those timeframes are
already at or finer than 1-minute resolution.
- Sessions are only as correct as the hours you give them. The defaults are
reasonable for index futures; other instruments need their real hours typed in.
- An opening range assumes an opening. On instruments that trade continuously
with no auction, the pre-market range in particular is a borrowed idea rather
than a measured one.
This is an analysis tool, not financial advice.
Indikator

Global Cash Market Open Close Handoff SequenceGlobal Cash Market Open Close Handoff Sequence is a schedule-state transition study for configurable cash-market reference hours.
The vertical line is only the presentation layer. At each unique boundary timestamp, the script generates and consolidates scheduled OPEN, BREAK, RESUME, and CLOSE events, evaluates the configured active-market state immediately before and after that timestamp, and classifies how the tracked market schedule changes.
Instead of displaying every market event as an unrelated line, the script treats the enabled markets as one chronological system. It shows how that system activates, gains overlap, changes market identity, releases overlap, and deactivates through the trading day.
The classification engine uses schedule state only. It does not use price direction, session highs or lows, volume, volatility, external symbols, higher-timeframe data, or future price assumptions.
Core transition model
Every consolidated boundary is assigned one of the following descriptive roles:
- ACTIVATE: No configured market is active before the boundary, and one or more markets are active after it.
- OVERLAP +: The number of configured active markets increases across the boundary.
- HANDOFF: The active-market count remains unchanged, but the composition of the active-market set changes.
- OVERLAP -: The number of configured active markets decreases, while at least one tracked market remains active.
- DEACTIVATE: One or more configured markets are active before the boundary, and none are active after it.
- INTERNAL: A scheduled boundary occurs, but the configured active-market set does not materially change.
HANDOFF is intentionally separate from a normal open, close, or overlap count.
For example, if one market closes while another market opens or resumes at the same timestamp, the number of active markets can remain unchanged even though the identity of the active markets changes. The script detects that composition change and classifies it as a HANDOFF rather than treating the two events as unrelated markers.
Simultaneous-event consolidation
Events that share the same absolute timestamp are merged before they are drawn.
If two or more configured markets open, close, break, or resume at the same time, the script creates one structural boundary instead of stacking multiple vertical lines and overlapping labels at the same chart position.
The merged label lists the events that occurred at that timestamp. The transition role is then calculated from the complete configured state before and after the consolidated boundary.
This makes simultaneous events readable while preserving their individual market identities.
Split-session handling
Each market can contain one or two independently editable trading segments.
When two enabled segments are separated, the script models the market day as:
OPEN
BREAK
RESUME
CLOSE
When the two segments touch or overlap, they are automatically treated as one continuous interval:
OPEN
CLOSE
This allows split cash-market schedules, such as morning and afternoon continuous-trading periods, to be represented without creating a false break when the configured intervals are actually continuous.
Default reference schedules
The default configuration contains six editable cash-market reference schedules:
- Sydney Cash
10:00-16:00
Australia/Sydney
- Tokyo Cash
09:00-11:30 and 12:30-15:30
Asia/Tokyo
- Hong Kong Cash
09:30-12:00 and 13:00-16:00
Asia/Hong_Kong
- Xetra Main Cash
09:00-17:30
Europe/Berlin
- London Cash
08:00-16:30
Europe/London
- New York Cash
09:30-16:00
America/New_York
The default weekday setting is Monday through Friday.
Every market can be enabled or disabled independently. The displayed name, short code, IANA time zone, weekdays, first segment, optional second segment, and color are all editable.
The defaults are reference schedules rather than locked assumptions. Users can adjust them for another market, venue, research convention, or historical schedule.
Time-zone and DST handling
Each market uses its own IANA time-zone identifier.
This allows regional daylight-saving changes to be applied independently. Sydney, London, Xetra, and New York do not rely on one fixed UTC offset, and Asian markets can remain on their configured local schedules.
The chart time zone does not define the market calculations. Market boundaries are generated from each market's configured IANA time zone and placed on the chart using absolute timestamps.
The Boundary Strip has a separate readout time-zone input. Changing that input changes the displayed date and time in the panel without changing the underlying boundary timestamps.
Historical research modes
Visible range is the default research mode.
In this mode, the script rebuilds its boundary sequence around the section of the chart currently being studied. Panning or zooming the chart can therefore change the processed time window and the subset of boundaries retained for display.
The right visible bar acts as the effective anchor. This makes it possible to move to a historical period and inspect the market schedule, active-market state, previous boundary, next boundary, and handoff sequence for that period rather than only for the latest bar.
A configurable visible-span cap prevents an extremely wide chart range from creating an unnecessarily large calculation window. If the displayed range exceeds the cap, the script processes the most recent permitted portion ending at the right visible bar.
Recent days is available as an alternative mode.
Its anchor can follow:
- The right visible bar
- The latest chart bar
- The real clock
This allows the same engine to support historical inspection, dataset-relative inspection, or a clock-relative schedule view.
Future schedule projection
The script can project recurring configured boundaries beyond the effective anchor.
These projected objects represent repetitions of the selected reference schedule. They are not price forecasts, volatility forecasts, liquidity predictions, or claims that an exchange will operate normally on the projected date.
Future projection can be disabled or limited through the settings. The immediate next boundary can be emphasized with a separate color and width so that it remains identifiable without turning every future boundary into a dominant chart object.
Adaptive spread
A complete multi-market schedule can generate many boundaries across a long visible range. Drawing all of them at once would reduce the readability of both the indicator and the underlying price chart.
Adaptive spread is therefore the default line-retention mode.
When the generated boundary count exceeds the selected visual budget, Adaptive spread distributes a capped subset of already generated and classified boundaries across the displayed research span. It attempts to preserve structural variety across the global market sequence and retains the immediate next boundary when one is available.
Adaptive spread changes presentation only.
It does not change:
- The configured market schedules
- The generated event timestamps
- Simultaneous-event consolidation
- The active-market state
- The transition classification
- The Last and Next calculations
The default visible line budget is seven, providing a sparse publication-ready view while leaving price visible.
Users who need a denser local study can increase the line and label budgets or select Nearest anchor. Nearest anchor favors boundaries closest to the effective anchor rather than distributing them across the complete displayed span.
Boundary lines and labels
Lines are drawn behind the chart so that candles and price remain visually dominant.
Users can control:
- Historical and projected boundaries
- Visible line budget
- Line width
- Historical and future transparency
- Directional or uniform line styles
- Market-identity or transition-role colors
- Next-boundary emphasis
- Label visibility
- Label content
- Label placement
- Label lanes
- Minimum spacing
- Maximum label count
- Text size
- Text emphasis
- Label transparency
- Native local time in tooltips
Directional line style distinguishes single-event boundary types:
- OPEN and RESUME use a solid line
- BREAK uses a dotted line
- CLOSE uses a dashed line
- Consolidated multi-event timestamps use a solid structural line
Transition-role color mode emphasizes the change in the configured active-market state.
Market-identity color mode instead preserves the market color associated with the event. Consolidated timestamps can use a dedicated simultaneous-event color.
Labels can show:
- Transition role and event list
- Event list only
- Transition role only
Lane allocation and minimum time spacing reduce label collisions without moving the actual boundary timestamp.
Boundary Strip
The fixed Boundary Strip summarizes the effective research state.
It displays:
- ANCHOR: The timestamp at which the current state is evaluated
- ACTIVE: The configured markets active at the anchor and their count
- LAST: The most recent generated boundary at or before the anchor
- NEXT: The first generated boundary after the anchor
- COUNTDOWN: The time remaining from the anchor to the next boundary
- VIEW: The active schedule scope, retention mode, and any display-cap status
The Active row refers to the effective anchor shown in the panel. Under the default configuration, this is the right visible bar and is not necessarily the current real-world time.
The panel defaults to the lower-left area and includes adjustable bottom clearance to avoid permanent chart furniture. It can also be moved to another left or right chart position, and its text size and emphasis can be changed.
Suggested use
1. Add the indicator to an intraday chart.
2. Begin with the default settings so that the published chart and the user's first view remain consistent.
3. Read the transition role first to understand whether the configured market system is activating, gaining overlap, handing off, releasing overlap, or deactivating.
4. Read the event line below the role to identify the market-specific OPEN, BREAK, RESUME, or CLOSE events that produced that transition.
5. Use the Boundary Strip to confirm the effective anchor, active markets, previous boundary, next boundary, and remaining time.
6. Pan to an earlier period when studying historical market transitions. Visible range mode will rebuild around the displayed chart section.
7. Increase the visual budgets or switch to Nearest anchor only when a more detailed local sequence is required.
8. Edit market schedules, time zones, weekdays, and segments when researching another venue or schedule convention.
This indicator can be placed on any intraday symbol. However, its boundaries remain the configured cash-market references and do not automatically become the native trading session of the charted instrument.
Why this is a separate study
This script is not a continuous session highlighter.
A conventional session highlighter answers:
"Which session interval contains this bar?"
This script instead answers:
"What scheduled events occurred at this timestamp, and how did the configured active-market state change across that boundary?"
It intentionally does not draw session backgrounds, session boxes, opening ranges, session highs or lows, price levels, volume statistics, volatility measures, directional bias, entry signals, exit signals, targets, or strategy results.
It is also different from a generic recurring time marker.
A generic time marker places independent objects at selected times. This script constructs linked market schedules, models separated trading segments, consolidates simultaneous events, evaluates the configured state immediately before and after every unique timestamp, classifies the resulting transition, and presents the result as a chronological handoff sequence.
The focus is deliberately narrow: scheduled cash-market boundary structure and active-market identity changes.
Limitations and interpretation
This is a configurable reference-schedule study, not a live exchange-status service or an official exchange calendar.
The script does not automatically model:
- Exchange holidays
- Early closes
- Delayed openings
- Unscheduled closures
- Security-specific halts
- Historical changes to exchange schedules
- Opening or closing auction phases
- Instrument-specific pre-market or post-market sessions
The Sydney 10:00 and 16:00 defaults are rounded regular-market reference boundaries. Security-level opening sequencing and the later closing auction are outside the model.
The Hong Kong defaults represent the morning and afternoon continuous-trading intervals ending at 16:00. The subsequent closing auction is outside the model.
The remaining schedules likewise represent editable main cash-session references rather than every auction, extended-hours period, or product-specific rule.
Users should verify and edit the reference hours when exact exchange-calendar treatment is required.
Market codes should remain unique. The HANDOFF comparison uses the configured active-market codes to identify changes in composition. Assigning the same code to different enabled markets can make an identity change ambiguous.
The script requires an intraday chart. On a daily or higher timeframe, the Boundary Strip reports that an intraday timeframe is required.
Projected boundaries are recurring schedule references only. They do not predict price direction or confirm that a market will open on a holiday or exceptional date.
ACTIVATE, OVERLAP +, HANDOFF, OVERLAP -, DEACTIVATE, and INTERNAL are descriptive schedule classifications. They are not buy signals, sell signals, entry instructions, exit instructions, or assessments of future market behavior.
The script does not contain strategy orders, backtesting logic, performance statistics, or alert conditions.
The source code is published openly so users can inspect, verify, study, and modify the schedule and visualization logic. Indikator

Book Value & Tangible Book ValueBook Value & Tangible Book Value plots two reported quarterly figures side by side: total book value per share, and tangible book value per share, which is book value with goodwill and other intangibles removed.
Both series are drawn as stepped lines with a marker at each reported quarter, so you can see exactly when a value changed rather than an interpolated curve.
How to read it. The gap between the two lines is the share of equity that comes from intangibles. A wide and widening gap usually points to acquisitions, and it is the part of book value that a writedown can erase overnight. Compare the lines with price to see what multiple of book you are paying; price below tangible book value has historically drawn value investors, though it is often a sign of distress rather than a bargain. A falling tangible line while the total line holds up is a warning worth investigating.
Notes and limits. Values change only on new quarterly reports, so the lines are flat between filings. Book value is an accounting measure of historical cost, not market value, and it understates asset-light businesses while overstating companies carrying old assets or acquisition goodwill. It needs reported quarterly financials, so nothing plots on indices, forex, crypto, and most funds. It is most meaningful for banks, insurers and asset-heavy industrials, and least meaningful for software and services. Indikator

Cash Runway & SolvencyCash Runway & Solvency estimates how long a company can keep operating at its current cash burn, using reported quarterly figures rather than estimates.
The script reads two quarterly items: cash and equivalents, and cash flow from operating activities. Both are carried forward between reports so the line is continuous between filings.
If operating cash flow is positive, the company is funding itself and the line sits at the top of the scale. If it is negative, the burn is the absolute value of that figure, and the runway is cash divided by burn, expressed in quarters and capped at 20 so the scale stays readable.
Three reference lines mark the zones: 20 quarters is the self-funding cap, 4 quarters is roughly one year of cash, and 2 quarters is where financing pressure usually starts. The line changes color as it crosses them: teal when self-funding, blue above four quarters, orange between two and four, red below two.
How to read it. A falling line means burn is rising faster than cash, or cash is being consumed without replacement. A jump upward usually means a capital raise, so check for dilution. A flip from red or orange to teal is the quarter the company turned operating cash flow positive.
Notes and limits. Values update only when a new quarterly report is released, so the line steps rather than moves daily. The runway assumes the last reported burn continues unchanged, which it rarely does; it is a snapshot, not a forecast. Financing and investing cash flows are excluded, so a company that keeps raising money can run at low readings for years. It needs reported quarterly financials, so nothing plots on indices, forex, crypto, most funds, and some non-US listings. Banks and insurers do not fit the burn model at all. Indikator

Candle Club - Session LevelsYesterday's high, the overnight range and today's open, drawn where they formed and kept on the chart so you can see what price did there.
WHAT IT DRAWS
Prior day high, low and close; overnight high and low; the cash-session open; an optional prior-day midline and round-number reference lines; and shelf zones, shaded pockets where recent session highs and lows cluster. Each day's lines start when that level becomes known and stop when the next one replaces it, so history stays readable.
THE IDEA
A session extreme is a place the market reached and turned away from; the overnight range is the path it took while the cash session was shut. Many traders watch these places, and this tool's only job is to put them on your chart where you can see them. It makes no claim about what price does when it returns there; what you do at a level is your call.
WHAT IS ORIGINAL
Shelf zones. The script banks each completed session's high and low, sorts the last few days of them, and groups any within your chosen width of each other. Two or more in one pocket become a box starting where its oldest member formed. One extreme is a number; a cluster is a shelf the market has revisited.
HOW TO USE
Set the cash session and timezone for your market (default: US index futures and stocks) and how many days to keep. Read it top down: the table lists every level and how far it sits from the last price, so you can see at a glance what is above and below you. Shaded boxes are shelf zones - the more session extremes stacked in one, the more times the market has stopped in that pocket. Set one alert per level, or the "any level" alert, to be told when price crosses one instead of watching. Best on 1-minute to 15-minute charts; it draws nothing on daily and above.
SETTINGS
One group per family: prior day, overnight, open, shelf zones, round lines, each with an on/off switch and colour on one row, then width and style. Neutral lines follow your chart theme. Prior day can use the exchange's daily bar or the previous cash session only.
LIMITATIONS
Intraday charts only. On stocks the overnight means the pre- and post-market bars on your chart, so extended hours must be on. The cash-session option needs one completed session first. Overnight here means everything outside the cash session you set, so if you also run a tool that starts its overnight at a fixed hour the two will not always draw the same line. The round-number lines are an evenly spaced grid, off by default. They are drawn for reference only and nothing here claims price behaves differently at them.
A standalone drawing tool with no buy or sell signals. Indikator

Smooths Session Volume ProfileOverview
Smooths Session Volume Profile (SSVP) is built around a single volume-splitting engine that feeds three different views of the same underlying data: a per-bar footprint table, a compact mobile dashboard, and a session-scaled Volume Profile with Point of Control, Value Area, and Imbalance detection. Every number shown anywhere in the script traces back to one buy/sell volume calculation performed once per bar.
Why these are one script, not a mashup
The footprint table and the Volume Profile are not two indicators placed side by side — they are two resolutions of the identical volume model. The table shows that model at full per-bar detail over a short recent window; the profile aggregates the exact same bar-level buy/sell split over whichever session(s) the user selects. The session tools (highlight boxes, session-based profile scaling, Naked POC) extend that one model with time-of-day awareness rather than adding a separate feature. Removing the table would not simplify the script's purpose, it would just remove one lens on the same data the profile already uses.
Concepts used
Selectable volume engine: Geometric splits each bar's volume by where it closed inside its own high-low range. Intrabar reads real up/down volume from a lower timeframe via TradingView's own ta library. Footprint reads TradingView's native per-tick request.footprint() data (Premium/Ultimate plans only). Every other calculation in the script consumes whichever engine is active, unchanged.
Per-bar truncated-normal volume split: rather than splitting a bar's volume evenly across the ticks it traded, the script models the buy side and the sell side as separate truncated normal distributions inside the bar's own high-low range, centered toward where the bar actually closed. This produces a continuous, weighted density instead of a flat histogram bar.
Volume Profile as a summed density: the same per-bar truncated-normal components are summed across every included bar into one continuous curve, which is then sampled to locate the Point of Control (the price of maximum combined density), the Value Area (the narrowest band containing a chosen percentage of the modeled volume), and diagonal volume imbalances between adjacent price levels.
Session-aware scaling: Asia, London, and New York are each tracked independently — the script knows whether a session is currently forming or was last completed, and the profile can be built from the live union of whichever sessions are toggled on, instead of a fixed bar count.
Naked POC: the instant a session's occurrence closes, that session's own standalone Point of Control is computed independently of the combined profile and kept on the chart as an untested level until price actually trades back through it.
Self-checking math: the Overlap reading (OVL) measures what share of buy and sell volume occurred at the same prices, from 0 (fully separated, directional) to 1 (fully overlapping, balanced/rotational). The Residual reading (RES) independently re-integrates the density model and compares it back to the real volume it's supposed to represent, in parts-per-million, so the script can flag its own modeling error rather than silently drawing a profile that doesn't add up.
How to use it
Add it to any chart and timeframe. Use the Volume Profile's POC as a magnet level and its Value Area edges as boundaries between accepted and rejected price. Diagonal imbalances mark price levels where one side of the market overwhelmed the other. Toggle individual sessions in and out of "Include in Profile" to isolate one session's structure or build a composite of several. Switch to the footprint table or the mobile dashboard for the identical volume data at per-bar resolution instead of session-aggregated.
Originality
The per-bar truncated-normal volume model — shared by the footprint table and the Volume Profile alike — is the mechanism this script is built around, not an assembly of standard metrics. Session-aware profile scaling, Naked POC seeded independently per session, and the self-checking Residual metric are not reused from another publication; the detection, modeling, and rendering logic here were written for this script.
Inputs
Volume Profile — Profile Period/Session Scaling mode, Style (Line/Columns/Histogram), Width/Resolution, Gap From Chart, bell colors and fill
Session Profile Scaling — per-session time windows, time zone, Include in Profile and Show Highlight toggles, highlight colors
Metrics — Point of Control, Value Area, Imbalance thresholds, Naked POC, Balance Tilt, Residual Tolerance
Data Engine — volume engine selection and its parameters
Table Display — footprint table and mobile dashboard appearance
This indicator has no buy/sell signals, alerts framed as trade calls, or strategy logic — it is a volume-analysis tool. It does include TradingView alertcondition() entries for session starts and Overlap-state changes, which fire on data conditions, not trade recommendations. Indikator

Smooths Heat Seeker Liquidity MapOverview
This indicator maps resting liquidity by detecting confirmed swing highs and lows at three independent lookback lengths, then rendering each one as a zone that visibly fades the longer it goes untouched. Instead of a static box that holds one shade until it's swept, each zone is built from small time-segments, and each segment locks in whatever color the zone's fade formula produces at the moment it's drawn — so a single zone shows a genuine gradient across its own lifetime, brightest where it formed and dimmer toward the present if nothing has happened to it since.
Concepts used
Tiered pivot detection: ta.pivothigh()/ta.pivotlow() run at three separate lookback lengths (Fast/Mid/Slow). A pivot only confirms after "Confirmation Bars" bars have passed with no higher high / lower low, which is what prevents repainting the level's location after the fact.
Age-based color decay: each level stores the bar index it was formed on. Every time a new segment is drawn, the indicator computes how many bars old the level is, runs that through a decay curve (fadeStrength input controls the curve's steepness), and converts the result into a transparency value for that segment only. Because past segments are never redrawn, the visual history of the fade is preserved rather than the whole zone jumping to one shade at once.
Mitigation vs. retest: a level is deleted the instant price crosses it (wick or close, user's choice) — that's treated as the liquidity being consumed. If price merely touches the level without crossing it, and "Refresh Fade On Retest" is on, the level's age resets to zero, so a level that keeps getting defended stays bright while one that's simply being ignored keeps fading toward removal.
Tier-priority merging: if a new pivot lands at the same price as an existing level, the indicator keeps the higher tier rather than creating a duplicate zone, so a level significant on the Slow lookback doesn't get visually diluted by a Fast-tier duplicate sitting on top of it.
How to use it
Add it to any chart/timeframe with default settings. Brighter zones are recent or actively-retested liquidity; dimmer zones are levels the market has drifted away from without touching. Use Fast/Mid/Slow tier colors to separate minor intraday levels from more structurally significant ones, and adjust Fade/Lifetime, Fade Strength, and Cell Width to control how far back the map looks and how coarse or smooth the fade appears.
Originality
This is not a combination of other publications — there's a single detection-and-rendering pipeline here (pivot detection → age tracking → per-segment decay → mitigation/retest handling), and every part of it was written for this script. No code, calculations, or visual techniques are reused from another publication.
Inputs
Fast / Mid / Slow — pivot lookback lengths for the three liquidity tiers
Confirmation Bars — bars required after a swing point before it's confirmed
Mitigate On — wick or close removes a level
Fade/Lifetime, Fade Strength, Cell Width — control how long a zone lives and how its decay curve is shaped
Refresh Fade On Retest — restarts a zone's age on an unmitigated touch
Box Height Multiplier — sets zone thickness as a multiple of ATR
Weak / Mid / Strong colors — one color per tier
This indicator has no signals, alerts, or trade markers — it's a pure visualization of where liquidity currently sits on the chart, and how fresh or stale each level is. Indikator

Opening Range Breakout Statistics (ORB) (kronos)Opening Range Breakout (ORB) Statistics: Retest & Extension (kronos)
This indicator turns a completed opening range into a compact statistical read of what historically happened next. The default summary keeps the chart clean and focuses on three questions: which side broke first, how often the selected extension was reached, and what the current session has already confirmed.
How it works
The script builds an opening range from a market preset or custom session. When the range closes, its width and close location are frozen. Historical sessions are then filtered by the selected similarity rule. The current session is never included in its own sample.
First Break shows UP, DOWN and OTHER in separate cells. OTHER combines no-break sessions and same-bar two-sided breaks because OHLC data cannot prove an intrabar order.
UP or DOWN receives the stronger highlight only when that directional outcome leads both the opposite direction and OTHER.
Extension shows the historical share that reached the selected range multiple. Once a directional first break exists, the sample switches to comparable historical breaks in that direction.
Based On shows the sample size and effective similarity scope behind the extension statistic.
Today shows the confirmed first-break direction, broken-edge retest state and active extension state.
Opening range presets
US Cash 09:30 New York
London Cash 08:00 London
Tokyo Cash 09:00 Tokyo
Crypto 00:00 UTC
Custom session and timezone
Opening Range Length supports 15, 30 and 60 minutes for the market presets. Custom mode uses the custom Opening Range and Outcome Window fields.
Historical matching
Auto is the recommended mode. Before a break it uses the most specific sample that reaches the target sample size. After a directional break it resolves a separate sample for that break direction. Manual filters can instead use the same range setup, same range size, same range close, or all sessions.
Range size is classified from historical normalized opening-range widths. The current width uses a half-tie percentile rank, so equal historical widths do not receive an artificial upper-rank bias. The range close is classified into lower, middle or upper thirds.
Outcome rules
Confirmed Close requires a closed bar beyond the opening-range edge. Wick Beyond Range uses strict high/low breaches. Exact touches of the opening-range boundary are not breaks. If a single wick bar crosses both edges before a direction is established, the result is recorded as a same-bar two-sided break rather than assigning an order that the chart data cannot prove.
The broken-edge and midpoint retests can only be confirmed on a later bar than the first break. Extension targets count an exact touch.
Chart display
The opening-range box, high, low and optional midpoint remain unchanged after the range locks. Only the target in the first-break direction is shown. The OR and target lines extend one chart bar beyond the latest processed bar, matching the price-label offset on every supported timeframe. Event labels are optional and off by default.
Inputs
Preset - Market/session preset. Default: US Cash 09:30 NY.
Opening Range Length - 15, 30 or 60 minutes. Default: 30 Minutes.
Max History Sessions - Maximum retained completed sessions. Default: 250.
Target Sample Size - Desired sample size for adaptive matching. Default: 20.
History Filter - Auto, same range setup, same range size, same range close, or all sessions. Default: Auto (Recommended).
Minimum Session Data % - Required outcome-window coverage. Default: 80.
Break Confirmation - Confirmed Close or Wick Beyond Range. Default: Confirmed Close.
Extension Target - Range-width multiple beyond the broken edge. Default: 1.0.
Display - Opening range, midpoint, active target, price labels, event labels and compact summary.
Alerts
Alerts are available for opening-range lock, first break up, first break down, same-bar two-sided break, edge retest, midpoint retest, opposite edge, selected extension and both-sides completion. State changes are processed on confirmed chart bars.
Limitations
The indicator uses chart-timeframe OHLC bars only. It does not reconstruct intrabar sequencing. Session windows must align with the chart timeframe, and incomplete opening ranges are excluded. Historical percentages describe the selected sample and are not forecasts.
This script is a charting tool for educational purposes. It does not provide financial advice and does not predict future price movement. Trading carries risk; decisions and their outcome remain yours. Indikator

MSnR Double Breakout LevelMSnR Double Breakout Level
A staircase of turning points, and the level that matters once price finally runs out the top or
the bottom of it.
Support and resistance tools usually mark a level the moment it forms, which is why a chart ends up carrying dozens of lines that never meant anything. This one marks nothing when a level appears. It holds two of them, waits to see whether price runs past the pair, and only then draws the one that was left behind.
The result is that a level is never drawn on hope. By the time it is on the chart, price has
already proved it was willing to go through everything above or below it.
THE TWO BUILDING BLOCKS
A candle is green when close is above open, red when close is below. A doji, where they are
equal, is neither and takes no part.
A Level a green candle followed immediately by a red one.
The GREEN candle's CLOSE is the level.
Buyers pushed, sellers took it straight back.
V Level a red candle followed immediately by a green one.
The RED candle's CLOSE is the level.
Sellers pushed, buyers took it straight back.
These are not the output. They are the raw material.
DOUBLE BREAKOUT
Two same-side levels are held as a rolling pair. On the A side that is a descending pair - A1
above, A2 below:
A1 a close above this confirms it
A2 this is the level that gets marked
When a candle CLOSES above A1, the staircase has been run out, and A2 - the innermost step, the last place sellers stepped in before price left - is marked as the level.
The V side is the exact mirror. An ascending pair, V1 below and V2 above, a candle closing below V1, and V2 is marked.
It is always a DOUBLE. However long the staircase runs, only the latest two steps are ever held.
When a new same-side level appears while the pair is still waiting, one question decides what
happens to it:
the new level did NOT break the inner step -> the pair SLIDES one along
(old inner becomes the new outer)
the new level DID break the inner step -> the pair RESTARTS from that level
That single question is the whole bookkeeping, and it is the part most easily got wrong. Throwing the pair away every time another step appears loses the long staircases, which are exactly the ones worth waiting for. Never throwing it away means the pair drifts away from price and stops describing anything. Sliding keeps it anchored to the two most recent steps for as long as the move keeps going the same way, and restarts it the moment the move stops.
The breakout is always checked before any new level is. Reaching the outer step IS the breakout, so a level beyond it can only ever belong to the next search, never interrupt the current one.
DOUBLE BREAKOUT TO DOUBLE BREAKOUT
A completed Double Breakout can itself be taken out - by a completed Double Breakout running the other way.
a Double A Breakout confirms, marking A2
a Double V Breakout then confirms, marking V2
a candle CLOSES below that old A2
-> V2 becomes a DBO to DBO V level
The bullish case is the mirror: a Double V, then a Double A, then a close above the old V2, and
A2 becomes a DBO to DBO A level.
The cross break may land on the very same candle that confirmed the second Double Breakout, or on any candle after it. What it says is that the level which had just been established as the place price wanted to leave from has now been given up in the other direction, by a move built the same strict way.
The level is UPGRADED, not duplicated. A DBO to DBO A sits at exactly the price its Double A
Breakout already marked - it is the same level with more behind it - so the line already on the
chart changes its name and thickens rather than a second line being drawn on top of the first.
WHAT MAKES THIS DIFFERENT
1. Nothing is marked when it forms.
An A Level or a V Level on its own is never drawn. Two of them together are never drawn either.
Only the breakout puts something on the chart, which is why a whole session can pass with nothing new on it.
2. The pair rolls instead of resetting.
This is the piece that separates it from a plain two-level check. A staircase that keeps stepping
the same way keeps its pair alive, sliding one step at a time. A staircase that turns back on
itself starts again. Both cases are handled by the same rule.
3. The inner step is the level, not the outer one.
The outer step is what price had to close through to prove anything, so it has already been
consumed by the time the pattern completes. The inner step is the last one price never came back to, and that is what is drawn.
4. Breakout has priority over everything else.
Because reaching the outer step is itself the breakout, the order in which the two checks run
changes the result. Checking for new levels first would let a level that is really the start of
the next search interrupt the current one. Here the breakout is always resolved first.
5. The chain is a real state, not a coincidence.
A DBO to DBO level requires a full Double Breakout, then a full opposite Double Breakout, then
the first one's level being closed through. All three are tracked as one sequence, and any part
of it ageing out of the window cancels it.
6. The search itself can be watched.
The pair currently waiting for its breakout can be drawn, so the staircase can be seen sliding
before anything confirms. It is the working state, not a signal, and it is off by default.
READING THE CHART
Green line, "DBO A" Double A Breakout, label below
Red line, "DBO V" Double V Breakout, label above
Thick green, "DBO to DBO A" the bullish chain completed
Thick red, "DBO to DBO V" the bearish chain completed
Every line starts at the candle the level was read from and runs to the right, so the distance
from its origin to price shows how long it has been standing.
Labels are parked clear of that origin candle rather than on the level itself - under its low on a
bullish level, over its high on a bearish one. The level price is a candle CLOSE, so it sits
inside the candle, and a label placed there would be buried in the price action.
A chain level is always drawn one step thicker than a plain one. That is the only styling
difference, because it is the same kind of level, reached by a longer road.
With the working pair switched on, dotted lines labelled A1, A2, V1 and V2 show what is currently being tracked. A1 and A2 are the descending pair waiting for a close above A1; V1 and V2 are the ascending pair waiting for a close below V1. Watch A2 slide down as the staircase extends. If only A1 or only V1 is drawn, the search has one step and is waiting for its second.
Only the most recent few levels are drawn, so the chart stays readable. Older ones are still
counted in the corner table, which reports Double Breakout and DBO to DBO levels split into bull and bear. If the table reads higher than what you can see, the display limit is doing its job.
SETTINGS
Double Breakout
- Scan Length: how far back the search reaches. A pair that has been waiting longer than this is
abandoned, and a confirmed level is dropped once the candle it came from is older than this. It
also bounds how long a chain can stay open.
- Max Levels Shown: how many of the most recent levels are drawn. Switching a type off frees its slots for the others.
Level Types
- A switch for each of the four: Double A Breakout, Double V Breakout, DBO to DBO A, DBO to DBO V.
- Show Working Pair: draws the pair currently waiting for its breakout.
Level Style
- Bullish, bearish and working pair colours, line width, and whether levels extend to the right
edge. With extending off, a level stops at the candle that confirmed it.
Labels
- Show Labels, Label Size, and Label Distance from Candle as a percentage of ATR(14), so the gap scales with whatever instrument and timeframe you are on. The distance is measured from the origin candle's high or low, not from the level.
Summary Table
- Show, position and size of the corner table.
ALERTS
Four alert conditions:
Double A Breakout a descending pair was run out to the upside
Double V Breakout an ascending pair was run out to the downside
DBO to DBO A a bullish chain completed
DBO to DBO V a bearish chain completed
Each message carries the event, the symbol, the timeframe and the closing price. The same
messages are also sent through the alert function, so the "Any alert() function call" alert type
can deliver all four through a single alert.
Every alert is evaluated only after a candle has fully closed.
REPAINTING
This script does not repaint.
- The whole engine runs once per closed candle. Price moving inside an open candle cannot create, change or remove a level, and cannot make a signal appear and then disappear.
- Both building blocks need a candle AFTER them to exist at all. An A Level is only an A Level
once the red candle behind it has closed, so nothing is ever read from a candle still forming.
- Levels are built forward, one candle at a time, in the same order they would have been built live. A line that has been drawn never moves. The only thing that can change about it is its
name and thickness, when a later chain upgrades it, and that is a record of what price did
afterwards rather than a revision of what it did before.
- Nothing is read from a higher timeframe, so there is no higher timeframe lookahead to get
wrong.
When you create an alert, TradingView may show a caution banner saying the indicator can repaint. That banner appears automatically for any script that uses the built in bar state variables, no matter how they are used, because the platform cannot check the intent behind them. This script uses one of them for the opposite purpose: it is what restricts the entire engine to bar close.Choosing "Once Per Bar Close" when creating the alert is still recommended.
NOTES AND LIMITATIONS
- Levels are deliberately infrequent. Two same-side reversals have to line up and then be run
through by a close, and a DBO to DBO level needs that to happen twice in opposite directions.
Long stretches with nothing new are normal.
- Scan Length is not only cosmetic here. It decides when a waiting pair is abandoned and when a chain expires, so changing it changes what is found, not just what is drawn. Max Levels Shown
is the cosmetic one.
- A doji takes no part. An A Level or V Level needs one candle of each colour, so a pair
containing a doji is not one.
- DBO to DBO upgrades the existing level in place. The count of plain Double Breakouts therefore goes down by one each time a chain completes, because that level has become
something else.
- An internal cap of 120 stored levels keeps the drawing count inside TradingView's limits. On a
very long history the oldest are dropped.
- Detection is purely structural. It reports where these sequences occurred and nothing more. It
does not rank levels by quality, measure what happened next, or produce entries, targets or
stops.
HOW TO USE IT
A Double Breakout level marks the last place the other side stepped in before price left the
area. Traders commonly watch these for:
- A reaction on the first return, since price has not been back to that step since the breakout
- Direction from the side, where a bullish level below price and a bearish level above it frame
the range price is currently working in
- Confirmation against a higher timeframe read, where a level that agrees with the larger picture carries more weight than one that fights it
A DBO to DBO level is the same level after the market has argued about it twice. The road to it
was longer, and it sits where a completed move in one direction was undone by a completed move in the other.
The working pair is worth turning on while learning the tool. Watching A2 slide down step by step makes it obvious what the breakout is waiting for, and where it would have to close for anything to be drawn.
These are reference areas, not entry signals on their own. Use them alongside your own support
and resistance mapping, your own entry method and proper risk management.
DISCLAIMER
This indicator is a pattern detection tool. It is not financial advice and it makes no claim
about profitability. Trading involves risk. Always apply your own analysis and risk management. Indikator

Golden Trident | Swing-Anchored VWAP Trend SystemGolden Trident is a long-only, daily-timeframe trend-following strategy built specifically for XAUUSD (spot gold). Rather than relying on a lagging moving-average crossover or a single volatility band, it reads market structure directly — tracking swing highs and lows to determine trend direction — and pairs that with a volume-weighted anchor price that resets at every structural trend change. This gives the strategy a "fair value" reference line that adapts to each new trend leg rather than dragging a fixed-length average behind it.
The strategy is deliberately long-only. Gold has spent most of its liquid trading history in a secular uptrend, and countertrend short entries were found to meaningfully drag down both total return and risk-adjusted performance without adding diversification benefit — so the system simply steps to the sidelines when structure turns bearish, rather than fighting the dominant trend.
Position sizing is intentionally simple: a fixed percentage of equity per trade, compounding as equity grows. Risk management is handled by a single wide "catastrophe" stop rather than a tight trailing stop — the strategy is designed to exit on genuine trend reversal, not to be shaken out by normal daily noise.
How It Works
Swing Structure (Trigger): The strategy tracks rolling swing highs and lows over a configurable lookback. When the most recent extreme is a new high, structure is bullish; when it's a new low, structure is bearish.
Anchored VWAP (Trend Reference): Each time structure flips, the volume-weighted average price calculation resets and begins accumulating fresh from that point — producing a trend-relative fair-value line rather than a static average.
EMA200 Filter (Structure Confirmation): Long entries additionally require price to be trading above the 200-period EMA, keeping trades aligned with the macro trend.
Chop Filter (Volatility Gate): Entries are blocked when recent price range is too narrow relative to ATR — this avoids entering on structural "flips" that occur during sideways consolidation, where they're most likely to reverse immediately.
Exit: Positions close purely on structural trend reversal. No trailing stop is used, since research during development found trailing exits tended to cap winning trades prematurely without meaningfully reducing losses.
Backstop Stop: A wide ATR-based stop exists purely as disaster protection for extreme, unexpected moves — it is not intended to be part of normal trade management.
Features
Swing-structure trend detection (not a lagging indicator crossover)
Self-resetting anchored VWAP trend reference
Optional EMA200 macro trend filter
Optional ATR-based chop/consolidation filter
Configurable backtest date range
Trade outcome visualization (colored boxes showing each closed trade's entry-to-exit range)
Live dashboard showing current structure, volatility state, position size, and open P/L
Gold-themed visual design with gradient trend fill and directional bar coloring
Tips for Use
Timeframe: Designed and tested on the daily chart. Shorter timeframes will likely need proportionally shorter swing/EMA/ATR lengths.
Data quality matters: Backtest only over periods with clean, liquid, consistently-quoted price and volume data. Very long historical ranges on XAUUSD may include gold-standard-era pricing or unreliable volume that will distort results — the built-in date range inputs default to 2010 onward for this reason.
Position sizing: The default equity percentage is aggressive. Test at a lower size first and scale up only after reviewing max drawdown and worst losing-streak length for your specific test window — position sizing should reflect your own risk tolerance, not just backtest profit factor.
Shorting: Short entries exist as a toggle for experimentation, but are off by default based on backtest performance on gold's historical trend bias. Re-enabling changes the strategy's risk profile meaningfully.
Not financial advice: This is a backtesting and educational tool. Past performance on historical data does not guarantee future results.
Strategi

Aurora_FLux_VWAP_V2 (Drizzle_ALGO56)Aurora Flux is an adaptive VWAP system that combines volume-weighted price analysis, dynamic volatility envelopes, ADX trend filtering, and lower-timeframe wick volume analysis.
The indicator builds a volume-weighted VWAP core and expands its bands using both volume intensity and ADX strength. It then analyzes lower-timeframe data to measure how much volume occurred in the wicks versus the body of each candle. When strong wick volume coincides with price entering the outer zones, multi-layer intensity clouds light up to visualize buying or selling pressure.
The result is a clear visual map of rejection strength around the VWAP structure.
█ How It Works
⚪ Adaptive VWAP Core
Calculates either a Session VWAP or a Rolling VWAP together with volume-weighted variance. Band width is then modulated by two forces at the same time: current volume ratio and normalized ADX strength.
⚪ Wick Volume Analysis
Uses lower-timeframe data to split every chart candle into body volume and wick volume. A smoothed wick-volume ratio is calculated and used as the main intensity driver.
⚪ Intensity Mapping
When price enters the Extreme Zones (or the Main Channel depending on the selected mode), the current wick ratio is converted into an intensity value.
• Upper intensity reflects Sell pressure
• Lower intensity reflects Buy pressure
The intensity directly controls the opacity of the multi-layer clouds.
⚪ Session Average Tracking
A running average of Upper and Lower intensity is maintained throughout the session and displayed in the Dashboard. This shows the dominant rejection bias of the day.
█ How to Use
⚪ Identify Rejection Zones
Strong Extreme Zone clouds highlight price areas where high wick volume rejected the move.
These zones can act as high-quality support or resistance.
⚪ Read Buy vs Sell Pressure
• Rising Upper Intensity = increasing Sell pressure
• Rising Lower Intensity = increasing Buy pressure
Compare the current intensity with the Session Average to judge whether the rejection is stronger or weaker than the day’s average.
⚪ Combine with ADX
When ADX is high, the bands automatically widen. This reduces false signals during strong trends and keeps the focus on mean-reversion environments.
⚪ Classic Stdev Bands
Optional multi-level standard deviation bands can be enabled for additional fixed statistical reference levels.
█ Settings
• VWAP Mode (Rolling / Session)
• Base Deviation Multiplier & Volume Expansion Factor
• ADX Length, Smoothing and Band Multiplier
• Cloud Mode (Extreme Zone / Main VWAP / Both)
• Extreme Zone Offset & Width
• Main Channel and Extreme Zone colors (single color → automatic gradient)
• Automatic or Manual Lower Timeframe
• Wick Volume Ratio Threshold
• Dashboard HUD
█ Development Status
This indicator is still experimental and under active development.
Default settings are a starting point. Optimal results usually require manual fine-tuning of the Volume Expansion Factor, ADX Influence, Wick Threshold and Zone Width depending on the instrument and timeframe.
█ Feedback
Found a bug, have a suggestion, or want a specific improvement?
Feel free to reach out via TradingView private messages or leave a comment under the script. Feedback is highly appreciated.
█ Disclaimer
The content provided in this script is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. Past performance is not indicative of future results. All trading involves risk, and you are solely responsible for your own trading decisions. Indikator

GM Fusion OscillatorCombo Oscillator – MACD + Stochastic + RSI + EMA
The Combo Oscillator combines four widely used technical indicators into one simple momentum oscillator:
MACD + Stochastic + RSI + EMA
Instead of switching between several indicators, the Combo Oscillator combines their information into one normalized and smoothed line.
🟢 GREEN / BULLISH SIGNAL
Generated when the combined oscillator crosses above the zero line, indicating a potential shift toward bullish momentum.
🔴 RED / BEARISH SIGNAL
Generated when the combined oscillator crosses below the zero line, indicating a potential shift toward bearish momentum.
The oscillator also uses ATR normalization, allowing indicators with different scales to work together in one combined calculation.
DEFAULT SETTINGS:
EMA: 21 / 55
MACD: 12 / 26 / 9
RSI: 14
Stochastic: 14 / 3 / 3
ATR: 14
Smoothing: 3
The major parameters are adjustable, allowing traders to experiment with different settings for different markets and timeframes.
The Combo Oscillator is designed as a momentum and confirmation tool, not as a standalone trading system.
For best use, combine it with your own analysis, market structure, support and resistance, liquidity and risk management.
One oscillator.
Four indicators.
One clear view of momentum. Indikator

Combo Oscillator - MACD + Stoch + RSI + EMACombo Oscillator – MACD + Stochastic + RSI + EMA
The Combo Oscillator combines four widely used technical indicators into one simple momentum oscillator:
MACD + Stochastic + RSI + EMA
Instead of switching between several indicators, the Combo Oscillator combines their information into one normalized and smoothed line.
🟢 GREEN / BULLISH SIGNAL
Generated when the combined oscillator crosses above the zero line, indicating a potential shift toward bullish momentum.
🔴 RED / BEARISH SIGNAL
Generated when the combined oscillator crosses below the zero line, indicating a potential shift toward bearish momentum.
The oscillator also uses ATR normalization, allowing indicators with different scales to work together in one combined calculation.
DEFAULT SETTINGS:
EMA: 21 / 55
MACD: 12 / 26 / 9
RSI: 14
Stochastic: 14 / 3 / 3
ATR: 14
Smoothing: 3
The major parameters are adjustable, allowing traders to experiment with different settings for different markets and timeframes.
The Combo Oscillator is designed as a momentum and confirmation tool, not as a standalone trading system.
For best use, combine it with your own analysis, market structure, support and resistance, liquidity and risk management.
One oscillator.
Four indicators.
One clear view of momentum. Indikator

Monday High & Low - ProWelcome to the Monday Range & Liquidity Sweeps indicator, a powerful and clean tool designed specifically for Range Traders and Smart Money Concepts (SMC) enthusiasts.
📊 The Core Concept:
According to market data and price action algorithms, the first day of the trading week sets the tone.
Monday High acts as a major Resistance and a pool of Buy-Side Liquidity (BSL).
Monday Low acts as a strong Support and a pool of Sell-Side Liquidity (SSL).
💡 How to Trade with this Indicator:
This indicator automatically plots the Monday High and Low from the exact candles they were formed, extending cleanly to the right. You can use these levels to trade high-probability liquidity sweeps:
🐻 Bearish Setup (Short): Wait for the market to sweep the Monday High (grabbing liquidity). If the price fails to hold above and closes back inside the Monday range, it indicates a false breakout. You can enter a short position targeting the opposite liquidity pool: the Monday Low.
🐂 Bullish Setup (Long): Wait for the market to sweep the Monday Low. If the price rejects and closes back inside the Monday range, the bearish momentum is likely trapped. You can enter a long position targeting the opposite liquidity pool: the Monday High.
⚙️ Key Features (Pro Customization):
Custom Timezone (UTC Offset): Manually input your UTC offset in the settings to align the Monday range perfectly with your trading session (e.g., New York, London, or Local Time).
Clean Visuals: Adjust line thickness, color, transparency, and style (Solid, Dotted, Dashed) so it blends perfectly with your chart theme.
Minimalist Design: Only draws what you need. Labels and lines automatically extend without cluttering your historical price action.
Drop a like and leave a comment if this helps your trading week. Trade safe and always manage your risk! Indikator

SMC EngineSMC Engine
Overview
SMC Engine is a market-context indicator designed to identify potential liquidity sweeps and directional pressure around a selected session range.
The indicator combines an open-based NY range, candle spread analysis, and lower-timeframe volume pressure to classify market conditions such as Stop Hunts, directional aggression, and breakouts.
The default session is 09:30–10:30 New York time, but the session and timezone can be adjusted from the settings.
Key Features
Open-based NY session range
Automatic range box visualization
Projected range levels after the session
Candle spread anomaly detection
Lower-timeframe volume pressure
Stop Hunt High detection
Stop Hunt Low detection
Bullish Aggression detection
Bearish Aggression detection
Breakout Up/Down classification
Real-time sentiment dashboard
How It Works
1. Open-Based NY Range
During the selected session, the indicator tracks the highest and lowest candle opening prices.
These levels form the open-based range used by the sentiment engine.
Note: This is an open-based range, not a conventional opening range calculated from candle highs and lows.
2. Spread Analysis
The indicator compares the current candle's spread (High - Low) with its average spread over the selected baseline period.
Default settings:
Spread Baseline: 50 bars
Spread Anomaly Multiplier: 2.0
When the current spread exceeds the baseline multiplied by the anomaly multiplier, it is classified as a spread anomaly.
3. Volume Pressure
The indicator uses lower-timeframe candle data to estimate directional volume pressure.
Lower-timeframe close > open → volume is counted as positive
Lower-timeframe close < open → volume is counted as negative
Lower-timeframe close = open → volume is ignored
The resulting value is used as a volume-pressure proxy.
This is not true bid/ask volume delta.
Sentiment Conditions
Stop Hunt High
A Stop Hunt High is identified when:
The candle has an unusually large spread
Price trades above the open-based range high
The candle closes back at or below that level
Lower-timeframe volume pressure is negative
The signal is displayed with an orange downward triangle.
This can be viewed as a potential bearish liquidity-sweep setup.
Stop Hunt Low
A Stop Hunt Low is identified when:
The candle has an unusually large spread
Price trades below the open-based range low
The candle closes back at or above that level
Lower-timeframe volume pressure is positive
The signal is displayed with an orange upward triangle.
This can be viewed as a potential bullish liquidity-sweep setup.
Bullish / Bearish Aggression
When a spread anomaly occurs without meeting the Stop Hunt conditions, the indicator evaluates candle direction and volume pressure to identify:
Bullish Aggression
Bearish Aggression
Air Pocket/Uncertain
Breakouts
When the spread is not classified as an anomaly, the indicator can identify:
Breakout Up
Breakout Down
These classifications are based on price closing beyond the open-based range together with corresponding volume pressure.
How to Use It
The indicator is primarily intended as a market-context and confirmation tool, rather than a standalone buy/sell system
A simple way to use the Stop Hunt signals is:
Bullish Setup
Stop Hunt Low → wait for confirmation → consider long
When an orange Stop Hunt Low appears, avoid entering immediately. Observe the following price action and look for bullish confirmation before considering a long trade.
Bearish Setup
Stop Hunt High → wait for confirmation → consider short
When an orange Stop Hunt High appears, avoid entering immediately. Observe the following price action and look for bearish confirmation before considering a short trade.
The Stop Hunt signal should therefore be treated as a setup/area of interest, not an automatic entry signal.
Traders can combine the signal with their own market structure, price action, risk management, and higher-timeframe analysis.
Dashboard
The dashboard displays:
VSA Price Spread — current candle spread in ticks
Baseline Spread — average spread used for anomaly detection
Volume Pressure — calculated lower-timeframe directional volume pressure
Current Sentiment — current classification produced by the engine
Recommended Usage
The default configuration is designed around using a lower timeframe for volume-pressure analysis, such as a 1-minute lower timeframe on a 5-minute chart.
The appropriate settings can vary by market, symbol, and timeframe, so traders should test the indicator under the conditions in which they intend to use it.
Important Limitations
The range is based on candle opens, not highs and lows.
Volume Pressure is a directional-volume proxy and should not be interpreted as true bid/ask delta.
A Stop Hunt signal does not guarantee a reversal or profitable trade.
Breakout classifications do not guarantee that a breakout will continue.
The indicator does not determine stop-loss placement, take-profit levels, or position sizing.
Market conditions, liquidity, and data-feed characteristics can affect the behavior of lower-timeframe calculations.
Traders should independently test and validate the indicator before using it in live trading.
SMC Engine is intended for market analysis and educational purposes and should be used together with appropriate risk management. Indikator

Buy-Sell with Adaptive Market Intelligence Engine
Adaptive Market Intelligence Engine - Structure and Trend Confluence
---------------------------------------
📊 Overview
Adaptive Market Intelligence Engine is a multi-layer market analysis indicator designed to interpret trend, market structure, momentum, volatility, participation, and higher-timeframe context through a unified weight-of-evidence framework.
The purpose of the indicator is not to predict every price movement or produce frequent trade signals.
Instead, it attempts to answer three practical questions:
• Is the market trending, ranging, compressing, or expanding?
• Which side currently has stronger technical evidence: buyers or sellers?
• Has a sufficiently strong new directional trend developed to justify a BUY or SELL signal?
The indicator combines several independent categories of technical evidence while attempting to reduce duplicated information and chart clutter.
Its primary components include:
• Major market structure
• HH/HL and LH/LL structural progression
• BOS and CHOCH detection
• Trend regime classification
• EMA trend structure
• Higher-timeframe confirmation
• VWAP / mean positioning
• RSI momentum
• MACD momentum
• ADX and directional movement
• Volume participation
• ATR volatility analysis
• Volatility compression detection
• Bullish and bearish confluence scores
• One-signal-per-trend state logic
• Structural retest identification
• Market intelligence dashboard
The indicator is intended to work as an analytical framework rather than as a standalone mechanical trading system.
---------------------------------------
🧠 Core Philosophy
Markets rarely move because of one technical condition.
An EMA crossover alone, RSI reading alone, volume spike alone, or isolated market-structure break can provide incomplete information.
This indicator therefore uses a weight-of-evidence approach.
Different technical categories contribute to a bullish or bearish score, and directional signals are generated only when several conditions align simultaneously.
The goal is to separate:
Trend from Temporary movement and Directional expansion from Range-bound market noise.
---------------------------------------
🔄 Market Regime Engine
Before evaluating directional signals, the indicator attempts to classify the current market environment.
The main regime states are:
• TRENDING
• TREND EXPANSION
• VOL EXPANSION
• RANGE
• COMPRESSION
• TRANSITION
The regime engine uses a combination of:
• ADX
• EMA separation relative to ATR
• ATR expansion
• Bollinger Bandwidth compression
This is important because the same technical signal can behave differently depending on market conditions.
For example, repeated structure breaks occurring inside a narrow range are intentionally treated differently from breaks occurring during an established directional expansion.
BOS and CHOCH detection is therefore suppressed when the engine identifies significant range-bound or compression conditions.
---------------------------------------
🟢 Bullish Market Structure
Bullish structural development is identified through sequences involving:
Higher Highs and Higher Lows.
Instead of placing HH and HL text labels across the chart, the indicator represents qualifying bullish structural progression using low-opacity green gradient bands.
The bands are designed to visually communicate directional structure without covering the underlying candles.
A structural band is not automatically created for every small pivot.
The movement must satisfy configurable structure-strength and ATR-distance requirements.
This helps reduce visual noise created by minor oscillations.
---------------------------------------
🔴 Bearish Market Structure
Bearish structure is evaluated through:
Lower Highs and Lower Lows.
Qualifying bearish sequences are represented using low-opacity red gradient bands.
As with bullish structure, minor swings are filtered using structural strength and ATR-based movement requirements.
The purpose is to highlight meaningful directional structure rather than drawing every short-term fluctuation.
---------------------------------------
🔀 BOS and CHOCH
The indicator also tracks external market structure.
BOS = Break of Structure
CHOCH = Change of Character
These events are displayed using dashed structural break lines.
A bullish BOS generally represents continuation of bullish external structure.
A bearish BOS represents continuation of bearish external structure.
CHOCH identifies a structure break occurring against the previously established structural direction.
However, BOS and CHOCH are not treated as automatic trade signals.
They are one component of the wider market intelligence engine.
BOS/CHOCH events are also filtered when the market is classified as significantly range-bound or compressed.
This is intended to reduce repeated structure-break markings inside sideways markets.
---------------------------------------
📈 Trend Engine
The default trend model uses:
Fast EMA: 21
Slow EMA: 50
A bullish trend condition requires bullish EMA alignment together with supportive price positioning.
A bearish trend condition requires bearish EMA alignment together with supportive price positioning.
The EMA ribbon provides a simple visual representation of the prevailing trend relationship.
These values are configurable.
---------------------------------------
🌐 Higher-Timeframe Confirmation
The engine can use a higher timeframe as an additional directional filter.
Higher-timeframe confirmation evaluates:
• Higher-timeframe price
• Higher-timeframe fast EMA
• Higher-timeframe slow EMA
Confirmed higher-timeframe data is used rather than the developing higher-timeframe candle.
This improves stability but introduces additional confirmation delay.
The selected higher timeframe must be greater than the chart timeframe.
For example:
15-minute chart → 1H or 4H confirmation
1H chart → 4H or Daily confirmation
Using the same or a lower timeframe as the HTF setting is intentionally prevented.
---------------------------------------
📍 VWAP / Mean Location
On intraday charts, the indicator uses session VWAP as a directional location reference.
Above VWAP supports bullish evidence.
Below VWAP supports bearish evidence.
On non-intraday charts, an EMA-based mean reference is used instead.
The purpose of this component is not to create VWAP crossover signals.
It provides context regarding where price is trading relative to an important market mean.
---------------------------------------
⚡ Momentum Engine
Momentum confirmation uses two separate measurements:
RSI
and
MACD Histogram.
The default bullish RSI threshold is above 52.
The default bearish RSI threshold is below 48.
The MACD histogram contributes additional directional momentum confirmation.
Momentum is intentionally only one component of the complete score.
A strong RSI reading by itself cannot produce a trade signal.
---------------------------------------
📊 ADX and Directional Movement
ADX and DMI are used to evaluate trend quality.
The engine considers:
ADX strength
*
+DI / -DI directional dominance.
Bullish directional confirmation requires sufficient ADX together with +DI dominance.
Bearish directional confirmation requires sufficient ADX together with -DI dominance.
This helps differentiate directional movement from weak oscillation.
---------------------------------------
⚡ Volume Participation
Where reliable volume data is available, the engine evaluates current volume relative to its average.
Bullish participation favors increased volume accompanying bullish price movement.
Bearish participation favors increased volume accompanying bearish price movement.
Volume can also be required as part of the final signal confirmation.
For symbols where meaningful volume information is unavailable, the engine does not automatically treat missing volume as bearish or bullish confirmation.
---------------------------------------
🌡️ Volatility Analysis
ATR is used throughout the indicator as a volatility-normalized measurement.
This allows several conditions to adapt more naturally across instruments with different price scales.
ATR is used in areas including:
• Structure strength
• Swing-leg measurement
• Volatility expansion
• Structural break buffering
• Retest tolerance
• Signal positioning
The indicator also compares current ATR against a longer ATR baseline to identify volatility expansion.
---------------------------------------
📉 Compression Detection
Bollinger Bandwidth is used internally to help identify volatility compression.
The Bollinger Bands themselves are not plotted.
When bandwidth contracts materially relative to its recent baseline, the engine can classify the environment as COMPRESSION.
During these conditions, new structural signals are filtered more aggressively.
---------------------------------------
🧮 Bull and Bear Confluence Scores
The engine independently calculates bullish and bearish scores from 0 to 100.
The current weighting framework is:
Current timeframe trend — 15 points
Higher-timeframe trend — 20 points
Major market structure — 20 points
Momentum — 15 points
VWAP / mean location — 10 points
Volume participation — 10 points
ADX / directional movement — 10 points
Total possible score:
100
Bullish and bearish evidence are calculated separately.
The difference between the two scores is also evaluated.
This prevents a high bullish score from automatically being considered strong when bearish evidence is simultaneously elevated.
---------------------------------------
🎯 One Signal Per New Trend
One of the most important features of the indicator is its trend-state signal engine.
The indicator is intentionally designed NOT to print BUY or SELL signals repeatedly throughout the same trend.
Once a new bullish trend satisfies the complete confirmation framework:
BUY is generated once.
Afterward:
• Additional BOS events do not create another BUY.
• Retests do not create another BUY.
• New momentum confirmations do not create another BUY.
• Continuation candles do not create another BUY.
The bullish trend remains active until the internal trend-state engine determines that the trend has genuinely deteriorated or a confirmed bearish trend takes control.
The same principle applies to SELL signals.
This produces a sequence closer to:
Neutral → New Bull Trend → BUY → Bull Trend Active
or
Neutral → New Bear Trend → SELL → Bear Trend Active
rather than repeatedly generating signals during the same directional move.
---------------------------------------
🏷️ A and A+ Signal Grades
Signals may display an A or A+ classification.
These labels refer only to the amount of technical confluence present at the time of confirmation.
They are NOT historical win-rate statistics.
They do NOT represent a guaranteed probability of success.
A+ simply represents stronger alignment within the indicator's internal scoring framework than the standard A condition.
---------------------------------------
🔁 Trend Reset Logic
The engine does not immediately reset a trend because of one weak candle.
Instead, it tracks sustained deterioration.
The default Trend Reset Bars value is:
6 bars.
A bullish trend remains active while bullish conditions remain sufficiently healthy.
If the structure deteriorates for the required number of confirmed bars, the state returns to neutral and becomes eligible to identify a future trend.
An opposite fully confirmed trend can also transition the state directly.
This helps prevent repeated BUY → BUY → BUY or SELL → SELL → SELL signals during ordinary pullbacks.
---------------------------------------
🔄 Structural Retests
After a valid structural break, the indicator can identify a return toward the broken level.
Bullish breaks may produce an R>S RETEST.
Bearish breaks may produce an S>R RETEST.
Retests require price to return within an ATR-based tolerance and subsequently close back on the expected side of the level.
Retest labels are analytical information.
They do not independently generate another trade signal when a trend signal has already been used.
---------------------------------------
🧭 Premium, Discount and Equilibrium
The latest confirmed major swing high and major swing low are also used to estimate the active structural range.
Price is classified as:
PREMIUM
DISCOUNT
EQUILIBRIUM.
These classifications are contextual only.
They should not be interpreted as automatic reversal zones.
For example, price can remain in premium during a strong uptrend or remain in discount during a strong downtrend.
---------------------------------------
⚙️ Suggested Starting Configuration
The default settings are designed as a balanced starting point rather than universally optimal parameters.
Major Swing Length: 8
Fast EMA: 21
Slow EMA: 50
ADX Trend Threshold: 22
Minimum Signal Score: 86
Minimum Bull/Bear Advantage: 25
Trend Reset Bars: 6
Consecutive Structure Pairs: 2
Users should evaluate different settings according to the instrument, timeframe, volatility characteristics, and their own trading methodology.
Avoid changing parameters simply to improve historical appearance.
---------------------------------------
✅ How to Use the Indicator
The preferred workflow is:
1. Check Market Regime.
If RANGE or COMPRESSION is displayed, directional signals should be treated cautiously.
2. Check Bull Score vs Bear Score.
Look for meaningful separation rather than nearly equal scores.
3. Check Major Structure.
Determine whether the external structure supports the intended direction.
4. Check HTF.
Higher-timeframe agreement generally represents stronger directional alignment.
5. Observe the gradient structure bands.
These provide visual context regarding recent bullish or bearish structural progression.
6. Check price relative to VWAP / Mean.
This adds location context.
7. Wait for a confirmed new-trend signal.
Avoid anticipating the BUY or SELL before the complete engine confirms it.
8. Perform independent risk analysis.
Entry price, stop placement, targets, position size, option strike selection, and portfolio risk should be determined separately.
---------------------------------------
🚫 When to Avoid Using Signals
You should generally avoid relying heavily on directional signals when:
• Market Regime shows RANGE or COMPRESSION.
• Bull and Bear scores are very close.
• Price is reacting violently around major news.
• Liquidity is poor.
• The instrument has irregular or unreliable price/volume data.
• The chosen timeframe produces excessive market noise.
• A signal appears too close to an important external event or known gap-risk period.
No technical indicator can eliminate these market risks.
---------------------------------------
⏱️ Important Pivot Confirmation Behavior
The market-structure engine uses confirmed pivot highs and pivot lows.
A pivot cannot be confirmed until the required number of bars has formed to its right.
With a Major Swing Length of 8, for example, a major pivot requires eight subsequent bars before confirmation.
After confirmation, structural graphics can be anchored visually to the original pivot bar.
This means the historical chart can show a structural band beginning at the earlier pivot even though that pivot was not known to the indicator in real time until later.
This is an important distinction.
The structure graphics should therefore be interpreted as a confirmed historical map of market structure, NOT as proof that the swing was identifiable at the exact pivot candle.
Trade signals themselves are evaluated on confirmed bars using information available to the signal engine at that time.
---------------------------------------
🕒 Higher-Timeframe Timing
Higher-timeframe confirmation intentionally uses completed higher-timeframe information.
This reduces instability associated with using a still-forming HTF candle.
The tradeoff is confirmation delay.
For example, a strong movement can begin before the previous completed higher-timeframe candle has confirmed the same direction.
This indicator intentionally favors confirmation over immediate reaction.
---------------------------------------
🔬 What Makes This Indicator Different
The intention behind Adaptive Market Intelligence Engine is not to combine unrelated indicators simply to produce more signals.
Each component has a defined analytical role:
EMA structure → trend
HTF → broader directional context
Market structure → price-action direction
RSI / MACD → momentum
VWAP / mean → location
Volume → participation
ADX / DMI → directional trend quality
ATR → volatility normalization
Bandwidth → compression / regime
State machine → signal frequency control
The final result is therefore based on agreement between multiple categories of market evidence rather than repeated confirmation from several indicators measuring essentially the same thing.
Another important design choice is that structural information and trade signals are separated.
BOS, CHOCH, gradient structure bands, retests, support/resistance information, and dashboard states can continue updating without generating repeated BUY or SELL labels.
---------------------------------------
🛡️ Risk Notice
This indicator is intended for technical analysis and educational use.
BUY and SELL labels represent conditions produced by the indicator's internal rules. They are not guarantees of future price movement and should not be interpreted as personalized investment advice.
Markets involve risk, and technical conditions can fail.
Users should independently evaluate price structure, liquidity, volatility, position sizing, stop placement, trading costs, and event risk before making any trading decision.
Past chart behavior does not guarantee future results.
Indikator

Indikator

Trade Coach-JournalEvery trader knows they should journal. Almost nobody does it, and the ones who do
mostly end up with a spreadsheet of numbers they never open again.
The problem isn't discipline. It's that a journal tells you what happened last month,
and the moment you actually need it is right now — with your finger over the button,
about to take a trade at 2pm on a Thursday after two losses, which is exactly the
combination that has cost you money forty times before.
This puts your journal on the chart and reduces it to a verdict that changes as your
day does. At 9:50am it might say:
GOOD WINDOW
this is when you trade best
By 2:15pm, after a loss, the same panel says:
STOP · DONE TODAY
weak window and you're coming off a loss
Nothing in between those two moments came from the market. It came from you, forty
trades ago, doing the same thing.
THE PART THAT ACTUALLY CHANGES THINGS
Timing patterns are useful. Knowing your afternoons win 30% is worth something. But
you can't decide to make afternoons behave differently.
You can decide to stop chasing.
So every trade can carry tags — words you invent, starting with #. Log a trade you
chased as:
8/17 13:35 S 29140 14:10 29168.75 #fomo
Do that twenty times and the panel stops talking about the clock:
TOP FIX
#fomo trades win 18% (n=22)
→ stop taking #fomo entries
That's a different kind of sentence than "your Tuesdays are weak." It names a habit,
it's yours, and you can change it tomorrow morning. Tag findings outrank timing
findings in the panel for exactly that reason.
Use whatever vocabulary fits how you actually trade — #plan, #revenge, #late, #news,
#tired, #a+. The only requirement is honesty. Putting #plan on a trade you chased
makes the whole thing useless, and nobody sees this but you.
LOGGING A TRADE
One line, in the settings:
8/17 9:45 L 29048 10:15 29096.5 #plan
August 17th, 9:45am, long from 29048, out at 10:15 at 29096.50, planned setup.
The parser tries hard not to make you think about formatting. These four lines are
the same trade:
8/17 9:45 L 29048 10:15 29096.5
8/17, 9:45, L, 29048, 10:15, 29096.5
08-17 0945 LONG 29048 1015 29096.5
2026-08-17 09:45 buy 29048 10:15 29096.5
Dates take 8/17, 08-17, 2026-08-17, 0817 or 20260817. Times take 9:45, 09:45 or 0945.
Side takes L/S, LONG/SHORT or BUY/SELL in any case. Spaces and commas both work. The
year is set once in settings so you're not retyping it. Exit time is optional — leave
it out and you keep every statistic, you just lose the line drawn on the chart. An
exit time earlier than the entry is read as an overnight hold.
Times should match the clock on your chart's time axis.
WHAT YOU SEE
Under the verdict, the panel is deliberately short:
now: pm ▰▰▰▱▱▱▱▱▱▱ 30% n=20
form ●●○○●○○○●○
equity █▇▆▄▅▃▂▁
today 3 trades · -2.1R
Four lines, and the third one is the one that hurts. Your form dots can look fine
while the equity sparkline slides down the page — that's the shape of winning often
and losing big, and it's the most common way a trader who looks profitable isn't.
The footer says the same thing in numbers:
40 trades · 67% win · -0.12R avg
A green win rate sitting next to a red R average is worth more than any entry signal
you'll read this year.
Every statistic carries its sample count, and rows stay grey until they've earned an
opinion. A grey row means the script doesn't know yet — more honest than a confident
percentage built on six trades.
Turn on "show full detail" for the full breakdown: morning against afternoon, long
against short, after-loss, average winner against average loser, worst losing streak,
and every tag ranked by how often you use it.
On the chart itself each trade draws where it happened — a triangle at the entry, a
line to the exit, the R result labeled, tags in the tooltip.
ALERTS
The panel only helps if you're looking at it, and the moments you most need it are
the moments you're not.
Entering a weak window
Daily stop hit
STOP for today
Set them once. Then the coach speaks first, and you don't have to remember to ask.
ON THE NEURAL NETWORK IN GROUP 4
There's a small neural network in the advanced settings that trains on your logged
trades and estimates whether a trade taken under current conditions would win. Most
of the time it says this:
verdict not significant
vs control 58% vs 62%
That second line is the whole reason to trust it. Alongside the real network, the
script trains an identical one on deliberately shuffled labels — a model that cannot
possibly know anything. If the real network can't clearly beat that, its opinion is
suppressed and the panel says so.
A network with this many parameters needs several hundred trades before it can
separate a pattern from a coincidence. It will probably read "not significant" for a
long time, and that's the safeguard working rather than the tool failing.
Nothing in the verdict, TOP FIX, or the pattern tables involves the model. That's all
plain counting, which is why it becomes usable around 20 trades and trustworthy around
40 — while the network is still deciding whether it knows anything at all.
IF SOMETHING LOOKS WRONG
The panel tells you which of three things went wrong rather than making you guess:
⚠ 3 lines unreadable (line 12)
Line 12 didn't parse. Usually a missing price, a typo in the date, or a side it
didn't recognize.
⚠ 8 trades off-chart — check timezone
The timestamps don't land on a loaded bar. Either scroll left for more history, or
your times aren't in the exchange's timezone.
⚠ 5 trades too early on this chart
The script needs 220 bars of warmup before it can read market context. Load more
history or move to a higher timeframe.
If it reads "0 of 40," everything was rejected or fell outside the chart. Work
through those three in order.
This is a review tool. It reports patterns in trades you've already taken, generates
no entry signals, and makes no claim about future results. What it shows you is your
own history. Indikator

Divergence Confirmation Oscillator [Pineify]Divergence Confirmation Oscillator
Overview
This RSI divergence indicator starts from one timing fact: a pivot is knowable only after its right-side bars close. It scores regular and hidden events, showing both the formation location and the later confirmation time.
Problem Definition
A divergence line drawn back to a pivot can look actionable there, although several bars were still required to confirm it. Binary markers also give equal weight to shallow disagreements and well-separated price/RSI moves. The failures are timing ambiguity and absent evidence quality. This script exposes the delay and ranks completed events; it does not assume divergence predicts reversal.
Design Rationale
Price pivots are the anchors, with RSI sampled on those exact bars. A solid diagonal shows formation; a dotted track from the second pivot to the confirmation bar shows knowledge time. Quality combines spacing, ATR-normalized price movement, RSI movement, threshold context, and RSI departure by confirmation. ATR avoids raw-point scale dependence. Unconfirmed turns would appear earlier, but would break the timing invariant. The chosen tradeoff is delay and selectivity for auditable events.
Key Features
Confirmed regular/hidden bullish and bearish divergence.
Adjustable 0–100 quality gate.
Pivot bridge plus confirmation wait track.
Bounded follow-through, invalidation, or expiry state.
Four close-confirmed alerts and optional dashboard.
How It Works
RSI uses closes. Price highs/lows become pivots only after the configured bars on both sides; processing occurs when the right-side bar closes.
Regular bullish means lower price low and higher RSI; hidden bullish means higher price low and lower RSI. Bearish definitions are symmetric at highs.
Only consecutive confirmed pivots inside the separation range interact. Each new pivot becomes the next reference even if no event passes.
The score weights spacing 25%, ATR-normalized price displacement 25%, RSI displacement 25%, threshold context 15%, and departure from the second pivot 10%. Price ATR and RSI delta inputs define full component scores.
Passing events receive a solid bridge, a dotted pivot-to-confirmation track, and a REG/HID label with Q at confirmation. Nearby labels rotate through three vertical lanes.
After confirmation, the watch records favorable ATR movement or RSI midpoint reclaim as follow-through, a buffered close beyond the pivot as invalidation, or the time limit as expiry. Circles and crosses mark these later outcomes without duplicate edge text; they are not alert signals.
Warm-up requires valid RSI, ATR, and pivot history; invalid spacing suppresses events.
How Multiple Indicators Work Together
Price pivots supply auditable anchors; RSI measures momentum there; ATR normalizes price distance; the score ranks the completed disagreement; and the lifecycle observes only later evidence. Removing any part changes the result: without pivots timing is undefined, without RSI divergence disappears, without ATR price scale leaks into quality, and without the wait track confirmation delay is hidden. This is one causal chain, not an unrelated mashup.
Trading Ideas and Insights
Regular events show price extending while RSI disagrees; hidden events show price holding structure while RSI pulls back. Compare the confirmation bar, Q, and lifecycle before forming a thesis. Repeated invalidation suggests retuning the pivot scale. The indicator supplies no entry, stop, size, or expected return.
Unique Aspects
Confirmation geometry is the structural contribution. The diagonal shows where the relationship formed; the dotted track and label show when it became knowable. Five score components rank evidence without altering RSI, and the bounded lifecycle keeps later behavior separate. A historical bridge is therefore created at confirmation, not proof of availability at the pivot.
How to Use
Start with defaults. Cyan/green lower labels show bullish confirmations; orange/red upper labels show bearish ones. Nearby labels rotate through three lanes. Follow the dotted track to confirmation and read Q. Triangles mark events; circles/crosses mark later outcomes named in the dashboard. Use the four close-confirmed alerts.
Customization
Short pivot sides reduce delay but admit noise; long sides select broader swings and confirm later. Separation limits choose pivots. Price ATR, RSI delta, quality, and context calibrate scoring. Follow distance, buffer, and window control lifecycle. Label spacing sets the clustering window. Visual layers and retained events are switchable.
Assumptions and Limitations
Confirmed does not mean correct or profitable. Pivots lag, and historical bridges are drawn only at confirmation. Events and lifecycle changes require a closed bar. ATR is scale, not probability. Consecutive-pivot logic can miss a relationship that skips an intermediate pivot. Trends may invalidate regular divergence; ranges may create many pivots; gaps, thin trading, parameters, and synthetic chart prices can distort results. The script uses chart OHLC only, requests no external or lower-timeframe data, infers no order flow, and performs no execution backtest.
Conclusion
The oscillator makes RSI divergence auditable through confirmed anchors, scale-aware quality, explicit knowledge time, and bounded follow-up. It exposes delay and evidence while preserving uncertainty.
Indikator

Indikator

TRMSF (Trend / Range Market-State Filter) v1.0The Trend / Range Market-State Filter is a TradingView Pine Script indicator designed to label XAUUSD and BTCUSD market conditions as BULLISH, BEARISH, or SIDEWAY. It gives your webhook system a market-state rule that decides whether BUY and SELL signals should be delivered to the Telegram group or paused.
The script combines two technical tools. First, it uses the Directional Movement Index (DMI). DMI provides the Average Directional Index (ADX), which measures trend strength, plus the positive and negative Directional Indicators (+DI and -DI), which indicate directional pressure. A BULLISH condition requires ADX to be above the trend threshold and +DI to be above -DI. A BEARISH condition requires ADX above the trend threshold and -DI above +DI. The default trend-strength threshold is ADX above 25.
Second, the script optionally uses the Choppiness Index (CHOP). CHOP does not determine bullish or bearish direction. Instead, it checks whether price action is relatively directional or ranging. Low CHOP readings support a trend, while high readings support a sideways market. With the default settings, CHOP below 38.2 confirms a directional trend and CHOP above 61.8 supports a SIDEWAY classification.
The script labels a market SIDEWAY when ADX is below 20 or CHOP is high. It intentionally keeps the last market state when readings fall in the middle zone, such as ADX between 20 and 25. This prevents frequent switching between states when the indicators hover near their thresholds.
A state change is confirmed only at the close of a candle. When the state changes, TradingView can send one of six exact webhook messages: BULLISH, BEARISH, or SIDEWAY for either XAUUSD or BTCUSD. BULLISH and BEARISH pause BUY/SELL messages for it; SIDEWAY re-enables them. XAUUSD and BTCUSD remain independent, so a BTCUSD pause does not affect XAUUSD signals. Indikator
