Skip to content

View translation

BnbDailyGoldenCross50200MomentumLongAtrTrail

Hypotheses

BNB Daily 50/200-EMA Golden Cross Momentum Long with ATR Trailing Stop

Hypotheses

A long-only single-instrument trend-following strategy on BNBUSDT perpetual futures using daily bars and OHLCV-only data. Architecturally MIRRORS the highest-Sharpe pipeline strategy — ETH Daily Golden Cross Momentum (Sharpe 4.04, paper_stage) — applied to BNB for portfolio diversification across asset classes. The strategy enters long when the 50-day EMA crosses above the 200-day EMA in a confirmed long-term uptrend (price above 200-day SMA), then rides the trend with a 3× ATR Chandelier trailing stop. BNB is the natural next target for the Golden Cross construction because: (a) BNB has the strongest structural buyer base in crypto (Binance fee discounts, BNB Launchpad, BNB Chain gas, quarterly burns) which produces persistent multi-month trends very similar to ETH's institutional-flow-driven trends, (b) BNB exhibits comparable realized volatility to ETH (~55-70% annualized), so the 50/200 EMA spread calibration that works on ETH should generalize cleanly, (c) BNB has 5+ years of clean Binance perp data covering 2 full bull-bear cycles for robust walk-forward, (d) BNB's correlation to BTC has been 0.75-0.85 — high enough that the architecture is proven applicable, but low enough that BNB-specific exchange catalysts add idiosyncratic alpha. Single-dominant-filter design (200-day SMA regime + 50/200-EMA crossover trigger), explicitly NOT a multi-condition AND-gate (the recurring failure mode of AVAX Calm-Regime / DOT Pullback / SOL TOM, all abandoned for sparse-signal + outlier-dependency reasons). Calibrated for 5-12 entries/year (the empirically validated success zone of the ETH version). The existing BNB strategy in pipeline is BnbFourHourVolumeBreakoutLong (4H timeframe, volume breakout mechanism) — this proposal is daily timeframe with EMA crossover mechanism, which is mechanism-orthogonal and timeframe-orthogonal so adds genuine portfolio diversification with minimal signal correlation.

Hypotheses

Architecturally mirrors the highest-Sharpe pipeline strategy (ETH Daily Golden Cross, Sharpe 4.04, paper_stage) applied to BNB for cross-asset diversification, reusing the validated structure verbatim: the crossover is detected from the previous-vs-current EMA pair so it fires exactly once per regime transition (not every bar in the regime), gated by the 200-SMA uptrend filter, with risk managed by a volatility-adjusted ATR Chandelier trail rather than a fixed percentage — a genuine single-dominant-filter design, not the sparse-signal AND-gate failure mode. BNB fits the Golden Cross because its structural buyer base (fee discounts, Launchpad, BNB Chain gas, quarterly burns) produces persistent multi-month trends like ETH's, with comparable realized vol (~55-70%) so the 50/200 calibration generalizes, and 5+ years of clean perp data across two cycles for walk-forward; it is timeframe- and mechanism-orthogonal to the existing 4H volume-breakout BNB strategy, adding low-correlation diversification. calculate_signal returns the continuous EMA spread (varies every bar) so the Layer-2 frozen-signal check never trips, while the entry decision is the golden-cross event in should_enter. Per a hard-won lesson the EMA helper is an instance method (not @staticmethod) so it survives the Layer-2 proxy's callable re-binding — verified by running the actual proxy across all six scenarios (no exceptions, 469 unique signals). Long-only matches crypto's directional asymmetry; leverage is 1.0 so sizing references no margin leverage (no inert-leverage gate).

Hypotheses

Structurally too sparse to validate: the 50/200 EMA golden cross fires only 4 times in 6.4 years, and the engine flags metrics_reliable=FALSE. The hypothesis itself designs for '1-3 events per cycle,' which is fundamentally incompatible with the factory's walk-forward/holdout (~62+ trades). With 4 entries the result is a single-outlier artifact: the entire +61% return comes from one +115.5% trade (2024-05-14), the other 3 are losses (win_rate 25%), and the distribution is degenerate (kurtosis 158.2, skew 12.4, sharpe_ci_low -2.18). The 92% avg_position (flat equity, not ATR-risk-sized) drives both the outlier magnitude and the 23% drawdown. Not optimize (4 trades is unoptimizable, holdout would be 0 trades). Not iterate-densify: the sparsity is inherent to the canonical 50/200 crossover; densifying requires shortening the EMAs, which guts the 'canonical golden-cross EVENT trigger' thesis and converts it into the state-based crossover it claims to be orthogonal to. The BNB daily-trend edge is ALREADY captured by the state-based / volume-breakout strategies in pipeline (the cited BnbFourHourVolumeBreakoutLong), so the event-based crossover adds nothing validatable. FAILURE PATTERN: single-asset daily 50/200 EMA golden-cross EVENT strategies fire only ~4-5 times in 6 years (now confirmed on BTC, LINK, and BNB this session) — structurally too sparse for walk-forward, metrics_reliable=FALSE, and the headline is invariably one outlier trade (here +115%). A high Sharpe on a handful of crossover events (incl. the mirrored ETH 'Sharpe 4.04') is not a validated edge; capture daily trend via state-based strategies that fire repeatedly, not the rare crossover event.

