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

BTC Breakout Continuation

A breakout only matters if support survives the retest. This strategy scores that survival.

FreeCallableBTCMachine Judgement Only

Quick actions

/api/v1/strategies/btc-breakout-continuation/invoke

Best for

A BTC continuation check that asks whether a breakout still holds after support is retested.

Market scopeCrypto
Strategy familyBreakout
Delivery typeAPI Response
Verification levelMachine Judgement Only

Use this when

  • Determine whether BTC is still valid above the current support shelf.
  • Project the next resistance band when continuation remains intact.
  • Feed momentum-aware prompts with structured state instead of vague chart commentary.

Evidence available

  • Recent public chart discussions converge around 73k-74.5k as a key support hold zone.
  • Targets frequently cluster around the 76k-77k area before opening higher.

Inputs and assumptions

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

InputsBTC price / support band / timeframe
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": 75290,
  "support_band": [73000, 74500],
  "timeframe": "4h"
}
{
  "status": "success",
  "data": {
    "state": "bullish_continuation",
    "next_resistance_zone": [76000, 77000],
    "confidence": 0.78
  }
}

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.

  • Scalping inside noisy intraday chop.
  • Blind long entries without checking liquidity and volatility.
  • Altcoin selection on its own.

What it does

A BTC continuation check that asks whether a breakout still holds after support is retested.

Best forBTC support-retention checks / Momentum prompts that need structured breakout state
UniverseBTC

How it works

  • Read the current BTC price against a caller-provided support band.
  • Classify the state as continuation, support retest, or support lost.
  • Return a next resistance zone only when structure still supports continuation.

Risks

  • Scalping
  • Blind long entries without liquidity and volatility context
  • The caller is responsible for choosing a relevant support band.
  • The result does not include order-book or derivatives confirmation.

Evidence

Backtest requiredno
Data requirementsBTC price / support band / timeframe
Minimum diagnosticsno_trade / overtrade / drawdown / data_gap

Deliverables

  • strategy_card
  • invoke_schema
  • example_response

LEAN-like components

AlphaContinuation quality improves when price remains accepted above the support band.
PortfolioNo sizing output; use the state as an input to a supervised strategy.
Risksupport_lost downgrades continuation / avoid using stale support bands
Execution4h | not applicable because the public callable does not place orders | not applicable because the public callable does not place orders