Hi,
In the tutorial for ProScreener (Verison 2023), page 14, there si an example:
TIMEFRAME(weekly)
Condition1 = Williams[14](Close) < 0 AND Williams[14](Close) > -20
TIMEFRAME(30 minutes)
Condition2 = ExponentialAverage[20](Close) CROSSES OVER ExponentialAverage[12](Close)
SCREENER[Condition1 AND Condition2]
And: To return to the data of the selected period in the ProScreener interface, we can write :
TIMEFRAME(default)
What does “the selected period” mean? The weekly or the 30_minutes?