get_fno_trade_setup
Determines NIFTY/BANKNIFTY intraday options setup: BUY_CE, BUY_PE, or NO_TRADE. Analyzes trend, RSI, MACD, FII flows, PCR, VIX, and overnight context, with confidence and risk flags.
Instructions
Build a clean NIFTY / BANKNIFTY options setup for intraday decisions.
This packages the strongest nifty-agent behavior into one MCP call: read trend, RSI, MACD, FII flows, PCR, VIX regime, and overnight context, then return one clear action:
BUY_CE
BUY_PE
NO_TRADE
Also returns:
confidence_pct
preferred ATM strike zone
approve_message
bull and bear factors
risk flags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | NIFTY |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |