We will discuss about this.
This is the same as on a live kite (kite.zerodha.com), isn’t it? We will check about this.
We will discuss about this.
This is the same as on a live kite (kite.zerodha.com), isn’t it? We will check about this.
I had noticed this issue but i was thinking it will be fixed in new watchlist
When is this feature going live? Will we get a notification, or will it be rolled out automatically without user input?
It should go live in a few weeks, but we can’t commit to an exact timeline yet. We’ll make an announcement once it’s released, and it will be rolled out automatically, no action needed from client’s end. @sandeep_cs
Is this option of Grouping available only for select users? I do not find the New Group option as shown in the initial post in the Kite-Beta site.
Screenshot:
It was available until yesterday. I think they removed it. and after some changes they will relaunch it.
For some reason, the new MarketWatch has been removed from kite-beta.zerodha.com. I will update you here once it is up.
Kite-beta.zerodha.com had a TV TFC+ new MarketWatch. We had to debug some issues on TV TFC, so we separated it to see whether the new Marketwatch is somehow relevant.
The new MarketWatch is now available back on Kite-beta.zerodha.com. @iTrader @User786
Yes, most likely.
yes, will get it addressed.
Please remove the unnecessary margins on right & Left, wasting too much screen space in the new kite web trading view charts. Please add the position P&L in same interface. Currently I am using the full-width interface using a css hack. Screenshot provided. CPR indicator too is missing
@Arockiya_Raja When will the beta be pushed to main website?
Actually I’m not able to login to Beta & main site simultaneously and no watchlist from main site has been imported to beta site…
I mainly want a clarity on whether the watchlist I created in Beta will be pushed into main site when it goes live? If not then there is no use in taking time and creating researched watchlist.
No it won’t, in your case you can wait till it goes live. Should go in live in couple more weeks.
This will be addressed with our terminal mode feature.
It is not feasible under the current design. Removing those spaces will result in too much empty space in the middle. The user’s eyeball movement will increase to refer to the required data because it needs to go from the left to the right corner for no added advantage. It will look proper only with charts.
The TV library does not provide this. We will look into it after the TV TFC goes live (in a week).
It is just a matter of changing the css (left-content-width). There will not be any empty space as in my interface I expanded the watchlist to fill the space using following css
@media (max-width: 2200px) {
:root {
–left-content-width: 530px !important;
–right-content-width: calc(var(–wrapper-width) - var(–left-content-width)) !important;
}
}
TV library does provide CPR indicator. CPR with Pivot Levels - CPR by KGS
Brokers like Fyers already providing it.
Please refer to this screenshot to see how other pages will be filled with empty spaces in the middle instead of on the right and left. That’s not the best user experience.
CPR by KG
Those are community indicators, not provided by the library. This needs to be added as custom indicators; we will work on them soon.
You are neglecting the screenshot I uploaded in my earlier post??? There is no extra space in my interface??? You are showing the display without the CSS changes, with space???
Did you try
–left-content-width: 530px !important;
Depending on your screen size??
As mentioned in the initial response, it will look proper only with charts; you captured a screenshot with the chart open.
You may go to the dashboard, order book, holdings, and position page to see empty space in the middle. The data fits in the current design. If the screen is extended to a high resolution, we will obviously see more space in the middle rather than on the sides.