Worked a treat - thankskvak wrote: Sat Jul 06, 2024 6:24 pm Hello.
I am not sure if there is any better help but you can try this...
SetIndexBuffer(0,rsi); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(1,rsida); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(2,rsidb); SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(3,prices); SetIndexStyle(3,DRAW_NONE);
SetIndexBuffer(4,volume); SetIndexStyle(4,DRAW_NONE);
SetIndexBuffer(5,slope); SetIndexStyle(5,DRAW_NONE);
corrected code attached
( excuse my versioning )