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
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...
gregus bonjour a tous quelqu un pourait il recodé en prt il sagit  du dynamique zone ma, je n arri...
Nicolas Merci de faire une requête spécifique sur le forum. 

Top