| dashover 229 posts
 msg #133165
 - Ignore dashover
 modified
 | 12/10/2016 1:04:17 PM 
 The stocks consolidated, dropped and then rose above resistance on NOV 7 ish, only to propel majestically higher.
 
 How would you code, broke 5% above resistance in the last 7 days..
 
 Done correctly, JPM,GS, Bac Should be a filter result on Nov 12... If you backdate...
 Thanks!
 
 
 My best efforts were...
 show stocks where close  crossed above resistance(40,15,2) in the last 5 days
 price > 5
 optionable
 not etf
 Average Volume(30) > 200000
 LRS(20) < 1.25
 
 or
 
 close reached a new  40 day high in the last 5 days
 and Average Volume(30) > 400000
 and share price > $20
 
 ATR(14) > 1
 chartlength is 1 year
 not etf
 close > Resistance Line(40,15,2)
 close >  LRI(40)
 
 
 | 
| Eman93 4,750 posts
 msg #133564
 - Ignore Eman93
 | 1/5/2017 10:50:01 PM 
 It wasn't because of the chart set up.
 It was the election, the repubs will remove or water down all the dodd frank regulations and give the banks anything they want. everyone jumped in and shorts got squeezed.
 
 
 
 
 
 
 | 
| pthomas215 1,251 posts
 msg #133565
 - Ignore pthomas215
 | 1/5/2017 11:56:05 PM 
 dash, my 2 cents on this would be to add some of Mac's GUPPY code.  I believe it is designed to find stocks that break resistance.
 
 
 
 
 
 | 
| karennma 8,057 posts
 msg #133577
 - Ignore karennma
 | 1/6/2017 11:17:37 AM 
 Eman93
 4,597 posts
 msg #133564
 - Ignore Eman93 	1/5/2017 10:50:01 PM
 It wasn't because of the chart set up.
 It was the election, the repubs will remove or water down all the dodd frank regulations and give the banks anything they want. everyone jumped in and shorts got squeezed.
 ************************************
 
 And, to think -- some people here IGNORE news.
 JPM and GS ARE branches of the US gov't.
 I'd suggest you READ "Dark Money" by Jane Mayer
 All totally predictable.
 Just like DOW 50,000.
 
 
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #133593
 - Ignore Mactheriverrat
 | 1/6/2017 7:05:43 PM 
 BAC  - another great run on the EMA(3) above EMA(21). AKS and X were also good runs. All three could still go up again as all 3 are going sideways for about the last month.
 
   
 
   
 
   
 
 ---------------------------
 
 code for ema(3) above ema(21)
 ---------------------------
 
 Set{cntEMA3aboveEMA21,count( EMA(3) >  ema(13) 1day ago,1)}
 draw cntEMA3aboveEMA21
 
 Set{cntEMA3aboveEMA21b,count( Ema(3) <  ema(13) 1day ago,1)}
 
 draw cntEMA3aboveEMA21b
 
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #133595
 - Ignore Mactheriverrat
 | 1/7/2017 5:31:46 AM 
 Watching DYN as ema's starting to rollover and Bollinger band width expanding off of 6 months lows. Both ends of BB band expanding.
 
  
 
 | 
| pthomas215 1,251 posts
 msg #133597
 - Ignore pthomas215
 | 1/7/2017 11:25:29 AM 
 Thank you Mac for visually demonstrating, as opposed to "I made a bunch of money but wont show you the filter I used because I want to keep my best filters for myself only".
 
 CPN is looking really good right now. I was trying to get in last night but could not find an entry point. CALA too, however it may be overbought. Not 100% on it.
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #133607
 - Ignore Mactheriverrat
 | 1/7/2017 3:34:12 PM 
 Looks like ABCO starting trend change.
 
 
  
 
 | 
| Mactheriverrat 3,173 posts
 msg #133612
 - Ignore Mactheriverrat
 | 1/8/2017 2:51:56 AM 
 I think i'm going to stick with the ABCO in a trend change and see what will happens.
 
 Using a guppy filter of Ema(5) above ema(21) .
 
 
 | 
| pthomas215 1,251 posts
 msg #133614
 - Ignore pthomas215
 | 1/8/2017 11:27:48 AM 
 Looks like a good one you can ride to 37 in the next day or so. if it breaks 37, will probably go to 43.  Barchart has it in overbought territory but in my humble opinion you at least have 37.
 
 
 |