Auf geht's
Community Skripte

kernel

Indikatoren, Strategien und Bibliotheken

Alle Typen
Alle Typen
Indikatoren
Strategien
Bibliotheken
Ausschließlich Open Source
kernel Top Autoren
LuxAlgo
LuxAlgo Premium
Folgen Ich folge Nicht mehr folgen
mcbw_
mcbw_ Premium
Folgen Ich folge Nicht mehr folgen
jdehorty
jdehorty Premium
Folgen Ich folge Nicht mehr folgen
RicardoSantos
RicardoSantos Wizard
Folgen Ich folge Nicht mehr folgen
Nadaraya-Watson Envelope [LUX]
TSLA: Nadaraya-Watson Envelope [LUX]
LuxAlgo LuxAlgo Premium Aktualisiert 

This indicator builds upon the previously posted Nadaraya-Watson Estimator. Here we have created an envelope indicator based on kernel smoothing with integrated alerts from crosses between the price and envelope extremities. Unlike the Nadaraya-Watson Estimator, this indicator follows a contrarian methodology. For more information on the Nadaraya-Watson Estimator...

9531
260
Nadaraya-Watson Estimator [LUX]
BTCUSD: Nadaraya-Watson Estimator [LUX]
LuxAlgo LuxAlgo Premium Aktualisiert 

The following tool smooths the price data using the Nadaraya-Watson estimator, a simple Kernel regression method. We make use of the Gaussian kernel as a weighting function. Kernel smoothing allows the estimating of underlying trends in the price and has found certain applications in stock prices pattern detection. Note that results are subject to repainting,...

4944
214
WaveTrend 3D
BTCUSDT: WaveTrend 3D
jdehorty jdehorty Premium Aktualisiert 

█  OVERVIEW WaveTrend 3D (WT3D) is a novel implementation of the famous WaveTrend (WT) indicator and has been completely redesigned from the ground up to address some of the inherent shortcomings associated with the traditional WT algorithm. █  BACKGROUND The WaveTrend (WT) indicator has become a widely popular tool for traders in recent years. WT was first...

1105
62
Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
ETHUSDT: Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
jdehorty jdehorty Premium Aktualisiert 

What is Nadaraya–Watson Regression? Nadaraya–Watson Regression is a type of Kernel Regression, which is a non-parametric method for estimating the curve of best fit for a dataset. Unlike Linear Regression or Polynomial Regression, Kernel Regression does not assume any underlying distribution of the data. For estimation, it uses a kernel function, which is a...

605
37
Nadaraya-Watson: Envelope (Non-Repainting)
ETHUSDT: Nadaraya-Watson: Envelope (Non-Repainting)
jdehorty jdehorty Premium

Due to popular request, this is an envelope implementation of my non-repainting Nadaraya-Watson indicator using the Rational Quadratic Kernel. For more information on this implementation, please refer to the original indicator located here: What is an Envelope? In technical analysis, an "envelope" typically refers to a pair of upper and lower bounds that...

385
11
Nadaraya-Watson non repainting [LPWN]
BTCUSDTPERP: Nadaraya-Watson non repainting [LPWN]
Lupown Lupown Pro Aktualisiert 

// ENGLISH The problem of the wonderfuls Nadaraya-Watson indicators is that they repainting, @jdehorty made an aproximation of the Nadaraya-Watson Estimator using raational Quadratic Kernel so i used this indicator as inspiration i just added the Upper and lower band using ATR with this we get an aproximation of Nadaraya-Watson Envelope without repainting ...

608
4
Adjustable MA & Alternating Extremities [LUX]
RAYUSD: Adjustable MA & Alternating Extremities [LUX]
LuxAlgo LuxAlgo Premium

Returns a moving average allowing the user to control the amount of lag as well as the amplitude of its overshoots thanks to a parametric kernel. The indicator displays alternating extremities and aims to provide potential points where price might reverse. Due to user requests, we added the option to display the moving average as candles instead of a solid...

2518
22
Nadaraya-Watson Combine
BTCUSD: Nadaraya-Watson Combine
capam capam

This is a combination of the Lux Algo Nadaraya-Watson Estimator and Envelope. Please note the repainting issue. In addition, I've added a plot of the actual values of the current barstate of the Nadaraya-Watson windows as they are computed (lines 92-95). It only plots values for the current data at each time update. It is interesting to compare the trajectory...

186
14
KernelFunctions
ETHUSDT: KernelFunctions
jdehorty jdehorty Premium Aktualisiert 

Library "KernelFunctions" This library provides non-repainting kernel functions for Nadaraya-Watson estimator implementations. This allows for easy substitution/comparison of different kernel functions for one another in indicators. Furthermore, kernels can easily be combined with other kernels to create newer, more customized kernels. Compared to Moving...

25
5
Blackman Filter - The Smoother The Better
INTC: Blackman Filter - The Smoother The Better
alexgrover alexgrover Wizard

