I have created a simple userscript (similar to chrome extension) based on feature request in this thread (Kite Feature Request), if anyone else also need this feature feel free to contact me and happy to share the code/instructions.
You will be able to do following:
Group your holdings in ‘categories’ or ‘tags’
See a small tag next to your stock name indicating which category does the stock belong to.
When a specific category is selected, only stocks in that category is shown in ‘watchlist’ and ‘orders’ and ‘holdings’ screen
One stock can have multiple tags.
When you click on a stock in watchlist, if same stock is present in ‘holdings’, screen will be scrolled bringing the stock in the middle and it will be highlighted for few seconds.
FYI, whoever is replying here I am sending them the link to use.
As I create this script only for myself, I have kept it very simple. Right now to use it , we have to first create an array. If you are not a techie and don’t understand whats an array then I would suggest you wait till I create another version for non-techies.
You have to create something like below for your holdings and then replace in the script.
var holdings = {
"Dividend" : ["SJVN","VEDL"],
"Wealth Creators" : ["WHIRLPOOL","ICICIBANK",],
"Sell On profit" : ["LUMAXIND","RADICO"]
};