strategy_momentum_create
Create a momentum strategy -- fast/slow SMA crossover entry/exit.
Buys on a bullish cross (fast SMA > slow SMA), sells on a bearish cross.
DISCRETIONARY (SEC framework): the model interprets a signal
and converts it to a trade, so targeting a tokenized SECURITY forces
per-execution user confirmation before the scheduled dispatcher will run a
tick (strategies.tasks.execute_strategy requires user_confirmed=True;
crypto targets stay fully autonomous). Call asset_classification first.
risk / direction params: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fast | No | ||
| risk | No | ||
| slow | No | ||
| allow_short | No | ||
| usd_per_buy | Yes | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| direction_mode | No | ||
| wallet_address | Yes | ||
| regime_override | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||