Screener Pin Bar

Screener Pin Bar

The Screener is based on the location of candles with climatic volume that have closed at the top or bottom (pin bars) indicative of patterns of trend reversal.

Screener to locate pin bar sails (in the last 3 sails) with the following characteristics:

– Significant volume.

– It has generated a maximum or minimum in 20 periods.

– The wick is at least 2 times the body of the candle.

– The opening and closing are in 1/3 of the lower half of the candle

– The range is greater than the range of the last 5 periods.

It includes a filter of capitalization and price.

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. luxrun • 02/09/2019 #

    Thanks for this screener, Juanjo. I have a request to better identify the bullish or bearish pin bar: is it possible to insert the condition that the body of the pin bar must strictly be included in the range of the previous candle? This last condition can facilitate trading and show an optimal graphic situation.

    • Juanjo • 02/09/2019 #

      Hola.
      Pues creo que si se podría incluir dicha condición, no obstante, ten en cuenta que el cribador ya de por si da pocos resultados debido a las condiciones establecidas, y la condición que propones seria fácilmente identificable visualmente después de pasar el screener. Por otro lado, patrones de velas de reversión, como el hombre colgado, o el bebe abandonado, no lo identificaríamos al ser velas cuyo rango está fuera del rango de la vela anterior.

    • Juanjo • 02/09/2019 #

      No se entiende nada. Concretando, que si se podría poner la condición, pero no veo interesante incluirla.

  2. Pablo Carmona del Moral • 02/09/2019 #

    hola juanjo, muchas gracias por este screener que nos has compartido. creo que lo voy a utilizar en una estrategia.

  3. Pablo Carmona del Moral • 02/09/2019 #

    para el volumen he cambiado:
    // Volumen significativo
    VS=volume>2*(average[10](volume[1]))
    donde el 2 indico el doble
    lo he puesto como un indicador en el dax y se me quedaban las señales puestas, no me devolvian nunca un “0” he cambiado los 2 ultimos if’s por esto, simplemente para el funcionamiento del indicador me diera un 0 en caso de que el pin bar ya no fuera ejecutable.

    if pbbc=1 or pbac=1 then
    If PBBc then
    Criterio=-1
    Endif
    If PBAc then
    Criterio=1
    Endif
    else
    criterio=0
    endif
    return criterio as “PB”

    de todas maneras este code como screener tengo muchas ganas de probarlo como estrategia ya que debe funcionar a las mil maravillas…. Gracias y muy buena faena.

  4. Juanjo • 02/09/2019 #

    Muchas Gracias Pablo, …Tengo varios screener, uno lo tengo adaptado para operar intradía, porque me parece una de las señales mas fiables. La utilización de volumen significativo de 2 veces el volumen medio, es un buen criterio, puesto que aunque el screener no lo tenga, personalmente tengo configurado el volumen para que me marque dicho criterio. Screener para mercado cerrado.
    – JJP-PinBar V.1 – marca Pin Bar con volumen significativo que sean máximos / minimos en periodo de 20, y rango superior a la media
    – JJP-PinBar V.2 – busca pin bar con volumen significativo que sean máximos / minimos en periodo de 5 y rango superior a la media.
    – JJP-PinBar V.3 – busca pin bar con volumen significativo que sean máximos / minimos en periodo de 5, pero su rango total no es superior a la media.

    Screener para intradías.
    – JJP- PinBar (intradía) – Localiza pin bar que sean máximos/minimos en periodos de 5 dias de forma previa a la vela en formación.
    Indicador Pin Bar.
    – JJP-I.Pinbar – colorea las pin bar de max/minimos de 5 dias de color blanco o negro.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
avatar
Anonymous Sorry I mean vertical red / green line
avatar
Anonymous Found: just remove "T coloured(r,g,b) as "Top", Bo coloured(r,g,b) as "Bottom"... after return
darbes Hi I tried to use indicator in a strategy code. But backtesting is asking to define Signalb...
gblast I added this indicator to my pro real time but its not showing up on my candles. Its invisible
avatar
Anonymous Thanks for sharing! On the other hand can we remove the vertical gray lines?
ShaunG Appreciated! Thanks 100%
tonbijl good afternoon when i enter the code i get an error message Syntax error
Steven Bahia Hi Nicolas - great indicator - is there a way to place a alert when the Oscillator crosses ...
Nicolas Alerts can't be programmed, you have to set them yourself with the Alert tool of the platfor...
Steven Bahia just to add to this would there be a way to establish a entry price from the Oscillator
leonz007 Hi Despair, dont know why after import and add your indicator, it does not go on to the pric...
Nicolas Apply it on the price chart with the wrench at the left upper side of the price chart.
Sydneyhom Hi Despair Thanks for writing the code and for generously making it available to the public...
rispardin no entiendo como funciana este indicador, por favor alguien podria explicar como utilizarlo???
AVT No se trata de un solo indicador, pero cada linea muestra otra información, de abajo hacia ...
IV Mcm Your indicator is interesting, I evaluated its relevance with the squeeze to detect the phas...
dzim0032 J'avais oublié de mettre un commentaire pour la vente du scalper dont les règles sont justes...
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Jusmih1 Hi there, i am looking at your Strategy however when you put in automatic trading mode its ...
avatar
bjoern With the same parameters? For me the results are negative
avatar
bjoern Oh ok, with the initial posted parameters it is positive
victormork yes! It's not like you want to put it on live but when I for example take the version I have...
wtangsiri Bonjour J'ai importé le fichier ITF en question, mais cela me donne, en bas de l'écran, un...
Nicolas Il faut ajouter l'indicateur sur le graphique du prix.
skuggan89 This is a great indicator, works very well!! Is there any algo based on this indicator that ...
Doctrading Hello, Higher timeframes are better. I suggest D1 or H4.Best regards,
Pinkybouh hello, I propose to add another conditions: ie: haussier: close > open and close >...
TheHovisTrader I'd be interested in the actual profit of this - in the example the stop range is at least 2...
Regan2020 Hi, has anybody update the above code to enable on a 15m or 5m TF?
gigi64 ik heb de code op mijn pro realtime gezet , en bij indicator staat hij erbij maar komt niet ...
gigi64 I have put the code on my pro realtime, and it is on the indicator, but it does not appear o...
Nicolas Restart your platform in order to be sure to use the last version, there was a version rollb...
bertrandpinoy bonjour voud pouvez m envoyer le code modifier par vous?
Nicolas Désolé , je ne comprends pas votre question.
Jessar Hi friends, is there any way to program the system to close the position when you have a lon...
Pring00 Hello @Nicolas, thanks for this code! Just what i was looking for. I'm fairly new to this...
Nicolas Needs custom coding, ask for a mod in a dedicated topic, in the appropriate forum please.
jelogui merci beaucoup Nicolas, je m'en occupe.
zeD22 Hello There Nicolas, When i try to copy the code i get an Error says: the following varia...
Nicolas Download the itf file and import it.
Ciccio As written some posts above, there is an update here https://www.prorealcode.com/prorealtim...
Mrmamps079 Hi Admin, I can't plug this indicator on my metatrader 4 on my laptop. When I add it on my i...
Nicolas Sorry but we do not provide any help for mt4 users. Our website is dedicated to ProRealTime ...
Maxime Leleux Nice screener but the 2 candelsticks around the doji should be long sticks (red and green). ...
Nicolas Hi, there's no reason why it should not work on a 5 min chart. Just apply the indicator on y...
Percygreen77 good evening sorry for my english but the indicator don't work can you help me i have 10.3 v...
Nicolas By adding it on price, it should display the pattern detection on the price chart, and not ...

Top