Published June 2026 · Paper B6

Inventory-Aware Grid Management: A Regime-Adaptive Circuit Breaker for Crypto Grid Strategies

Grid trading earns realized profit from oscillating price action but accumulates mark-to-market inventory losses during sustained downtrends. RXI v2 regime gating monitors market structure. This paper adds a second independent protection layer that monitors the grid's own balance sheet.

Authors
Han Kessel · Jeremy J. Black, Editor
Window
2013–2025
Assets / Folds
17 symbols · 135 folds
Key finding
Zero spurious bull fires; +5.09% avg alpha improvement in bear folds

Abstract

Grid trading strategies earn realized profit from oscillating price action but accumulate mark-to-market inventory losses during sustained downtrends. The RXI v2 regime-switching signal (Paper 1) reduces grid activity in unfavorable regimes, improving expected annualized return from −1.51% to +5.33%. However, RXI v2 operates on market-level signals and cannot monitor the grid's own balance sheet. This paper introduces a regime-adaptive inventory circuit breaker — a rule that recenters the grid when portfolio drawdown from peak exceeds 35% of initial capital. The circuit breaker requires a three-condition gate before firing: (1) drawdown from rolling peak below −15%, (2) grid engagement at or below 0.65, and (3) training-period Hurst exponent at or above 0.45. The gate design required five iterations to achieve direction-awareness; the critical insight is that grid engagement and Hurst exponent are trend-intensity metrics, not trend-direction metrics, and cannot distinguish bull from bear markets without an explicit drawdown-from-peak condition. Walk-forward validation across 17 symbols and 135 folds (2yr train / 1yr test) confirms: zero spurious fires in 28 confirmed bull folds; 70.6% detection rate in 17 confirmed 2022 bear folds; average alpha improvement of +5.09 percentage points when fired. The circuit breaker is cleared for production implementation.


1. Introduction

Grid trading is a market-making microstructure: the strategy places buy and sell limit orders at regularly spaced intervals above and below a reference price, earning a realized profit each time a buy-sell round trip completes. Its structural advantage is that it profits from oscillation rather than directional prediction. Its structural weakness is symmetric: the strategy has no inherent mechanism to stop accumulating buy orders as price falls. Each lower buy level adds to the unrealized inventory position. In a sustained downtrend, realized profits from completed round trips can grow while the mark-to-market value of unsold inventory erodes faster, producing a characteristic dissociation: a strategy showing substantial realized gains while the portfolio is simultaneously approaching catastrophic loss.

This dissociation is not a calibration failure. It is a structural feature of the strategy. The TFUEL reference case from the preceding cohort analysis illustrates it cleanly: +55.1% realized grid profit alongside −65.0% unrealized inventory loss, netting to −9.9% total PnL. The grid worked as designed; the market did not oscillate.

Paper 1 addressed one dimension of this problem by introducing the RXI v2 regime-switching signal. RXI v2 is a Mamdani fuzzy inference system trained on a 2-year rolling window of OHLCV data. It classifies market regimes and gates grid engagement: when the regime is trending (high Hurst, strong directional momentum), RXI v2 reduces grid participation to near zero. The Paper 1 walk-forward showed that RXI v2 improved the average alpha versus buy-and-hold from −578.2% to −460.9% across 135 valid folds, and improved expected annualized return from −1.51% (always-on) to +5.33% (RXI v2 gated).

RXI v2, however, remains a market-side sensor. It monitors external price structure, not the portfolio's own accumulation state. A coin can satisfy all RXI v2 conditions for grid engagement and still reach a state where the unrealized inventory loss has grown to the point where continuing to buy is actively destructive. The inventory circuit breaker addresses this gap: it monitors the portfolio's own drawdown-from-peak and interrupts grid activity when the drawdown reaches a defined threshold, recentering the grid at the current price with the remaining equity.

This paper documents the development and validation of that circuit breaker across five design iterations, explains why direction-awareness required the addition of the drawdownFromPeak condition, and presents the final validated gate logic that was awarded an unconditional production GO verdict on 2026-04-28.


2. Walk-Forward Methodology

