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.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingViewยฎ is a registered trademark of TradingView, Inc. www.TradingView.com TradingViewยฎ has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided โas isโ and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
ยฉ 2026 LuxAlgo Global, LLC.

