Stochastic evolution

v10.3
Stochastic evolution

It seems more efficient than the traditional stochastic

Over bought when the green line is over 50

Over sold when the red line is over 50

Parameter “b” can be optimized for any timeframe and security (period of the calculation).

Combined with patterns or divergences It gives very good signals

Try It if you wont and give me feedback

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Nicolas • 06/28/2017 #

    Thanks Pier for this contribution. Your indicator has a lot of similarity with the Directional Movement Index, where did you get the idea?

  2. Cris48 • 06/28/2017 #

     Nice Pier, I put inside also the adx ….
    //settings//b=20
    if low < low[1] thenllv = (highest[b](low)-low)/(highest[b](low)-lowest[b](low))elsellv = 0endifLLSv = exponentialAverage[b](LLv)*100
    if high > high[1] thenhhs = (high – lowest[b](high))/(highest[b](high)-lowest[b](high))elsehhs=0endifhhsv = exponentialaverage[b](hhs)*100
    myadx=adx[b]
    return hhsv coloured(0,250,0) style(line,2),llsv coloured(300,0,0) style(line,2),50 coloured(300,0,0) style(line,2),myadx

  3. parthdesai11 • 06/28/2017 #

    Indicator not working in Beta Version 11.1 , Any idea ??

    • Nicolas • 06/28/2017 #

      What is the issue with version 11 and this indicator please?

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
MikeGC I don't know if you have used the variables a and b to optimise the parameters for the Super...
gianpiero75 I have not optimized, I multiplied the parameters for 6 (5,8), to use them on the 4  hoursTF...
bertrandpinoy bonjour Mike j utilise TrendChaser V2.0 et quand il prend position cela ne programme pas le ...
s00071609 Hi, could you please suggest, what this codes gives, lowest[b](rsi[a]) -- just trying to us...
Nicolas lowest[b](rsi[a]) returns the lowest values of the RSI of "a" periods, over the last "b" per...
s00071609 Hi, what would be the code to get the price for last bullish DTOSC cross over. I am looking ...
Doctrading I forgot to write at the beginning :  a = 50 b = 50 These are intermediate levels Sorry
DerPat Thank you. This one could be an aid in my current research on stochastics.
Pelayo it is possible that in line 12 we should put seuilinf=-b, thaks for all
Doctrading It works on ProRealTime CFD, but backtest begins since May 2014
alex224 Hola Andres, buen trabajo. Algun problema por usar la estrategia con acciones en time frame ...
Andres Hola Alex, no lo he probado en otros timeframes, pero con esta configuración específica no c...
Nicolas
8 years ago
lokbuscas Or in weekly??
Nicolas I don't know, you should make your own studies.
lokbuscas Ok thanks Nico
Nicolas
8 years ago
Vinks_o_7 great, thanks Nicolas !
Vinks_o_7 argh...still nothing even with 10 000 bars on daily or hourly basis...
Vinks_o_7 ok now : had to refresh the indicator.

Top