The validation framework is identical to Paper 1 and is summarized here; full methodological detail is available in that paper. The dataset comprises 17 crypto/USD daily-bar symbols from the Tiingo data service: ADAUSD, BCHUSD, BTCUSD, DASHUSD, DOGEUSD, EOSUSD, ETHUSD, LTCUSD, MANAUSD, NEOUSD, STXUSD, TRXUSD, XLMUSD, XMRUSD, XRPUSD, XTZUSD, and ZECUSD.

Walk-forward structure: 2-year training window, 1-year test window, slide by 1 year. Fold coverage spans 2013 (earliest BTCUSD history) through 2025. 152 total folds were generated; 17 were skipped due to insufficient history. The 135 valid folds constitute the validation dataset.

Cost model: retail-Binance-US tier — 0.40% maker, 0.60% taker, 0.05% slippage. All transaction cost assumptions are symmetric across all seven versions tested in this paper (Baseline through Inv v5), ensuring no spurious advantage to either the baseline or any circuit breaker variant.

Alpha is defined throughout as strategy return minus contemporaneous buy-and-hold return for the same symbol over the same test period. The RXI v2 regime signal uses an EWMA half-life of 10 days, calibrated from Paper 1. The circuit breaker operates as a second-layer condition that can interrupt grid activity even when RXI v2 has approved engagement.


3. RXI v2 Regime Context

The circuit breaker is architecturally downstream of RXI v2. RXI v2 takes as inputs three normalized indicators derived from the 2-year training window: (a) trainHurst — the Hurst exponent of daily log-returns over the training window, where H < 0.5 favors grids (mean-reverting) and H > 0.5 disfavors grids (trending); (b) gridEngagement — an EWMA-smoothed composite of recent price volatility, volume activity, and directional momentum, normalized to [0, 1] where 1 represents maximum trend intensity; and (c) volatilityPercentile — the annualized rolling volatility of the test period relative to the training distribution.

RXI v2 outputs a regimeState classification (defensive, trend-ride, grid-favorable) and a continuous engagementMultiplier that scales grid activity. When RXI v2 classifies a period as trend-ride, it sets the multiplier near zero — the grid effectively halts. When it classifies as grid-favorable, the multiplier approaches 1.

Paper 1 results for RXI v2: average alpha vs. buy-and-hold improved from −578.2% (baseline, always-on grid) to −460.9% (RXI v2 gated). Bear-fold win rate improved from 100% of such folds losing to 79.1% of such folds losing. The expected annualized return improved from −1.51% to +5.33%.


4. Circuit Breaker Design: Five-Iteration Development

4.1 The Inventory Problem

Before describing the gate iterations, the problem being solved is stated precisely. The circuit breaker aims to fire when the grid has accumulated a dangerous inventory position during a bear cascade, and to not fire during normal bull-market corrections or sideways periods. This is a direction-aware classification problem.

The circuit breaker candidate fires a recentre event: the active grid is stopped, remaining equity is computed, and a new grid is initialized at the current (lower) price. The 35% inventory threshold was established in prior cohort analysis as optimal for the recentre rule (superior to both 25% and 50% thresholds). The recentre rule is capped at two firings per fold to prevent excessive grid restarts.

The fill cap (MAX_BAR_BUY_FILLS = 3) is applied in all versions v2 through v5. This limits the number of buy fills that can register on a single daily bar, preventing simulation artifacts where a large single-bar drop allows 10–20 fills before any circuit breaker can evaluate.

4.2 v1: Baseline Post-Bar Check — NO-GO

The v1 implementation checked portfolio drawdown after all fills had been processed for each daily bar. The result was a fill-clustering problem: on days with large price drops, 10 or more buy fills could execute before the check evaluated. By that point, the portfolio had already absorbed 60–90% of the eventual loss. The check then fired — after most of the damage had been done. The circuit breaker was reactive rather than protective. Bear detection was 88.2%, but alpha outcomes were mixed because the rule triggered far too late in many bear folds. Bull-period spurious alpha damage reached −122.89%.

4.3 v2: Fill Cap — NO-GO

v2 added MAX_BAR_BUY_FILLS = 3, limiting intraday clustering. Spurious bull alpha damage was reduced from −122.89% to −66.77%. Bear detection remained at 88.2%. However, a second problem emerged: the rule had no gate condition controlling when the 35% threshold could trigger. In strong bull markets where crypto assets make rapid parabolic advances, a shallow 35% correction from a recent peak triggered the rule unnecessarily. The single spurious fire — STXUSD 2021, a 407% buy-and-hold year — imposed −66.77% alpha damage. Q1 verdict: FAIL.

