EthFundingSettlementMomentumContinuationLS
Hypotheses
ETH Perp Funding-Settlement Momentum Continuation (Single-Instrument USD-M, 1H, Long-Short, Flipped-Premise Follow)
Hypotheses
A long-SHORT, SINGLE-INSTRUMENT, single-venue, short-horizon MOMENTUM-CONTINUATION strategy on ETHUSDT.BINANCE USD-M perpetual futures using 1-HOUR bars, that FOLLOWS the directional move printed around the fixed funding-settlement clock (00:00 / 08:00 / 16:00 UTC) rather than fading it. Funding is used only as a gating signal (never credited as a cash flow — P&L is fully price-based and creditable). This is the analyst-recommended FLIPPED PREMISE of the abandoned ETH funding-settlement REVERSION strategy, which lost -17.8% (PF 0.79, Sharpe -1.42) precisely because the settlement-bar overshoot does NOT revert — it CONTINUES, running over the fade (avg_loss $504 > avg_win $348). Flipping direction monetizes exactly that continuation. The logic mirrors the SOL fade→follow flip already validated this session at PF 1.30: a robustly-losing fade is strong evidence its inverse carries positive expectancy, because the venue, gating, and data are already proven clean and testable (the reversion ran 360 trades over 6 years, metrics_reliable=TRUE, no exposure bug). It stays on the only confirmed-full-history feeds (OHLCV + funding) on the clean single-instrument USD-M MARGIN path, avoiding every structural blocker this session: NOT supplementary-data-gated (OI/liquidations/options-IV are all recent-only and untestable), NOT BINANCE_SPOT/CASH (metric/fill bug), NOT COIN-M (not backtestable), NOT cross-venue/Hyperliquid (basis artifact), NOT a multi-instrument pair (extra-leg feed bug), NOT funding-carry (no uncreditable cash flow). It is distinct from the pending funding strategies (level-extreme momentum on SOL 4h, regime-persistence, confluence, acceleration, breakout-veto) by being the SETTLEMENT-clock price-continuation mechanism on 1h bars. It fills the under-represented short-horizon (2.4%) and long-short (14.3%) buckets, and is kept to ~3 parameters to resist overfitting.
Hypotheses
The Layer-3 failure was zero trades over 56,300 evaluated bars with should_enter never returning a side, despite an explicit 'No trades / loosen entry' message. The root cause is not the thresholds but empty funding data: _build_funding rejected every key with `if not isinstance(k, int): continue`, but the funding_rates supplementary dict is serialized through the backtest subprocess as JSON, which stringifies all dict keys (and the dict already ships dual int/str keys). So no key passed the int type-check, _fund_map and _fund_ts were empty, _latest_settlement always returned (None, 0.0), self._cur_settle_ts was always None, and should_enter returned None on every bar -> no trades. The minimal fix coerces keys with int(k) inside a try/except instead of type-checking, so both int and str timestamp keys are accepted (matching how the landed funding strategies parse the same dict). This restores a populated funding map -> settlements resolve via bisect -> the post-settlement |funding| gate fires within the 2h window -> continuation entries occur (~hundreds over 6 years, mirroring the reversion sibling's 360). All other logic is byte-identical: the settlement lookup, the flipped continuation direction (funding>0->SELL, funding<0->BUY), the once-per-settlement guard, the time/stop exits, the capital-relative sizing, and the continuous funding+price signal that passes Layer-2 frozen-signal detection. The 'no price-only fallback' fail-loud design is preserved (it stands aside only if funding is genuinely empty -- which it no longer is). Single-instrument USD-M, funding used purely as a gate with price-based P&L, leverage 1.0 (referenced as a non-amplifying context; sizing is position_pct of equity), so no unused-leverage gate applies and none of the session's structural blockers (spot CASH, COIN-M, cross-venue, multi-leg, uncreditable carry) are touched.
Hypotheses
The flipped-premise test failed decisively: FOLLOWING the funding-settlement move loses even harder than fading it. Over a dense, clean 3,860-trade sample the continuation returns -56.2% (vs the abandoned reversion's -17.9%), with Sharpe -3.02 and the ENTIRE CI deeply below zero (-3.81 to -2.17), probabilistic_sharpe 0.0, PF 0.74, sortino -4.28, and losses in all 7 years. This re-confirms the inverse-of-a-loser fallacy (already seen on the SOL funding-momentum flip): the reversion did not lose because it was on the wrong directional side — it lost to fee drag and absence of edge, and flipping direction keeps paying the same costs (commission is 18.44% of gross on this high-turnover 1H strategy). Because BOTH the fade and the follow lose, the settlement-bar overshoot carries no exploitable directional edge in either direction, so no funding_threshold/hold_bars/entry_window setting manufactures one, and a best-of-225 sweep would fit noise. FAILURE PATTERN: short-horizon, high-turnover funding-settlement-clock strategies on a single crypto major have no directional edge and are dominated by fee drag (~18% of gross) — the inverse of a fee-bleeding fade is another fee-bleeding strategy, not its mirror-image winner; this joins the broad single-instrument funding-as-direction family (level-extreme, regime-persistence, acceleration, settlement) that has shown no exploitable forward-price edge all session. The genuinely promising funding construct remains the negative-funding-CARRY basket, where funding is the credited cash flow rather than a price-direction predictor.
Implementation
Long-short single-instrument funding-settlement momentum-continuation on ETHUSDT.BINANCE USD-M perpetual futures, 1-hour bars. Funding rate is a gating signal only (never credited as a cash flow). In the 2-hour window after each fixed funding settlement (00:00/08:00/16:00 UTC), when |funding| exceeds the threshold it follows the funding-implied continuation: funding>0 -> SELL (down-continuation of crowded-long de-risking), funding<0 -> BUY (up-continuation of short-covering). Exits on a 4-bar time stop or a 2% protective stop. This is the directional inverse of the proven-losing settlement reversion on the same clean venue/data path. Three core parameters. Iteration 2 fixes the funding parser so trades actually fire.
Verification Results
Verification failed (Layer 3 — sandbox backtest): No trades produced
Bar type used: ETHUSDT.BINANCE-1-HOUR-LAST-EXTERNAL, Bars processed: 56304
Diagnostics: should_enter() returned a side 0 times over 56300 evaluated bars -> your ENTRY CONDITION never triggered. Loosen the entry logic / thresholds.
Ensure your strategy produces trades with the given data and parameters.
Backtest Review
Clean dense experiment: 3,860 trades over 6.5 years, single-instrument USD-M, funding-as-signal-only, no exposure bug (avg_position 10.8%), metrics_reliable — gives an unambiguous answer
Backtest Review
Correctly implements the directional inverse of the abandoned reversion (the intended test)
Backtest Review
The flip lost MORE than the original: total return -56.2% (vs reversion -17.9%), CAGR -11.3%, Sharpe -3.02 with entire CI below zero (-3.81 to -2.17), PF 0.74, sortino -4.28, probabilistic_sharpe 0.0
Backtest Review
Negative in all 7 years (2020-2026), max DD 56.4%, recovery factor -1.0
Backtest Review
Inverse-of-a-loser fallacy re-confirmed: both fade and follow lose because the settlement-bar move has no directional edge; the loss is fee drag (commission 18.44% of gross on 3,860 trades), which the flip keeps paying
Backtest Review
Short-horizon high-turnover structure is structurally fee-fragile on a single major
Backtest Review
>0 to be viable
Backtest Review
negative 7/7 years
Backtest Review
majority positive
Outcome Summary
EthFundingSettlementMomentumContinuationLS was the analyst-suggested flip of an abandoned ETH funding-settlement reversion strategy, betting that the settlement-bar overshoot continues rather than reverts and monetizing that by trading WITH the funding-implied flow on the same proven-clean venue and data. The dense 3,860-trade backtest delivered a decisive answer in the wrong direction: it lost -56.2% (worse than the -17.9% reversion it inverted), with a Sharpe of -3.02 whose entire CI sat below zero, a profit factor of 0.74, and losses in every one of seven years, while commission consumed 18.44% of gross. The analyst abandoned it at the backtest-review gate on its second iteration, re-confirming the inverse-of-a-loser fallacy seen earlier on SOL: both fade and follow lose because the settlement move has no directional edge and the high-turnover structure is fee-fragile. It was filed alongside the session's other failed single-instrument funding-as-direction strategies, with the negative-funding-carry basket left as the genuinely promising path.
Outcome Summary
The inverse-of-a-loser fallacy strikes again: a fee-bleeding fade does not have a mirror-image winning inverse, because the loss came from fee drag and no edge, not from direction — short-horizon, high-turnover funding-settlement-clock strategies on a single crypto major have no directional edge and are dominated by ~18% commission, joining the broad single-instrument funding-as-direction family that has shown no exploitable edge all session.
Outcome Summary
On its second and final iteration the analyst issued an 'abandon' verdict at the pre-optimization backtest-review gate, so optimization, analysis, and risk review never ran: because BOTH fading and following the settlement move lose, the settlement-bar overshoot carries no exploitable directional edge in either direction — the reversion lost to fee drag and absence of edge, not to being on the wrong side, and flipping direction keeps paying the same ~18%-of-gross costs.
Outcome Summary
A long-short, single-instrument, short-horizon momentum-continuation strategy on ETHUSDT.BINANCE USD-M 1H perpetual futures that FOLLOWED (rather than faded) the directional price move around the fixed funding-settlement clock (00:00/08:00/16:00 UTC), using funding only as a gating signal — selling when funding was positive and buying when negative — as the analyst-recommended flipped premise of an earlier abandoned settlement-reversion strategy, on the thesis that the settlement-bar overshoot continues rather than reverts.
Outcome Summary
On a dense, clean 3,860-trade sample over 6.5 years the flip lost even harder than the original reversion: total return -56.2% (vs -17.9%), CAGR -11.3%, Sharpe -3.02 with the entire CI deeply below zero (-3.81 to -2.17), probabilistic Sharpe 0.0, profit factor 0.74, Sortino -4.28, 56.4% max drawdown, negative in all 7 years, with commission at 18.44% of gross.
Backtest and paper results are hypothetical. Trading involves risk of loss.