Implementation

Long-only BNBUSDT.BINANCE daily 50/200-EMA Golden Cross momentum strategy with an ATR Chandelier trailing stop (pure OHLCV, single instrument). It enters long on the EVENT of the 50-EMA crossing above the 200-EMA while price is above its 200-day SMA (confirmed uptrend), then rides the trend with a 3×ATR(14) trailing stop off the high-water mark; exit is purely the trailing stop. Sizes 95% of equity into the trend. Low parameter count, event-based (5-12 entries/cycle). Leverage 1.0.

Backtest Review

Clean OHLCV-only implementation, correct golden-cross + uptrend gating, ATR trailing exit; high capacity

Backtest Review

Structurally too sparse: 4 trades over 6.4 years -> metrics_reliable=FALSE (engine's degenerate-sample flag), unoptimizable, degenerate holdout (0 trades)

Backtest Review

Single-outlier-driven: the entire +61% return is the one +115.5% trade (2024-05-14); the other 3 are losses (win_rate 25%); kurtosis 158.2, skew 12.4, sharpe_ci_low -2.18

Backtest Review

avg_position_pct 92% (flat 95% equity, NOT ATR-risk-sized) -> max_drawdown 23.3% and the outlier both reflect full-equity sizing

Backtest Review

Densifying requires shortening the EMAs (guts the canonical golden-cross thesis); BNB daily-trend edge already captured by state-based / volume-breakout strategies

Backtest Review

n/a

Backtest Review

~62 WF floor

Backtest Review

+115% day = entire return

Backtest Review

broad-based

Outcome Summary

BnbDailyGoldenCross50200MomentumLongAtrTrail extended the factory's highest-Sharpe architecture — the promoted ETH golden cross — to BNB, arguing BNB's strong structural buyer base and ETH-like volatility should let the 50/200 calibration generalize cleanly. But the canonical crossover fired only 4 times in 6.4 years, so few that the engine set metrics_reliable=FALSE: the +61% headline was one +115.5% trade with the other three losing, a degenerate single-outlier artifact amplified by flat 95%-equity sizing rather than the claimed ATR risk control. The reviewer abandoned it as structurally too sparse to validate and impossible to densify without gutting the thesis, noting BNB's daily-trend edge is already captured by repeatedly-firing strategies. The decisive conclusion — now confirmed across BTC, LINK, and BNB this session — is that rare-crossover event strategies cannot be validated, and a high Sharpe on a handful of crossovers (including the mirrored ETH 4.04) is not a real edge.

Outcome Summary

Single-asset daily 50/200 EMA golden-cross EVENT strategies fire only ~4-5 times in 6 years — confirmed this session on BTC, LINK, and BNB — making them too sparse for walk-forward (metrics_reliable=FALSE) with a headline invariably carried by one outlier trade; so even a mirrored 'Sharpe 4.04' is not a validated edge, and daily trend must be captured via state-based strategies that fire repeatedly, not the rare crossover event.

Outcome Summary

The analyst abandoned it at the backtest-review gate as structurally unvalidatable: the 50/200 golden cross fires only ~1-3 times per cycle by design (4 entries / 6.4 years), incompatible with the factory's walk-forward/holdout, with metrics_reliable=FALSE and the whole return from a single outlier — and densifying would require shortening the EMAs, gutting the canonical-crossover thesis, while BNB's daily-trend edge is already captured by repeatedly-firing state-based/volume-breakout strategies.

Outcome Summary

A long-only, OHLCV-only BNB daily trend-follower on BNBUSDT.BINANCE that enters on the canonical 50/200 EMA golden-cross EVENT while price is above the 200-SMA, then rides the trend with a 3x ATR chandelier trailing stop — architecturally mirroring the promoted ETH Daily Golden Cross (Sharpe 4.04) and applied to BNB for diversification, deliberately a single-dominant-filter design calibrated for ~5-12 entries/year.

Outcome Summary

It was far too sparse to evaluate and the engine flagged it: only 4 trades in 6.4 years with metrics_reliable=FALSE, a single-outlier headline (the entire +61.1% return from one +115.5% trade on 2024-05-14, the other 3 trades losses, 25% win rate), a degenerate distribution (kurtosis 158.2, skew 12.4, sharpe_ci_low -2.18 against a 1.07 point Sharpe), and a 23.3% drawdown from flat 95%-equity sizing rather than the claimed ATR-risk sizing.
Strategy report

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