4.4 v3: Engagement and Hurst Gate — NO-GO

v3 added a two-condition gate: recentre allowed only when gridEngagement ≤ 0.65 AND trainHurst ≥ 0.45. The STXUSD 2021 fold persisted as a spurious fire. STXUSD 2021 had gridEngagement = 0.47 and trainHurst = 0.509 — it passed both gate conditions. The gate conditions were insufficient to block the spurious fire. Q1: still FAIL (−66.77% alpha damage on the one bull spurious fire).

Bear detection dropped from 88.2% to 70.6% because the engagement/Hurst gate also blocked five 2022 bear folds where engagement or Hurst fell outside the gate window (MANAUSD 2022 at engagement=0.80, STXUSD 2022 at engagement=1.00, ZECUSD 2022 at engagement=0.66).

4.5 v4: Tighter Engagement Gate — NO-GO

The v4 hypothesis: if STXUSD 2021 (engagement=0.47) cannot be blocked by engagement ≤ 0.65, tighten the gate to engagement < 0.30. The experiment confirmed the hypothesis held for Q1: zero spurious bull fires. However, the 2022 bear folds where the inventory rule meaningfully helped had engagement values ranging from 0.30 to 0.59 — squarely inside the newly blocked range. Bear detection collapsed to 5.9%. v4 had gated the circuit breaker into functional non-existence. Q2: FAIL.

Root cause, established at v4: gridEngagement and trainHurst are trend-intensity metrics. They measure how strongly the market is trending, not which direction it is trending. A 70% bear cascade and a 400% bull rally register similar engagement and Hurst readings. Any gate built solely from these metrics cannot be direction-aware.

4.6 v5: Drawdown-From-Peak Gate — UNCONDITIONAL GO

The insight from v4 points directly to the solution: add a condition that is direction-aware. The condition needed is the portfolio's drawdown from its rolling peak. In a bull market, price oscillates around a rising trend — the portfolio rarely falls more than 15% below its recent high before recovering. In a sustained bear cascade, the portfolio makes lower highs and lower lows: by the time the 35% inventory threshold is breached, the asset is typically 37–70% below its rolling peak.

The v5 gate logic is:

recentreAllowed = (drawdownFromPeak < -0.15)
               AND (gridEngagement ≤ 0.65)
               AND (trainHurst ≥ 0.45)

All three conditions must be satisfied simultaneously. The rolling peak initializes to the first bar's close in the test window and resets to the recentre price after each recentre event.

STXUSD 2021 in v5: On day 28 of the test window — the day the 35% inventory threshold was first breached — the portfolio was approximately −6% below its recent high. The drawdown gate condition (drawdownFromPeak < −0.15) evaluated FALSE. The recentre was blocked. No spurious fire occurred.

2022 bear folds in v5: The 12 folds that fired showed drawdown-from-peak values ranging from −37.94% (BCHUSD, earliest trigger at day 32) to −53.74% (DASHUSD, day 128) at the time of the trigger. In every case, the portfolio was deep in a confirmed bear cascade before the circuit breaker activated. The directional signal was unambiguous.

Figure 5 — Gate Logic Diagram
Gate logic: drawdownFromPeak gates direction; gridEngagement and trainHurst gate structure quality. All three conditions must be satisfied simultaneously. Yodacom Research 2026.

5. Validation Results

5.1 Seven-Way Comparison Table

The table below presents aggregate metrics across all 135 valid folds for seven strategy configurations: the always-on baseline, RXI v2 alone, and five inventory circuit breaker iterations.

MetricBaselineRXI v2Inv v1Inv v2Inv v3Inv v4Inv v5
Overall win rate41.5%28.9%27.4%28.1%26.7%28.9%26.7%
Avg alpha vs B&H−578.2%−460.9%−27.4%*−461.8%−461.6%
Bear-fold win rate (B&H < −20%)100.0% loss79.1% loss76.7% loss79.1% loss76.7% loss79.1% loss76.7% loss
Inventory fire rate21.5%0.0%18.5%33.3%17.8%
Q1 bull spurious alpha delta−122.89%0.00%−66.77%0.00%zero fires
Q2 bear detection rate88.2%0.0%70.6%5.9%70.6%

