Cumulative RSI 2 periods strategy

Cumulative RSI 2 periods strategy

Long only strategy that performs extremely well on any world indices and beyond on a daily timeframe. I will certainly do much exploration of this very short term mean reversion strategy, as it seems very powerful without doing any change on triggers. 

The main trigger is based of a “cumulated RSI” over the 2 recent periods while trade are launch only if the price Close is above a 200 period moving average.

When the cumulated RSI enter in oversold territory, we expect the price to return to its mean, on the bullish trend. We exit the market when the CRSI gain overbought area above the 65 level.

As for my current test : (with exactly the same code on CFDs)

CAC40 :  (featuring picture) : 10€ /contracts, 1 contract per trade since 1988 = +370% / % Drawdown max = 12.7%

IBEX35 : 2€ / contract, 1 contract per trade since 1994 = +134.33% / % Drawdown max =  25.6%

SP500 : 1€ / contract, 10 contract per trade since 1984 = +95.33% / % Drawdown max = 8.08%

 

 

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. TradingDeckard • 02/17/2016 #

    Very interesting strategy and easy one! Have you tested it in any other markets than your examples??

    • Nicolas • 02/17/2016 #

      Not yet. A nice thing to do would be to implement another strategy into this one when price go bearish and dive under the MA200. Of course, it works well because of the mean reverting thing over a nice bullish movement, but adding other strategy over this one would be great, diversification is the key. As i said in this post, i need to work further on it, you are right, it is very interesting!

  2. f.favret • 02/17/2016 #

    Bonjour,
    Avec une période de 2, la formule “CUMRSI = SUMMATION[Period](RSI[Period](close))\"
    équivaut elle bien à
    \"CUMRSI = RSI[2](close de la barre courante) + RSI[2](close de la barre précédente)\"?
    Cordialement,

    • Nicolas • 02/17/2016 #

      FR/ Bonjour f.favret, en effet c’est bien la même chose!
      EN/ CUMRSI on 2 period is the same thing as additional of last 2 RSI values :
      // example of the same result

      r = RSI[2](close)

      result = r+r[1]
      CUMRSI = SUMMATION[2](r)

      RETURN result as \"result\",CUMRSI as \"cumrsi\"
       

    • f.favret • 02/17/2016 #

      Merci / Thanks!

    • f.favret • 02/17/2016 #

      Why not summation of the 2 lasts RSI 14 period ?of  other period?

    • Nicolas • 02/17/2016 #

      A lot of quantitative traders believe that the RSI default ’14’ periods is dead, although for what it were developed to : spot the overbought and oversold areas of the price development over time. It does not mean that the RSI formula is mean-less, but not still effective with its default value for whom it were set, back in 1978 by M.Wilder! The cumulative RSI is nothing more than another indicator, it borrows the formula from RSI, cumulate 2 periods and that’s all. Why 2 periods for this one? because price behaviour, return to the mean fastly, no more no less.
      Automatic trading and quant strategy development are a vast playground, go on, play with period, create another indicator from this one or a fresh new one, if it works you were right, if not you still have an entire life to learn maths 🙂

  3. Doctrading • 02/17/2016 #

    Very nice and logical strategy…
    Could be used for example to take orders on the french “PEA” (Plan d’Epargne Actions).
    “RSI 14” is still alive !
    Best regards 😉

  4. Stef • 02/17/2016 #

    “1 contract per trade since 1988 = +370%” – is this per annum, or over the period? How much was your starting capital?

  5. Nicolas • 02/17/2016 #

    @Stef
    Over the whole period. I think that the starting capital tested were 10k€, this is my default value in the ProBacktest.

  6. gianlox • 02/17/2016 #

    I created the screener of this TradingSystem  but it looks like repainting, if today the screener gives me the signal to buy, the next day the TS does not draw anything on the chart. 

    • Nicolas • 02/17/2016 #

      Maybe because you screen with EOD data? So in this case you are already late.

  7. ML • 02/17/2016 #

    Hi All! Have you succeeded in developing a strategy also for the bearish side of the market? I tried but without success…
    Thanks a lot!
     
    ML

  8. jctrader • 02/17/2016 #

    Bonjour .
    CAC 40    1988 = 1000   today = 4900  soit 490%  en buy and hold  ….
    + 370% avec cette stratégie : désolé je ne saisis pas bien l’intérêt .

    • Nicolas • 02/17/2016 #

      Aucune immobilisation du capital. Quel est le drawdown du buy & hold ? Je ne l’ai pas calculé moi même, mais cela a dut être difficile en 2008 et 2012 ? Après coup, lorsque l’on a toutes les informations à disposition, certaines stratégies auraient été meilleures que d’autres. Il est vrai que l’on a coutume de comparer les stratégies d’interventions automatique avec le buy&hold sur les indices et les actions, malgré cela, une stratégie qui fait 370% à elle seule et qui peut être incorporé à un portefeuille plus vaste de stratégies automatiques est valable selon moi.
      Cette stratégie de mean reversion est tellement simple, qu’il aurait été dommage de ne pas la proposer à tous 🙂

    • jctrader • 02/17/2016 #

      ok pour le codage mais le choix “indice” n’est pas le bon : moins de 5%/an pour le meilleur et pour l’IBEX 1% annuel avec 25% de DD …..

  9. Thomas • 02/17/2016 #

    Hi Nicloas nice one i do understand 😀 im trying to put in MA200 as a criteria so it only go long when above how so i do this cant do it 🙁

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+4 more likes

