ivycapman 17 posts msg #136071 - Ignore ivycapman |
5/26/2017 10:03:46 AM
I wonder if anyone can tell me how to write a filter that gives a list of stocks that meet all of my criteria ( a,b,c,d ) today but did not meet all of them yesterday ( probably met some of them but not all of them )
|
spauken 47 posts msg #136073 - Ignore spauken |
5/26/2017 10:40:21 AM
Write the filter to show you the stocks that meet all your criteria. After you run the filter, back it up one day. Whatever stocks fall off the list are the ones that met all your criteria today, but not yesterday.
|
Kevin_in_GA 4,599 posts msg #136078 - Ignore Kevin_in_GA |
5/26/2017 3:13:32 PM
You need to create a new user-defined variable that counts each criterion, and returns the sum. Then just require that the sum be four today but below four yesterday.
Example:
|