Ehlers Inverse Fisher Transform of RSI or RSX

v10.3
Ehlers Inverse Fisher Transform of RSI or RSX

Published in the Technical Analysis of Stocks and Commodities magazine in the May 2004 issue, the inverse fisher transform is an indicator created by John Ehlers. The Inverse Fisher Transform was developed to help traders and investors with their timing decisions to buy and sell securities. It does this by altering the probability distribution function (PDF) of any indicator and makes it appear smoother.

This version include the inverse fisher transform calculation method applied on the RSI (upper oscillator in the screenshot) or the RSX (lower oscillator in the attached picture).

Settings explained:

  • RsiPeriod: Period of RSI or RSX oscillator
  • RsiMethod: 0=RSI 1=RSX
  • SmoothPeriod: Smoothing period applied on the oscillator with a linear weighted average
  • MinMaxPeriod: period of highest high / lowest low to calculate the dynamic overbough/oversold levels
  • LevelUp: percentage of the overbought upper level
  • LevelDown: percentage of the oversold lower level

 

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. Bard • 08/20/2018 #

    Great job and thanks very much for posting this @nicolas.
    I’ve backtested both these RSI and the RSX’s 20 period, 20/80 cross overs/unders using the Kase Dev Stop as an Exit on the Daily £/Yen, FTSE and Dow (DJI) (between Aug. 2013 and Sept. 2018) and it appears that although the profits are less with the RSX (versus the RSI) it produces sensible drawdowns in the 25-30% range for the £/Yen and FTSE… but for some reason and despite using all the Dev Stops exits from 1 to 6 std deviations for the Dow, the Dow just isn’t profitable. It’s only ever profitable on the cross over of the mid line using Dev Stop 1.0 but that has a very high drawdown… which got me thinking about the probability of these bigger market moves as I noticed that your Ehler’s Rocket RSI code: https://www.prorealcode.com/prorealtime-indicators/rocketrsi-john-ehlers had scaled/bounded the oscillator’s output between +/-3 standard deviations. Can that be done here?

    If 3 std devs is -3/+3 = 0.999 then how would you denote a range output of between -6+6 std devs?

    I have looked at trying to modify this code here for the last hour without success, is it possible to do? This way gives us a different perspective to judge how large a specific market move has been and how likely and maybe it’ll give me some insight as to why this indicator works well on the £/Yen and FTSE but not the Dow?

    Cheers
    Bard

    • Nicolas • 08/20/2018 #

      So you want to bound this oscillator with a scale made of std devs but of price? not from the oscillator itself?

  2. Bebbo • 08/20/2018 #

    Grazie del prezioso contributo Nicolas,
    scusa la mia inesperienza, sono alle prime armi e sto imparando.

    Volevo farti una domanda sull’argomento e prendo a riferimento l’ “Inverse Fisher Transform applicato al RSI” (pagina 64, probacktest_c1504281788c.pdf).
    Ho fatto delle prove “daily” su EUR MXN ma i segnali (ingresso, uscita, long e short) sembrano che vengano ricalcolati a posteriori a seconda della data finale di simulazione.
    Non ho quindi dei segnali validi in tempo reale, tipo il sistema ZIG ZAG.
    Solo allontanandomi di qualche giorno dal segnale che appare sul grafico quest’ultimo si fissa su una data certa, quando ormai non serve più.
    Posso inviare un immagine se non sono stato chiaro.

    Grazie ancora della tua cortesia

    https://ibb.co/kcT8Xf

    • Nicolas • 08/20/2018 #

      To avoid recalculation, you should use the one from this post.

  3. Bebbo • 08/20/2018 #

    Ok Grazie Nicolas.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas Thanks a lot for this new valuable addition to our library. I changed line 76 with "barindex...
Horance Thanks. I've noticed this leftover after submission, but it was too late for editing. BTW, I...
Etienne Thanks Horance for porting this code to PRT. I would like to bring some speedup to your cod...
Horance This is a good question. John Ehlers explains it in Rocket Science for Traders. You have to ...
cbeukes Much appreciated, I will give that a try. Also, is there any criteria that one could use to ...
avatar
Anonymous Thanks for the code! I'm trying to understand how it works, and have a few questions... line...
bolsatrilera
6 years ago
jissey Bonjour Bolsatrilera, je trouve le cm rsi interessant, merci de l'avoir mis à disposition ! ...
bolsatrilera bonjour jissey, je n'ai aucune information sur ce que tu dis, je suis désolé.
TraderFelix
6 years ago
Bebbo Thank you for your contribution. I have tested your system on some instruments and I like i...
bertrandpinoy bonjour j ai tente l installation mais PRT m indique que ce code ne peut etre utilisé qu en ...
Nicolas en effet, il faut utiliser l'éditeur de code ProBacktest, il ne s'agit pas d'un indicateur m...
ALE Hi the color is given by a numerical value derived from the oscillator in use. If you comp...
efahmy Thanks mate
Jo-01-R Hello, it is possible to have this indicator but instead of colors rather have numbers rangi...
Appsoluxions Hi Nicolas, do you have the MT4 version of the indicator? I am not sure if these kind of que...
Nicolas Hi, don't have one sorry. But you can still ask for private coding through our programming s...
Appsoluxions Cool. Thanks for the response.
Nicolas
6 years ago
enricot Scusa nn riesco.
SoloContado If you smooth the signal using a "summation" function, you get a nice "crossing of 0" graph....
ShaunG Greatly appreciated Nicolas!
Etienne Hi, thanks for proving this code. I would like to contribute by adding a computation speed...
Etienne //Compute Super Smoother coefficients once if barindex = 1 then a1 = exp( -1.414 * 3.14159...
Nicolas Thanks a lot!
Nicolas Please add a request on forums for any MT4 code conversion, thank you. Follow these easy ste...
mecon I will do so, thank you!
avatar
Anonymous @mecon, did you ever get one?
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...
Bard From the url link #post-65420 above but without the chart image: Stocks & Commodities...
Bard Note: lter = filter
Bard Apologies, there's been an issue with copying "f" and "I" from the article and pasting.. whi...
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...
Nicolas
6 years ago
Nicolas Oui. Pour changer la période, il faudra ajuster la variable MMperiod
macbartin plus la période est grande (en occurrence 20) plus l'indicateur est précis dans les changeme...
Hasardeur Hallo Nicolas, in John Ehlers book "cycle analytics for Traders" from 2013, Mr. Ehlers desc...

Top