Weekly last bar
- This topic has 6 replies, 4 voices, and was last updated 8 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
Similar topics:
Forums › ProRealTime English forum › ProScreener support › Weekly last bar
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
1 2 |
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.
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.
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”)
Find exclusive trading pro-tools on