Stocks above/below opening prices

Forums ProRealTime English forum ProScreener support Stocks above/below opening prices

Viewing 3 posts - 1 through 3 (of 3 total)
  • #138564

    Hi all,

    I have been trying to make this work for over a month and bashing my head until I’ve just decided to ask for help. I would like to screen for stocks that are trading above/below opening prices for the Hour, Day, Week, Month, Quarter and Year. The most I have been able to do is create an indicator that plots all the opening prices after filtering out stocks above/below daily and weekly opening prices and then manually looking at the closing price relative to the others using the indicator.

    I have tried using the “Insert Function” to call the indicator but the screener never picks up any of the values. I tested with ONLY the Yearly Open and the screen isn’t able to get that value. Below is the code for the indicator.

    Can someone please help me out and/or suggest some tips? It would be greatly appreciated. Thank you.

    #138605

    You should group all the same timeframe code below the same TIMEFRAME instruction.

    The indicator doesn’t return anything because it uses instructions not compatible with ProScreener (all instructions that begin with Open: OpenWeek, ..).

    To get the monthly Close try this (in daily imeframe):

    Quarterly Close price, example in this code snippet (uses to get the quarterly pivot point): https://www.prorealcode.com/topic/formule-points-pivots-quarterly/#post-51188

    #138736

    Thank you so much Nicolas. Works like a charm.

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

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