Butterworth Filter

Butterworth Filter

EN : The Butterworth filter (or “maximally flat”) is one of the simplest electronic filters. Its purpose is to obtain a frequency response of the flat as possible in the passband. Applied to the retail price index aims to filter out the “noise” and give you an indication on the direction of the more readable price.

IT: Filtro di Butterworth Il filtro Butterworth (o “massimamente piatto”) è uno dei più semplici filtri elettronici. Il suo scopo è ottenere una risposta in frequenza il più possibile piatta nella banda passante. Applicato all’evoluzione dei prezzi mira a filtrare il “rumore di fondo” e dare un indicazione sulla direzione del prezzo più leggibile.

 

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. Fabio Anthony Terrenzio • 09/07/2016 #

    Volendo aumentare l’effetto filtrante, quali parametri dovrei modificare?

    • StefanoCG • 09/07/2016 #

      puoi sostituire nella riga  di comando 
      Butterworth = Butterworth[1] - (Butterworth[2] / 3.414) + Close * ( 1 /3.414)quest\'altra
      Butterworth = Butterworth[1] - (Butterworth[2] / 3.414) + Close * ( G /3.414)G = numeri interi da 1 in su

    • Fabio Anthony Terrenzio • 09/07/2016 #

      Con G == 2 —> (2 / 3.414)…. la linea sparisce

    • Fabio Anthony Terrenzio • 09/07/2016 #

      La formula corretta per accentuare il filtro tramite parametro G è:
      Butterworth = Butterworth[1] – (Butterworth[2] / (G*3.414)) + Close * ( 1 /(G*3.414))

    • Nicolas • 09/07/2016 #

      Do I need to change the code accordingly to your formula?

    • Fabio Anthony Terrenzio • 09/07/2016 #

      Good idea

  2. StefanoCG • 09/07/2016 #

    ciao Fabio … non hai mica tutti i torti … la notte bisognerebbe dormire per non scrivere baggianate 🙂 
    // ---------------------------------------------------------------------
    // Filtro di Butterworth
    // -------------------------- VARIABILI
    //G = 1 default
    // ---------------------------------------------------------------------
    IF BarIndex < 2 THEN
    Butterworth = Close
    ELSE
    Butterworth = Butterworth[1] - (Butterworth[2] / (G*3.414)) + Close * ( 1 /(G*3.414))
    ENDIF

    RETURN Butterworth AS \"Filtro di Butterworth \"
    // ---------------------------------------------------------------------
     

avatar
Register or

Likes

avatar
Related users ' posts
geroniman Merci Ivan, super indicateur. Question: comment modifier la transparence des rectangles?
roccafragius Hi Ivan sorry another question, in order to create a bot that open the trade, I'm tryng to c...
roccafragius ////////////////////////////////////////// 0825-liquidity-test //--------------------------...
Iván no it wasn't
xpe74 could be interesting to do so as visually it works well ....
xpe74 Hi ivan, still working on your indicator. Is there a way (as i'm not a coder) to integrate i...
Chrisinobi Hallo Iván Ein sehr schöner guter Indikator, nach meinen ersten Tests ist er sehr Effektiv ...
Iván Danke, ich werde es berücksichtigen.
hartgeld Hallo Ivan, das ich das noch erleben darf....QQE in dieser Qualität bei ProRealTime...vielen...
bertrandpinoy thank you for the work, can you improve by displaying the price level and the time of the si...
Iván Hi! you can do it adding below current signal lines. c=close // define price to show in gra...
Alessandro Furlani
1 month ago
Delphic Combo 1.0
Delphic Combo 1.0
2
Indicators
Alessandro Furlani I want to add the setup for Spot Gold and Spot Silver with 1H timeframe. Spot Gold 1H Per...
Alessandro Furlani I have just upload the ProOrder robot in the Strategies section. Enjoy
ThibauldR_Weekenday
2 months ago
HULL MA + SIGNALS
HULL MA + SIGNALS
1
Indicators
Indicolite Hi, there appears to be errors in lines 90 & 91, I can't run it on ProRealTime.
BaderBader Hello Iván, I wanted to take a look at your indicator. Thank you very much for making it av...
Iván Hello, I just copied and pasted the indicator and I don’t have any problem...
Marc Boliart Hi! i do not know why _v.1.1"] was on 1st line, remember to remove it!
Iván
2 months ago
roccafragius Hi Ivan, unfortunatelly I still hace some problem using timeframe 3 minutes in 1 minutes, th...
Dron No se puede importar a la PRTV12 porque formato es incorrecto, intente copiar codigo que has...
Iván Hola. No puedo arreglarlo. Puedes copiar/pegar (2 segundos) y tienes el indicador... La V...
Iván
2 months ago
Violet Ivan, it looks as if something is really wrong with this indicator. When I import and apply ...
Iván Hello! For proper visualization, it is recommended to have more than 1k bars loaded.
Violet Thanks Ivan. Though it does not remove the 'tapering at the beginning' phenomenon, it does m...
2 Fast Two things stand out to me: I see a lot of horizontal blocks in the chart instead of vertica...
lkiklkik thanks for the hard work and sharing
adeelq79 Great work Ivan. Thanks

Top