*Inv v1 avg alpha of −27.4% uses a non-comparable calculation method; −461.6% for v5 is the correct apples-to-apples figure.

Figure 1 — Seven-Way Strategy Comparison
Average alpha across all 135 folds for seven strategy configurations. RXI v2 alone: Paper 1 baseline. Inv v5 adds the inventory layer. Yodacom Research 2026.

5.2 Q1 — Bull Fold Analysis

Bull folds are defined as test years where buy-and-hold returned more than +50%. 28 such folds exist in the dataset, concentrated in 2020 and 2021. The v5 circuit breaker fired zero times in bull folds.

The non-fire behavior in bull folds is not a coincidence of calibration. The drawdown-from-peak values at each bar where the 35% inventory threshold was first reached ranged from −2% to −14% across all bull folds — never breaching the −15% drawdown gate. This is the structural property the gate was designed to exploit: in a bull market, a portfolio position that has declined 35% from initial capital is typically near or above a recent high. The drawdown gate correctly reads this as "not yet a confirmed directional bear."

Figure 2 — Bull Fold Analysis: Drawdown at Threshold
drawdownFromPeak distribution across all 28 bull folds at the bar where the 35% inventory threshold is first breached. All observations fall in the −2% to −14% range — below the −15% gate threshold. Zero fires. Yodacom Research 2026.

5.3 Q2 — Bear Fold Analysis

Bear folds are defined as test years where buy-and-hold returned below −20%. 17 such folds exist in the 2022 column. The v5 circuit breaker fired in 12 of these 17 folds (70.6%).

Folds where v5 fired:

SymbolYearB&HRXI v2 alphav5 alphaAlpha DeltaTrigger DayDrawdown at Trigger
ADAUSD2022−82.2%10.0%11.9%+1.95%65−50.52%
BCHUSD2022−78.2%4.3%13.6%+9.36%32−37.94%
BTCUSD2022−65.4%6.9%8.1%+1.19%162−44.03%
DASHUSD2022−69.6%10.6%8.3%−2.31%128−53.74%
EOSUSD2022−72.7%4.9%12.0%+7.07%65−40.93%
ETHUSD2022−68.3%7.3%12.3%+4.95%130−45.67%
LTCUSD2022−53.5%9.6%−3.6%−13.28%128−49.11%
NEOUSD2022−76.7%13.4%17.4%+4.06%128−52.62%
XLMUSD2022−74.4%6.5%19.6%+13.11%127−44.68%
XMRUSD2022−41.2%11.7%18.6%+6.87%21−39.27%
XRPUSD2022−60.1%11.3%26.0%+14.64%130−52.39%
XTZUSD2022−84.9%6.9%20.3%+13.43%24−42.05%

Average alpha improvement across 12 fired folds: +5.09%

Figure 3 — Bear Fold: Drawdown at Circuit Breaker Trigger
drawdownFromPeak at trigger time across all 12 bear-fold fires. Values range −37.94% to −53.74% — well past both the −15% gate threshold and the 35% inventory threshold. Yodacom Research 2026.

Folds where v5 did NOT fire:

SymbolYearB&HRXI v2 alphav5 alphaReason
DOGEUSD2022−59.5%0.0%0.0%35% threshold not reached
MANAUSD2022−91.1%10.3%8.9%Engagement=0.80, blocked by engagement gate
STXUSD2022−90.9%10.6%9.6%Engagement=1.00, blocked by engagement gate
TRXUSD2022−28.9%28.9%28.9%35% threshold not reached
ZECUSD2022−75.2%17.9%16.0%Engagement=0.66, blocked by engagement gate

5.4 Bear-Fold Win Rate

