Candlestick patterns recognition

v10.3
Candlestick patterns recognition

This indicator recognize about 13 candlestick patterns and draw their names with green and red arrows on chart:

  • Doji
  • Evening star
  • Morning star
  • Shooting star
  • Hammer
  • Inverted hammer
  • Bearish harami
  • Bullish harami
  • Bearish engulfing
  • Bullish engulfing
  • Piercing line
  • Hanging man
  • Dark cloud cover

I know a lot of people are looking for codes for candlestick pattern recognition, I stumble upon this pinescript code at TV so I decided to convert it to prorealtime.

The patterns tests are stored into “data” variables, so these codes snippets can be taken to make other indicators, trading strategies or screeners with ease.

Text colour can be changed with the R.G.B. values at the beginning of the code.

 

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. AleX • 07/17/2016 #

    Bug on 10.2? Errore di sintassi: Linea 12, carattere 9Uno dei seguenti caratteri sarebbe più appropriato di “(“:– “,”– “=”

    • Nicolas • 07/17/2016 #

      This indicator is only compatible with version 10.3, because it draws graphical components.

  2. AleX • 07/17/2016 #

    Ok, i’m waiting for release. Thanks for this sharing, very very interesting. 

  3. Doctrading • 07/17/2016 #

    Nice work !

  4. Pierre • 07/17/2016 #

    Very nice !
    This has been requested many times by PRT users.

  5. Sofitech • 07/17/2016 #

    Bonjour Nicolas. Superbe indicateur. Peut-on l’utiliser pour des stratégies ? Visiblement oui mais dans le module backtest, je ne vois apparaître que le nom de l’indicateur lorsque j’essaye de saisir des conditions d’achat / vente …Comme faire ?J’ai la même question avec le Fractal ZigZag, seul le nom de l’indicateur apparaît. 
    Merci pour tes lumières. Cette version semble très prometteuse.

    • Nicolas • 07/17/2016 #

      En effet, puisque tu remarques que la fonction RETURN ne retourne rien comme variable. Dans la version 10.3 on peut se permettre de le faire lorsque on souhaite juste faire des indications graphiques.
      Pour utiliser ces patterns dans ton code, il te suffit juste de faire des copier/coller des lignes “data” et de les vérifier comme des conditions banales : IF DATA14>0 THEN ..

  6. Sofitech • 07/17/2016 #

    ok merci. Je vais tester cela…

  7. Ashevs21 • 07/17/2016 #

    how do i get version 10.3??

    • Nicolas • 07/17/2016 #

      You can get an access to the beta version at http://www.prorealtime.com

  8. Pascal • 07/17/2016 #

    Ça va être très intéressant d’avoir un retour statistique sur ces figures chartistes, merci!

  9. CarlosFC • 07/17/2016 #

    Hello Nicolas and thanks a lot for your excellent work.
    I have been trying to use this indicator but, after importing it from PRT version 10.3, nothing happens.
    https://gyazo.com/fd22ce752d60add9a7ba091b21ff457e
     

    • Nicolas • 07/17/2016 #

      Please add it on the price chart using the wrench at the left upper side of the chart.

    • CarlosFC • 07/17/2016 #

      Oh yes! It works.
      Thanks a lot Nicolas.

  10. Cavok • 07/17/2016 #

    Bonsoir, comment modifier le texte blanc en une autre couleur, le blanc étant extrèmement difficile à lire?
    Un grand bravo pour votre travail.
     

    • Nicolas • 07/17/2016 #

      La définition de la couleur blanche a été volontairement laissé accessible pour modification aux lignes 3,4,5 pour les utilisateurs n’utilisant pas un fond noir pour leurs graphiques (valeurs Rouge, Vert et Bleu à modifier à votre convenance).

  11. Ciccio • 07/17/2016 #

    There is this Metatrade 4 code that I found around, and it seems more complete than the one posted here
    Could someone kindly convert it to Prorealtime code?
    Thanks in advance

    • Nicolas • 07/17/2016 #

      Please use the forums instead! Don’t copy/paste codes of entire indicator in comments 🙂 You can upload file in a new forum post query for indicator translation.

  12. Reddi • 07/17/2016 #

    Great Nicolas and Thx,
    Nice work. IG has released today PRT 10,3 in Germany and I added the function immediately.

  13. Nicolas • 07/17/2016 #

    Another indicator for almost 40 candlesticks patterns identification has been released by Ciccio and it is available here: https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/

  14. darraghcoyle77@ • 07/17/2016 #

    Hi Nicolas,
    Can this be edited to only show bullish/ bearish engulfing .
     
    Darragh

  15. guinsu2000 • 07/17/2016 #

    hello excuse my english, but i didn’t see spinning candle detection ?  can you add it please !

    • Nicolas • 07/17/2016 #

      You should have a look at this other candlesticks patterns indicator: https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/

  16. Gregorinho • 07/17/2016 #

    Hi Nicolas,

    Thanks for the wonderful work? Do you know if there’s a way to say if the candlestick is a hammer and a doji, only write Doji? Because it’s often the same …

    Thanks.

    Greg

  17. kem2709 • 07/17/2016 #

    Dear Nicolas,
    Thank you very much for your work.
    As a beginner, I’m not yet a pro of coding as you are so may I kindly ask for your help? Would it be possible to add the following patterns, too? As per this source (http://thepatternsite.com/CandlePerformers.html), some patterns are more efficient than others. The following 6 ones aren’t included in your code and are claimed to be good: 1/ 3 line strike bearish, 2/ 3 line strike bullish, 3/ 3 black crows, 4/ matching low, 5/ abandoned baby bullish, 6/ breakaway bearish. Thank you sooo much in advance, you are the best!

    • Nicolas • 07/17/2016 #

      Did you try this one? https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/

  18. kem2709 • 07/17/2016 #

    Wow, I’m speechless, so complete…
    Thank you!

  19. cypressat • 07/17/2016 #

    Bonjour merci pour ce code. Mais ca ne va pas il ne détecte les structures qu’en fonction de la couleur des chandeliers et non pas en fonction de leur emplacement sur le graphique. Sous résistance si le code détecte une étoile filante il l’appellera marteau inversé au lieu d’étoile filante, comme il apelera un pendu marteau etc …. Ca fausse tout et c’est donc erroné. Je rêve d’un code sachant reconnaître les structure en fonction de l’emplacement (creux, sommet, ligne de tendance, support résistance, niveau de fibonacci, etc ….Et sachant s’adapter en fonction du marché (action, forex) car les structures ne sont pas les m^mes pour cause d’absence de gaps sur le forex

    • Nicolas • 07/17/2016 #

      Pour cela il faudrait définir comment détecter les supports et résistances, comment et où calculer les niveaux de Fibonacci. Ces niveaux étant très visuels, et le code étant strict, il faut d’abord mettre en corrélation l’homme et la machine 🙂
      Ensuite, il est fort probable que nous soyons bloqués par le manque de possibilités du langage de programmation quant aux stockages des données de façon dynamique (pas de tableau de données).
      Ce code est une conversion fidèle d’un indicateur d’une autre plateforme.

  20. cypressat • 07/17/2016 #

    Merci beaucoup pour cette réponse Nicolas. Je ne peux rien dire parce que je suis totalement ignorant en programmation. Je sais que le logiciel (cher sans doute pas pour rien) de Streve Nison le fait. A la limite, il me semblerait donc polus judicieux de detecter les structures mais sans y adosser le nom. Sinon c’est un peu dangereux pour le débutant. Un débutant qui a appris qu’un marteau est une structure haussière qui en haut de tendance ou somment voit “marteau” pourrait acheter alors qu’il s’agit d’un pendu baissier. Tout est un peu comme ça, des étoiles filantes sont nommées marteau inversé, on trouve des couvertures en nuages noir sur creux (figure de retournement baissière sur sommet), etc ….. Donc sans le nom, le trader voit les figures et à lui de savoir les interpréter en fonction de s’ils les trouvent sur creux, sommet, résistance, support, etc ….. S’il suffisait de juste reconnaître la morphologie… Mais ce n’est pas le cas

    • Marius • 07/17/2016 #

      Hi, great indicator. I shortened the text for better visuality but there ist a problem. Everything works fine in all timeframes until I switch to the daily chart an higher. Arrows and text appear one candle to the left. How can i fix that? TIA

    • Nicolas • 07/17/2016 #

      It can happens in weekly chart, there is nothing to do about that.

  21. Matt B • 07/17/2016 #

    Cypressat, tu as essayé l’autre indicateur que mentionne Nicolas ? https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/

  22. Manu L. • 07/17/2016 #

    Bonjour Nicoles,

    je continue à bosser tes indicateurs qui sont très pertinent et je m’intéresse à celui-ci.
    Existe-t-il un screener pour détecter une unique figure : ex. Morning star

    Merci pour ton aide

    • Nicolas • 07/17/2016 #

      https://www.prorealcode.com/prorealtime-market-screeners/simple-evening-star-morning-star-candlestick-patterns-screener/
      https://www.prorealcode.com/prorealtime-market-screeners/trend-reversal-continuation-patterns/
      https://www.prorealcode.com/tag/candlesticks/

  23. Manu L. • 07/17/2016 #

    merci mais je voulais utiliser ton indicateur en mode screener et sélectionner uniquement les figures qui m’intéressent

  24. Manu L. • 07/17/2016 #

    j’ai pris celui-ci https://www.prorealcode.com/prorealtime-market-screeners/simple-evening-star-morning-star-candlestick-patterns-screener/
    mais quand je le lance, j’ai un décalage d’une journée avec ton indicateur

    //Author: Francesco
    //Date: 20-01-2017

    //BaseCandle parameter = first candle of the pattern, starting from right (it is possible to run screener staring from any past candle)
    BaseCandle = 0

    Open0 = Open[BaseCandle]
    Close0 = Close[BaseCandle]

    Open1 = Open[BaseCandle + 1]
    Close1 = Close[BaseCandle + 1]

    Open2 = Open[BaseCandle + 2]
    Close2 = Close[BaseCandle + 2]

    Open3 = Open[BaseCandle + 3]
    Close3 = Close[BaseCandle + 3]

    //Evening Star
    EvStar = Open0 > Close0 And Open0 Close1 And Close1 > Close2 And Open2 Close3 And Open3 < Close3

    //Morning Star
    MornStar = Open0 Close1 And Open1 < Close1 And Close1 Close2 And Close2 Close3

    //Go Short Signal = -1
    If EvStar then
    Go = -1
    endif

    //Go Long Signal = 1
    If MornStar then
    Go = 1
    endif

    Condition = (EvStar Or MornStar)

    SCREENER[Condition] (Go AS “Go”)

    • Nicolas • 07/17/2016 #

      Si tu utilises un compte gratuit “fin de journée”, alors les résultats sont décalés d’1 chandelier, c’est normal.

  25. Manu L. • 07/17/2016 #

    Et si je prends éventuellement celui-ci, comment puis je programmer le screener pour qu’il me sorte uniquement la figure qui m’intéresse ?

    https://www.prorealcode.com/prorealtime-market-screeners/trend-reversal-continuation-patterns/

    • Nicolas • 07/17/2016 #

      Pour des demandes personnalisées, merci d’utiliser le forum, en ouvrant un nouveau sujet tout en respectant les règles de publication.

  26. Manu L. • 07/17/2016 #

    c fait 🙂

    https://www.prorealcode.com/topic/pro-screeners-trend-reversal-continuation-patterns/

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+40 more likes

Related users ' posts
avatar
Anonymous This is very useful, look forward to testing it out. Thank you very much
imran Hi I have been trying to test a strategy to buy and sell based on the indicator cross overs...
Zigo I'am sorry that I answer so late, but the code seems to be working perfect. I use the indica...
bobanteo Hi Cristofer, thanks for sharing. Would it be possible to delete the confirmation candle af...
Pierreco1991 Hello Can you confirm this configuration for FRANCE ? //Time in UTC+8 Rest0Minutes =...
4example excellent, thank you
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...
Francesco78 Merci, tres interessant
leederbyshire Hi, would it be possible to combine this screener with roberogozzi's divergence screener? I'...
leederbyshire This is possible code is available here https://www.prorealcode.com/topic/divergences-screener/
Nicolas Pour les demandes spécifiques, merci d'ouvrir un sujet sur le forum des screeners en respect...
Djamal Zidane hello tout le monde , marcara ton objectif est tjrs de l'actualité?
Gover66 Hello, I would like to limit the screener to the last 5 bars only, is this possible?
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 ...
Cavok Bonjour, Comment utiliser cet indicateur comme screener? Merci.
komiko 9a marche pas ? le code sur prorealtime "erreur de syntaxe l'instruction retur et autorisée ...
Nicolas En effet, il s'agit bien du code d'un indicateur et non d'un screener ou d'une stratégie de ...
RussJ Hey people Some great screeners on here but I'm pulling up too many stocks when I s...
Doctrading Maybe you can also change the hourly beginning of the day (not 23PM but 12AM, OOH in french)...
Duccio Hi Doctrading,there is a way to control the max loss of the positions in this code? For exa...
Doctrading Hello, Yes, there is a command I think, but I don't know it. Nicolas knows it. You can als...
Doctrading Hello fesxeurex, It can display both : when it is in formation, and when it has been formed...
the_giorgio Bonjour Doc, Je crois que votre définition du harami est erronée Critères du Harami D...
dfl3tch3r Great screener...Has anyone got code for trade/backtest the next bar breakout (short or long...

Top