Good day
I’m a brand new PRT user and last did programming in the late 1990’s!
I’ve created a screener on ProRealTIme ProScreener that looks at weekly candles and identifies:
1. Last Week’s Close was Lower that 2 Weeks Ago’s High
AND
2. This Current Week’s Close is Higher than is Higher than Last Week’s High
QUERY 1:
The program seems to work fine except for one issue: it seems to use the “Current Close” as the prior week’s Close. When does it define “Close” for international stocks? I normally run this program on Sunday nights, so I would have expected it to pick up the close on the prior Friday, 2 days earlier. Instead, it seems to pick up the close 2 Fridays earlier (9 days earlier).
QUERY 2:
Given that I want it to pick up the latest weekly close, how should I do that?