Andean Scalping
Aug 23, 2022

The Andean Scalping indicator provides a specialized trend-following framework designed for scalping, utilizing the Andean Oscillator logic to identify momentum shifts and volatility-adjusted exit points. It incorporates a dynamic threshold filter to reduce noise during low-volatility periods and uses Average True Range (ATR) for automated trade management.
Usage
The indicator can be used to identify potential entry points based on momentum shifts detected by the Andean Oscillator. A primary feature of this tool is the signal filtering mechanism:
- Trend Identification: When the signal line crosses specific thresholds derived from the Andean calculation, it indicates a potential scalping opportunity.
- Noise Filtering: By applying a long-period SMA (default 1000) to the signal line with a multiplier, the script filters out minor price fluctuations that do not represent significant momentum.
- Exit Management: The strategy utilizes ATR bands at a 3x multiplier to establish Take Profit (TP) and Stop Loss (SL) levels, ensuring that exits are proportional to current market volatility.
Details
This implementation is based on the Andean Oscillator, a technical indicator designed as an online algorithm for trend analysis. The logic calculates bullish and bearish components to derive a signal line that represents the dominant market force. To optimize this for scalping, the script implements a threshold moving average on the Andean Signal line. This threshold acts as a gatekeeper; signals are only considered valid if they exceed the 1000-period SMA scaled by a 1.1 factor, which helps in avoiding "whipsaw" price action in sideways markets.
Settings
Strategy - Internal
- Andean Length: The lookback period used for the core Andean Oscillator calculation.
- Andean Signal Length: The smoothing period applied to the resulting Andean signal.
- Signal Threshold Length: The period for the SMA that acts as the volatility filter.
- Signal Threshold Multiplier: The factor by which the threshold SMA is multiplied to determine the minimum signal strength required for an entry.
Filters - Trend
- EMA Filter: Enables a long-term EMA to ensure trades are taken in the direction of the macro trend.
- ADX Filter: Filters signals based on the Average Directional Index to ensure sufficient trend strength is present.
Shared Variables
- ATR Method: Determines how the ATR is calculated (Static, Dynamic, or Ladder).
- ATR Smooth Type/Len: Sets the moving average type (SMA, EMA, HMA, RMA, WMA) and length for the ATR calculation used in TP/SL.
FAQ
How do I access Andean Scalping?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
What makes the Andean Oscillator different from standard oscillators?
Unlike standard oscillators that often lag, the Andean logic is built on an online algorithm designed to react quickly to trend shifts while maintaining a smoother output through its component-based calculation.
How does the signal threshold help in scalping?
Scalping often suffers from high frequency but low-quality signals. The threshold ensures that only signals with momentum significantly higher than the long-term average are displayed, reducing the number of losing trades during consolidation.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant โ our AI agent.