Fractals stock screener

Fractals stock screener

This is a stock screener that will fetch stocks that have made a new Fractal (calculated upon the last “p” period = 10 periods by default) in the last 5 days (“lookback” variable that can be modified at line 6 of the below code).

Some Fractals indicators can be downloaded too in the Library:

The Fractals code here do not respect completely the Bill Williams original description (FYI).

This screener has been coded by request.

 

 

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. Assaf • 11/10/2016 #

    Thank you Nicolas so much for that.

    I am trying to improve my coding in Pro-RealTime.

    Can you please advise for the following :

    For this line : summation[lookback](fractalH=1 and fractalH[1]=0)=1 Why do we want to check that this didn’t happen on the previous bar

    fractalH[1]=0 ?

    In addition is the condition fractalH=1 the same like checking for fractalH[0] =1 (what is the difference between them)? What is its purpose ?

    Many Thanks,

    Assaf

    • Nicolas • 11/10/2016 #

      fractalH and fractalL are variables that can take values 1 or 0 in this code. The summation statement check if a change of this value occurred between the current bar and the previous one through “lookback” bars. I encourage you to read the last ProBuilder documentation to learn the basic of prorealtime coding language here: https://www.prorealtime.com/en/pdf/probuilder.pdf

  2. century • 11/10/2016 #

    nice screener, thanks

  3. SAM • 11/10/2016 #

    Dear Nicolas, thank-you for the screener.I have a question, How should i do for add not one, but two filter condition?So when i see the result windows i can have 2 separate columnsFor Exemple:
    newhigh = summation[lookback](fractalH=1 and fractalH[1]=0)=1
    newlow = summation[lookback](fractalL=-1 and fractalL[1]=0)=1
    criteria1= RSI[14](Close)criteria2= Stochastic[14,3](Close)
    SCREENER [newhigh or newlow](criteria1 as \"My first\")(criteri2 as \"My Second\")+... ecc

    • Nicolas • 11/10/2016 #

      Sorry, but it’s only possible to display one criteria column on proscreener.

  4. SAM • 11/10/2016 #

    Thanks!!In your opinion,  make a screener with more condition filter could be interessting? Could be implemented by Proreal staff in the next time?

    • Nicolas • 11/10/2016 #

      You can have already as much conditions as you want, it is only the multiple sorting criteria that is not present.

  5. SAM • 11/10/2016 #

    Thanks for your answers!

  6. bmentink • 11/10/2016 #

    Hi,
    I just tried this screener, but although I get some instruments returned, they all have “Citeria” set to “0”, should they not be 1 or -1?
    How do I know if they were new highs or lows?
    Many thanks for the screener ..

  7. haseluis • 11/10/2016 #

    Hello Niklas, I would like to use the screener for the display in the m15, which changes to the settings I have to make

    • Nicolas • 11/10/2016 #

      Nothing to change or you can play with different settings at lines 6 and 7.

  8. haseluis • 11/10/2016 #

    Thank you Niklas, I’m still looking for an indicator 123 or direct to Joe Ross, can you help me
     

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
dakaodo Hi, Wilko. Acc to the original FRAMA paper by Ehlers, Ehler's own code only takes inputs for...
dakaodo For reference, here is Ehlers' original paper: http://www.mesasoftware.com/papers/FRAMA.p...
dakaodo Here is the code with only SC included, per ETFHQ. pri=customclose //len>=4, even on...
Nicolas
8 years ago
Nicolas add it on price chart, change the cp parameter according to the period you want to observe f...
Robert22 hola buenos días: yo estoy buscando una cosa parecida para realizar con ello un indicador de...
Nicolas https://www.prorealcode.com/prorealtime-indicators/rsi-classical-hidden-divergences-indicator/

Top