Registered User Joined: 3/6/2005 Posts: 2 
	 | 
	
		Hi,
  I have question regarding whether it is possible to run a watchlist with a sort by list for a previous day.
  I am specifically trying to find 'gappers' from the 'All Stocks in System' Scan for the last couple weeks on a day-by-day basis.
  Please Advise and Thanks.
  Kevin
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 18,819 
	 | 
	
		Are you looking for any stocks with a gap in the last 10 trading days?  If so, sort any WatchList by this PCF in descending order.  Anything showing TRUE should show a gap in the last 10 days:
  (H<L1) OR (L>H1) OR (H1<L2) OR (L1>H2) OR (H2<L3) OR (L2>H3) OR (H3<L4) OR (L3>H4) OR (H4<L5) OR (L4>H5) OR (H5<L6) OR (L5>H6) OR (H6<L7) OR (L6>H7) OR (H7<L8) OR (L7>H8) OR (H8<L9) OR (L8>H9) OR (H9<L10) OR (L9>H10)
  If you are not familiar with PCFs, check out this video:
  How to create a Personal Criteria Forumula (PCF)
  - Craig Here to Help!
	 |