OPEN-SOURCE SCRIPT
已更新

Realtime Non-Repainting Entries

9 176
Name:
Realtime Non-Repainting Entries

Short title:
RT NP Entries

快照

Summary
Realtime Non-Repainting Entries is a focused entry-only market-structure tool built around a causal transform path and reversal-confirmation logic. It is designed to mark live entry opportunities and preserve confirmed historical entry markers without turning into a full trade-management engine. Its main purpose is to provide a cleaner, more structured entry framework than raw price alone while remaining simpler and more universal than a full operational system.

This script is intentionally narrower than a full transform engine. It does not include exits, split trade management, replay reconstruction, forecast candles, or the broader integrated state logic used in a larger operational engine. Instead, it concentrates on one problem only: producing realtime entry markers from a causal transform path while keeping closed-bar historical signals stable.

How it works
The script first builds a causal transform line from raw price using ATR-scaled adaptive movement. That transform is not meant to be a full hindsight best-fit reconstruction. It is a live-updating, causal path that tries to reduce some raw-price noise while staying responsive enough to expose directional shifts.

From there, the script tracks transform swing state. When transform direction changes, it arms a reversal candidate from the prior swing extreme. That candidate is then evaluated by a small set of confirmation rules, including:

  • minimum transform movement away from the pivot in ATR terms
  • optional close-beyond-pivot-close confirmation
  • optional transform-direction agreement
  • optional raw-trend agreement
  • and a cooldown to reduce immediate repeat signals


When those conditions are satisfied on a closed bar, the script prints a confirmed historical entry marker. While the current bar is still forming, it can also show a live candidate marker, which may update until the bar closes. That means the script is causal and historically non-repainting on closed bars, while still being allowed to update on the current live bar.

Important behavior note
This script is best understood as:

  • historically stable on closed bars
  • live-updating on the current bar


So “non-repainting” here means confirmed historical entry markers do not rewrite after bar close. It does not mean the current unfinished bar cannot update before confirmation.

Features
  • causal transform path
  • realtime regime/state coloring
  • armed reversal candidates
  • confirmed historical long and short entries
  • optional live candidate markers
  • minimum move-away filter
  • optional close-beyond-pivot-close filter
  • optional transform agreement filter
  • optional raw-trend agreement filter
  • cooldown filter
  • long and short alertconditions
  • compact status table

Strengths
  • cleaner entry framing than raw-price-only flips
  • easy to understand and visually inspect
  • useful as a standalone entry tool
  • historically stable confirmed markers on closed bars
  • live candidate visibility before confirmation
  • simpler and more universal than a full integrated engine
  • does not require trade-management complexity to be useful

Weaknesses
  • does not solve the false-pivot problem universally
  • entry quality will still vary by market and timeframe
  • no exits, no profit handling, no loss handling
  • no replay-based trade-state reconstruction
  • no full forecast/probability layer
  • some filters may still remove both good and bad signals
  • current-bar live candidates can update before bar close

Who it’s for
This script is best suited for:
  • traders who want a cleaner entry-only tool
  • users looking for realtime directional shift markers
  • traders who want historically stable confirmed entry markers
  • users who want a simpler transform-based script
  • users interested in market-structure style entries without a full operational engine

Who it’s not for
This script is not best suited for:
  • users wanting full trade management
  • users expecting exits and complete automation
  • users expecting universal high-accuracy winner/loser separation
  • users wanting a full replay/stat engine
  • users wanting a complete forecast system
  • users looking for a guaranteed low-false-signal solution

Known limitations
This script is better at:
  • structuring entries
  • cleaning up directional state
  • and showing stable historical entry markers

than it is at:
  • reliably separating all future winners from losers before entry

It should be viewed as an entry-focused structure tool, not as a complete predictive engine or full trade-management system.
Final note
Realtime Non-Repainting Entries is a focused, entry-only script built around realtime causal entry structure and historically stable confirmed entry markers. It is designed to be useful and clear without turning into a full operational engine. Its value is in structuring entries more cleanly than raw price alone, not in solving the entire trading problem.
發行說明
Switched from the older single-transform filtered entry model to a dual-transform structural path model that attempts to reduce false pivots, filter out more noise, and reduce entry delay. Simplified filters, improved pivot-state handling, and clarified inputs.
發行說明
Update Summary
Major rebuild of the entry-only tool

The script has been reworked to make entries more reliable, more stable on closed bars, and more selective against weak pivots that do not follow through, while trying to maintain similar delay and reduce delay where possible.

What changed
  • Rebuilt the entry-side structure around a stronger fast/confirm transform process
  • Improved pivot-confirm / entry-confirm handling
  • Added stronger filtering visibility through BUY FILTERED / SELL FILTERED behavior
  • Added follow-through measurement and recommendation logic
  • Expanded status/debug information to make the script easier to understand and evaluate
  • Improved live candidate and historical entry presentation
  • Kept the script focused on entry-only structure rather than turning it into a full trade-management engine


Important note
This update is intended to improve entry quality, stability, and false-pivot filtering, but it does not fully eliminate false pivots in every market or timeframe.

快照
發行說明
Rebuilt the public entry-only release to be more useful as a standalone tool. This version removes the older causal-approximation dependency from the public release, adds stronger structural agreement filtering, improves replay/readout behavior, and expands follow-through measurement so the script can better distinguish stronger vs weaker recent conditions. This update also attempts to improve entry filtering further while keeping the script non-repainting and standalone-usable.
發行說明
Rebuilt the script from the older fast/confirm entry-only structure into a stronger standalone maximum-path entries release.

Changes:
• Replaced the older fast/confirm transform agreement model with a maximum-path state model.
• Added replayed BUY / SELL labels using the maximum-path signal structure.
• Added optional path permanence / follow-through filtering.
• Added BUY FILTERED / SELL FILTERED label visibility for blocked events.
• Added adaptive follow-through multiplier controls.
• Added maximum-path candle / hidden-path reveal visualization.
• Added standalone trade lifecycle controls, including expansion/trend sizing, envelope exits, giveback logic, raw-profit gating, and adverse-transform loss-exit gating.
• Added 5-page status table: Summary, Trades, Signals, Path, Help.
• Added replay/stat performance controls for heavier charts.
• Removed duplicate alert toggles so BUY/SELL lifecycle alerts are cleaner.
• Cleaned unused variables, stale compatibility code, and outdated wording.
發行說明
  • Rebuilt the script around a retained non-repainting transform workflow.
  • Added a basic movement-efficiency retained source that uses retained-segment efficiency to shape the transform path.
  • Added fully realtime BUY-signal entries: the script attempts to enter as soon as the BUY signal first appears before bar close, after enabled filters pass.
  • Added failed intrabar entry handling if the BUY signal is no longer confirmed by bar close.
  • Replay/stat entries now use the signal-bar open as the BUY-side entry-fill estimate when realtime intrabar entries are enabled.
  • Replaced the stronger follow-through/permanence stack with a simpler live reference-path agreement confirmation layer.
  • Added Concept-Filtered Labels for pivots blocked by the simplified Regular filter.
  • Added/kept simplified lifecycle simulation with BUY/SELL labels, profit exits, realtime loss exits, alerts, and compact diagnostics.
  • Added a Risk status page and compact status-table layout.
  • Added replay performance controls for stats-only replay, max replay objects, and live replay limiting.
  • Updated comments/descriptions to clarify the Regular/PRO/full-engine architecture difference.
