TradeNavigator RSI

TradeNavigator RSI

TradeNavigator RSI indicator is calculated according to 2 different options:
Either a smoothing of the RSI with a TEMA moving average type or the average of the sum of 4 moving averages of different periods and types, of which one remains a TEMA.
It is possible to use the periods of the past with “shift”, this allows to give more weight to some moving averages to avoid the phenomena of divergence of signals.
Each moving average is configurable in the options for periods, types and “shift”.
This indicator has been converted from an MT4 version, following a request on the Italian forum.

 

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. GianfrancoCeck • 12/18/2017 #

    Grazie del lavoro fatto 😉

    Ho provato ad installarlo, mediante copia e incolla, sulla sezione indicatori della piattaforma T3.
    Alla richiesta di convalida, mi compare un errore con la frase che segue :
    Errore di sintassiLinea22, Colonna12
    Vai a capo

    Come posso risolvere?

    Grazie 😉

    • Nicolas • 12/18/2017 #

      Si prega di scaricare e installare il file ITF come spiegato in questa pagina: https://www.prorealcode.com/import-export-prorealtime-code-platform/

    • GianfrancoCeck • 12/18/2017 #

      Purtroppo la piattaforma T3, pur avendo il linguaggio di PRTime, non consente di importare il file nella modalità descritta nella pagina da lei indicata,
      bensi consente solo di copiare il testo del programma e di convalidarlo.

    • Nicolas • 12/18/2017 #

      Quindi, è sufficiente rimuovere tutto // situato dalle righe 8 a 19

    • GianfrancoCeck • 12/18/2017 #

      Ho tolto le righe, tenendo la parte di codice come risulta sotto :
      //PRC_TradeNavigatorRSI | indicator
      //18.12.2017
      //Nicolas @ http://www.prorealcode.com
      //Sharing ProRealTime knowledge
      //Converted from MT4 indicator

      // — settings
      //shiftMA3 = 2
      // — end of settings

      indi = RSI4 (customclose)
      TEMArsi = TEMA[periodTMArsi](indi)
      MA1 = average[periodMA1,typeMA1](indi)[shiftMA1]
      MA2 = average[periodMA2,typeMA2](indi)[shiftMA2]
      MA3 = average[periodMA3,typeMA3](indi)[shiftMA3]

      if singleRSI then
      final = TEMArsi
      else
      final = (TEMArsi+MA1+MA2+MA3)/4
      endif

      return final as “TradeNavigator RSI”,30,40,60,70

      Se fosse corretto come ho fatto, da comunque vari errori di sintassi e richieste di andare a capo.

    • Nicolas • 12/18/2017 #

      Rimuovi solo tutto //, non il testo dietro ovviamente …

    • GianfrancoCeck • 12/18/2017 #

      Fatto e funzionante!! 😉
      Grazie per l’aiuto, la mia esperienza di programmazione, come avrà capito, è pari a zero 😉
      Le chiedo una ultima cosa, se dovessi fare delle modifiche ai periodi delle impostazioni, per perfezionare l’indicatore, quali parametri devo modificare?

      Grazie 😉

    • Nicolas • 12/18/2017 #

      Tutte le impostazioni che hanno la parola “period” sono quelle dedicate ai periodi di cambio, ovviamente 🙂

    • GianfrancoCeck • 12/18/2017 #

      Le chiedo una ultima cosa, ossia se è possibile personalizzare l’indicatore con una scritta che compare in una parte della finestra dell’indicatore stesso, per esempio nell’angolo in alto a sinistra, e che rimanga in posizione fissa anche se si muove la finestra con il mouse.

      Grazie e saluti.

  2. Nicolas • 12/18/2017 #

    Spiacente che non sia possibile, le coordinate grafiche non sono in pixel ma nel prezzo e nel tempo.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Bebbo Grazie del prezioso contributo Nicolas, scusa la mia inesperienza, sono alle prime armi e s...
Nicolas To avoid recalculation, you should use the one from this post.
Bebbo Ok Grazie Nicolas.
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é.
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...
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!
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 ...
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.

Top