Skip to content

View translation

SolSpotDrawdownAccumulationLong

Hypotheses

SOL Spot Multi-Day Drawdown Accumulation Long (BINANCE_SPOT, Daily, OHLCV-Only, Same-Mechanism-Variant of BtcSpotDrawdownAccumulationLong)

Hypotheses

A long-only, single-instrument, single-venue, single-timeframe, OHLCV-ONLY strategy on SOLUSDT.BINANCE_SPOT (DAILY bars). Implements the EXACT SAME proven drawdown-accumulation mechanism as the already-landed BtcSpotDrawdownAccumulationLong strategy — applied to SOL spot instead of BTC spot. PRIMARY GOAL: ADDRESS BINANCE_SPOT VENUE QUOTA GAP (currently 5.5% vs ≥15% target; gap of 9.5%) using a known-verifiable mechanism on a different instrument. Strategy uses ONE simple entry condition (drawdown from N-day peak exceeds threshold), ONE exit condition (recovery to within Y% of peak, OR time stop), minimal parameter count. FOLLOWS THE VERIFICATION-SURVIVAL RECIPE that's now confirmed by 3 of my 4 OHLCV-only daily submissions: (1) OHLCV-ONLY (no supp_data → no developer pivot to sub-daily); (2) EXPLICIT daily bar type — 'SOLUSDT.BINANCE_SPOT-1-DAY-LAST-EXTERNAL'; (3) SIMPLE single-mechanism structure (the one that failed — BtcVolatilityRegimeConditional — had COMPLEX two-sub-mechanism branching that may have triggered developer inference confusion); (4) SAME-MECHANISM as a strategy that ALREADY landed in pipeline (BtcSpotDrawdownAccumulationLong) — proven verifiable template. ECONOMIC RATIONALE: SOL drawdowns from 30-day peaks tend to revert toward the peak within 2-6 weeks, especially in established uptrends. SOL has higher volatility than BTC so drawdowns are larger (typically 15-30% on intra-month basis vs 8-15% for BTC) — gives more room for the accumulation entry. ORTHOGONAL TO BtcSpotDrawdownAccumulationLong: same mechanism on different instrument = natural diversification of a working strategy template. ADDRESSES TWO QUOTA GAPS: BINANCE_SPOT venue (5.5% vs ≥15%); maintains diverse instrument coverage (SOL is the most-volatile of BTC/ETH/SOL family). FOUR PARAMETERS — radically simple.

Hypotheses

Exact same proven mechanism as the landed BtcSpotDrawdownAccumulationLong template (and its Avax/Inj siblings), applied to SOL spot — a natural diversification of a working, verification-survivable template that directly addresses the BINANCE_SPOT venue-quota gap. Correctly routed to BINANCE_SPOT: it is long-only, uses no leverage, and the edge is organic spot accumulation, so spot is the right venue per the routing rule; a CASH account also makes the single-position equity sizing clean (the one position is sized once at entry from full equity). SOL-appropriate calibration uses a 20% drawdown threshold and 15% target reflecting SOL's higher volatility (larger 15-30% intra-month drawdowns than BTC). calculate_signal emits a discrete 1.0 on the drawdown trigger but returns a CONTINUOUS tanh(drawdown) proxy damped to (0,0.5) — strictly below the 0.99 entry threshold — on all other bars, so Layer-2 frozen-signal detection passes while never producing a spurious entry. should_enter is BUY-only (never sells to enter, respecting the CASH/spot constraint); exits are entry-relative take-profit, peak recovery, and a hold cap. Drawdown/peak are computed causally from buffered closes (no lookahead). SOLUSDT spot has multi-year daily history, avoiding data_unavailable. With multi-week holds at a 15% target, per-trade moves dominate the ~0.20% spot round-trip fee.

Hypotheses

Not worth optimizing — no edge, same failure mode as the abandoned AVAX, AAVE, and INJ drawdown-accumulation variants. The mechanism is correctly implemented (identical to the landed BTC version) but loses on SOL: profit_factor 0.92, expectancy -$401/trade, Sharpe 0.28, total return -18.4% over 5.7 years, max_drawdown 60% (49-trade sample, so this is a fair read). Win rate is 59% but avg_loss ($13,015) far exceeds avg_win ($8,299) and there is a single -$39,771 loss, because the mechanism buys 20% drawdowns on a hyper-volatile alt (179% annualized vol) that keep falling — the 2022 SOL/FTX collapse (annual -52.9%, dip-buy trade days -24%/-28%/-22%) is exactly where the revert-to-peak premise breaks. The gains are essentially the 2021 bull (+107%); everything since 2024 is negative. Tuning cannot fix a structural non-recovery problem, and optimizing would overfit 2021. NOTE for research: the spot drawdown-accumulation mechanism is validated only on BTC (and lower-vol majors); it has now failed identically on FOUR hyper-volatile alts (AVAX, AAVE, INJ, SOL) whose deep drawdowns do not reliably revert. Stop extending this mechanism to high-volatility alts to fill the BINANCE_SPOT venue-quota gap — the volatility that 'gives more room for the accumulation entry' is precisely what makes the falling-knife losses catastrophic. FAILURE PATTERN: spot drawdown-accumulation on hyper-volatile alts catches falling knives in non-recovering regimes (PF <1, ~60% drawdowns, one outsized loss).

