Buy-Stock
Execute stock purchases on Zerodha platform for specified quantity and stock name at market price, enabling automated trading through the Zerodha Trading Bot.
Instructions
This tool buys 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"
}