Sell-Stock
Automate stock sales on Zerodha by executing sell orders at the current market price for specified stocks and quantities.
Instructions
This tool sells a stock in the zerodha trading platform for the given quantity and stock name at the current market price for the given user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}