Williams Swing Points

Williams Swing Points

Stock screener based on Williams Highs and Lows indicator made by @gabri

 

 

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. gabri • 11/21/2017 #

    Thanks Violet,
    You can try also this version (for long only)

  2. gabri • 11/21/2017 #

    if (high>alto[1]) and not (highlow[1]) then
    alto=high
    basso=low
    markup=barindex
    markhigh=high
    endif
    if (low<basso[1]) and not (highlow[1]) then
    alto=high
    basso=low
    markdown=barindex
    marklow=low
    endif

    if alto<alto[1] and trend=1 then
    trend=0
    mediummarkup=shortmarkup
    shortmarkup=markup
    longmarkhigh=mediummarkhigh
    mediummarkhigh=shortmarkhigh
    shortmarkhigh=markhigh
    //intermediate high swing points
    if longmarkhighshortmarkhigh then
    imhighold=imhighnew
    imhighnew=mediummarkhigh
    //refhigh=shortmarkup
    endif
    if imhighold>imhighnew then
    refhigh=mediummarkup
    endif
    endif
    if basso>basso[1] and trend=0 then
    trend=1
    mediummarkdown=shortmarkdown
    shortmarkdown=markdown
    longmarklow=mediummarklow
    mediummarklow=shortmarklow
    shortmarklow=marklow
    //intermediate low swing points
    if longmarklow>mediummarklow and mediummarklow<shortmarklow then
    imlowold=imlownew
    imlownew=mediummarklow
    //reflow=shortmarkdown
    endif
    if imlowold<imlownew then
    reflow=mediummarkdown
    endif
    endif
    //long conditions
    c1=imlowold=mediummarklow
    //short conditions
    c2=imhighold>imhighnew and (highest[barindex-refhigh+1](high))<=mediummarkhigh

    screener[c1 and not c2] (c1)

  3. BZH22 • 11/21/2017 #

    Bonjour .
    il faudrait créer un screener qui détecte toutes les actions avec une flêche plus ellipse a l’ achat .

  4. BZH22 • 11/21/2017 #

    Bonjour Gabri ton screener ne marche pas .
    tu peux créer un screener à l’ achat, avec avec flêche plus ellipse et MM50 > MM200 .
    Cordialement .

    • gabri • 11/21/2017 #

      Try also Violet screener, it seems really good.

    • gabri • 11/21/2017 #

      BZH22, i don’t understand why the indicators and the screeners are not working on your computer. Try to check the settings because on mine it runs smoothly. For you can add:
      c3=average[50](close)>average[200](close)
      screener[c1 and c3 and not c2] (c1)

  5. gabri • 11/21/2017 #

    BZH22, i don’t understand why the indicators and the screeners are not working on your computer. Try to check the settings because on mine it runs smoothly. For you can add:
    c3=average[50](close)>average[200](close)
    screener[c1 and c3 and not c2] (c1)

  6. BZH22 • 11/21/2017 #

    Merci Gabri pour les MM50 et MM200

  7. Abz • 11/21/2017 #

    Violet , when trying to automate this my trades are not opening at the same entry point as where this circle are drawn, have you tried that?

    • Violet • 11/21/2017 #

      Abz, the arrows and circles are only the *first part* of a trade setup. If certain conditions are met (as defined in the algorithm), then the signal comes on the bar/candle immediately following the arrow/circle, which forms the *second part* of the setup.

      Please carefully read the comments/discussions on the “Wlliams’ Highs And Lows” indicator, presented by Gabri, on which this screener is based. It is by design that the actual trade signal (entry or exit point) can only come on the following bar/candle. The two bars/candles work in tandem to produce the signal.

      Mind you, never use indicators and screeners if you do not know exactly what conditions they are searching for.

  8. gabri • 11/21/2017 #

    Violet,
    you did an excellent job. I attached here
    https://www.prorealcode.com/prorealtime-indicators/williams-highs-lows/
    also my version of the screener.

  9. fab.ub • 11/21/2017 #

    HI GABRI, if the cirled arrow is the intermediate point in which You can define your entry and stop loss what is the meaning of the other arrows (without circle)?

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
denmar Thank you
Xenotrax A première vue, sa à l'air d'être un indicateur très puissant sur de petites temporalités, j...
merri Bonjour Nicolas, Comment transformer cet indicateur en bot sur PRT ?
Nicolas Cela a déjà été fait, voir ce sujet: https://www.prorealcode.com/topic/strategia-con-lindica...
venugopal Hi Nicolas, Thanks for this code. Is it possible to build a screener using this indicator?. ...
Nicolas It has been done in that topic. Enjoy.
Abouadam2 EFFICACE
Fabian Hi Thomas, thanks for your explanations. Which indicator do you use in the screenshot ...
Thomas Thats On Balance Volume and Bollinger or SMA or what you want. It shows me the volume flow. ...
bertrandpinoy @MAKSIDE I would be grateful if you send me your version. have a nice day
woktrade Superbe !
Vonasi An updated version with a bug fix can be found here: https://www.prorealcode.com/topic/dis...
snucke hey Vonasi is it possible you can help me get this indicator to show how much a market mo...
Ciccio
5 years ago
Swinglines
v10.3
Swinglines
2
Indicators
Ciccio New version
Ciccio New version 2.0 on the original Forum thread
Nicolas
5 years ago
sophia_etoille83 Merci beaucoup Nicolas, En effet l'ajout du close affiche le même graph, je parlais d'af...
Nicolas Non tu ne parlais pas de cela ?! Il fallait afficher l'indicateur sous le graphe principal e...
sophia_etoille83 Ok Nicolas je vais le poster. Je me suis mal exprimée alors. Je refais un post. Merci Bel...
mmoren44 no esta el color azul (Fade //Blue), No aparece en las barras el color azul.
larouedegann changer fade coloured (0,0,255)
Marcel The line is just a moving average line. The indicator reacts on the Parabolic SAR dots.
Mattzi I dont get the dots! What am i doing wrong? :)
Mattzi Ignore this comment ;)
Bard "Bacon with speed" is a new one on me, Apologies, the link was not working on my iphone ...
TAC Bolsa I already published it ... in prorealcode ... Next time ... request a change of programmi...
TAC Bolsa I already published it … in prorealcode … https://www.prorealcode.com/prorealtime-indicator...
Geronima Ortiz okay bien estaré pendiente en esta pagina gracias
Domenec Aqui dejo colgado link del video para ver como funciona el indicador https://www.youtube....
Geronima Ortiz Gracias Domenec
Bard Thanks for sharing this Verdi55. More instructions from Larry Williams website (and a fea...
Actabi Thank you ! Have you realised your "next step" ?
Jessar guten Tag, gibt es bereits die Aktualisierte Datei?
Per Inge Gents - An update - I have been studying various trading approaches, as this one that is bas...
dertopen @gabri hi Gabri i get the same error: define highlow and highhigh whic are the good numbe...
luigiR ciao gabri complimenti per il tuo lavoro, ti chiedo una cortesia cosa devo scrivere nel codi...
Matt B RolanBay, L'ellipse apparaît-elle à la bougie notifiée et reste ?
gianlucapegaso scusa Gagry ma il programm da copiare è quello con tutte le modifiche di cui ho letto nei va...
Valentinocorse bonjour a tous , superbe travail j'aimerai si possible une indication pour modifier l'indic...
Nicolas Oui pourquoi pas? :)
claudiofred Bonjour Nicolas, merci encore pour ce super indicateur. se demander s'il est possible d'écr...
Nicolas Screener déjà présent sur le forum ici: https://www.prorealcode.com/topic/indicador-lastmans...

Top