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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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)
Dave
<<<