發行說明

  • Added Basic Loss Cap % for simplified realtime loss exits.
  • Realtime loss exits now require the envelope/loss area and the basic loss-cap condition.
  • Envelope contact no longer acts as a standalone profit-exit route.
  • If a realtime loss-exit event closes at a profitable price because of the actual entry fill, it can still count as a winning trade, but the exit reason remains a realtime/basic loss exit.
  • Updated loss-exit replay pricing so the exit uses raw open when the bar opens beyond the cap, otherwise the cap price.
  • Profit exits now remain on the normal profit/giveback/reversal path.
  • Kept realtime intrabar BUY entries, failed-by-close handling, live reference-path agreement, compact diagnostics, and simplified lifecycle behavior unchanged.
發行說明
  • Added a new BUY Valid-Time Confirmation Filter.
  • The filter applies to realtime intrabar BUY entries only.
  • The filter tracks the newest live BUY signal candidate.
  • It measures time spent in the valid BUY state vs. filtered/invalid state.
  • Default confirmation rule: valid time must be greater than invalid time.
  • Added optional Valid Ratio % mode.
  • Added new settings:
  • Use BUY Valid-Time Confirmation Filter
  • BUY Valid-Time Confirm Mode
  • BUY Valid-Time Min %
  • Added a new ValidTime status-table page.
  • ValidTime page shows valid minutes, invalid minutes, total minutes, valid %, pass/block state, and final outcome.
  • The filter is realtime-only and does not backfill old historical signals.
發行說明
Fixed an issue where failed intrabar confirmation alerts could trigger incorrectly after a realtime BUY had already passed valid-time confirmation and confirmed, by making the alert check the latched BUY candidate before firing.
發行說明
  • Added organized ATR-based label padding to improve label readability.
  • Added dynamic alert() support so one TradingView Any alert() function call alert can capture supported events.
  • Added optional SHORT entry reference-agreement filtering.
  • Updated SHORT entries to use confirmed SELL/bar-close conditions instead of intrabar first-appearance entries.
  • Added realtime BUY lifecycle status directly on the BUY OPEN label.
  • Realtime BUY lifecycle labels can show PROVISIONAL, ✓ CONFIRMED, or × FAILED.
  • Realtime status is tied to the same entry/failure conditions used for alerts and position lifecycle changes.
  • Realtime status is not applied to historical chart-load labels, PEAK/TROUGH candidate labels, or filtered labels.
發行說明
Realtime Non-Repainting Entries — Update Notes
  • Added realtime BUY valid-time confirmation for intrabar BUY entries.
  • Added a ValidTime status page to monitor live valid/filtered time.
  • Added realtime signal status text on lifecycle labels.
  • BUY lifecycle labels can now show PROVISIONAL, ✓ CONFIRMED, or × FAILED.
  • Added organized ATR-based label padding to improve label readability.
  • Added dynamic alert() support so one TradingView “Any alert() function call” alert can receive supported events.
  • Improved BUY alert handling so alerts use the newest eligible realtime BUY signal instead of relying only on the current bar.
  • Improved SELL/exit alert handling so alerts use the executable SELL/exit signal state.
  • Added alert de-duplication so the same live BUY or SELL signal does not repeatedly fire alerts.
  • Added optional SHORT entry reference-agreement filtering.
  • Updated SHORT entries to use confirmed SELL/bar-close conditions instead of intrabar first-appearance entries.
  • Added a required next-bar exit rule so opposite-side exits cannot occur on the same bar as the position entry.
  • Historical chart-load labels remain separate from realtime lifecycle status.
發行說明
Realtime Non-Repainting Entries — Update Notes
  • Added header documentation explaining separation between the standalone Regular/PRO releases and the complete experimental engine.

發行說明
  • Added a new realtime-only BUY candle imbalance trigger filter.
  • Added the new “Use Realtime BUY Candle Imbalance Trigger Filter” toggle.
  • The script now latches the raw realtime close when a BUY candidate first passes the original BUY filters.
  • The imbalance filter compares the candle range above and below the latched trigger price.
  • The imbalance filter passes only when the candle amount above the trigger is greater than or equal to the amount below the trigger.
  • Valid-time confirmation now requires the original BUY filters plus the new imbalance filter.
  • Invalid time can still accumulate before the original BUY filters pass.
  • Invalid time also accumulates when the original BUY filters pass but the imbalance filter fails.
  • Valid time only accumulates when both the original BUY filters and imbalance filter pass.
  • Added imbalance status and trigger/above/below values to the ValidTime status page.
  • Fixed failed intrabar confirmation so it checks whether the same latched realtime BUY is permanently established by confirmed bar close.
發行說明
  • Replaced the old BUY Valid-Time Confirmation Filter with the new Attempt Best Signal-Bar Price Entry toggle.
  • Removed the realtime BUY candle imbalance filter from the standalone entry gate.
  • Added BUY Reclaim Elapsed Minutes and BUY Base Reclaim Survival Minutes
  • The new best-entry mode marks the level where BUY first becomes valid and requires price to remain above that valid/reclaim level without flicker before entry.
  • If price triggers a new intrabar low after entry, the long can be exited and the script switches into reclaim mode.
  • In reclaim mode, the low-trigger level becomes the reclaim level, and price must reclaim/survive above that level before a new long entry is allowed.
  • The old valid-time status page was repurposed to show best-entry status: valid level, reclaim level, low trigger, required time, survived time, buying pressure, selling pressure, entry gate, outcome, and fail-exit status.
  • Regular standalone keeps its simpler live reference-path agreement layer.
  • PRO standalone keeps its stronger retained-source/path-review diagnostics.
發行說明
  • Fixed the status table initialization so the standalone no longer falsely shows BLOCK before an active best-entry candidate exists.
  • The status table now initializes the required reclaim time from the base reclaim setting
