Error found in ProRealTime ProScreener tool.

Forums ProRealTime English forum ProScreener support Error found in ProRealTime ProScreener tool.

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

    Hi, I think there is an error in ProrealTime ProScreener.

    I wrote an easy Year To Date % performance code, but it is not working:

    There is a radio button to toogle between lowest/highest values. The thing is it shows only the lowest values for NYSE, NASDAQ, EURONEXT, etc.. But if I want to show the highest values for these markets then shows nothing.

    Please note that If I choose another market like France 40 then it does show both the highest and lowest values, It’s a bit weird.
    This is the code. Kind Regards.

     

    #4211

    Hi drecio,

    Please tell us what is the number of matches for the screener that dont return anything ?

    #4275

    Hi you can find attached 2 screenshots of a NYSE screening. In both cases (lowest and highest values) there are 3220 matches. But the list only is populated when lowest values are selected, if you select highest values the list shows nothing.

    Regards

     

    #4294

    Thanks for your examples. I will investigate more deeply to find what cause this behaviour.

    #4383

    I found how to solve your problem. It seems that your d1 variable were set to 0 because there were no candle at this date. So ProScreener met a bug that It cannot divide something by 0 (zero divide error that many coders known 🙂 )

    So here is the code that solve this issue. If the daily candle dont exist, then the previous candle is taken.

     

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