How to avoid price display in side bars (too many)

may be pretty basic .. but appreciate your help .. i have too many price highlighters in y axis for each indicator line.. how can i mask ?

image

You can use styleNoLabel being added to 4th argument of Plot function to avoid label being potted on price axis.

Example

Plot(C,"Price", colorDefault, styleBar | styleNoLabel);
4 Likes

Thanks a lot @fxshrat