Parabolic SAR

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
technical_indicators:parabolic_sar [2019/06/24 19:39]
127.0.0.1 external edit
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>​
  
-For more details on the syntax to use for Parabolic SAR scans, please see our [[docs>scans:​indicators#​parabolic_stop_and_reverse_parabolic_sar|Scanning Indicator Reference]] in the Support Center.+For more details on the syntax to use for Parabolic SAR scans, please see our [[https://​support.stockcharts.com/​doku.php?​id=scans:​indicators#​parabolic_stop_and_reverse_parabolic_sar|Scanning Indicator Reference]] in the Support Center.
  
 ---- ----
- 
 ===== Additional Resources ===== ===== Additional Resources =====
 ==== Stocks & Commodities Magazine Articles ==== ==== Stocks & Commodities Magazine Articles ====