Weekly last bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5494 quote
    Alvaro MuroAlvaro Muro
    Participant
    New

    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

    c1 = Volume > 500000000
    SCREENER[c1] SORT BY Volume

    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.

    lastBartDontMatch.jpg lastBartDontMatch.jpg nextToLastBarMatch.jpg nextToLastBarMatch.jpg
    #5510 quote
    sidsid
    Participant
    New

    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 quote
    NicolasNicolas
    Keymaster
    Legend

    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 quote
    NicolasNicolas
    Keymaster
    Legend

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

    #5857 quote
    Alvaro MuroAlvaro Muro
    Participant
    New

    Hi, I still have the problem.

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

    #5878 quote
    TradelordTradelord
    Participant
    New

    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 quote
    NicolasNicolas
    Keymaster
    Legend

    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)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Weekly last bar


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 6 replies,
has 4 voices, and was last updated by NicolasNicolas
10 years, 5 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/16/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...