| nguyenak 10 posts
 msg #160277
 - Ignore nguyenak
 | 4/11/2023 7:55:24 PM 
 Hi,
 
 I just learned Parabolic Sar.  Its a little star on my chart (above the candle or below the candle).
 
 Im trying to create a filer when the trend changes.
 
 set{Para,  Parabolic SAR }
 set{Para2,  Parabolic SAR 1 day ago}
 
 show stocks where Para above close
 and
 Para2 below close
 
 and price > 30
 
 
 This is not producing accurate results.
 
 
 
 | 
| glgene 618 posts
 msg #160278
 - Ignore glgene
 modified
 | 4/11/2023 9:04:35 PM 
 
 
 
 
 | 
| snappyfrog 749 posts
 msg #160279
 - Ignore snappyfrog
 | 4/11/2023 9:28:32 PM 
 *** Note ***
 The Parabolic SAR is a cumulative indicator, so exact filters such as crossovers may produce results which may not match their charts.
 
 
 | 
| nguyenak 10 posts
 msg #160280
 - Ignore nguyenak
 | 4/12/2023 7:41:06 AM 
 Nice...thanks so much!
 
 "Crossed Above" or "Crossed Below"
 
 that was what I was missing
 
 thanks again mate!
 
 
 | 
| nguyenak 10 posts
 msg #160281
 - Ignore nguyenak
 | 4/13/2023 9:04:21 AM 
 Another question:
 
 What if I dont want to filter for "Crossed".  I just want to  filter for something like
 
 Parabolic Sar below close
 and
 RSI >70
 
 
 
 
 | 
| nibor100 1,099 posts
 msg #160282
 - Ignore nibor100
 | 4/13/2023 12:36:14 PM 
 You just wrote it! now run it!
 
 Though it will default to RSI(14)
 
 You can add
 draw Parabolic Sar
 and draw RSI
 
 to double check if that's what you were after.
 Ed S.
 
 
 |