strategy_snipe_create
Create a snipe/scalping strategy -- dip-buy with a fast take-profit/stop exit.
Flat: buys usd_per_buy when price is entry_dip_pct below the close
lookback ticks ago. Holding: exits on a tight take_profit_pct OR
stop_loss_pct -- many small round-trips. Runs on a short interval
(default 60s) since it reads a per-tick rolling price window that must
accumulate lookback + 1 observations before it can enter.
risk / direction params: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| lookback | No | ||
| allow_short | No | ||
| usd_per_buy | Yes | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| entry_dip_pct | No | ||
| stop_loss_pct | No | ||
| direction_mode | No | ||
| wallet_address | Yes | ||
| regime_override | No | ||
| take_profit_pct | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||