Price bouncing over horizontal support on SMA 200 + Fibonacci 61.8% retracement

Forums ProRealTime English forum ProScreener support Price bouncing over horizontal support on SMA 200 + Fibonacci 61.8% retracement

Viewing 10 posts - 1 through 10 (of 10 total)
  • #78817

    Hi, I would like to create a screener in which the rules would be :

    • Stock which was uptrending
    • Then fell onto a horizontal price support which happen to be in line with/on the same level as :
    > SMA 200
    > Fibonacci 61.8% retracement level from previous rise (swing low to swing high point).

    The purpose is to use a combination of signals/confluence in order to find highly probable trading setups.

    How can one achieve such a screener ?

    Thank you

    #78818

    Here is the type of setup I’m trying to achieve…
    Ticker : NASDAQ:MOMO
    Date : 2016-12-19

    #78891

    In order to code your request, please help us to define:

    1. Stock which was uptrending
    2. swing low to swing high point (how to find these points?)
    1 user thanked author for this post.
    #78899

    Hi Nicolas,

     

    1) Uptrending
    We could say that the highest point (the one before the retracement) was above it’s SMA 50 and SMA 200 ?
    You may have a better idea on the subject ?

     

    2) Swing low to swing high
    I have to admit it’s a difficult one…
    I was trying to define it in simple words and even though the human brain can see at first glance the significant line on the chart, it’s not so easy to write a rule for this…

    Ideally it would be the lowest point, on the same(ish) angled line (trendline) which lead to the highest point until it retraced.
    I think it may be very difficult to write as computer code in which things are binary…

    So I was thinking maybe using the ZigZag indicator to find the lowest and highest points over a loopback period ?
    So we would just have to run the screener a few times with a different period parameter ?

    As on the first point, you may have a better idea ?

    Thank you so much for everything you have been doing on this forum 🙂

    #78904

    Here is another example on the same stock (NASDAQ:MOMO) at the time of writing (2018-08-24).

    • The 200 moving average is not exactly 61.8%, but quite close (may be the rule should be between 55% and 65% retracement ?)
    • The support is strong

    The result was a 25% rise in just 7 days…

    #78920

    As well I think it would be interesting to add that the price didn’t go below the current price since the highest point of the retracement.
    So we get the 1st rebounce on that fibonacci level.

    #79233

    1/ counting how many times the MA50 had been above the MA200 is a common and simple rule to determine an uptrend. How course, you’ll have to determine a threshold for the count value to confirm the trend.

    2/ storing the lowest low value while MA50 is below MA200 and the highest high while it is above could be a good idea.

    Let me know your thinking about these 2 proposals.

    #79267

    Yes Nicolas, that sounds great to me.

    #79293

    This first rough version is a first try and does not find the good LL and HH:

    My proposal for point 2 was not a good idea since moving average are obviously suffering from lag the saved LL and HH are not the ones we are looking for. I let you doing some tests and try to find a better way to find them 🙂

    I still did not add any condition on the price bouncing on MA200.

    1 user thanked author for this post.
    #79430

    Thank you so much Nicolas, I’ll investigate see if I can come up with some other rules 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login