Introduction Who doesn't like smooth things? I'd like a smooth market price for christmas! But i can't get it, instead its so noisy...so you apply a filter to smooth it, such filters are called low-pass filters, they smooth and its great but they have lag, so nobody really use them, but they are pretty to look at. Its on a childish note that i will introduce...

210
42
MathStatisticsKernelDensityEstimation
BTCUSD: MathStatisticsKernelDensityEstimation
RicardoSantos RicardoSantos Wizard

Library "MathStatisticsKernelDensityEstimation" (KDE) Method for Kernel Density Estimation kde(observations, kernel, bandwidth, nsteps) Parameters: observations : float array, sample data. kernel : string, the kernel to use, default='gaussian', options='uniform', 'triangle', 'epanechnikov', 'quartic', 'triweight', 'gaussian', 'cosine', 'logistic',...

47
9
STD-Filtered, Gaussian-Kernel-Weighted Moving Average [Loxx]
GBPUSD: STD-Filtered, Gaussian-Kernel-Weighted Moving Average [Loxx]
loxx loxx Premium Aktualisiert 

STD-Filtered, Gaussian-Kernel-Weighted Moving Average is a moving average that weights price by using a Gaussian kernel function to calculate data points. This indicator also allows for filtering both source input price and output signal using a standard deviation filter. Purpose This purpose of this indicator is to take the concept of Kernel estimation and...

207
2
Function - Kernel Density Estimation (KDE)
BTCUSD: Function - Kernel Density Estimation (KDE)
RicardoSantos RicardoSantos Wizard Aktualisiert 

"In statistics, kernel density estimation (KDE) is a non-parametric way to estimate the probability density function of a random variable." from wikipedia.com KDE function with optional kernel: Uniform Triangle Epanechnikov Quartic Triweight Gaussian Cosinus Republishing due to change of function. deprecated script:

143
18
KDE-Gaussian
BTCUSD: KDE-Gaussian
RicardoSantos RicardoSantos Wizard Aktualisiert 

"In statistics, kernel density estimation (KDE) is a non-parametric way to estimate the probability density function of a random variable." from wikipedia.com

104
9
Generalized Average Polynomial Envelope mcbw_
XRPUSD: Generalized Average Polynomial Envelope mcbw_
mcbw_ mcbw_ Premium

This is a moving average with a customizable polynomial kernel. You can shape your kernel by selecting your parameters in the settings window. This is not something that is immediately ready to mess with by just applying it on the chart, it is very useful for people who are researching indicators and developing new tools. To see the shape of your kernel you can...

77
2
Generalized Average Generic Gaussian Envelope mcbw_
XRPUSD: Generalized Average Generic Gaussian Envelope mcbw_
mcbw_ mcbw_ Premium

This is a moving average with a customizable gaussian kernel. You can shape your kernel by selecting your parameters in the settings window. This is not something that is immediately ready to mess with by just applying it on the chart, it is very useful for people who are researching indicators and developing new tools. To see the shape of your kernel you can plug...

75
1
Optimized Random Average (Linear) mcbw_
XRPUSD: Optimized Random Average (Linear) mcbw_
mcbw_ mcbw_ Premium

This is a moving average with a customizable random kernel. You can shape your kernel by selecting your parameters in the settings window. This is not something that is immediately ready to mess with by just applying it on the chart, it is very useful for people who are researching indicators and developing new tools. To see the shape of your kernel you can plug...

56
2

Produkte
  • Chart
  • Pine Skript
  • Aktien-Screener
  • Forex-Screener
  • Screener für Kryptopaare
  • Krypto-Coins Screener
    beta
  • Aktien Heatmap
  • Crypto Heatmap
  • Wirtschaftskalender
  • Earnings-Kalender
  • Sparks
  • Nachrichten-Flow
  • TradingView Desktop
  • Mobile App
Unternehmen
  • Über uns
  • Funktionen
  • Preise
  • Wall of Love
  • Athleten
  • Manifest
  • Karriere
  • Blog
  • Sicherheitsrisiko
  • Statusseite
  • Nutzungsbedingungen
  • Haftungsausschluss
  • Datenschutzrichtlinien und Impressum
  • Cookies Richtlinien
Community
  • Einen Freund empfehlen
  • Ideen
  • Skripte
  • Streams
  • Hausregeln
  • Moderatoren
  • Pine Script™ Wizards
  • Chat
Geschäftlich
  • Widgets
  • Werbung
  • Webseite & Brokerlösungen
  • Charting Lösungen
  • Lightweight Charting Library
  • Brokerage Integration
  • Partnerprogramm
Laden Sie die App aus dem App-Store herunter Laden Sie die App aus dem App-Store herunter Auf Google Play erhältlich Auf Google Play erhältlich
Desktop App herunterladen Desktop App herunterladen Traden Sie bei TradingView Traden Sie bei TradingView
Ausgewählte Marktdaten werden Ihnen zur Verfügung gestellt von ICE Data Services © 2023 TradingView, Inc.