LRC Pro
- Indicatori
- Fazliddin Yuldoshev
- Versione: 1.1
- Aggiornato: 8 aprile 2026
- Attivazioni: 5
Overview
LRC Pro replaces standard candlesticks with Linear Regression smoothed candles, eliminating market noise and making trend direction instantly clear. A signal line (SMA or EMA) is overlaid directly on the smoothed candles, giving you clean, actionable entries and exits without cluttering your chart.
Unlike standard candles that react to every tick, LRC Pro show you where price is actually trending — making it far easier to stay on the right side of the market.
How It Works
Each candle's Open, High, Low, and Close is replaced by its Linear Regression value over a configurable period. This means:
- Wicks are smoothed — no more false spike reactions
- Candle color reflects true trend momentum, not random volatility
- The signal line (SMA/EMA of smoothed close) acts as a dynamic support/resistance
When the smoothed candle crosses above the signal line → bullish momentum. When it crosses below → bearish momentum.
Key Features
Smoothed Candles Standard OHLC candles replaced by Linear Regression values. Noise is removed, trend structure becomes clear.
Dual Signal Line Choose between SMA or EMA of the smoothed close. Works as a dynamic trend filter — trade in the direction of the candle relative to the signal line.
4-Type Alert System Never miss a signal. Get notified via:
- Popup alert on screen
- Sound alert
- Push notification to your mobile (MT5 app)
- Email alert
Two Alert Conditions
- Crossover — smoothed candle crosses above or below the signal line
- Flip — candle changes direction from Bullish to Bearish or vice versa
Optimized Performance Built with an incremental sliding-window algorithm (O(n) complexity). No lag, no freezing — runs smoothly even on M1 timeframes with years of history.
Input Parameters
| Parameter | Default | Description |
|---|---|---|
| LRC Period | 11 | Linear Regression period for candle smoothing |
| Use LRC | true | Enable/disable LinReg smoothing |
| Signal Period | 11 | Signal line period |
| Use MA | true | SMA (true) or EMA (false) for signal line |
| AlertOn | true | Master on/off switch for all alerts |
| AlertPopup | true | Show popup alert on screen |
| AlertSound | true | Play sound on alert |
| AlertPush | false | Send push notification to mobile |
| AlertEmail | false | Send email alert |
| AlertOnCrossover | true | Alert when candle crosses the signal line |
| AlertOnFlip | true | Alert on Bullish ↔ Bearish candle flip |
How to Use
Trend Following
- Bullish (green) candles above signal line → look for buy setups
- Bearish (red) candles below signal line → look for sell setups
- Avoid trading when candles are choppy around the signal line
Entry Signals
- Crossover Up alert → potential long entry
- Crossover Down alert → potential short entry
- Confirm with higher timeframe trend direction
Recommended Settings
- Scalping (M1–M5): LinRegLength 7–9, SignalLength 7–9
- Intraday (M15–H1): LinRegLength 11–14, SignalLength 11–14
- Swing (H4–D1): LinRegLength 14–21, SignalLength 14–21
