LSMA Overview
Least Squares Moving Average (LSMA) 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.
How Least Squares Moving Average Works
Section titled “How Least Squares Moving Average Works”Core Concept
Section titled “Core Concept”- Apply Linear regression endpoint: Fits a straight line to the last n prices using least squares regression, then uses the endpoint of that line as the average — making it both responsive and predictive
- Plot on Chart: LSMA line overlays directly on the price chart
- Compare to Price: When price is above LSMA, trend is bullish; below = bearish
- Detect Crosses: Price crossing above/below LSMA signals potential trend changes
Key Characteristics:
- Trend Filter = LSMA smooths price to show direction, removing noise
- Dynamic Support/Resistance = LSMA line acts as a moving support (uptrend) or resistance (downtrend) level
- Fits a straight line to the last n prices using least squares regression
- Period Sensitivity = Shorter periods react faster but produce more whipsaws; longer periods are smoother but lag more
Visual Interpretation
Section titled “Visual Interpretation”LSMA Behavior:
- LSMA line smooths price action to show the dominant trend
- When price crosses above LSMA, momentum shifts bullish
- When price crosses below LSMA, momentum shifts bearish
- The slope of LSMA indicates trend strength — steeper = stronger
- LSMA acts as dynamic support in uptrends and resistance in downtrends
Trading Signals Available on Reversion
Section titled “Trading Signals Available on Reversion”These are the signal names you select when configuring LSMA in the algorithm builder or via the MCP agent:
| Signal | Triggers When | Typical Use |
|---|---|---|
price_above_lsma | Price is above the LSMA line | Bullish — price trending above LSMA |
price_below_lsma | Price is below the LSMA line | Bearish — price trending below LSMA |
Display: Overlay (on price chart)
Category: Trend
Threshold range: Price-based (compared to actual price values)
Key Characteristics
Section titled “Key Characteristics”What Least Squares Moving Average Does Well:
- Trend Identification: LSMA 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
What to Watch Out For:
- Lagging Indicator: All moving averages lag price — signals come after the move has started
- Whipsaws in Ranges: Frequent false crosses during sideways/choppy markets
- No Momentum Measurement: Shows direction but not the strength of the trend
- Period Trade-off: No single period works perfectly — shorter = responsive but noisy, longer = smooth but late
When to Use Least Squares Moving Average:
- Trend Direction Filter: Use
price_above_lsmato confirm bullish bias before entering longs - Support/Resistance Trading: Buy bounces off the MA in uptrends, sell rejections in downtrends
- Combine with Momentum: Pair with RSI or MACD for entry timing within the trend
When NOT to Use Least Squares Moving Average:
- Ranging/Choppy Markets: Price crosses the MA frequently with no follow-through
- Standalone Entry Signal: MA crosses alone have poor win rates — always combine with confirmation