發行說明
  • Improved the best signal-bar price entry toggle so BUY attempts can continue correctly after a signal first becomes valid.
  • Fixed an issue where a BUY could briefly pass the best-entry/reclaim check, appear on the chart, then disappear again on the unfinished realtime bar.
  • Improved intrabar BUY persistence: once the best-entry process successfully passes, the BUY state can remain active during the unfinished bar instead of being erased by temporary filter flicker.
  • Improved reclaim tracking so the script tracks the active valid/reclaim level from the moment the signal becomes valid, instead of letting earlier pre-valid bar lows interfere with the attempt.
  • Improved new-low handling during best-entry attempts. If price makes a new low after the valid/reclaim process begins, the script can reset into the reclaim process instead of incorrectly treating the previous pass as final.
  • Improved failed-confirm behavior: an intrabar BUY can remain active while the bar is unfinished, then only fails if the signal is not valid at confirmed bar close.
  • The update applies to both the Regular and PRO standalone scripts.
發行說明
  • Improved the Attempt Best Signal-Bar Price Entry toggle for realtime BUY entries.
  • Fixed best-entry state handling so an already confirmed open BUY is not mistaken for a lost unfinished-bar candidate.
  • Improved reclaim-level tracking so a downside move first establishes a pending low trigger, then only creates the reclaim level after the elapsed confirmation window completes.
  • The reclaim level now uses the first downside trigger price, while the final low is tracked separately as the established low.
  • Improved survival-time behavior after reclaim: survival time starts only after an established valid/reclaim level exists and price is fully above that level.
  • If price drops back to or below the reclaim level before passing survival, survival resets instead of incorrectly treating the move as a new reclaim sequence.
  • A new reclaim sequence only starts after price makes a true new low below the established low.
  • Once survival passes, the successful intrabar BUY state can persist until a true new-low failure, candidate/lifecycle failure, or confirmed bar-close finalization.
  • Improved best-entry reclaim-failed alerts so they only apply to an active unfinished-bar intrabar BUY entry.
  • Applied the same best-entry lifecycle corrections to both the Regular and PRO standalone scripts.
發行說明
  • Added new execution-realism filter: Require Signal-Bar Open Validity For Entries.
  • BUY entries now require the active BUY candidate to already exist and pass enabled BUY entry filters at the signal-bar open.
  • SHORT entries now require the active SHORT candidate to already exist and pass enabled SHORT entry-permission filters at the signal-bar open.
  • Entry candidates that open nonexistent or filtered are permanently blocked from opening a new position on that same bar, even if they become valid later in the bar.
  • SELL exits and long-position exits are not blocked by this rule, so risk-control exits can still trigger normally.
  • Best-signal-bar BUY pricing remains preserved on eligible BUY bars when Attempt Best Signal-Bar Price Entry is enabled.
  • Replay and realtime entry eligibility now use the same open-valid rule.
  • This improves execution realism for both long and short entries by removing same-bar filtered-to-valid entries that may not be reliably tradable in realtime.
  • The filter may remove more false entry signals while keeping entry timing aligned with signals that were already valid from the signal-bar open.
發行說明
  • Fixed best-entry BUY state so same-bar best-entry tracking is not cleared too early.
  • Fixed pending and direct BUY handling to keep active best-entry tracking consistent.
  • Fixed same-bar best-entry re-entry alerts after an intrabar best-entry exit.
  • Removed two unused best-entry waiting variables.
發行說明
  • Fixed standalone current valid BUY handling so a BUY signal that is valid immediately on a later live bar can be treated as the active open-valid BUY candidate for that bar.
  • This allows best-entry tracking to start correctly when the same retained signal becomes valid at the live bar open after being previously nonexistent or filtered.
發行說明
  • Fixed standalone Regular/PRO BUY open/start validity handling.
  • BUY candidates now retain the correct first valid/open lifecycle state through the realtime bar, so execution, alerts, existing labels, and ValidTime/status behavior stay aligned.
  • When Signal-Bar Open Validity is enabled, a BUY signal that is filtered or nonexistent at the live bar start remains blocked from BUY entry on that bar.
  • A BUY signal that becomes valid on a later bar can still become eligible normally when it is valid at that later bar’s start.
  • When a BUY signal is valid at the live bar start, the standalone script now remembers that valid state through the intrabar lifecycle so best-entry tracking can continue correctly until bar close.
  • In legacy/open-validity-off behavior, a filtered or nonexistent BUY signal can still become valid later, but once its first valid appearance occurs, the lifecycle remembers that valid state through bar close.
  • Existing filtered labels now keep the correct normal filter reason instead of incorrectly switching to BEST-ENTRY.
  • Existing ValidTime/status stats now follow the same remembered lifecycle state as the executable BUY gate.
  • Removed the incorrect direct BUY fallback that could allow a blocked state to be treated as a valid entry pass.
  • No new labels, no new inputs, no performance-control changes, no exit changes, no best-entry timing changes, no reclaim/survival changes, and no unrelated signal logic changes were made.
發行說明
  • Fixed standalone realtime BUY alert lifecycle handling.
  • Corrected stale BUY best-entry state handling across completed BUY lifecycle exits.
  • After a confirmed BUY trade is closed by a normal profit exit, confirmed loss exit, opposite-pivot exit, or failed-confirm event, the old BUY signal’s live best-entry state is cleared only after that lifecycle is actually booked.
  • This prevents later BUY alerts from incorrectly reusing a previous signal-bar low or previous best-entry reference after that BUY lifecycle has truly completed, exited, or failed confirmation.
  • Later BUY alerts now require the current active BUY candidate/signal flow instead of leftover state from an older completed or failed BUY lifecycle.

發行說明
  • A BUY lifecycle that has already been bar-close confirmed and used for entry can no longer be reused later as a new position-opening event.
  • This prevents stale confirmed BUY state from creating another BUY alert after the original position lifecycle is already active.
  • Once a BUY signal is confirmed and the position is opened, the script now continues managing that existing position until exit instead of treating the same past BUY state as a new entry.
  • Realtime BUY alerts now separate the executable entry lifecycle from the internal valid-time candidate/review state.
  • The actual executable BUY entry bar is used for the realtime BUY alert key, while internal valid-time tracking remains separate.
發行說明
  • Fixed realtime BUY lifecycle handling
  • BUY entries use the actual executable entry bar and price for alerts, labels, trade tracking, and stats.
  • Internal valid-time candidate/review tracking remains separate from the executable BUY entry state.
  • A BUY lifecycle that has already been bar-close confirmed and used for entry can no longer be reused later as a new normal position-opening event
