create_analysis_alerts
Preview or create TradingView alerts for Confirmation, Invalidation, and Target 1 from an audited analysis overlay, verifying Pine source and chart binding first. Read-only unless confirm=true.
Instructions
Preview or create bounded, one-shot TradingView price alerts for Confirmation, Invalidation, and Target 1 from one audited Bushido Analysis Overlay. It verifies the exact Pine source, chart binding, analysis_id, current price, existing owned alerts, and post-create readback. Without confirm=true it is read-only. It never uses webhooks, email, SMS, broker APIs, or orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| popup | No | Show a TradingView popup. Default: true | |
| confirm | No | Must be true to create alerts. Default: false | |
| pine_id | Yes | ||
| play_sound | No | Play TradingView's calling sound. Default: false | |
| analysis_id | Yes | ||
| chart_index | No | ||
| mobile_push | No | Notify in the TradingView app. Default: true | |
| expected_symbol | Yes | ||
| expected_timeframe | Yes |