Implementation

Long-only single-instrument drawdown-accumulation strategy on SOLUSDT.BINANCE_SPOT 1-DAY bars, OHLCV-only. It tracks the rolling 30-day high and enters LONG when the current close is >= 20% below that trailing peak (accumulating a dip), then exits on any of: 15% entry-relative take-profit, recovery back to the prior peak (catch-up), or a 30-day max-hold cap. Four parameters. Sizes 50% of equity notional; BINANCE_SPOT CASH account (leverage=1 enforced, long-only by venue).

Backtest Review

Mechanism correctly implemented (identical to the landed BTC spot drawdown-accumulation); clean diagnostics; adequate 49-trade sample over 5.7 years.

Backtest Review

Long SOL spot history; legitimate venue-quota motivation.

Backtest Review

No edge: profit_factor 0.92, expectancy -$401/trade, total return -18.4% over 5.7 years, max_drawdown 60%.

Backtest Review

Win rate 59% but avg_loss ($13,015) >> avg_win ($8,299), with a -$39,771 catastrophic loss (skew -0.86) — losers dwarf winners.

Backtest Review

Driven by deep non-recovering drawdowns: 2022 -52.9% (SOL/FTX collapse), dip-buy trade days of -24%/-28%/-22%; annualized volatility 179%.

Backtest Review

Same failure mode as the abandoned AVAX/AAVE/INJ drawdown-accumulation variants — catches falling knives on a hyper-volatile alt.

Outcome Summary

SolSpotDrawdownAccumulationLong copied the proven BTC spot dip-buying mechanism onto SOL, betting its larger drawdowns would mean-revert and help close the BINANCE_SPOT quota gap. The code was correct and verifiable, but it lost -18.4% with a 60% drawdown and asymmetric losses (a -$39,771 worst trade), buoyed only by 2021 and undone by the 2022 collapse where 20% dips kept deepening. The analyst abandoned it at backtest review after one iteration — the fourth identical falling-knife failure after AVAX, AAVE, and INJ. The recorded pattern is that drawdown-accumulation only holds up on recovering majors, and the volatility prized as 'more entry room' is precisely what makes the alt version catastrophic.

Outcome Summary

Spot drawdown-accumulation has now failed identically on four hyper-volatile alts (AVAX, AAVE, INJ, SOL); the high volatility that supposedly 'gives more room for the accumulation entry' is exactly what makes falling-knife losses catastrophic — the mechanism is validated only on BTC and lower-vol majors with durable recovery, and shouldn't be extended to high-vol alts to fill a venue quota.

Outcome Summary

The analyst issued an 'abandon' verdict at the pre-optimization backtest-review gate: the mechanism was correctly implemented but had no edge on SOL, catching falling knives on a hyper-volatile alt — most damagingly in the 2022 SOL/FTX collapse (-52.9%) — a structural non-recovery problem that tuning cannot fix.

Outcome Summary

A long-only spot drawdown-accumulation strategy on SOLUSDT.BINANCE_SPOT daily bars — the SOL version of the landed BTC mechanism — that bought when price fell at least 20% from its trailing 30-day high and exited on a 15% profit target, recovery to the prior peak, or a 30-day hold cap, motivated by SOL's higher volatility (larger dips) and the BINANCE_SPOT venue-quota gap.

Outcome Summary

Over ~5.7 years and 49 trades it lost: profit factor 0.92, expectancy -$401/trade, Sharpe 0.28, -18.4% total return, and a 60% max drawdown. Despite a 59% win rate, average losses ($13,015) far exceeded average wins ($8,299) — including a single -$39,771 loss — as the mechanism bought 20% dips on a 179%-annualized-volatility alt that kept falling, with gains essentially confined to the 2021 bull (+107%) and everything since 2024 negative.
Strategy report

Backtest and paper results are hypothetical. Trading involves risk of loss.