Machine Learning: Trend Pulse
Aug 30, 2023

The Machine Learning: Trend Pulse indicator utilizes a k-nearest neighbors (k-NN) algorithm to identify historical market similarities and generate a normalized price forecast for trend analysis.
Usage
The Usage section describes how the script can be used to identify potential trend reversals and momentum shifts. The indicator outputs a normalized oscillator that fluctuates around a midline of 50.
- Trend Identification: When the blue "Predicted Price" line is rising and positioned above the 50 midline, it suggests bullish momentum. Conversely, a falling line below 50 suggests bearish momentum.
- Extreme Conditions: The script includes horizontal levels at 80 and 20. Values crossing above 80 represent overbought territories where the current "market mood" is significantly extended compared to historical neighbors. Values below 20 represent oversold territories.
- Directional Labels: Users can enable "Show Direction Prediction" to display visual markers at the top of the indicator pane, highlighting the instantaneous change in predicted direction (up or down).
- Compatibility Requirements: Due to computational intensity and the nature of the feature extraction, this tool is optimized for specific timeframes:
- Stocks & Forex: 8-hour timeframes and higher.
- Crypto: 4-hour timeframes and higher.
Details
The script operates through a four-stage machine learning process:
- Feature Extraction: The algorithm captures a specific window of past price changes to define the current market state or "mood."
- Distance Calculation: It compares the current window against historical data points using a distance formula (Euclidean-style) to measure similarity. A smaller distance indicates a historical period that closely mirrors current conditions.
- Neighbor Selection (k-NN): The script identifies the 'k' closest historical matches. By looking at what happened immediately after these historical matches, it can estimate the next likely price movement.
- Z-Score Scaling: The raw forecast is normalized using a Z-score calculation based on the historical mean and standard deviation. This ensures the output remains within a consistent scale (0–100) regardless of the asset's price volatility.
Settings
- Window Size: The number of bars used to define the "snapshot" of market data for similarity comparisons.
- Count of k-nearest Neighbors: The number of similar historical data points the algorithm considers when calculating the average forecast.
- Sampling Rate: Determines the step size for scanning historical data. A higher sampling rate increases processing speed by skipping bars, while a lower rate provides a more granular analysis.
- Historical Cap: Sets the "memory" limit or the maximum number of past bars the algorithm will search through to find neighbors.
- Show Direction Prediction?: Toggles the visibility of tiny directional labels (u/d) on the indicator interface.
FAQ
How do I interpret the blue line crossing the 50 level? A cross above 50 indicates the machine learning model perceives the current price action as shifting toward a bullish historical analog, while a cross below 50 indicates a shift toward a bearish analog.
Why does the script not display data on the 15-minute timeframe? The script is restricted to higher timeframes (4H+ for Crypto, 8H+ for others) to ensure the k-NN algorithm has sufficient price action context and to maintain platform performance.
How can I access the Machine Learning: Trend Pulse? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
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.

