RSI in Histogram - page 2

 
 
 

RSI in Histogram

Hi ,

Does anyone know if the RSI indicator comes also in the histogram form.

Thank you for your assistance

 
highway3000:
Hi ,

Does anyone know if the RSI indicator comes also in the histogram form.

Thank you for your assistance

Apparently it is not possible to make it into a histogram. We have looked at it without any success.

 

Are you looking for something like this?

Files:
 
bluto:
Are you looking for something like this?

Simply amazing when you know how, hey Bluto. Thanks for your expertise.

 
ValeoFX:
Simply amazing when you know how, hey Bluto. Thanks for your expertise.

It's really simple to do this. Most indicators draw a line or some visual output using the SetIndexStyle() function. I just copied the standard RSI indicator, renamed it, and changed the default of:

SetIndexStyle(0,DRAW_LINE);

to:

SetIndexStyle(0,DRAW_HISTOGRAM);

You can usually do this with any indicator.

 

Thank-you

bluto:
It's really simple to do this. Most indicators draw a line or some visual output using the SetIndexStyle() function. I just copied the standard RSI indicator, renamed it, and changed the default of:

SetIndexStyle(0,DRAW_LINE);

to:

SetIndexStyle(0,DRAW_HISTOGRAM);

You can usually do this with any indicator.

Thank you Bluto,

You are a genius

Wish yo good trading

 
bluto:
It's really simple to do this. Most indicators draw a line or some visual output using the SetIndexStyle() function. I just copied the standard RSI indicator, renamed it, and changed the default of:

SetIndexStyle(0,DRAW_LINE);

to:

SetIndexStyle(0,DRAW_HISTOGRAM);

You can usually do this with any indicator.

Pluto

Can I ask you a favor for an alert on the %r willuiams like over -80 and under -20

thanks in advance

I will put it with alerts when and if i get it

 
swall:
Pluto

Can I ask you a favor for an alert on the %r willuiams like over -80 and under -20

thanks in advance

I will put it with alerts when and if i get it

It's.....Bluto.