Forums › ProRealTime English forum › ProScreener support › Screener for weekly and daily timeframes › Reply To: Screener for weekly and daily timeframes
		06/02/2019 at 4:34 PM
		
		#99824
		
		
		
	
| 
					 1  | 
						c1 = (summation[WeeklyLookback](EMA13 crosses over EMA26) > 0) and (EMA13 > EMA26)  | 
					
Do I understand this correctly? => Over the past X number of weeks, the fast EMA has crossed the slow EMA more than 0 times, AND the fast EMA is above the slow EMA?