Histogram Lines to size 2 in indicator program

 

How do I get a program to automatically increase the histogram width to 2.

When I change this statement, nothing happens to the width.

SetIndexStyle(1,DRAW_HISTOGRAM); to: SetIndexStyle(1,DRAW_HISTOGRAM,0,2);

void SetIndexStyle( int index, int type, int style=EMPTY, int width=EMPTY, color clr=CLR_NONE)

Please enlighten me!

Dave

<<<
 

Anybody alive out there to answer this question???

 

SetIndexStyle(1,DRAW_HISTOGRAM, STYLE_SOLID, 2);

iscuba11:
How do I get a program to automatically increase the histogram width to 2.

When I change this statement, nothing happens to the width.

SetIndexStyle(1,DRAW_HISTOGRAM); to: SetIndexStyle(1,DRAW_HISTOGRAM,0,2);

void SetIndexStyle( int index, int type, int style=EMPTY, int width=EMPTY, color clr=CLR_NONE)

Please enlighten me!

Dave

<<<
 

Thanks Bill3002!

Dave

<<<

Reason: