Weekly candlestick on middle bollingerband

Forums ProRealTime English forum ProScreener support Weekly candlestick on middle bollingerband

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

    Hi,

    I try to program the screener to search for forexpairs that has a weekly close on the beginning to have a close on the middle of the bollingerband.

    I have tried this:

    And gets no results.

    What I also wonder is if it is possible to in the same screening find forexpairs that has a close on the middle of the band and also have close above the upperbollingerband but on daily timeframe?

     

    //Johan

    #28593

    In your c1 condition, you are trying to find a weekly candlestick that has its Close perfectly equal to a 20 periods moving average, which is almost impossible or rare. Did you want to find a crossover instead?

    #28702

    Hi Nicolas! Thanks for you reply. I tried this code instead:

    It seems like it screens pairs that already has closed on the middle band and is over. I want it to scan for forexpairs that has it close on the middleband in this week.

    Do you know how?

    #28958

    Ok, so just use your first code and don’t use equal but superior to find if the actual Close is above the 20 periods moving average and Open inferior to it, to know if it’s actually crossing (current candlestick).

    This condition will remain true until a new bullish candlestick is crossing again the middle bollinger band.

     

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