Prerequisites
- Logged into the platform
- Zerodha session active (header status)
- Index tab open with live tick data
Options manual orders
On the options order page:- BUY / SELL buttons per CALL/PUT column
- Bulk sell — close all CALL or all PUT for index
- Orders use
useZerodha()→POST /zerodha/order
User dashboard shortcuts
Simplified CALL / PUT buy buttons place single market buys using current tick strikes.Close and cancel
- Close order — exit position (
POST /zerodha/closeOrder) - Cancel — pending orders (
DELETE /zerodha/order/:id)