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 ?
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