Weekly last bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • #5494

    Hi!

    When I use a ProScreener on Timeframe Weekly the filter is applied to the next to last bar but I expect it applies to the last bar.

    For example using this simple code on Timeframe weekly

    It returns all the stocks of which next to last bar  Volume > 500,000,000 but not all the stocks last bar Volume > 500,000,000

    I want the filter to be applied on the last bar. What can I do?

    When I use the same ProScreener on Timeframe daily it works properly.

    Thanks in advance and sorry for my english, its not my main language.

    #5510
    sid

    I posted a thread MACD Uptick, so i’m glad i’m not the only one having problems with regards to upticks on weekly charts.

    Like you i’m fairly certain i was also getting upticks from the week before the last. But the daily chart screens work fine.

    So is this a bug i wonder, as up until recently i had no problems.

    Cheers.

    #5522

    Hello Alvaro, like I said to sid i’m waiting for news about this. For which group(s) of shares do you have this problem?

    #5643

    I had news about this issue. The Australia shares weekly scan are now fixed, can you confirm?

    #5857

    Hi, I still have the problem.

    The code above works fine on timeframe Daily but not on timeframe Weekly.

    #5878

    Hi,

    I also experience the same problem. I just made a simple code scanning for stocks that crosses over MA 10 on a weekly timeframe.

    It works fine when using daily timeframe but not weekly. When running the scanner with the weekly timeframe, the scanner shows a list with stocks that crosses over MA10 the week before the last week. I expected it to show stocks that crosses Ma10 on the very last bar (week).

    I have used the scanner on the Swedish stocks with this result.

    The code I used for the scanning was:

    indicator1 = close
    indicator2 = Average[10](close)
    c1 = (indicator1 CROSSES OVER indicator2)

    SCREENER[c1] (Variation AS “%Chg prev bar”)

     

    #5884

    Ok, thanks for your feedback about it. I already asked PRT screener specialists about it, waiting for their answers.

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

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