.
發行說明
  • Fixed intrabar best-entry lifecycle alert handling.
  • When a best-entry BUY opens intrabar, a later established new-low / reclaim-failure event can now trigger the correct realtime loss-exit alert.
  • Reclaim-failure alerts are no longer blocked by a still-active BUY trigger from the same intrabar lifecycle.
  • BUY alerts are now prevented from masking a reclaim-failed exit event on the same live lifecycle.
  • After a reclaim-failure exit, a later valid reclaim/survival pass can still trigger a new BUY alert for the reopen.
  • This preserves the intended intrabar sequence: best-entry BUY open → reclaim/new-low failure exit → reclaim survival reopen.
發行說明
  • Fixed finalized intrabar lifecycle reuse.
  • Once a realtime BUY signal finalizes at bar close, that same signal can no longer restart intrabar-only lifecycle logic on later bars.
  • Finalized signals are now blocked from restarting best-entry validation after the original signal bar is complete.
  • Finalized signals are now blocked from restarting reclaim-survival BUY alerts after the original signal bar is complete.
  • Finalized signals are now blocked from restarting the best-entry reclaim-failure exit path after the original signal bar is complete.
  • Finalized signals are now blocked from restarting failed-confirm lifecycle handling after the signal has already closed.
  • Intrabar lifecycle actions now stay tied to the current live signal only, instead of being reused by stale finalized signal keys.
  • This improves realtime alert consistency and prevents duplicate or delayed intrabar lifecycle actions from old finalized signals.
發行說明
  • Fixed finalized intrabar lifecycle reuse.
  • Reworked the finalized BUY lifecycle guard so it tracks the latest confirmed BUY lifecycle key instead of using an ever-growing historical key list.
  • Once a realtime BUY signal finalizes as a confirmed BUY at bar close, that same signal can no longer restart intrabar-only lifecycle logic on later bars.
  • Fixed cases where the previous finalized-lifecycle guard could still allow stale confirmed BUY signal reuse after recalculation or on later realtime bars.
  • Finalized BUY signals are blocked from restarting best-entry validation after the signal has already confirmed.
  • Finalized BUY signals are blocked from restarting reclaim-survival BUY handling after the signal has already confirmed.
  • Finalized BUY signals are blocked from restarting the best-entry reclaim-failure exit path after the signal has already confirmed.
  • Finalized BUY signals are blocked from restarting intrabar failed-confirm lifecycle handling after the signal has already confirmed.
  • Open-invalid or filtered entry states remain bar-specific and do not permanently block a still-unconfirmed signal.
  • If a still-unconfirmed signal becomes valid on a later bar under that bar’s own valid/open-valid state, it can continue normally without reusing stale intrabar lifecycle state.
  • This improves realtime alert consistency while keeping the finalized-lifecycle guard performance optimized.
發行說明
  • Fixed standalone open-validity replay mismatch.
  • BUY open-validity now uses a bar-open snapshot of the enabled entry filters instead of the later/current completed-bar filter state.
  • This prevents a signal from being blocked in realtime but appearing confirmed earlier after the script is reloaded.
  • Best-entry/reclaim validation remains separate and still runs only after the bar is eligible.
  • Open-invalid entry states remain bar-specific and do not permanently block a still-unconfirmed signal on later bars.
發行說明
  • Fixed standalone realtime/chart-load signal-location mismatch.
  • When Signal-Bar Open Validity is enabled, a BUY signal can only confirm on chart load if that same signal was eligible at the signal bar open.
  • This prevents a BUY signal from being blocked in realtime but appearing as an earlier confirmed BUY after the script is reloaded.
  • Fixed cases where the standalone replay path could use later completed-bar filter state instead of the signal-bar open-validity state.
  • Fixed the standalone direct BUY chart-load path so it can no longer bypass Signal-Bar Open Validity when that option is enabled.
  • When Signal-Bar Open Validity is disabled, direct BUY confirmation continues to use the normal completed/current-bar confirmation behavior.
  • Operational signal labels now align with the bar where the entry or exit action actually confirms/fires.
  • BUY OPEN and SHORT OPEN lifecycle labels are placed on the bar where the entry gate passes, not on an earlier structural pivot bar.
  • LONG EXIT, SHORT EXIT, realtime loss-exit, and best-entry reclaim-failure lifecycle labels remain placed on the bar where the exit condition fires.
  • Alert-driving signal state now follows the same action-bar location used by the lifecycle labels.
  • Structural TROUGH/PEAK markers remain controlled by the pivot-display setting and are separate from operational entry/exit lifecycle labels.
  • Fixed realtime best-entry lifecycle persistence.
  • Once a BUY signal becomes valid during the unfinished realtime bar and starts the best-entry/reclaim lifecycle, the script now preserves that lifecycle state until bar-close finalization.
  • Temporary intrabar signal disappearance, filter flicker, or “does not exist” state no longer erases the active best-entry attempt after the valid/reclaim level has already been created.
  • The script now keeps the active best-entry key, valid level, reclaim level, candidate low/high, survival timing, and related lifecycle state until the signal finalizes at bar close.
  • Bar close remains the final decision point: the signal finalizes as confirmed, filtered/failed, or no longer valid, and best-entry stops after finalization.
  • Best-entry/reclaim validation remains separate from the signal-bar open-validity gate.
  • Open-invalid entry states remain bar-specific and do not permanently block a still-unconfirmed signal on later bars.
  • Confirmed BUY lifecycle blocking remains separate: once a BUY signal finalizes as confirmed, that same confirmed signal key cannot restart intrabar-only lifecycle logic on later bars.
  • No routing, quantity management, external execution, suitability, or deployment modules were added.
  • This improves realtime/reload consistency, keeps operational entry/exit labels at the correct action bars, and prevents the script from forgetting an already-started best-entry lifecycle before bar close.
發行說明
Regular Release Notes
  • Simplified the Regular Attempt Best Signal-Bar Price Entry mode into a survival-time-only BUY entry method.
  • Replaced the separate BUY reclaim timing inputs with one Regular setting: BUY Survival Minutes.
  • Removed the visible BUY Reclaim Elapsed Minutes input from Regular settings.
  • Kept an internal compatibility alias so the shared best-entry function call remains stable.
  • Updated Regular replay/backtest BUY entry pricing to use a survival-time OHLC-path estimate instead of the signal-bar low best entry price approximation.
  • Added code comments explaining how the OHLC-path replay estimate calculates the estimated BUY entry price.
  • Updated the Regular best-entry tooltip to describe the survival-only method.
  • Updated Signal-Bar Open Validity wording so it references the Regular survival-time BUY price estimate.
  • Updated the ValidTime page for the Regular survival-only method.
  • Renamed Valid level to Survival start.
  • Kept Required, Survived, Buying pressure, Entry gate, Outcome, and History as active Regular status rows.
  • Marked Reclaim level, Low trigger, Selling pressure, and Fail exit now as PRO method rows because those belong to the full reclaim/new-low/reopen lifecycle.
  • Kept realtime BUY lifecycle status, alerts, and failed-confirm handling aligned with the existing alert and lifecycle conditions.
  • No changes were made to exits, SELL alerts, SHORT logic, retained path logic, filters, label padding, or historical/realtime label separation.
