TRADING4AILegacy strategy detail archive

Legacy archive

This noindex page is a legacy archive.

The current public product is Financial Agent Reliability Materials. This route is retained as historical reference only and does not represent the current Pages-only offer, live order flow, strategy sales, or backtesting service.

Legacy strategy detail archive

ETH Breakout vs Reversal

ETH currently lives or dies on the 2,385-2,400 shelf. This strategy makes that test explicit.

FreeCallableETHMachine Judgement Only

Quick actions

/api/v1/strategies/eth-breakout-vs-reversal/invoke

Best for

An ETH decision-zone classifier that separates confirmed breakout from failed-breakout risk.

Market scopeCrypto
Strategy familyBreakout
Delivery typeAPI Response
Verification levelMachine Judgement Only

Use this when

  • Detect confirmation above the current decision zone.
  • Flag liquidity sweep and double-top behavior when price loses the zone.
  • Provide a structured answer instead of ambiguous chart interpretation.

Evidence available

  • Recent public ETH analysis repeatedly uses the 2,385-2,400 band as the line between continuation and rejection.
  • Targets often cluster around 2,550-2,650 after confirmation.

Inputs and assumptions

These inputs, evidence requirements, and execution assumptions define what the strategy expects before the result is trustworthy.

InputsETH price / 4h close / liquidity sweep flag
Execution assumptions4h | not applicable because the public callable does not place orders

Delivery path

Free strategies return an API response. Paid artifacts move through order, claim, entitlement, and evidence-gated delivery.

{
  "price": 2398,
  "close_4h": 2406,
  "liquidity_sweep": false
}
{
  "status": "success",
  "data": {
    "state": "confirmed_breakout",
    "upside_zone": [2550, 2650],
    "confidence": 0.8
  }
}

Agent-readable surface

Machine surface: /for-agents

Machine bridge: /llms

OpenAPI contract: /openapi.json

Agent card: /.well-known/agent.json

Public trust summary

No public trust summary has been published for this strategy yet.

Public trust summaries stay unpublished until manual review approves a public-safe version.

When published, public trust summaries stay limited to evidence_level, review_status, tested_market_scope, tested_assets, tested_time_window, safe_statements, and limitations.

Raw evaluation history, operator notes, blocked claims, rankings, and performance-winner language stay internal.

Limits and non-promises

Historical strategy reference only: this page is not a current strategy recommendation, checkout path, or live performance claim page. Current public work starts at /agent-verification/materials and the active scope is summarized at /current-capabilities.

  • Low-liquidity microcaps.
  • Cross-market macro portfolios without ETH-specific tuning.
  • Instant execution after news spikes.

What it does

An ETH decision-zone classifier that separates confirmed breakout from failed-breakout risk.

Best forETH threshold checks / Breakout-vs-reversal strategy routing
UniverseETH

How it works

  • Compare ETH price and 4h close against the 2,385-2,400 decision shelf.
  • Downgrade failed-breakout risk when liquidity sweeps break the shelf.
  • Return a structured state with confidence and an upside zone when confirmation holds.

Risks

  • Low-liquidity microcaps
  • Instant execution after news spikes
  • The decision shelf is an explicit assumption and can become stale.
  • The callable does not include broader portfolio or execution rules.

Evidence

Backtest requiredno
Data requirementsETH price / 4h close / liquidity sweep flag
Minimum diagnosticsno_trade / overtrade / drawdown / data_gap

Deliverables

  • strategy_card
  • invoke_schema
  • example_response

LEAN-like components

AlphaBreakout quality improves when ETH closes above the shelf without immediate liquidity-sweep failure.
PortfolioNo sizing output; use the state as a supervised strategy input.
Riskfailed_breakout_risk blocks clean continuation / decision_zone avoids forced trend labels
Execution4h | not applicable because the public callable does not place orders | not applicable because the public callable does not place orders