Hi @Malibu1
The amount of historical date of stocks (bars) is independent of a screener…
Each share has a varying amount of historical data and from this historical data your screener can use up to 254 bars (with IG)…
In your screener you use a maximum of 9 bars (out of 254) to calculate the CCI[9]…
If you would like to use more historical data in your screener, you must adjust the conditions of your screener, but that does not seem to me to be the intention…
Maybe it’s a solution to convert your time frame from “weekly” to “daily”…
Timeframe(Daily)
Condition1 = summation[10](CCI[45] < -100)
Screener[Condition1(Condition1 as “No.”)
You now use up to 45 bars, instead of 9, of the available 254 bars…
The results of your screener will probably (slightly?) differ because you now also use the intervening days and not just the weekly closure…