發行說明
Release Notes
  • Fixed a duplicate BUY alert issue in both Regular and PRO standalone scripts.
  • When Attempt Best Signal-Bar Price Entry is enabled, an intrabar BUY alert can now finalize at bar close without firing a second BUY alert for the same already-open lifecycle.
  • Added a targeted same-bar intrabar BUY latch check before allowing the confirmed bar-close BUY alert path.
  • If the intrabar BUY is still open when the signal finalizes confirmed, the bar-close confirmation no longer triggers another BUY alert.
  • Preserved SELL alerts, realtime loss-exit alerts, labels, exits, retained path logic, filters, status tables, and input settings.
  • Applied the same duplicate finalized BUY alert fix to both Regular and PRO standalone scripts.
發行說明
  • Fixed a realtime duplicate BUY alert issue that could occur when using `alert.freq_all`.
  • Added BUY-open transition memory so the script records when a specific BUY lifecycle/open transition has already fired.
  • BUY alerts now require a new lifecycle transition, not only a true alert condition.
  • Repeated false-to-true flicker of the same BUY-open state no longer creates repeated BUY alerts for the same transition.

發行說明
Release Notes
  • Reverted the experimental BUY transition-ledger change from the prior standalone update.
  • Restored the previous Regular BUY alert lifecycle behavior after testing showed the added ledger could create unintended bar-close BUY behavior.
  • Removed the added BUY-open transition memory variables and the extra transition-repeat gate.
  • Restored the prior BUY alert gate structure using the existing realtime lifecycle, valid-time, intrabar-confirm, and failed-confirm controls.
  • Preserved Regular survival-only best-entry behavior.
  • Preserved SELL alerts, realtime loss-exit alerts, labels, exits, retained path logic, filters, status table behavior, inputs, and existing comments.
發行說明
Release Notes
  • Updated the Regular best-entry attempt behavior.
  • Regular still uses the simplified survival-only best-entry method and does not use the full PRO reclaim/new-low/reopen lifecycle.
  • If a BUY candidate becomes valid but turns filtered before entry, the survived valid time is now carried forward into the next required survival burden.
  • This makes failed valid-survival attempts increase the next survival requirement instead of simply resetting without penalty.
  • After a survival entry succeeds, the survival burden resets back to the base requirement.
  • Replay pricing remains based on the Regular OHLC-path survival-time price estimate.
  • Preserved the signal-bar open-validity rule for entries.
  • Preserved Regular labels, alerts, SELL/exit behavior, realtime loss exits, retained path logic, filters, status table behavior, and simplified single-position lifecycle.
發行說明
Regular Update Notes
  • Added a new Standalone Entry Execution Mode setting.
  • Added Confirmed Candidate Close mode.
  • Added Candidate-Bar Close mode.
  • Candidate-Bar Close now uses the PEAK?/TROUGH? candidate as the entry source while executing on the decision-bar close.
  • Reworked the previous best-entry feature into Experimental Candidate Reclaim Entry.
  • Experimental Candidate Reclaim Entry is now OFF by default.
  • Updated the reclaim-entry wording to clarify that it is experimental and does not assume exact signal-low execution.
  • Standard entry modes no longer depend on exact signal low/high fills.
  • Standard entry modes no longer depend on open-valid reclaim-entry assumptions.
  • Updated lifecycle execution so BUY/SHORT OPEN labels are not backplotted onto earlier candidate bars.
  • Updated realtime lifecycle labels so standard BUY/SHORT OPEN labels are confirmed instead of remaining provisional.
  • Improved replay/live alignment for standalone candidate-sourced entries.
  • Improved profit-exit handling when Require Raw Price Profit For Profit Exit is enabled.
  • Opposite-pivot exits now require actual raw trade profit when the profit requirement is enabled.
  • If an opposite pivot appears before the trade is profitable, the position stays open unless the normal loss-exit condition is reached.
  • Updated status-table entries to show the active standalone entry mode.
  • Updated top-of-file architecture notes to describe the new candidate-sourced standalone execution model.
發行說明
Added optional Candidate Movement Potential Filter.
  • The new filter is entry-only and does not block profit exits, loss exits, or normal opposite-pivot exits.
  • Regular uses a simplified ATR-based target distance for candidate remaining movement potential.
  • BUY and SHORT candidates are tracked separately so each side has its own target move, elapsed move, and remaining potential score.
  • Added same-side minimum and opposite-side maximum potential thresholds.
  • Added MOVE POT filtered label reason when the movement-potential gate blocks an entry.
  • Added a Potential status-table page showing BUY/SHORT target %, elapsed %, remaining potential %, and gate status.
  • Updated script documentation comments to describe the new simplified movement-potential entry filter.
發行說明
Update Notes
  • Updated the optional movement-potential entry filter in Regular and PRO standalone scripts.
  • Movement-potential target percent now updates from the current ATR-based endpoint each replay bar instead of remaining fixed from the original candidate bar.
  • The candidate/reference close remains fixed as the anchor, while the ATR endpoint updates with current price movement.

Added a movement-potential gate mode option:
  • Thresholds: preserves the original same-side minimum and opposite-side maximum threshold behavior.
  • Same > Opposite: requires only same-side remaining potential to be greater than opposite-side potential.
  • Same > Opposite + Thresholds: requires both same-side greater-than-opposite and the selected same-side/opposite thresholds.
  • The movement-potential filter remains entry-only.
  • Exits, alerts, labels, reference agreement, path review, reclaim logic, and standard entry modes are unchanged.
發行說明
  • Replaced the previous ATR/remaining-potential movement filter with a new close-change movement potential filter.
  • The new movement potential filter evaluates the current candidate leg using close-to-close movement compared with raw movement opportunity.
  • BUY and SHORT entries can optionally require same-side close-change movement potential to pass before entry.
  • The movement potential filter remains entry-only and does not block exits.
  • Regular version includes a simplified close-change movement potential filter with compact Potential status output.
  • PRO version includes retained close-change movement potential filtering with added conversion-quality visibility on the Potential status page.
  • Removed the old ATR target, swing target, elapsed movement, and remaining-potential status rows from the movement filter.
