analyze_chart
Assess intraday setup quality by analyzing technical levels and recent candles with AI. Provides action-specific evaluation for BUY or SHORT trades.
Instructions
Evaluate the quality of an intraday setup based on technical levels and recent candles using AI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atr | Yes | Current ATR value | |
| rsi | Yes | Current RSI value | |
| vwap | Yes | Current VWAP level | |
| price | Yes | Current market price | |
| action | Yes | Proposed trading action | |
| symbol | Yes | Stock symbol | |
| candles | Yes | List of recent candles (usually last 5) |