Hi,
I want to know how can I make my scanner update upon closing for a certain timeframe.
in the indicator programming I use: Timeframe (5 minutes, updateuponclose)
but it does not work for the Screener and I have to remove the “updateuponclose” in order for the command to work
Thank you
It’s not possible, screeners work live, they cannot wait for the closing of a candle.
You can achieve the same result using [1] to reference the previous candle, which is closed, such as Close[1], Open[1], etc…