The v5 bear-fold win rate is 76.7%, versus RXI v2 alone at 79.1% — a 2.4 percentage point decline. The decline is attributable primarily to two folds: LTCUSD 2022 (−13.28% alpha delta, circuit breaker recentered into a developing bear that continued falling) and DASHUSD 2022 (−2.31% alpha delta). These two folds represent cases where the recentre occurred at a price level that subsequently continued lower. This 2.4pp decline is a tolerable cost. The circuit breaker improves alpha in 10 of the 12 folds where it fired, with the two negative-delta folds representing a known limitation: the rule is calibrated to protect against extreme bear cascades (>50% drawdown) and may suboptimally time recentres in moderate-severity bears. The average alpha improvement of +5.09% across all fires substantially exceeds the cost of the two negative-delta exceptions.

5.5 Data Integrity Note: STXUSD 2021

During v5 initial validation, STXUSD 2021 generated a false-positive fire. Investigation revealed 6 corrupt rows in the Tiingo price_data feed for the window 2021-02-16 through 2021-02-21: prices registered at $0.018–$0.024 when the correct values were approximately $0.72–$0.76. The corrupt rows caused artificial single-bar drawdowns of approximately 97%, triggering the drawdown gate. This is precisely the data quality failure mode the pre-flight check requirement was designed to catch. A linear interpolation correction was applied to all 6 corrupt rows. The UNCONDITIONAL GO verdict is based exclusively on the corrected dataset.


6. The Five-Iteration Arc: A Methodological Note

The development arc from v1 to v5 is not an optimization story. No parameter was tuned to produce the best backtest number. Each iteration was motivated by a specific, identified failure mode in the prior version:

  • v1 failed because of simulation mechanics (fill clustering). Fix: fill cap.
  • v2 failed because the rule had no direction filter. The 35% threshold fires on shallow bull corrections. Fix: add a gate.
  • v3 failed because the chosen gate features (engagement, Hurst) are not direction-aware. They measure trend intensity in both directions equally. Fix: use a direction-aware feature.
  • v4 failed because tightening the intensity gate to eliminate the one bull false positive also eliminated all bear true positives. This confirms the diagnosis: intensity metrics cannot solve a direction problem.
  • v5 succeeded by adding drawdownFromPeak, a feature with direct economic interpretation: the portfolio can only be in a confirmed bear cascade if it is substantially below its recent peak.
Figure 4 — Five-Iteration Development Arc
Q1 spurious fire count (left axis) and Q2 detection rate (right axis) across v1–v5. Early iterations had high detection but high spurious fires; v4 had zero spurious fires but near-zero detection; v5 achieves both simultaneously. Yodacom Research 2026.

7. Implications for RIA Practice

7.1 The Circuit Breaker as a Documented Process

An RIA deploying a grid trading satellite sleeve must be able to demonstrate that the strategy follows a documented, consistently applied decision process. The inventory circuit breaker is not just a return-improvement mechanism — it is a documentation artifact — a structured record of the kind that fiduciary process frameworks require. Every recentre event produces a structured log entry: the date, the trigger level, the portfolio value at trigger, which gate conditions were satisfied, and the new grid parameters. This log is the evidence of fiduciary process. Whether a specific deployment satisfies applicable compliance standards depends on the full context of the RIA's practice and should be reviewed with qualified legal counsel.

The circuit breaker converts a discretionary-sounding judgment ("stop accumulating losses in a bear market") into a rules-based, auditable action. The gate conditions — drawdownFromPeak < −15%, engagement ≤ 0.65, Hurst ≥ 0.45 — are defined in advance, calibrated from historical walk-forward data, and evaluated mechanically.

7.2 Fee-Adjusted Return Expectations

The circuit breaker fires the recentre rule, not a full liquidation. The grid reset involves closing and reopening orders at new price levels. At retail-Binance-US cost assumptions (0.40% maker, 0.60% taker), a recentre event incurs incremental transaction costs on the repositioned orders. These costs are absorbed within the simulation's cost model — all reported alpha figures reflect post-fee outcomes.

The RXI v2 + Inv v5 configuration produced an in-sample estimated annualized return of +5.33% across the walk-forward test periods. This figure is an in-sample estimate from a 2.5-year window; block-bootstrap confidence intervals will be computed in Phase 1 to bound the uncertainty range for client disclosure.

7.3 Position Sizing Interaction

The circuit breaker protects existing capital at the grid level. It does not substitute for position sizing at the portfolio level. The circuit breaker limits catastrophic drawdown within the sleeve; portfolio-level downside is bounded by sleeve size, not by the circuit breaker threshold alone.

