Home  ›  block algo flex  ›  Documentation  ›  Parabolic SAR

Parabolic SAR

Parabolic SAR (Stop and Reverse)

The Parabolic SAR is a trend-following indicator that provides potential entry and exit points. It plots dots above or below the price — below during uptrends, above during downtrends — and "flips" when the trend reverses.

How it works: SAR starts with an initial acceleration factor that increases each time a new high (in an uptrend) or low (in a downtrend) is made, up to a maximum value. This causes the dots to accelerate toward price, eventually triggering a reversal.

Settings in block algo flex

SettingDescriptionDefault
Use Parabolic SAR?Enable/disable the indicatorOff
InpSar_startStarting acceleration factor0.02
InpSar_incrementAcceleration factor increment per bar0.02
Max ValueMaximum acceleration factor cap0.2
TimeframeTimeframe for calculationChart
Buy ConditionTriggers when price crosses above SAR dotsCrossover
Sell ConditionTriggers when price crosses below SAR dotsCrossunder

How to Interpret

  • Dots below price — Uptrend; SAR acts as a trailing stop-loss level
  • Dots above price — Downtrend; SAR acts as a trailing stop-loss level
  • Flip from above to below — Potential buy signal (trend reversal to bullish)
  • Flip from below to above — Potential sell signal (trend reversal to bearish)

Pro Tip: The Parabolic SAR excels in trending markets but generates frequent false signals in sideways conditions. Pair it with ADX (only trade SAR flips when ADX > 25) for much cleaner signals.

This is a static view of a single section. For full search and interactivity visit the docs app. Open interactive docs →