發行說明
Regular Update Notes
  • Replaced the previous close-change movement potential implementation with a simplified standalone close-change strength filter.
  • The movement filter remains entry-only and does not block exits.
  • Added optional filtered-candidate memory for the standalone close-change movement filter.
  • When enabled, a candidate blocked by the standalone movement filter can remain available and confirm on a later replay bar after the standalone filters pass.
  • The Potential status page now reflects the simplified standalone movement-strength model.
  • Preserved the Regular standalone scope: retained path, live reference agreement, candidate-first entries, simplified exits, lifecycle labels, alerts, and compact diagnostics.
發行說明
  • Added a simplified captured reference path based on close-to-close captured segments.
  • Added Reference Path Minimum Captured Segment % to control the captured-reference construction scale.
  • Updated live reference agreement to use the captured reference path for BUY entries.
  • Updated optional SHORT reference agreement to use bearish captured-reference alignment.
  • Added reference-filtered candidate memory so blocked candidates can remain available until captured-reference agreement passes.
  • Replaced close-change movement-potential filtering with captured-reference agreement.
  • Removed close-change movement-potential inputs, thresholds, gate modes, and filtered-memory controls.
  • Updated reference path display labels/tooltips to use captured-reference wording.
  • Removed the Potential and ValidTime status pages from the status table menu.
  • Cleaned up unused retained movement-efficiency inputs and unused replay/reference array plumbing.
發行說明
  • Corrected the replay executable path source so replay no longer rebuilds the executable signal path from a raw close window inside barstate.islast.
  • Replay now consumes the already-computed causal smooth transform/reference series, reducing chart-load and replay-start dependency.
  • Fixed replay path direction behavior so the replay path no longer flips from raw positive/negative close-to-close movement.
  • Updated revealed reference drawing to follow actual bar-to-bar reference path values.
  • Fixed realtime BUY OPEN lifecycle status so unfinished realtime bars no longer automatically display ✓ CONFIRMED when Experimental Candidate Reclaim Entry is disabled.
  • BUY OPEN lifecycle labels now remain PROVISIONAL on an unfinished realtime bar unless the best-entry lifecycle has actually confirmed.
  • When Experimental Candidate Reclaim Entry is disabled, BUY OPEN lifecycle labels now change to ✓ CONFIRMED only after the bar is confirmed closed.
發行說明
  • Added causal captured-segment confirmation so BUY/SHORT candidates must agree with a causal captured close-close segment that is already established by the decision bar.
  • Added bounded reference-filtered candidate memory with configurable maximum candidate-memory bars.
  • Preserved current-bar confirmation/fill behavior: later remembered candidates enter on the later confirmation bar/close, not the original filtered candidate bar.
  • Added minimum-profit capture exits based on raw close-to-entry profit after the configured profit threshold has first been reached.
  • Removed the ATR giveback profit-capture input and replaced that exit path with raw-profit reversal/min-profit capture logic.
  • Added profit re-entry support after raw-profit/min-profit exits when the same causal captured segment remains valid.
  • Updated header documentation notes to describe causal captured-segment confirmation, bounded filtered memory, current-bar confirmation/fill, raw-profit/min-profit exits, and profit re-entry behavior.
發行說明
  • Added a new **Show Filtered Labels** display toggle.
  • When enabled, filtered terminal/candidate labels continue to display normally.
  • When disabled, gray FILTERED labels are hidden from the chart.
  • This is a visual display option only.
  • Signal detection, executable replay behavior, entries, exits, alerts, terminal-reference logic, and performance calculations are unchanged.
  • Preserved the corrected causal executable replay behavior so historical replay uses the terminal/reference state known at each bar instead of allowing chart-end solved paths to rewrite prior trade labels.
  • Preserved the solved terminal-truth reference construction and causal executable finalization behavior.
  • Preserved existing profit exit, realtime envelope exit, minimum-profit exit, and re-entry behavior.
  • Preserved existing PRO/Regular standalone feature separation.
發行說明
Regular Version Update Notes

  • Rebuilt the terminal path engine around prefix-stable PEAK/TROUGH locks. The script now uses locked terminal nodes built from the absolute high or low inside each completed terminal leg, with the same locked path used for entries, filters, alerts, labels, and reference display.
  • Improved realtime and chart-load consistency. The terminal path is designed to build forward from locked PEAK/TROUGH events instead of rebuilding old terminal history from chart end.
  • Added PEAK/TROUGH confirm-bar label control. Executable labels can be plotted at the solver confirm bar, while cheat/review mode can still backplot solved PEAK/TROUGH locks to the true terminal extreme bar.
  • Added optional terminal delay label text, so confirmed PEAK/TROUGH labels can show the delay between the true terminal extreme and the solver confirm bar.
  • Improved the live terminal path display. The visible path now uses already locked PEAK/TROUGH nodes plus an unfinished active tail, so the terminal structure is easier to inspect without changing detection or entry logic.
發行說明
Updated both Regular and PRO standalone versions.
  • Improved the prefix-stable terminal path so completed path bars are not rebuilt from later locks.
  • Added clearer forward-known terminal path behavior: past locked path sections stay fixed, while only the active tail can continue extending.
  • Executable PEAK/TROUGH labels now default to plotting on the confirmation bar instead of the original terminal bar.
  • Cheat Repainting mode is clarified as a review/backplot mode, not the normal executable non-repainting path.
  • Capturable Segment % is now described more clearly as the minimum accepted terminal-leg size before a PEAK/TROUGH event becomes usable.
  • Entry, exit, alert, label, and trade-stat accounting now use the actual confirmation/execution bar more consistently.
  • Filtered candidate memory can now recheck on the same confirmation bar when valid, instead of requiring a later bar.
  • Regular is now more focused on PEAK/TROUGH review, confirmed/candidate-close entries, filtered candidate memory, lifecycle labels, alerts, compact diagnostics, and minimum-profit exits.
  • Regular does not include locked terminal-extreme exit handling, retained-terminal candidate execution, terminal secondary agreement, Cheat-Sourced Best Entry, or expanded PRO diagnostics.
  • PRO keeps the advanced terminal modules, including terminal secondary agreement, retained-terminal candidate execution, expanded diagnostics, Cheat-Sourced Best Entry, profit re-entry options, and locked terminal-extreme exit handling.
  • PRO Cheat mode can be used for perfect PEAK/TROUGH review with locked terminal-extreme exit handling, but that is separate from the executable non-repainting path.
