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.
sidParticipant
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.
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?
I had news about this issue. The Australia shares weekly scan are now fixed, can you confirm?
Hi, I still have the problem.
The code above works fine on timeframe Daily but not on timeframe Weekly.
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”)
Ok, thanks for your feedback about it. I already asked PRT screener specialists about it, waiting for their answers.