Trend / Other

Trend‑following lines commonly paired with a moving average or composite price line for cross signals.

← Back to index

Learning Objectives

Supertrend

{ "type": "supertrend", "factors": { "length": 10, "multiplier": 3.0, "offset": 0 } }

Supertrend constructs upper and lower bands around a midprice (HL2) using a multiple of the average true range. The active trend line flips sides when price closes beyond the opposing band and remains on that side until an opposing flip condition occurs. Larger multiplier values reduce churn and favor persistent trends.

Supertrend (trend line) Grey price with a blue Supertrend line tracking trend direction. Price ↑ Time → Price Supertrend

Presets & tuning

PSAR — Parabolic SAR

{ "type": "psar", "factors": { } }

Parabolic SAR estimates a trailing stop that accelerates with trend continuation. It plots above price in downtrends and below price in uptrends. While useful for trailing and confirmation, PSAR can flip frequently in sideways markets; pairing it with a baseline reduces false signals.

Signals & Execution

As with other categories, signals are based on the closed‑bar cross of two bands (e.g., Supertrend vs EMA), with orders executed at the next bar’s open. Increasing multiplier or using a slower companion baseline reduces flips in noisy markets.

Common Pitfalls

References