Stochastic Oscillator, the beginning - page 12

 
syedks:
Guys, I would like to get "signal" value of StochasticDiNapoli and using the following code. But the outcome is the same!!!!!

I am trying to findout the stoch cross over... any idea whats wrong?

double dstoch = iCustom(NULL,TimeFrame,"StochasticDiNapoli_v1",8,3,3,0,0);

double dssignal = iCustom(NULL,TimeFrame,"StochasticDiNapoli_v1",8,3,3,1,0);

[/php]thanks

(buff 0&1): 8,3,3, 0; 8,3,3, 1;

like this:

[PHP]double dstoch = iCustom(NULL,TimeFrame,"StochasticDiNapoli_v1",8,3,3,0);

double dssignal = iCustom(NULL,TimeFrame,"StochasticDiNapoli_v1",8,3,3,1);
 
Scrat:
i was wondering if anyone knows about an indicator that plots the difference between %K and %D as a histogram.

it should be similar to OsMA, but applied to %K and %D.

i have attached a chart: the histogram should be positive corresponding to green areas, and negative corresponding to red areas.

allright, here's your estocade - a STO K-D macd - basic

and more interesting - Stoch option added to Mladens allcolored Macd of everything

extern string note_MACD_Types_ = "0 regularMACD-ema 1ZeroLagMACD 2MACDofRSI 3MACDofMomentum 4MACDofCCI 5MACDofStochastic";

(just remember - it Sigma - Ema, not Sma) - so, good hunting

tell us what you found

 

thanks! now let's see if i can make some correlations.

 
:: was this proven to be better then the basic MT4 one? Seems divergence is not easy to define with this stochastic...

nicely done <> can I label it ( kidding! )

Have a nice weekend!

mladen:
Based on Lee Leibfarth article in TASC August 2008

article : "Premier Stochastic Oscillator."

Unfortunately, again we need to disregard the metatrader indicator posted there (the same old story )

of parameters :

StochasticMode:

0 - low/high

1 - close/close

a nice weekend to you all
 

Mladen

I am a big fan of your indys. One of them has become an important part of my trading, and I am doing very, very well

Thks a lot for this one. I think that you are a great trader too, coz only good traders/coders can develop profitable indys.

I am following your work with big attention.

Tks again !!!!!

 

Premier stochastic

Based on Lee Leibfarth article in TASC August 2008

article : "Premier Stochastic Oscillator."

Unfortunately, again we need to disregard the metatrader indicator posted there (the same old story )

of parameters :

StochasticMode:

0 - low/high

1 - close/close

a nice weekend to you all

 
fxbs:
Rads_T3_Stochastic

This is my version of T3 Stoch, an old one.

It was posted on Elite section. I do not have problem to leave it here because has a bug in the calculation.

But please, be careful with Elite indicators.

 

Rads_T3_Stochastic

source -off (bug - next post, Linuxer)

Files:
 
fxbs:
sure, than it's out; it was on Ru forum _http://www.kroufr.ru_

Hi mate,

No need to go far away: https://www.mql5.com/en/forum/178322

 

nice one Mladen,

this is the one i've been using based off old stochastic formula.

new formula looks nice with the smoothing.

regards,

Blur

Reason: