Hi,
I need a simple screener which finds instruments, where the price touched or crossed the respective EMA in the last period. I tried the simplified programming button within ProScreener (not sure if it is called that way as I am using the german version), where you create the filter by clicking into the chart. It creates this: low[1] <= ExponentialAverage[200](close200)[1] (Daily)
The result is always the complete catalogue. Can you please help?