I created this screener but I don’t know how to fix the problem. Unable to update the TF weekly. The screenner doesn’t consider me the last candle of the week.
Please read the basic rules highlighted in a yellow box below.
You posted in the Italian Probuilder support, which I changed to the English ProScreener support.
Thanks 🙂
ProScreener doesn’t support any option for the instruction TIMEFRAME as it only runs live.
Should you need a signal confirmed at the closing of a bar, replace COND in the last line with COND[1].
Moreover, if you are using the free demo platform, your data will be 1 bar behind.
WimParticipant
Junior
ProScreener doesn’t support any option for the instruction TIMEFRAME as it only runs live.
Hi Roberto, what do you mean with this line?
I think the screener needs another TIMEFRAME clause immediately before the command SCREENER: TIMEFRAME(default)
You need to delete Line 3 in your code.
The Screner will run on whatever Timeframe you choose to run it on, but as you show weekhigh etc as variables then the screener will be accurate / follow your coding on a weekly timeframe only.
You don’t need Timeframe (default) in your screener code.
In addition, please post the actual CODE, not a pic of it. Thanks 🙂