strategy_arb_create
Create an arb strategy -- cross-venue price-discrepancy convergence (APPROXIMATE).
Reads a live cross-venue spread each tick (task-sourced from the Jupiter
quote corpus vs on-chain price) or falls back to a transparent PROXY
(deviation below a short EMA) when unavailable. Enters when the spread
clears entry_spread_pct and flat; exits when it reverts to
exit_spread_pct. The simultaneous two-venue fill is collapsed to one
leg (flagged approximate). Market-neutral: no direction params exposed
(regime is read directly, not adapted).
risk: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| ema_period | No | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| usd_per_trade | Yes | ||
| wallet_address | Yes | ||
| exit_spread_pct | No | ||
| entry_spread_pct | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||