Related users ' posts
ak5hay2 Works like crazy on bitcoin. Use different timeframes. Thanks a lot Doc!!!
richyowen Hi, great code thanks. Very new to this forum. Is there a way to add a 100point target on an...
lisamitch50 Morning all, Just backtested on quite a few instruments, worked well on backtesting, but tel...
Matriciel
6 years ago
Alai-n Thanks...
Bard Thanks for sharing this Verdi55. More instructions from Larry Williams website (and a fea...
Nicolas
6 years ago
Jurik RSX
v10.3
Jurik RSX
3
Indicators
hartgeld Hallo Nicolas, ein sehr guter Indikator, vielen Dank! Leider rechnet er bei mir nicht die Pe...
rigel Hi Nicolas, have you coded the Jurik alone (as Mov. average)?
Nicolas 2 versions available in this indicator: https://www.prorealcode.com/prorealtime-indicators/a...
AG1 Thanks Nicolas Still a problem in line 29 Please take a look. thanks again Alex
Nicolas code is modified in the above post, use that one.
AG1 Still a problem in line 29 Please take a look. thanks again Alex
styrke Hello Nicolas, Nice screener, I appreciate the way you always try to condense at maximum th...
Nicolas There's no particular reason. RSI is widely use with its default period and results seems re...
MaoRai54 Hi, first of all Happy New Year. Well, I've inserted your indicator in DAX 1h but I cann...
Vinks_o_7 Hi Mao Happy New Year ! This is just an improved RSI where you plot a standard price momen...
Angel Perez Ciao Francesco. First of all thanks for the indicator and also fro the screener. I do have a...
PSIDIO Ciao to you all, I also have a question and would be very happy for a helpful comment. I a...
SpreadBetMH Hi there, I have V11.1. I get the Indicator but no Arrows on the price. Kind Regards...
Alai-n Ciao Francesco, sei ancora in giro?
Metodi97 This indicator is great but can someone create strategy based on the same indicator it will ...
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...
Madrosat Bonjour Nicolas la formule du stop loss est elle vraiment valable ?? il n'y a pas au depart ...
Nicolas Il y a peut-être un erreur en effet, essayer avec: set stop ploss (averagetruerange[14] * ...
Madrosat ok merci Nicolas c'est avec /pipsize que ça fonctionne
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...

Top