Tags for option

hi,

Is there a way to tag trades so that they can be viewed and managed easily?

thanx
suhashegde

Yes, you can apply tags to all your trades for an instrument. Check out this article for more details.

1 Like

thank you for the reply.

how to tags for option positions?

Tagging is currently only available on Console, the process for which is shared above. Bringing this to Kite is on our list of things to do.

"Currently, the tag parameter works flawlessly for routing and tracking orders. However, because positions are aggregated at the exchange level, the tags are stripped away when querying the kite.positions() endpoint.

For those running multiple automated strategies on the same underlying instrument, managing exits is complex. We have to reconstruct our net positions locally by looping through the order book.

Is there any plan to introduce a virtual wrapper or a parameter like kite.positions(tag=“STRATEGY_1”) where the Kite backend calculates and returns the net open quantity for that specific tag?"