StepRSI

StepRSI

The StepRSI or the Step Relative Strength Index oscillator is made of a classic RSI with 2 others lines that are calculated upon its variation, the “step RSI fast” and the “step RSI slow”. These 2 lines are changing their values by doing steps, if the RSI has made variations of the “StepSize” parameters. This indicator can be used in different ways : breakout of RSI zone made by the RSI step lines or just use it as a filter of the whipsaws of the original oscillator. This indicator has been converted from MT4 version.  

 

 

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. Polnet • 12/25/2016 #

    Gracias Nicolas, muy buen indicador

  2. rfsteve • 12/25/2016 #

    Nicolas what do you think of these modifications for 233 tick charts ?         cheers Steve.
    A=CCI[6](TOTALPRICE)
    B=TEMA[1000](A)
    C=(RSI[500](B)-50)*15
    StepSizeFast=6
    StepSizeSlow=12
    if barindex>C then
    RSIBuffer=C
    smax=RSIBuffer +2.0*StepSizeFast
    smin=RSIBuffer -2.0*StepSizeFast
    trend=trend[1]
    if (trend[1]<=0 and RSIBuffer>smax[1]) then
    trend=1
    endif
    if (trend[1]>=0 and RSIBuffer<smin[1]) then
    trend=-1
    endif
    if(trend>0) then
    if(smin<smin[1]) then
    smin=smin[1]
    endif
    result=smin+StepSizeFast
    endif
    if(trend<0) then
    if(smax>smax[1]) then
    smax=smax[1]
    endif
    result=smax-StepSizeFast
    endif
    FastBuffer = result
    smaxSlow=RSIBuffer +2.0*StepSizeSlow
    sminSlow=RSIBuffer -2.0*StepSizeSlow
    trendSlow=trendSlow[1]
    if (trendSlow[1]<=0 and RSIBuffer>smaxSlow[1]) then
    trendSlow=1
    endif
    if (trendSlow[1]>=0 and RSIBuffer<sminSlow[1]) then
    trendSlow=-1
    endif
    if(trendSlow>0) then
    if(sminSlow<sminSlow[1]) then
    sminSlow=sminSlow[1]
    endif
    result=sminSlow+StepSizeSlow
    endif
    if(trendSlow<0) then
    if(smaxSlow>smaxSlow[1]) then
    smaxSlow=smaxSlow[1]
    endif
    result=smaxSlow-StepSizeSlow
    endif
    SlowBuffer = result
    endif

    RETURN RSIBuffer,FastBuffer,SlowBuffer,0
     

    • Nicolas • 12/25/2016 #

      Thanks for this modification, I still do not have tested it, where did you get this idea to build a RSI from a long term period TEMA of a CCI? 

    • rfsteve • 12/25/2016 #

      Trial and error from study of indicators call it coding mad science was trying to find an indicator close to price pattern but with useful divergence still like most indicators not much good in strong trends as you will discover Nicolas.

  3. Maxime Baudin • 12/25/2016 #

    Nice! Thanks 🙂

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas
6 years ago
TradeNavigator RSI
TradeNavigator RSI
10
Indicators
Nicolas Tutte le impostazioni che hanno la parola "period" sono quelle dedicate ai periodi di cambio...
GianfrancoCeck Le chiedo una ultima cosa, ossia se è possibile personalizzare l'indicatore con una scritta ...
Nicolas Spiacente che non sia possibile, le coordinate grafiche non sono in pixel ma nel prezzo e ne...
Marc Boliart dear nicolas, tyvm for your indicators and strategies, i have this following error when i ch...
Nicolas Your picture is too small, but for sure the problem is about the fact you are still using v1...
Rory Dryden Thanks. This looks useful.
Jessar Hello, could you tell me how to use this indicator? I think the simplest things can still be...
Mirko Vaglio Interesting idea to bypass the limit of PRT about multiple timeframe, and I am just trying t...
Mirko Vaglio Looking a little bit more, now I understand what had to be absolutely obvious from the first...
Seb nice code! I'm trying to use your method to do a higher timeframe EMA, without success yet. ...
Francesco78 @snucke the results are not the same because the pictures refers to a few years ago. I am no...
snucke @Francesco78 i mean the results differ when i test on my own. so im curious of what the p...
sfl still working, using with filters like : trendFilterUp=close>average[190](close) tren...
alex Im looking for a entry when EpicMA crosses over/under trigger. Then look for exits when Epic...
rejo007 hello david, i'll try it could you tell me wich strategy do you use in real? thanks
David Somogyi Hello, I have a couple of DAX strategies of breakout and mean reversion. I'll try to post...
Roberto Blázquez Hi David, I just saw your strategy and it's good!!! I'm going to try it from today in real a...
juanj To follow new developments or get the latest version of this strategy please visit the forum...
tahar Hello Juan, I wanted to test Universal Strategy via a demo account on PRT but nothing happen...
BravoDelta @juanj wondering if you may help me please. I am looking for a simply strategy to use on the...
Wilko I am not familiar with the screener function, but I am quite certain it should be quite simp...
Gubben @Wilko have you had a look at this again since MTF support? Heard you talk on Börssnack btw..
Wilko @Gubben not really. It was something I posted to show that simpler is usually better. Hope y...
GraHal Yes sorry, I set up a link to a screen shot on my google drive and then I got locked into th...
gabri Here's the thread https://www.prorealcode.com/topic/multiframe-rsi-of-rsi/
Bernard13 Bonjour Nicolas, Pourriez-vous m'indiquer si cet indicateur fonctionne avec la V11 ? Le di...
nwesterhuijs Thanks, only saw it just now.
juanj For the latest version and discussions see the Ichimoku thread here: https://www.prorealcod...
Louwrens Hi Juanj. Thanks for this. I am tying it as we speak. It does not trade that often, which is...
ALE
7 years ago
CSR strategy DAX 1 D
CSR strategy DAX 1 D
17
Strategies
Jesper I tried it on dax 1D and I did not get any trades. Shifted to 10H and it started working. Wo...
rgrgrgr I have the same problem
avatar
crazytrader Is this working?
Maz
7 years ago
Francesco78 very nice, thanks!
Wilko Interesting! Thanks for sharing!
BjornH Extremely nice, thanks!
finplus Thanks for the job. Which variables do you suggest for timeframe 1 hour? 
Maz Depends massively on your market and the volatility. I suggest using the variable optimizer ...
1Randy This a great momentum filter! I would like to see volume momentum incorporated into the indi...
Nicolas All conditions under parenthesis for the c1 to c4 conditions should be inverted. 
tomus Can you give an example of the overbought codes please? Thanks.
ams123 Frank Merci Nicholas -:)
Djo Not working on V11. The RSI doesn't appear on the chart.
Mika83 Bonjour, J'ai des soucis de lecture de syntaxe avec la variable "drawsegment" sur la versio...
seb234 Salut Mika, j'ai la version V11.1, la formule fonctionne. Mais il est préférable, dixit Nico...
bolsatonimora2 Hi, nice indicator, it´s possible to include a middle line with 50 value? ty!
gabri Hi, EMA26 approximate almost exactly the 50% line
Alain Wilder MA is exactly the 50% line
owes29 Hi is there anyway to develop this for the pro scanner on daily or hourly scans. so it woul...
Nicolas Of course, please add a query in the proscreener forum.
Bruno Carnazzi C'est dommage, cette histoire d'énergie fractale bousille complètement la précision de l'ind...

Top