Attachments forums

List of attachments posted on this forum.


All files on forums: 159920

Re: RSI Indicators for MT4

timballingall67, Sun Jul 07, 2024 12:23 pm

kvak 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);
Worked a treat - thanks
corrected code attached
( excuse my versioning )
All files in topic