| DMOBRIEN 381 posts
 msg #161930
 - Ignore DMOBRIEN
 | 8/4/2025 5:13:03 PM 
 Set{LongMACD, macd(30,65,23)}
 Set{SHRTMACD, macd(15,33,11)}
 Set{TRIGMACD, macd(1.2,6.4,4)}
 set{zero, 0}
 draw zero on plot longmacd
 draw shrtmacd on plot longmacd
 draw trigmacd on plot longmacd
 set{LCD, LongMACD}
 set{SCD, SHRTMACD}
 set{TACD, TRIGMACD}
 and SCD > LCD
 
 set{ZROTRIG, -.01}
 draw ZROTRIG on plot SCD
 draw TACD on plot SCD
 and TACD crossed above ZROTRIG from below
 slope of shrtmacd(5) > 0
 
 set{z%, close/ ema(20)}
 add column z%
 price > 2
 price < 50
 average volume(2) > average volume(20)
 volume > 500000
 price > ema(5)
 chart-time is 9 months
 shares outstanding < 275
 add column shares outstanding
 and not etf
 
 
 |