3 Lines Breakouts screener

3 Lines Breakouts screener

Here is a screener that will detect 3 Lines Breakouts. It has to be tuned to fit your needs : change the ScreenerBehavior variable to the value that you target :  1 = bullish breakouts, 0 = bearish breakouts , 2 = all breakouts.

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. JJ Tec • 12/30/2020 #

    Buenos Dias,
    He estado ojeando el código de programación, y no entiendo las variables que usas. En concreto estas:
    if (close > Chand1PH and Trend=1) then
    Chand3PB=Chand2PB
    Chand3PH=Chand2PH
    Chand2PB=Chand1PB
    Chand2PH=Chand1PH
    Chand1PB=Chand1PH
    len=len+1
    if (len > 3) then
    len=3
    endif
    Chand1PH=close

    el screener tiene como objetivo localizar pautas planas del tipo ABC?

    Gracias por el aporte.

  2. BoutDePain • 12/30/2020 #

    Hello,
    The variables ChandXXXX are for the lines in the 3 Lines Break indicator. PB is for the low and PH is for the high of each line.
    It is not related to ABC patterns but to 3 Lines Break chart visualization you can lean more about it here : https://school.stockcharts.com/doku.php?id=chart_analysis:three_line_break

  3. BoutDePain • 12/30/2020 #

    Here is the updated screener with variables that are more understandable:

  4. BoutDePain • 12/30/2020 #

    https://www.prorealcode.com/topic/three-line-breakouts/#post-155918

  5. haimpinto • 12/30/2020 #

    Hi
    What should be added in the code in order to limit the price range of the shares it displays?
    For example I want it to display only stocks in the range between 10 and 300 dollars.
    Thank you

avatar
Register or

Likes

avatar avatar avatar avatar avatar
Related users ' posts
emism12 Looks great, personally I don't use automated trading for single stocks, but is definitely o...
adconsulting Ciao, I look that the strategy (backtest 50 k), works very good wiht US 500 CASH 1 EURO in...
Kev Monaghan The equity curve looks to follow the stock price almost perfectly, Have you tested on stock ...
Francesco78 Hi CKW, yes I do run it live, and so far I had no problem, which kind of errors?
JohnScher Hello Francesco. Are you still active with the Threeliner? I also follow that, that you ...
fatlung Hi Francesco May I know the time zone applicable to this strategy?
finplus bonjour, il y a un problème à la fin du code avec elsif (close 0 then ... ne manque t il pas...
kj1988 Hello Nicolas, thank you for this useful indicator. Could you tell me how I can remove the...
Nicolas remove lines 101 to 103

Top