In Strategydesk I have set up a scan based on the ATR (average true range). A portion of the scan is as follows:
(((AvgTrueRange[ATR,14,D]) / (ExpMovingAverage[EMA,Close,14,0,D])) >= .04)
I have created this myself, but it basically takes the ATR of the past 2 weeks and compares it to...