Touch the bolinger band against trend

Forums ProRealTime English forum ProScreener support Touch the bolinger band against trend

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by avatarJS.
Viewing 2 posts - 1 through 2 (of 2 total)
  • #211047

    Hello,

    I would like to see all assets that meet the following requirements:

    • The SMA20 daily needs to be in a downtrend for at least 20 days
    • The average daily volume is above 500k
    • Yesterday closing price was above 5 usd
    • Yesterdays price candle touches/crosses the Bolinger (20, 2) band on the upside

    Thanks

    Gr Marco

    #211061
    JS

    Hi Marco,

    If I may make a suggestion…

    Use current Price > 5

    Use current price >= BBUp

    Because when the average must be 20 days in a down trend it is very unlikely that yesterday’s price will be greater or equal than BBUp…

    If you do not want this, you can use the following:

    C3=Close[1] > 5

    C4=Close[1] >= BBUp[1]

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

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