LuxAlgo

Machine Learning: Gaussian Process Regression [LuxAlgo]

LuxAlgo Wizard Aktualisiert   
We provide an implementation of the Gaussian Process Regression (GPR), a popular machine-learning method capable of estimating underlying trends in prices as well as forecasting them.

While this implementation is adapted to real-time usage, do remember that forecasting trends in the market is challenging, do not use this tool as a standalone for your trading decisions.

🔶 USAGE


The main goal of our implementation of GPR is to forecast trends. The method is applied to a subset of the most recent prices, with the Training Window determining the size of this subset.


Two user settings controlling the trend estimate are available, Smooth and Sigma. Smooth determines the smoothness of our estimate, with higher values returning smoother results suitable for longer-term trend estimates.


Sigma controls the amplitude of the forecast, with values closer to 0 returning results with a higher amplitude. Do note that due to the calculation of the method, lower values of sigma can return errors with higher values of the training window.

🔹Updating Mechanisms

The script includes three methods to update a forecast. By default a forecast will not update for new bars (Lock Forecast).

The forecast can be re-estimated once the price reaches the end of the forecasting window when using the "Update Once Reached" method.

Finally "Continuously Update" will update the whole forecast on any new bar.

🔹Estimating Trends


Gaussian Process Regression can be used to estimate past underlying local trends in the price, allowing for a noise-free interpretation of trends.

This can be useful for performing descriptive analysis, such as highlighting patterns more easily.

🔶 SETTINGS

  • Training Window: Number of most recent price observations used to fit the model
  • Forecasting Length: Forecasting horizon, determines how many bars in the future are forecasted.
  • Smooth: Controls the degree of smoothness of the model fit.
  • Sigma: Noise variance. Controls the amplitude of the forecast, lower values will make it more sensitive to outliers.
  • Update: Determines when the forecast is updated, by default the forecast is not updated for new bars.
Versionshinweise:
- Allows for greater training window
- Reduced matrix instability

Get access to our exclusive tools: luxalgo.com

Join our 150k+ community: discord.gg/lux

All content provided by LuxAlgo is for informational & educational purposes only. Past performance does not guarantee future results.
Open-source Skript

Ganz im Spirit von TradingView hat der Autor dieses Skripts es als Open-Source veröffentlicht, damit Trader es besser verstehen und überprüfen können. Herzlichen Glückwunsch an den Autor! Sie können es kostenlos verwenden, aber die Wiederverwendung dieses Codes in einer Veröffentlichung unterliegt den Hausregeln. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie dieses Skript auf einem Chart verwenden?