發行說明
  • Rebuilt the Regular script as a terminal-extreme proof tool instead of an executable lifecycle tool.
  • Replaced the previous executable-finalization modes with two proof modes: Confirm Proof and Cheat Proof.
  • Updated the solver to use full-prefix final-or-captured validation at each chart/replay prefix.
  • Changed Capturable Segment behavior so it proves captured paths between confirmed opposite reversal signals instead of acting as a minimum-node spacing rule or delayed lock condition.
  • Added support for keeping captured swings when a confirm/reversal close could capture the path to an opposite candidate before same-side supersession.
  • Added BUY/SELL proof labels derived from solved TROUGH/PEAK nodes.
  • Added non-executable long and short proof statistics based on the replay-discovered event ledger.
  • Added prefix-memory tracking so discovered proof events and superseded candidates remain available for review instead of being silently forgotten.
  • Added superseded candidate label controls and memory-path display controls.
  • Reworked status pages around proof diagnostics, solved nodes, confirmation timing, candidates, paths, proof trades, alerts, and guide information.
  • Removed executable position lifecycle, loss exits, profit exits, order-style routing, and realtime execution handling from the Regular proof file.
  • Kept alerts as informational alertcondition() outputs only.
  • Kept chart output focused on solved labels, proof BUY/SELL labels, superseded labels, and connected terminal paths instead of extra chart plots.
發行說明
  • Fixed the historical buffer offset error logic issue where eventConfirm was stored as a chart-bar index but later reused inside proof-price logic.
發行說明
  • Added a new Require Resolved Node For Proof Signals filter to help prevent unfinished PEAK/TROUGH nodes from becoming BUY/SELL proof signals too early.

Added Resolved Signal Timing with two modes:
  • Strict Resolved Only waits for the active node to pass the existing captured/resolved proof before it can become a BUY/SELL proof signal.
  • Experimental Max Wait can allow an unresolved node after the normal proof confirmation bar has existed for the selected additional-bar delay.
  • Added Experimental Max Wait Bars. This value is additional delay after the normal proof confirmation bar. For example, 0 allows the unresolved node on the proof confirmation bar, 1 allows it one bar after the proof confirmation bar, and 2 allows it two bars after.
  • Added Experimental Proof Close Guard. When enabled, BUY/TROUGH proof requires the current close to remain greater than or equal to the proof confirmation close, and SELL/PEAK proof requires the current close to remain less than or equal to the proof confirmation close.
  • Added Experimental Max Distance Guard and Experimental Max Distance % to optionally block early max-wait allowance when the current close is already beyond the selected distance from the terminal extreme.
  • Regular and PRO versions were both updated with the same resolved-node timing controls.
發行說明
  • Replaced the previous full-prefix terminal proof solver with a closed-bar, left-only grouped structural-extreme engine.
  • Added persistent BUY/TROUGH and SELL/PEAK candidate groups that retain only the most extreme same-side candidate until confirmation.
  • Confirmed signals now use immutable event IDs and are committed once on the causal confirmation bar without later deletion, shifting, or reconstruction.
  • Added optional Maximum Bars Delay confirmation for committing the currently retained candidate after a selected number of closed bars.
  • Added optional Capturable Path Early Confirmation using structural path proof before same-side supersession.
  • Capturable Segment % is now applied once to the actual potential captured segment instead of being reused across multiple reversal checks.
  • Added configurable Structural Pivot Length, confirmation source, terminal-price source, closed-bar confirmation, forced alternation, and informational SHORT operation.
  • Added confirmation-bar or terminal-bar signal plotting, detailed confirmation labels, terminal markers, current-candidate labels, confirmation-delay details, reversal percentage, leg percentage, and candidate-count details.
  • Replaced reconstructed solved paths with an immutable confirmed structural zig-zag and an optional current unconfirmed leg.
  • Added confirmed support and resistance levels created from accepted terminal extremes, including extension, age, width, broken-level retention, break labels, and break alerts.
  • Added dedicated informational alerts for confirmed BUY, SELL, optional SHORT, maximum-bars confirmation, capturable-path confirmation, support breaks, and resistance breaks.
  • Added compact Summary, Signals, Current, Support/Resistance, Alerts, and Guide status pages, plus a separate event audit table.
  • Removed Cheat Proof mode, full-prefix suffix reconstruction, solved-node replay rebuilding, active-tail proof reconstruction, proof replay limits, resolved-node timing modes, close-retention guards, distance guards, and reconstructed route-path controls.
  • Removed chart-end signal finalization so unfinished candidates remain visual only and do not become confirmed events at the end of the chart.
  • Updated object management for signal labels, terminal markers, zig-zag lines, support/resistance levels, and break labels.
發行說明
  • Corrected Maximum Bars Delay so it no longer confirms and freezes the currently retained grouped candidate.
  • Corrected Capturable Path so it no longer acts as an early confirmation of the existing grouped signal.
  • Added conditional accelerated grouping when Maximum Bars Delay or Capturable Path is enabled.
  • Conditional accelerated grouping derives a naturally alternating PEAK/TROUGH chain from the known chart prefix.
  • Maximum Bars Delay can finalize structurally proven unresolved nodes after the selected proof delay without consuming later pivots.
  • Capturable Path uses structural proof to establish the node’s causal proof and a later opposite candidate before same-side supersession.
  • Capturable Segment % measures directional movement path potential between the structurally proven points.
  • Capturable Segment % is not used as a minimum move-away condition.
  • Greatly reduced missing signals when Maximum Bars Delay or Capturable Path is enabled.
  • Preserved the original grouped confirmation behavior when both options are disabled.
  • Preserved the existing labels, candidate display, zig-zag, support/resistance, diagnostics, and informational alerts.
  • Remains a standalone informational signal tool with no execution, routing, position sizing, or trade-management logic.
發行說明
  • Fixed the “takes too long to execute” error when using Maximum Bars Delay or Capturable Path.
  • Added performance optimizations to reduce full-chart processing while preserving the existing signal and confirmation behavior.
