Hi Guys, maybe this is simple, but I'm lost.
I am trying to scan for a ema crossover 50/200, but only wants results if the crossover has been true for the past X consecutive days.
So , I would see a ticker, if it has closed above the crossover for at least X consecutive days.
second, I also want to filter for stocks that have been below the 200 ema for atleast 200 prior days.
I presume I should be able to do this, by creating a scan for tickers trading below their 200EMA, but how would I specify number of days? I don't think the "within x bars" parameter will work?
I am trying to scan for a ema crossover 50/200, but only wants results if the crossover has been true for the past X consecutive days.
So , I would see a ticker, if it has closed above the crossover for at least X consecutive days.
second, I also want to filter for stocks that have been below the 200 ema for atleast 200 prior days.
I presume I should be able to do this, by creating a scan for tickers trading below their 200EMA, but how would I specify number of days? I don't think the "within x bars" parameter will work?