Useless error message

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

    Can anyone explain what this message actually means.  I’m calling an indicator for its current value from a screener (0, 1 or -1).  Then I want to list which securities have an indicator value of 1 or -1.

    I appreciate it is not always possible to return a line number but a better description with examples of what would produce this error would be helpful.

    #4815

    ProScreener don’t allow lookback in the past for more of 254 bars.

    I already made some kind of walk around of this limitation in the Spanish forum, let me look for it.

    #4816

    If you are looking about Highest or Lowest values in the past than more 254 bars, this code will certainly help you :

     

    This is an indicator to store the Highest and Lowest values from the beginning of your chart. In a screener you should call “hh” and “ll” to make conditionnal test for what you are looking for.

     

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