jared_lee_miller@yahoo.com 5 posts msg #158634 - Ignore jared_lee_miller@yahoo.com | 
2/20/2022 9:56:17 PM
  Hey friends. If I were to build custom indicators as below:
 
  set{Vol, CMA(Volume, 180)}
  set{t, sum(PVI - NVI)}
 
 How do I then scan for stocks behaving this way? 
 
 'and Vol(180) is increasing' does not work, and neither does 'and t is increasing' when I build a scan. What can I do?
 
 Thank you!
 
  | 
snappyfrog 749 posts msg #158635 - Ignore snappyfrog | 
2/20/2022 11:34:00 PM
  Maybe? Not sure how long you are looking for both
 to be increasing.
 
 
  	    
 
 
  | 
jared_lee_miller@yahoo.com 5 posts msg #158640 - Ignore jared_lee_miller@yahoo.com | 
2/21/2022 3:13:27 PM
  Thank you Snappy! Not sure what I was thinking before, but your method worked. BTW - I've admired your work for some time from afar - quite enamored with PVI and NVI.
 
  | 
snappyfrog 749 posts msg #158647 - Ignore snappyfrog | 
2/22/2022 11:30:09 AM
  Thank you!
 
  |