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
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...
GraHal Please forgive the daft question, but why is 3-bars-trailing-stop-williams-3.itf included a...
Kris75 Hi, Seems great but what would be the code for a stock ? Thanks, Chirs
oakenstream Paul, what is the best way in your opinion to know if I have over optimized?
Jessar Hello, could you tell me how to use this indicator? I think the simplest things can still be...
Al Ok grazie Gabri
Paul thnx for posting. Combine it with Williams’ 3 bar trailing stop to create strategy!
gabri Paul, he uses the best day of the week to trade (he figured out the best day to enter, exit...
Nicolas Your PRT version is inferior to 10.3? So the code in its default state is not compatible. A ...
Mbulelo Hi Nicolas Hope all is well your side, do you have a specific strategy for the MFT Swing ...
Nicolas No I don't, try to make it on your own, or ask in forums (follow the posting rules please).
Mr_Balagan Bonjour, j'ai quelques questions concernant cette combinaison d'indicateurs qui à l'air inté...
larouedegann STE : Fonction statistique "erreur standard" de séries temporelles de N périodes pour le pri...
Mr_Balagan Merci pour ces informations précieuses larouedegann. J'y vois plus clair. Encore joli boulot
Bougnat bonjour, ton screener semble intéressant .... merci pour le partage
guytrc Hi Nicolas - many thanks for your screener. One question if I may - how does condition 5 wor...
Nicolas In the last 20 periods, the SMA 10 periods was above the SMA 20 periods.
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...
reb Hello Marc your strat seems very intersting, will take a look Reb
897148 What exactly is meant by Total price? Is r1 =28 in your example the no of days for "Total P...
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
7 years ago
Haos Visual
Haos Visual
8
Indicators
Lyny @Nicolas, how can i put this code in ProOder when for example i want to buy 1 share with con...
Nicolas Please open a new topic on forums for coding requests, I'll help you there. 
Johan Swarts Lyny / Nicolas Please advise whether you proceded with the code in ProOrder and if so where...
Nicolas The code is correct, don't know if the label and color are the same as other trading softwar...
peppe novellino Hi Nicolas, the settings of the alligators are not editable. How can I change it? Thanks in ...
pabo_swe I got very bad performance with this script, it was slow... it seems like if one breaks out ...

Top