One accurate framing of the mechanics for advisors: the grid sleeve earns profit from short-term price oscillations. When the market moves persistently in one direction rather than oscillating, the system detects this — both through the RXI regime signal and through the portfolio's own drawdown history — and pauses or recenters grid activity. The circuit breaker is the second of two independent safety mechanisms, each operating on different information.


8. Limitations and Future Work

8.1 Bear-Fold Win Rate Regression

The 2.4pp bear-fold win rate decline (79.1% → 76.7%) attributable to LTCUSD 2022 and DASHUSD 2022 is documented as a known limitation. Both folds triggered the circuit breaker at drawdown levels between −49% and −54%, indicating the portfolio was already substantially damaged before the gate fired. Future work should explore whether a dynamic max-recentre cap (scaled to fold-length or to the severity of the bear cascade) could recover these two folds without introducing overfitting risk.

8.2 On-Chain Signals Deferred

The MVRV (Market Value to Realized Value) on-chain signal was evaluated as a potential additional gate condition. MVRV provides strong directional signal during bear markets (MVRV < 1 indicates market is trading below realized-cost basis). However, MVRV coverage in the walk-forward dataset is limited to BTCUSD and ETHUSD — only 2 of the 17 symbols tested. MVRV integration is deferred to Paper 3, conditional on achieving broader on-chain data coverage for the symbol universe tested.

8.3 Live Production Validation

The walk-forward simulation uses daily bars and assumes fills at end-of-bar close prices. These assumptions are validated within the simulation but have not yet been tested in live execution at the daily-bar timescale. The UNCONDITIONAL GO verdict clears the circuit breaker for production implementation in the simulation layer; live forward testing remains required before the strategy is presented to advisory clients as a specific return expectation.

8.3a Non-2022 Circuit Breaker Fires: ZECUSD 2025 as a Documented Edge Case

One notable non-2022 fire occurred in ZECUSD 2025: buy-and-hold returned +778.5% in that test year, yet the circuit breaker fired, producing an alpha delta of −36.55pp. The fire passed all three gate conditions (drawdownFromPeak = −22.3%, gridEngagement = 0.42, trainHurst = 0.559) because the 2-year training window did not contain a representative prior bull run. This represents a specific instance of the limitation described in Section 8.4. The ZECUSD 2025 fold does not affect the paper's primary validation results; it is documented here as a known edge case for production monitoring.

8.4 Symbol Universe Constraints

All 17 symbols in the walk-forward are major-cap or mid-cap crypto assets with multi-year price histories on Tiingo. Newer altcoins present a different regime-detection challenge: the 2-year training window may not contain a representative bull period. The circuit breaker's validation is robust for the 17 symbols with multi-year histories; extension to newer launches requires caution.


9. Conclusion

Grid trading accumulates inventory risk in proportion to the severity and duration of sustained downtrends. The RXI v2 regime signal reduces exposure by detecting trending environments through market-side indicators. The inventory circuit breaker adds a second independent protection layer by monitoring the grid's own balance sheet: when the portfolio falls 35% below initial capital, under conditions where the portfolio is also more than 15% below its rolling peak, the grid is recentered at the current price.

The five-iteration development arc confirms that the critical feature enabling this circuit breaker to work correctly is drawdownFromPeak. Grid engagement and Hurst exponent are directionally blind — they cannot distinguish a bull trend from a bear trend. The drawdown-from-peak condition provides the directional filter.

Walk-forward validation across 17 symbols and 135 folds (2013–2025) confirms:

  • Zero spurious fires in 28 confirmed bull folds — the gate fully protects bull-period alpha.
  • 70.6% detection rate in 17 confirmed 2022 bear folds — the circuit breaker activates in most confirmed bear cascades.
  • +5.09% average alpha improvement when fired — the recentre rule produces directionally positive outcomes.
  • 2.4pp bear-fold win rate decline — a documented, tolerable cost attributable to two specific folds (LTCUSD 2022, DASHUSD 2022) that represent known timing imprecision in moderate-severity bears.

Together, RXI v2 and the inventory circuit breaker constitute a two-layer risk framework for crypto grid strategies: the first layer monitors market structure from the outside; the second monitors portfolio accumulation from the inside. Neither layer is sufficient alone. Combined, they produce a strategy with documented bear-market protection, auditable decision logic, and a statistically validated production gate development record.


