strategy_sentiment_create
Create a sentiment strategy -- trades an aggregate sentiment score.
Buys when the score is >= bull_threshold (flat), sells when it is
<= bear_threshold (holding); the neutral band holds. The score is
sourced live from market intelligence each tick, or pinned via
sentiment_score. DISCRETIONARY (SEC framework): targeting
a tokenized SECURITY forces per-execution user_confirmed at execution
(crypto stays fully autonomous). Call asset_classification first.
risk / direction params: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| allow_short | No | ||
| usd_per_buy | Yes | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| bear_threshold | No | ||
| bull_threshold | No | ||
| direction_mode | No | ||
| wallet_address | Yes | ||
| regime_override | No | ||
| sentiment_score | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||