RSI in Histogram - page 4

 

sounds like a good idea

i'll try

blur

 

Thanks So much Guys!!

 

Hello Blur, you have an interesting Stoc Histo there, would it be possible if i can ask the code for it?

my Stoc Histogram is kinda Choppy but yours is smooth, would like to try that one out

 

4 colours

Thanx Blur

Here is a macd with 4 colours. Mayb you can look at this code if you want.

Files:
macd_4color.ex4  15 kb
 

Hiyieldrater,

my stoch histogram is the same old formula, no smoothing. The 20,8,8 setting looks smoother.

heres the link: Stochastic Histogram v2

that thread also has some smoothed stochastics. lately Mladen's Blau Double Smoothed Stochastic

and this is his creation also: Premier Stochastic

hope these help.

spiritbreezer,

about 95% complete with 4 color rsi histo. started it earlier but had to leave on bizniz. only need to sort out buffers

blur

 

4 color rsi histogram alert

heres a simplified version. with just the 4 color mode.

eventually want it work in all three modes,

1. 2 color above/below 50

2. color descending

3. 4 color mode

all other function are the same.

blur

Files:
 

Oh, I thought it was a different version. Thanks Blur

 

thanks fxbs,

would be nicer though, if you could just easily change it just a rsimode=1,2,or 3 in the menu.

i'll get to it soon though.

 
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.

Can you do the same sort of thing to change it into the a horizontal bar type indicator? (See multi bar example below) Only need one bar though

Files:
bar_example.jpg  11 kb
 

Blur

Thank you so much for doing this. Makes my life so much easier.

Reason: