risjr 230 posts msg #159871 - Ignore risjr | 
12/16/2022 7:24:30 PM
  
 /* 13th Floor ADR Specs*/
 
 set{adr10 ,  average day range (10) }
 set{adr30 ,  average day range (30) }
 
 and add column  adr10 
 and add column  adr30 
 
 average day range(10) is above 20 percent 
 close price is between 1 and 10 
 volume is above 300000
 
 /* TRO STAT DISPLAY - 10 PERCENT POPS PER WEEK */
 
 set{HiOp, high - open}
 set{Long_Profit, HiOp/open }
 
 set{B10A, count(Long_Profit > .10 , 100)}
 
 set{A10A, count(Long_Profit > .10 , 1)}
 set{chg, sum( A10A - A10A 1 day ago ,5)}
 
 and add column separator
 and add column B10A {GT10%}
 
 add column chg{(wk)}
 
 add column chg 8 weeks ago{(-8wk)}
 and add column separator
 add column industry
 add column sector
 and add column separator
 
 sort column 6 descending
 
 
 set{Enter,close}
 set{1p,Enter * 1.01}
 set{5p,Enter * 1.05}
 set{Stoploss,Enter * .97}
 
 draw price line at 1p
 draw price line at 5p
 draw price line at Stoploss
 add column close
 set{Gaps,count(weekly open > weekly close 1 week ago,52)}
 add column Gaps
 
 
 ************************************************************
 
  -----------------------------------------------
  
   /* convert ATR to percent */
 set{rat1,atr(1)/high}
 set{ATR%,rat1*100}
 add column atr(1)
 add column ATR%
 atr% > 5
 
 -----------------------------------------------------
 
 CHART-TIME IS 12 MONTHS
 
 CHART-DISPLAY IS WEKLY
 
 
  | 
risjr 230 posts msg #159872 - Ignore risjr | 
12/16/2022 7:25:21 PM
  These aren't the KEYS TO THE KINGDOM!!
 
 But it is pretty nice!!
 
  | 
risjr 230 posts msg #159873 - Ignore risjr | 
12/16/2022 7:26:38 PM
  Thanks to TRO, and others!!
 
  | 
IknowIcanchange 10 posts msg #159882 - Ignore IknowIcanchange | 
12/18/2022 5:10:15 PM
  Is a theory on why GAP up stocks should be bought?
 
  | 
risjr 230 posts msg #159884 - Ignore risjr | 
12/18/2022 8:21:37 PM
  This is not a gap filter. It is based on TRO's 10% per week. Although gappers mite show up ocassionally!
 
  | 
KSK8 561 posts msg #159885 - Ignore KSK8 | 
12/19/2022 3:59:16 PM
  This is a classic one, but next time, just bump the original thread instead of duplicating the post
 
 the king 
 
  | 
risjr 230 posts msg #159888 - Ignore risjr | 
12/19/2022 5:59:51 PM
  This has 2 big enhancements, vs the orig post! look again! Since you have already lost your crown!!
 
  | 
KSK8 561 posts msg #159889 - Ignore KSK8 | 
12/19/2022 6:14:35 PM
  '2 big enhancements' ha
 
 stay in your lane kiddo
 
  | 
risjr 230 posts msg #159890 - Ignore risjr | 
12/19/2022 6:17:48 PM
  You can run the orig filter, and get over 2 thousand picks!! You people on this board are VERY QUICK TO CRITICIZE WITHOUT LOOKING AT THE FACTS!! IF YOU HAVE ANYTHING TO ADD TO THIS THREAD, PLEASE DO SO!!
 
  | 
risjr 230 posts msg #159891 - Ignore risjr | 
12/19/2022 6:19:54 PM
  If you have anything better!, POST IT!!
 
  |