發行說明
  • Replaced the previous structural lookback and grouped-candidate signal engine with the new inbound-capture transform path engine.
  • BUY and SELL candidates now use the same faster causal confirmation timing as the updated full engine.
  • Candidates can confirm on the same causal bar or the following bar, controlled by Max Candidate Entry Delay Bars.
  • Candidate confirmation timing is now measured from the retained terminal bar rather than from a later grouped confirmation attempt.
  • Removed the previous Structural Pivot Length, Experimental Maximum Bars Delay, and Capturable Path Early Confirmation systems.
  • Capturable Segment % now controls which completed incoming transform swings become path pivots. It no longer acts as a separate delayed confirmation mode.
  • Added Locked Prefix and Reconstructed Prefix path modes.
  • Added a separate reconstructed transform path display that is independent from the confirmed BUY/SELL zig-zag.
  • Locked Prefix path display excludes the open realtime bar when closed-bar confirmation is enabled.
  • Reconstructed Prefix can include the current provisional source value for live path inspection.
  • Confirmed BUY/SELL labels, the current candidate, the transform path, and the confirmed-event zig-zag are now separate visual layers.
  • Support and resistance now use confirmed transform terminals: BUY/TROUGH terminals create support and SELL/PEAK terminals create resistance.
  • Support and resistance are invalidated by a later confirmed close below support or above resistance.
  • Updated the status pages to report transform-path state, candidate timing, confirmation delay, path mode, and confirmed-event totals.
  • Updated informational alert names to Transform BUY Confirmed, Transform SELL Confirmed, and Transform SHORT Confirmed.
  • Removed obsolete grouped-detector, accelerated-grouping, and early-confirmation diagnostics.
  • The standalone remains indicator-only and does not include order execution, routing, forecasts, position sizing, or trade management.
發行說明
  • Updated PEAK/TROUGH candidate detection to use the confirmed chart prefix.
  • Added first close-based proof before a retained terminal can qualify for confirmation.
  • Added opposite-path capture potential to determine when a proven terminal confirms.
  • Updated Capturable Segment % so it is evaluated after first proof and before same-side supersession.
  • Set the confirmation bar to the earliest bar where the required captured opposite-path potential is reached.
  • Removed the Max Candidate Entry Delay Bars setting.
  • Removed the same-bar or next-bar candidate confirmation window.
  • Removed the Locked Prefix/Reconstructed Prefix setting.
  • Removed the separate reconstructed inbound-capture path display.
  • Kept immutable confirmed-event records, BUY/SELL labels, the confirmed zig-zag, support/resistance, statistics, informational alerts, and optional SHORT notifications.
發行說明
  • Added a separate direct-scan solver for Regular.
  • Added independent BUY and SELL Capturable Segment settings.
  • Regular now resolves the same primary reversal rules without PRO’s indexed range structures.
  • Regular remains manually configurable through terminal lookback, confirmation source, terminal-price source, Capturable Segment %, and alternation.
  • Regular does not automatically test or select among multiple structural configurations.
  • Regular does not automatically compare or select among configurations.
發行說明
  • Rebuilt BUY and SELL detection around forward-only causal transform-path direction changes.
  • Added mandatory transform-path agreement using the direction and active pivot known on each replay bar.
  • Prevented later chart data from reconstructing or rewriting earlier path-agreement states.
  • Added same-bar and next-bar retained-candidate confirmation with a configurable maximum delay.
  • Added optional Keep Active Path-Filtered Candidate Memory.
  • Path-filtered candidates can now confirm later only when their retained terminal matches the active agreeing path state.
  • Later retained confirmations use the actual later confirmation bar and closing price.
  • Kept structural changes independent from BUY and SELL confirmation.
  • Added three selectable structural resolvers:
  • Earliest Terminal
  • Original Grouping
  • Conditional Accelerated
  • Added REVERSAL and CONTINUATION classification based on the last resolved structural direction.
  • Added separate structural-change labels and an optional structural path.
  • Added a causal live transform-reference path display.
  • Added path-disagreed candidate labels.
  • Updated support and resistance to use accepted transform terminals.
  • Broken support and resistance levels can be deleted or retained.
  • Added replay performance controls and statistics-only replay mode.

Separated executable timing statistics into:
  1. Candidate confirmation delay
  2. Path-filter waiting time
  3. Total executable delay
  4. Confirmation distance

  • Kept structural statistics separate from executable-signal statistics.
  • Added compact Summary, Signals, Structural, Support/Resistance, Alerts, and Guide pages.
  • Removed historical success estimates and missed/late interpretation from Regular.
  • Updated documentation, tooltips, and internal comments for the new causal signal lifecycle.
發行說明
  • Added a two-stage provisional-to-finalized signal architecture.
  • Path-agreed BUY and SELL signals are now stored as provisional signals before becoming official finalized signals.
  • A provisional signal is finalized only after the selected structural resolver completes the corresponding structural swing.
  • When multiple same-side provisional signals exist within one completed swing, the latest eligible signal is selected for finalization.
  • Provisional signals that are not selected are resolved as failed or superseded.
  • Added optional provisional signal labels.
  • Added optional failed and superseded provisional signal labels.
  • Finalized BUY and SELL labels now represent structurally completed signals rather than immediately accepted provisional signals.
  • Reversal and continuation classification now occurs when the signal is structurally finalized.
  • Added separate provisional confirmation and structural finalization timing measurements.
  • Regular continues to provide raw timing facts without automatically interpreting signals as late or missed.
  • Added provisional confirmation delay and confirmation-distance tracking.
  • Added structural finalization delay and adverse finalization-distance tracking.
  • Added a persistent prefix-stable structural event ledger.
  • Confirmed structural PEAK and TROUGH identities are now committed once and are no longer rebuilt from chart-end state.
  • Fixed missing structural signals caused by replay-window or chart-load reconstruction.
  • Improved agreement between chart-load history, Bar Replay, and realtime structural results.
  • Original Grouping now preserves its retained-extreme state across confirmed bars.
  • Earliest Terminal and Conditional Accelerated now use persistent known-prefix structural chains.
  • Added immutable projection of confirmed structural events into the active replay window.
  • Added optimized structural proof searches using persistent range trees and scan-start advancement.
  • Reduced repeated processing of structural identities that were already resolved.
  • Support and resistance are now established immediately from accepted provisional BUY and SELL terminal levels.
  • A finalized structural signal creates a level only when no matching provisional level already exists.
  • Duplicate provisional and finalized support/resistance levels are prevented.
  • Added separate informational alert toggles for provisional signals and finalized signals.
  • Added separate provisional BUY and SELL alert conditions.
  • Added separate finalized BUY and SELL alert conditions.
  • Finalized BUY labels plotted on the finalization bar are anchored to that bar’s low.
  • Finalized SELL labels plotted on the finalization bar are anchored to that bar’s high.
  • Plotting finalized signals at their retained structural terminals remains available.
  • Updated status and guide information for the provisional and finalized signal lifecycle.
  • Updated code comments and documentation to reflect the new structural ledger, provisional signal lifecycle, finalization process, support/resistance behavior, timing measurements, and informational alerts.

免責聲明

這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。