Bắt đầu
Cộng đồng Scripts

kernel

Các chỉ số, chiến lược và thư viện

Tất cả
Tất cả
Các chỉ báo
Chiến lược
Thư viện
Chỉ Mã nguồn Mở
tác giả hàng đầu kernel
LuxAlgo
LuxAlgo Premium
Theo dõi Đang theo dõi Bỏ theo dõi
mcbw_
mcbw_ Premium
Theo dõi Đang theo dõi Bỏ theo dõi
jdehorty
jdehorty Premium
Theo dõi Đang theo dõi Bỏ theo dõi
RicardoSantos
RicardoSantos Wizard
Theo dõi Đang theo dõi Bỏ theo dõi
Nadaraya-Watson Envelope [LUX]
TSLA: Nadaraya-Watson Envelope [LUX]
LuxAlgo LuxAlgo Premium Cập nhật 

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

9524
260
Nadaraya-Watson Estimator [LUX]
BTCUSD: Nadaraya-Watson Estimator [LUX]
LuxAlgo LuxAlgo Premium Cập nhật 

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

4942
214
WaveTrend 3D
BTCUSDT: WaveTrend 3D
jdehorty jdehorty Premium Cập nhật 

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

1102
62
Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
ETHUSDT: Nadaraya-Watson: Rational Quadratic Kernel (Non-Repainting)
jdehorty jdehorty Premium Cập nhật 

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

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

383
11
Nadaraya-Watson non repainting [LPWN]
BTCUSDTPERP: Nadaraya-Watson non repainting [LPWN]
Lupown Lupown Pro Cập nhật 

// 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 Cập nhật 

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 Cập nhật 

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 Cập nhật 

"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 Cập nhật 

"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

Sản phẩm
  • Biểu đồ
  • Tập lệnh Pine
  • Bộ lọc cổ phiếu
  • Bộ lọc Forex
  • Bộ lọc các Cặp Tiền điện tử
  • Bộ Lọc Tiền Điện Tử
    beta
  • Bản đồ nhiệt Thị trường Cổ phiếu
  • Crypto Heatmap
  • Lịch kinh tế
  • Lịch lợi tức
  • Sparks
  • Dòng Tin tức
  • TradingView Desktop
  • Ứng dụng di động
Công ty
  • Giới thiệu
  • Tính năng
  • Trả phí
  • Bức tường Tình yêu
  • Vận động viên
  • Tuyên ngôn
  • Nghề nghiệp
  • Blog
  • Lỗ hổng Bảo mật
  • Trang trạng thái
  • Điều khoản sử dụng
  • Thông báo miễn trừ trách nhiệm
  • Chính sách Bảo mật
  • Chích sách Cookie
Cộng đồng
  • Giới thiệu bạn
  • Ý tưởng
  • Scripts
  • Phát sóng
  • Quy tắc chung
  • Người điều hành
  • Pine Script™ Wizards
  • Trò chuyện
Dành cho Doanh nghiệp
  • Widget
  • Quảng cáo
  • Giải pháp cho Website & Nhà môi giới
  • Giải pháp biểu đồ
  • Thư viện Biểu đồ nhẹ
  • Tích hợp tính năng Môi giới
  • Chương trình Đối tác
Tải trên App Store Tải trên App Store Tải trên Google Play Tải trên Google Play
Tải ứng dụng trên Desktop Tải ứng dụng trên Desktop Giao dịch trên TradingView Giao dịch trên TradingView
Dữ liệu thị trường được cung cấp bởi ICE Data Services © 2023 TradingView, Inc.