Hi traders and coders.
Is it not possible to excecute a screener on a 5 min Timeframe? It a simple screener with a EMA and close detection.
I have used the code
TIMEFRAME(5minute)
which seems to be without any syntax problem, but when executed it wants it in hours, and not minutes.
The selection of periods are also 5 min.
so is it a 5 min screener or?
hi, I’d try with a space between 5 and minutes, and an s to minutes:
TIMEFRAME(5 minutes)