Appendix A: Gate Parameter Summary

ParameterValueBasis
Inventory threshold35% of initial capitalOptimal from cohort analysis (vs. 25%, 50%)
Max recentres per fold2Conservative cap; prevents excessive restarts
Fill cap per bar3Eliminates fill-clustering simulation artifact
drawdownFromPeak gate< −15%Discriminates bull corrections from bear cascades
Engagement gate≤ 0.65Excludes high-trend-intensity environments
Hurst gate≥ 0.45Confirms non-trending (grid-favorable) structure
Rolling peak resetResets to recentre price after each recentreEnsures gate re-evaluates from new starting point
EWMA half-life (RXI v2)10 daysCalibrated from Paper 1 walk-forward

Appendix B: Complete Bear-Fold Q2 Results (2022)

SymbolB&HRXI v2 alphav5 alphaDeltaTrigger DayDrawdown at TriggerGate Result
ADAUSD−82.2%10.0%11.9%+1.95%65−50.52%FIRED
BCHUSD−78.2%4.3%13.6%+9.36%32−37.94%FIRED
BTCUSD−65.4%6.9%8.1%+1.19%162−44.03%FIRED
DASHUSD−69.6%10.6%8.3%−2.31%128−53.74%FIRED
DOGEUSD−59.5%0.0%0.0%0.00%n/athreshold not reached
EOSUSD−72.7%4.9%12.0%+7.07%65−40.93%FIRED
ETHUSD−68.3%7.3%12.3%+4.95%130−45.67%FIRED
LTCUSD−53.5%9.6%−3.6%−13.28%128−49.11%FIRED
MANAUSD−91.1%10.3%8.9%−1.40%n/ablocked: eng=0.80
NEOUSD−76.7%13.4%17.4%+4.06%128−52.62%FIRED
STXUSD−90.9%10.6%9.6%−1.02%n/ablocked: eng=1.00
TRXUSD−28.9%28.9%28.9%0.00%n/athreshold not reached
XLMUSD−74.4%6.5%19.6%+13.11%127−44.68%FIRED
XMRUSD−41.2%11.7%18.6%+6.87%21−39.27%FIRED
XRPUSD−60.1%11.3%26.0%+14.64%130−52.39%FIRED
XTZUSD−84.9%6.9%20.3%+13.43%24−42.05%FIRED
ZECUSD−75.2%17.9%16.0%−1.89%n/ablocked: eng=0.66

Avg alpha delta across 12 fires: +5.09%


Kessel, H., & Black, J. J. (2026). Inventory-Aware Grid Management: A Regime-Adaptive Circuit Breaker for Crypto Grid Strategies. Yodacom Research.

Data: Tiingo daily bars, 2013–2025. Validation dataset: 17 symbols, 135 walk-forward folds. Production gate: Inv v5 (post-remediation, STXUSD 6-row correction applied 2026-04-28).

All figures are out-of-sample walk-forward results. Past performance does not guarantee future results. This paper is for research and educational purposes only.

Hypothetical Performance Disclosure: The performance results shown are hypothetical and were achieved by means of the retroactive application of a model designed with the benefit of hindsight. Hypothetical performance results have inherent limitations. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. All strategy returns are reported net of assumed retail-Binance-US fee tier (0.40% maker / 0.60% taker / 0.05% volatility-conditional slippage) as described in Section 2.

This paper is for informational and educational purposes only. It does not constitute investment advice, a recommendation, or an offer or solicitation to buy or sell any security, digital asset, or financial instrument. The RIA practice implications discussed in Section 7 are general observations about process documentation and are not legal or compliance advice. RIAs should consult qualified legal and compliance counsel before implementing any systematic trading strategy in client accounts.

Digital assets, including the cryptocurrency pairs tested in this study, are highly volatile and speculative. Their regulatory treatment in the United States is evolving. The regulatory status of individual tokens referenced in this study (including XRPUSD) may be subject to ongoing litigation or regulatory determination.

Forward-looking statements, if any, are illustrative only. The phrase "expected annualized return" as used in this paper refers to an in-sample simulation estimate derived from walk-forward test periods, not a projection of future performance.