Hi,
I'm trying to create a stock screener that goes through all US equities and checks that:
the 20m SMA > 7d EMA
the 7d EMA > 20d EMA
the 20d EMA > 50d EMA
I've been able to get results when I just use the daily moving averages, but am having trouble implementing the intraday moving average. How can I implement that into my screener?