coreyrobbins 2 posts msg #130516 - Ignore coreyrobbins |
8/21/2016 5:31:03 PM
I need help with a filter for finding stocks reversing from a downturn as follows:
show stocks where Average Volume(10) is above 250000
and price is above 7
and where 8 days ago close was below MA(21)
and where close is above close 4 days ago
and where close is above MA(8)
and where close is above MA(21)
and draw MA(8)
and draw MA(21)
The filter seems to hang up on the "close is above MA(21)" and should have returned something such as symbol USO. Any suggestions?
|
Kevin_in_GA 4,599 posts msg #130517 - Ignore Kevin_in_GA |
8/21/2016 7:00:56 PM
and where 8 days ago close was below MA(21)
should be
and where 8 days ago close was below MA(21) 8 days ago
|
coreyrobbins 2 posts msg #130526 - Ignore coreyrobbins |
8/22/2016 11:47:55 PM
Aha! Thank you Kevin. BTW, does Pangolin Z sound familiar?
|
Kevin_in_GA 4,599 posts msg #130529 - Ignore Kevin_in_GA |
8/23/2016 8:48:07 AM
Yup. I posted the complete codes for both Pangolin Z and Pangolin W here last year.
http://www.stockfetcher.com/forums2/Filter-Exchange/PANGOLIN-Z-AND-PANGOLIN-W-FULL-SYSTEM-CODE/122431
|