Bullish reversal and bounce off support

Forums ProRealTime English forum ProScreener support Bullish reversal and bounce off support

Viewing 4 posts - 1 through 4 (of 4 total)
  • #248773

    Hi friends,

    I’m not sure if this is possible especially the part about price going back and retesting a broken level but I’d really appreciate any help or suggestions on how best to approach it. Maybe I haven’t explained the chart perfectly, but I’m doing my best to describe the picture and setup I’m trying to capture.

     

    Could you help me code a bullish screener that captures early reversal setups like the one shown in the attached chart? I’m happy for better suggestions.

     

    Conditions to Detect:

    Price bounce:

    • Price has been in a downward trend and is now bouncing off a recent support level, e.g. 0.5800, or has bounced within last two candles
    • Price is closing above a previous resistance or retesting a broken level

     

    MACD bullish confirmation:

    • MACD (12,26,9) line is above the signal line (bullish)

     

    Stochastic Oscillator (14,3,5) confirmation:

    • %K crossing above %D or has crossed within last two candles

     

    Volume confirmation:

    • Volume above 1,000,000

     

    Let me know if it can be done or if there’s a better way to write it.

    Thanks so much!

    KR,

    #248781

    Hi. May this could be useful for you:

    3 users thanked author for this post.
    #248821
    JS

    Creative screener, top…

    To determine the trend direction, an EMA50 is used, but the instruction currently refers to an SMA50, this should be EMA50 = Average[50,1](Close)

    2 users thanked author for this post.
    #248838

    I just want to remind about a 256-bar limit for screeners used in the complete version (the one provided by IG), so an EMA may roughly use 80 periods at most, not the full 256, due to its inner calculations.

    The Premium version offered by PRT extends that limit to 1024  bars, thus an ema might support larger periods.

     

    2 users thanked author for this post.
Viewing 4 posts - 1 through 4 (of 4 total)

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