Signal to noise ratio

Signal to noise ratio

This technical indicator is an attempt to find the good momentum of trend : is it actually trending or in a range market?

Interestingly, it follows that π is not only the ratio between the length of a circle to its diameter, it is also a constant rather appears in statistics and, oddly enough, in the relationship between the distance between a price oscillation and a straight line.

  • If the signal / noise ratio is less than or equal to 1/2 π, we will be in a trading range or range.
  • If the signal / noise ratio is greater than 1/2 π, we are in a trending market.

Code converted from the Metatrader4 version, by request on Spanish forums.

Description from x-trader.net website.

 

 

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. bolsatrilera • 12/21/2016 #

    Sin duda,esta es la conversión correcta.Le quedo eternamente agradecido Nicolas.

  2. bolsatrilera • 12/21/2016 #

    ¿Hay algún problema para hacerlo público también en un blog que tengo?Entiendo que es un código de libre acceso.Gracias por todo Nicolas.

    • Nicolas • 12/21/2016 #

      Mientras el código y los comentarios permanezcan intactos por supuesto. Un enlace a este post también será muy apreciado 🙂

  3. verdi55 • 12/21/2016 #

    Thanks a lot, this is something I had been looking for for quite a while. Are there any other indicators on this site that can be used to decide whether the market is in a sideward range or trending ? I know the ADX and the RAVI for example. Anything else ? 

    • Nicolas • 12/21/2016 #

      You can also use the choppiness index,  which is also an oscillator made to detect ranging market : http://www.prorealcode.com/prorealtime-indicators/choppiness-index/

  4. sanjivmodi • 12/21/2016 #

    Respected sir, I would be grateful if you could send me signal to ratio indicator for Amibroker. Thanking you in advance. Regards Sanjiv modi

  5. robcole • 12/21/2016 #

    Hello Nicolas,

    I found this indicator by a google search. since I am mt4 user and you wrote that you have taken a mt4 version as a basis my question, is it possible to get this from you?

    Greetings robcole

    • Nicolas • 12/21/2016 #

      Hi Rob, sorry I do not offer MT4 support and I coded this one months ago, I think you’ll have to find it by yourself in the forums or elsewhere on the web 🙂

  6. robcole • 12/21/2016 #

    Thx for your reply, i understand, my hope was that you stillhave the mt4 version… however, can you point me into the right direction with the name of the mt4 version, i was searching with google without luck untill now :/ THX

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Doctrading Thanks, man !
rajiwas How is it possible to add currentWeekHigh and currentWeekLow, currentWeekOpen and currentWee...
Takeshi Totally don't match the PRT basic pivots on weekly
cassio amigo você tem esse indicador para mt4 ou mt5.. ?
manchokcity WE NEED THIS IN MQL4 OR EX4
Nicolas We do not provide MT4 indicator in our website, all the codes around are made for Prorealti...
mamio Very nice indicator. Why doesn't it refresh as time passes?
Nicolas It should refresh on each bar.
mamio On my PC it doesn't refresh. I am using intraday tick bars (not minutes). Unfortunately I do...
Nicolas
10 years ago
Nicolas I'm currently on leave, please add your request in forums. I'll take a look later. Thanks
nglpx1 Hi. someone may explain to me, please, how expressions like: filt= c1 * (whitenoise + whiten...
Bard This is a such a great filter, but you know what happens when the bandedge value is incorrec...
supertiti
10 years ago
Doctrading Interesting code.I see that you like HKLisse and Sohocool !
Nicolas
10 years ago
Bard Hello Nicolas, thanks for posting this Fisher Transform code. I was reading John Ehler's MES...
Nicolas
10 years ago
Wilko Dear Nicolas, When I apply this code i get marginal differences with the default indicator ...
Nicolas I don't know about the differences from this version and the default platform one. As far as...
Wilko Thanks for the tip about CustomClose! I wasn't aware of this.
Nicolas I would not recommend using this version of the linear regression channel, but this one inst...
Aragorna Hello, Is it possible to updated the indicator to the more updated versione of ProrealTime? ...
Nicolas Use that code instead: https://www.prorealcode.com/prorealtime-indicators/standard-deviation...
Nicolas
10 years ago
Aroon Oscillator
Aroon Oscillator
2
Indicators
gianlox seems a good indicator, have tried to see which markets work better?
gianlox seems a good indicator, have tried to see which markets work better? 
dominike
10 years ago
Brad More code that just throw up loads of errors...   Here's one:Error in the indicator: ...
Nicolas ITF files are made to be imported directly into the platform with the prorealtime tools embe...
lglmrc Can't make it work, says: "Define p variable"
Ezio Hi Xel and thanks, do you know if there is a way in PRC of reading/counting intraday ticks?...
inadis ive just discovered this, i must say very nice thanks.
Doctrading @ Rikke, Beware of such an indicator. It's just an indicator, not a trading system. You ca...
parsons40 Hello, All. Can anyone inform me how the above binary indicator or any similar indicator co...
sixtofer Hola, me gustó mucho este indicador. Pero, a la hora de instalarlo me da error en la línea 4...
totof for those who are interested, I made this small modification of the code for the eWMA which ...
totof //parameters : period = 20 lookback = 1 IF BarIndex < period THEN eVWMA = Close EL...
Pi Hello Totof, I was looking for the code for the 'eVWMA = elastic Volume Weighted Moving Aver...
supertiti
10 years ago
MAFIBO DID V1
MAFIBO DID V1
2
Indicators
Biturbanipal  Hello, Supertiti, Fine signal, in first approach ! But, i am not sure to understand exact...
supertiti Buy: when crossing UP averages 3 (green ellipses) ...............yesSell: when passing DOWN ...
Lepori Joël bonsoir, tout d'abord un grand bravo pour tout ce que vous poster c'est vraiment impressionn...
Doctrading Bonjour Joël, C'est normal, il suffit d'aller dans les propriétés de l'indicateur (il faut ...
Lepori Joël Merci beaucoup c'est vraiment gentil de me répondre.Bonne semaine à vous Jo
supertiti
10 years ago
VWAP Bands
VWAP Bands
4
Indicators
Nicolas This is exactly what this other VWAP intraday indicator is doing: http://www.prorealcode.com...
marcov66 Hi Nicolas, I would like to create 3 standard deviations (+/-) based on VWAP linked to volu...
Nicolas Sure, please open a new topic about that specific query and with a complete explanation in t...
georgec10
10 years ago
Price Action Indicator
Price Action Indicator
0
Indicators

Top