Stochastic Oscillator, the beginning - page 26

 

Stochastic Polarisation

I've attached a picture outlining a problem I've noticed when using the Stochastic oscillator. I've heard it referred to as polarisation but essentially the Stochastic enters the overbought/oversold area and then price continues to move in the opposite direction (price drops with stochastic showing oversold or vice versa).

Has anyone experienced this problem and if so do you know why it happens and how to deal with it? Any stochastic indicators that don't suffer the same problem?

Files:
tester9.jpg  160 kb
 

Stochastic Signal Slope Indy

I've just put this together for my own use. Not sure if it was what you were looking for, as I'm only calculating the slope of the signal line, but here it is nonetheless.

 
renegado:
I've just put this together for my own use. Not sure if it was what you were looking for, as I'm only calculating the slope of the signal line, but here it is nonetheless.

thanks, gonna play with it

 

TH_MTF_Bar1.2 -adx added

"1CCI 2MACD 3OsMA";

"4MOM 5RSI 6STO 7ADX";

p.s. adx ind.https://www.mql5.com/en/forum/177357

Files:
 

TH Bar v. 1.1 - show overbought/oversold levels mode added

color schemes:

default :

if > 0 : Up

if > 0 and current >prev: strongUp

obos:

if > 0 up

if >0 and >ob lvl: strong up;

-----------------------

p.s. color rsi on picture - in rsi thread https://www.mql5.com/en/forum/178733

 
fxbs:
TH_MTF_Bar1.2 -adx added

"1CCI 2MACD 3OsMA";

"4MOM 5RSI 6STO 7ADX";

p.s. adx ind.https://www.mql5.com/en/forum/177357

Thank you!

I like it!

 

it show what it suppose to show - (if simplify) how far price from highest hi and LL (or middle)

on given period (you have 30 bars)

in trend price keeps near its highs or lows; on range it hits both walls (in both directions)

"signals" - it's only human interpretations, also often oversimplified

Files:
sto_pc.gif  26 kb
 

TH_MTF_Bar1.3 adx di (di+ di-) added

"1ADX 2ADXDI 3CCI 4MACD" ;

"5OsMA 6MOM 7RSI 8STO";

pict: adx and adx di; up/dn and obos (><adx level) modes

p.s. all started from STO than +macd+... (so that's why adx in Sto thread : ))))

Files:
 
fxbs:
TH_MTF_Bar1.3 adx di (di+ di-) added

"1ADX 2ADXDI 3CCI 4MACD" ;

"5OsMA 6MOM 7RSI 8STO";

pict: adx and adx di; up/dn and obos (><adx level) modes

p.s. all started from STO than +macd+... (so that's why adx in Sto thread : ))))

Thanks!

You are so diligent

 

Stochastic Histogram

Can you help me to build an indi like MACD HISTO image but with a STOCHASTIC?

I need histogram of the difference between signal and main (stochastic)...like macd histogram indi which draw the histogram of the difference between signal and main (macd)..

Thanks!!!