Parabolic SAR

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
technical_indicators:parabolic_sar [2019/09/07 00:16]
betseyp [Break Below Rising SAR]
technical_indicators:parabolic_sar [2022/05/10 22:04]
betseyp
Line 98: Line 98:
  
  
-===== Suggested Scans =====+===== Scanning for Parabolic SAR ===== 
 + 
 +StockCharts members can screen for stocks based on Parabolic SAR values. Below are some example scans that can be used for Parabolic SAR-based signals. Simply copy the scan text and paste it into the Scan Criteria box in the [[https://​stockcharts.com/​def/​servlet/​ScanUI|Advanced Scan Workbench]]. 
 + 
 +Members can also set up alerts to notify them when a Parabolic SAR-based signal is triggered for a stock. Alerts use the same syntax as scans, so the sample scans below can be used as a starting point for setting up alerts as well. Simply copy the scan text and paste it into the Alert Criteria box in the [[https://​stockcharts.com/​h-al/​al|Technical Alert Workbench]]. 
  
 ==== Break Above Falling SAR ==== ==== Break Above Falling SAR ====
Line 104: Line 109:
 <​code>​ <​code>​
 [type = stock] AND [country = US]  [type = stock] AND [country = US] 
-AND [Daily SMA(20,Daily Volume) > 40000]  +AND [SMA(20,​Volume) > 40000]  
-AND [Daily SMA(60,Daily Close) > 10] +AND [SMA(60,​Close) > 10] 
  
-AND [Yesterday'​s ​Daily High < Yesterday'​s ​Daily Parabolic SAR(0.01,​0.2)]  +AND [Yesterday'​s High < Yesterday'​s Parabolic SAR(0.01,​0.2)]  
-AND [Daily High > Daily Parabolic SAR(0.01,​0.2)]+AND [High > Parabolic SAR(0.01,​0.2)]
 </​code>​ </​code>​
  
Line 115: Line 120:
 <​code>​ <​code>​
 [type = stock] AND [country = US]  [type = stock] AND [country = US] 
-AND [Daily SMA(20,Daily Volume) > 40000]  +AND [SMA(20,​Volume) > 40000]  
-AND [Daily SMA(60,Daily Close) > 10] +AND [SMA(60,​Close) > 10] 
  
-AND [Yesterday'​s ​Daily Low > Yesterday'​s ​Daily Parabolic SAR(0.01,​0.2)]  +AND [Yesterday'​s Low > Yesterday'​s Parabolic SAR(0.01,​0.2)]  
-AND [Daily Low < Daily Parabolic SAR(0.01,​0.2)]+AND [Low < Parabolic SAR(0.01,​0.2)]
 </​code>​ </​code>​