Dip Scenario — structural tranche ladder + base rate
arena_dip_scenarioWhere would I add on a dip, and when is the thesis wrong? Turn a dip/accumulation thesis into a concrete, checkable plan from YOUR assumptions. Given an asset (BTC/ETH/SOL), a named cycle-state preset and a thesis horizon, returns: (1) a tranche LADDER anchored to STRUCTURAL marks (200-week MA, support clusters) below spot — marks the market has actually traded at, rather than calendar dates; (2) the cited historical base rate from the analog engine (what forward returns followed comparable states, with episodes_matched and sample size); (3) the explicit lump-sum-vs-tranche tradeoff (laddering buys lower timing variance; expected value stays with the base rate). Requires an invalidation point (mandatory: at what scenario is the thesis wrong). Composes the historical-analog + key-levels tools. This structural framing is MCP-only; a related (different-method, EV/Kelly) interactive tool is at https://tradingstrategies.work/analyse/dip-decision. [API Pro tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Which asset. Support-cluster rungs are BTC-only; ETH/SOL use the 200-week MA as the structural mark. | BTC |
| preset | Yes | Cycle-state preset for the base rate. One of: cycle_bottom_cluster, cycle_top_cluster, deep_fear, euphoria, quiet_volatility. ETH/SOL: price-derived presets only. | |
| capital | No | Optional total capital — if given, each tranche also returns an absolute amount. | |
| horizon_days | No | Thesis horizon in days for the base-rate forward return. Default 180. | |
| invalidation | Yes | MANDATORY: the scenario under which the thesis is wrong (e.g. "weekly close below the 200-week MA"). NOT "where do I buy". | |
| risk_aversion | No | Ladder tilt. 1 = equal tranches; >1 = weight deeper marks more (more patient); <1 = front-load toward now. Clamped [0.5, 3]. |