Simple real candle body outside Bollinger Band screener please?

Forums ProRealTime English forum ProScreener support Simple real candle body outside Bollinger Band screener please?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #18970

    Hello all, would any of you be so generous to help me code a screener that detects when the real body (high-low) of the current candle is outside of the Bollinger Bands with user-defined Bollinger Band length and Standard Deviation?  Thank you so much 🙂

    #18972

    Oh also, my (high-low) statement does not mean high minus low. I meant basically the high and low of the candle (real body) are outside of the bollinger bands(either above or below). Thank you 🙂

    #18991

    Please find below the code that detects whenever the High and Low of the current candlesticks is above the upper Bollinger Band or below the lower Bollinger Band.

    Parameters of the Bollinger Bands can be changed at will in the code (period of the moving average, applied price and deviation coefficient of the bands).

    Example attached.

    Let us know if it’s working properly on your side.

     

    1 user thanked author for this post.
    #19009

    Thank you so much Nicolas, it works perfectly when I run the scan! I have one more question 🙂 How do I make the Bollinger Band EMA-based, instead of SMA? Thanks again Sir!

    #19014

    Just replace the word ‘average’  by ‘exponentialaverage’ and you’ll get a quicker and more reactive Bollinger bands 🙂

    1 user thanked author for this post.
Viewing 5 posts - 1 through 5 (of 5 total)

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