RSI in Histogram - page 5

 

Thanks a lot.

I updated this post https://www.mql5.com/en/forum/178733

 

rsi color bars w/main and signal lines

here you go matrix

has selectable signal and main lines to help visualize rsi position

this one has no alert though.

regards

blur

Files:
 

nice work, Blur!

" 2 color above/below 50' and/or i><i+1"mode - not really needed - if you have 4colors, users can simply set(chose) colors to wat they wish: 4 or 2(two red, two green) or1(all4 yellow : ) )...

 

Blur

I love what you've done with bars man. Many times I don't know if RSI is just above or below the zero line,now I know. Great work.

Could I ask you if it would be possible to alter it so that it does not show the value of RSI. I changed it already so that it does not give the indicator name.

If you look at my pic, the values are over the bars. If not then that's ok.

But thanx again.

Files:
 

Hye guys!

I want to ask for master coder that I need MTF RSI Bar (TF 1,5,15,30M)

Blue= >50

Red= <50

can set rsi period of rsi parameter = normal 14..

Anyone can help me?

 

Mtf Rsi

There is a thread about bars here

https://www.mql5.com/en/forum/177280

It may not be exxactly what you want, but it mat be better

 
spiritbreezer:
There is a thread about bars here

https://www.mql5.com/en/forum/177280

It may not be exxactly what you want, but it mat be better

thanks man!

That is good idea!

 

spiritbreezer,

your welcome, i always got help here so I am glad to return it when I can.

all you have to do is change or add these lines in red.

NOTE: I Also Put the line above the change as reference to where to put the new lines.

this one makes the whole operation selectable:

#define indicator_maximum 100

extern bool PlotMainLine=true, PlotSignalLine=true,StealthMode=true;

this one make the numbers disappear:

if(PlotSignalLine) SetIndexStyle(6,0); else SetIndexStyle(6,12); SetIndexBuffer(6,RSISignal);

if(StealthMode) {SetIndexLabel(5,NULL); SetIndexLabel(6,NULL);}

and this this makes the indy name disappear:int counted_bars=IndicatorCounted(),I,limit;

if(StealthMode) IndicatorShortName(""); else

IndicatorShortName("RSI 4ColorBars[" +RSIPeriod+","+RSIPrice+","+MASignal+","+MAMode+"]");

regards,

blur

but if your just lazy to do it i attached it below.

 

Stochastic Histogram

Blur71,

many thanks for the indicators, they are very visual and easy to use.

Could you please post your Stochastic Histogram with signal, which is on a chart in post #30 of this thread.

Thanks

euro

 

european,

your welcome. the link to stochastic indy was in post# 36

But, there is a newer version also, here there are again:

1. Stochastic Histo v2

2. 4C Stochastic Histo MultiMode

regards

blur

Reason: