| mystockid 15 posts
 msg #154868
 - Ignore mystockid
 | 12/10/2020 12:50:08 AM 
 Hello all,
 I know I could get the decreasing SAR with this filter
 
 Parabolic SAR has been decreasing for 7 days
 
 But could someone tell me how could I get the filter falling for 7 days AND then the current day it gives the 1st dot of increasing.
 
 This way I'll get in after the confirmation of the reversal of the down trend.
 
 
 | 
| styliten 332 posts
 msg #154871
 - Ignore styliten
 modified
 | 12/10/2020 9:57:05 AM 
 count(Parabolic SAR(0.02, 0.2) 1 day ago < Parabolic SAR(0.02, 0.2) 2 days ago, 7) > 6
 Parabolic SAR(0.02, 0.2) > Parabolic SAR(0.02, 0.2)  1 day ago
 
 If instead you'd like to see CLOSE < PSAR in the last 7 days prior to today, use:
 
 count(close 1 day ago < Parabolic SAR(0.02, 0.2) 1 day ago, 7) > 6
 close > Parabolic SAR(0.02, 0.2)  OR count(close crossed above Parabolic SAR(0.02, 0.2), 1) > 0
 
 
 
 | 
| graftonian 1,089 posts
 msg #154878
 - Ignore graftonian
 | 12/10/2020 11:21:05 AM 
 Try PSAR falling for 7 days 1 day ago
 
 
 | 
| xarlor 619 posts
 msg #154881
 - Ignore xarlor
 | 12/10/2020 11:53:08 AM 
 
 
 
 
 | 
| mystockid 15 posts
 msg #154889
 - Ignore mystockid
 | 12/10/2020 3:06:22 PM 
 @xarlor @styliten @graftonian
 THANK YOU!!!!!! You guys are amazing, That's EXACTLY what I wanted. The filter even gave me the stock I bought just this morning!!
 
 Excellent job team!
 
 C
 
 
 |