Screening shares weekly timeframe
Forums › ProRealTime English forum › ProScreener support › Screening shares weekly timeframe
- This topic has 8 replies, 2 voices, and was last updated 1 month ago by segie.
Viewing 9 posts - 1 through 9 (of 9 total)
-
-
11/25/2024 at 11:55 AM #24071611/25/2024 at 5:51 PM #240731
There you go:
123456789Timeframe(Daily)Sma20 = average[20,0](close)Timeframe(Weekly)c1 = close CROSSES OVER Sma20Timeframe(default)c2 = (close >= 1) AND (close <= 5)c3 = (high <> low)Cond = c1 AND c2 AND c3SCREENER[Cond]1 user thanked author for this post.
11/26/2024 at 8:33 AM #24074111/26/2024 at 8:59 AM #24074211/26/2024 at 10:42 AM #240747You can check the previous weekly candle withy [1] and the 5th previous daily candle with [5]:
123456789Timeframe(Daily)Sma20 = average[20,0](close[5])Timeframe(Weekly)c1 = close[1] CROSSES OVER Sma20Timeframe(default)c2 = (close >= 1) AND (close <= 5)c3 = (high <> low)Cond = c1 AND c2 AND c3SCREENER[Cond]11/26/2024 at 12:30 PM #24076212/12/2024 at 12:27 PM #24135612/12/2024 at 8:18 PM #241371[5] is the 5th previous trading day, so holidays are ignored.
1 user thanked author for this post.
12/13/2024 at 7:50 AM #241379 -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
Find exclusive trading pro-tools on
Similar topics: