התחל
קהילה סקריפטים

kernel

אינדיקטורים, אסטרטגיות וספריות

כל הסוגים
כל הסוגים
אינדיקטורים
אסטרטגיות
ספריות
מקורות פתוחים בלבד
kernel מחברים מובילים
LuxAlgo
LuxAlgo Premium
עקוב עוקב בטל עוקב
mcbw_
mcbw_ Premium
עקוב עוקב בטל עוקב
jdehorty
jdehorty Premium
עקוב עוקב בטל עוקב
RicardoSantos
RicardoSantos Wizard
עקוב עוקב בטל עוקב
Nadaraya-Watson Envelope [LUX]
TSLA: Nadaraya-Watson Envelope [LUX]
LuxAlgo LuxAlgo Premium מעודכן 

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...

9562
262
Nadaraya-Watson Estimator [LUX]
BTCUSD: Nadaraya-Watson Estimator [LUX]
LuxAlgo LuxAlgo Premium מעודכן 

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,...

4956
217
WaveTrend 3D
BTCUSDT: WaveTrend 3D
jdehorty jdehorty Premium מעודכן 

█  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...

1111
62
Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
ETHUSDT: Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
jdehorty jdehorty Premium מעודכן 

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...

606
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 מעודכן 

// 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 ...

612
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...

2519
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 מעודכן 

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 מעודכן 

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 מעודכן 

"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 מעודכן 

"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

מוצרים
  • גרף
  • סקריפט Pine
  • סורק מניות
  • סורק מט"ח
  • סורק זוגות קריפטו
  • סורק מטבעות קריפטו
    beta
  • מפת חום של הבורסה
  • Crypto Heatmap
  • יומן כלכלי
  • יומן דוחות רווחי חברות
  • ניצוצות
  • תזרים חדשות
  • TradingView Desktop
  • אפליקציה לנייד
חברה
  • אודות
  • מאפיינים
  • מחירון
  • קיר של אהבה
  • ספורטאים
  • מניפסט
  • קריירה
  • בלוג
  • פריצת אבטחה
  • דף סטטוס
  • תנאי שימוש
  • כתב ויתור
  • מדיניות פרטיות
  • מדיניות עוגיות
קהילה
  • הפנה חבר
  • רעיונות
  • סקריפטים
  • סטרימים Streams
  • כללי הבית
  • מנחים
  • אשפי פיין Pine Script™
  • צ'אט
לעסקים
  • וידג'טים
  • פּרסום
  • כלים לאתרים וברוקרים
  • פתרונות גרפיים
  • ספריית גרפים קלי משקל
  • אינטגרציית ברוקר
  • תוכנית שותפים
הורד בחנות האפליקציות הורד בחנות האפליקציות השג אותו ב Google Play השג אותו ב Google Play
הורד את אפליקציית שולחן העבודה הורד את אפליקציית שולחן העבודה סחר ב-TradingView סחר ב-TradingView
בחר בנתוני שוק שסופקו על ידי ICE Data Services © 2023 TradingView, Inc.