Skip to content

LMA Overview

Linear Moving Average (LMA) is a trend-following overlay indicator that smooths price data to identify the underlying trend direction — filtering out short-term noise to reveal whether price is generally moving up or down.


  1. Apply Linearly weighted average: Applies linearly increasing weights to bars, with the most recent bar getting the highest weight — a step between SMA (equal weights) and EMA (exponential weights)
  2. Plot on Chart: LMA line overlays directly on the price chart
  3. Compare to Price: When price is above LMA, trend is bullish; below = bearish
  4. Detect Crosses: Price crossing above/below LMA signals potential trend changes

Key Characteristics:

  • Trend Filter = LMA smooths price to show direction, removing noise
  • Dynamic Support/Resistance = LMA line acts as a moving support (uptrend) or resistance (downtrend) level
  • Applies linearly increasing weights to bars
  • Period Sensitivity = Shorter periods react faster but produce more whipsaws; longer periods are smoother but lag more

LMA Behavior:

  • LMA line smooths price action to show the dominant trend
  • When price crosses above LMA, momentum shifts bullish
  • When price crosses below LMA, momentum shifts bearish
  • The slope of LMA indicates trend strength — steeper = stronger
  • LMA acts as dynamic support in uptrends and resistance in downtrends

These are the signal names you select when configuring LMA in the algorithm builder or via the MCP agent:

SignalTriggers WhenTypical Use
price_above_lmaPrice is above the LMA lineBullish — price trending above LMA
price_below_lmaPrice is below the LMA lineBearish — price trending below LMA

Display: Overlay (on price chart)

Category: Trend

Threshold range: Price-based (compared to actual price values)


What Linear Moving Average Does Well:

  • Trend Identification: LMA clearly shows whether price is in an uptrend or downtrend
  • Dynamic Support/Resistance: Acts as a moving level that price tends to respect
  • Noise Filtering: Smooths out random price fluctuations to reveal the true trend
  • Universal Application: Works across all assets and timeframes with period adjustments