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

polynomial

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

כל הסוגים
כל הסוגים
אינדיקטורים
אסטרטגיות
ספריות
מקורות פתוחים בלבד
polynomial מחברים מובילים
RicardoSantos
RicardoSantos Wizard
עקוב עוקב בטל עוקב
LuxAlgo
LuxAlgo Premium
עקוב עוקב בטל עוקב
Polynomial Regression Extrapolation [LuxAlgo]
BTCUSD: Polynomial Regression Extrapolation [LuxAlgo]
LuxAlgo LuxAlgo Premium

This indicator fits a polynomial with a user set degree to the price using least squares and then extrapolates the result. Settings Length: Number of most recent price observations used to fit the model. Extrapolate: Extrapolation horizon Degree: Degree of the fitted polynomial Src: Input source Lock Fit: By default the fit and extrapolated result...

2811
19
TF Segmented Polynomial Regression [LuxAlgo]
BTCUSD: TF Segmented Polynomial Regression [LuxAlgo]
LuxAlgo LuxAlgo Premium

This indicator displays polynomial regression channels fitted using data within a user selected time interval. The model is fitted using the same method described in our previous script: Settings Degree: Degree of the fitted polynomial Width: Multiplicative factor of the model RMSE. Controls the width of the polynomial regression's channels Timeframe:...

1669
18
Polynomial Regression Bands + Channel [DW]
BTCUSD: Polynomial Regression Bands + Channel [DW]
DonovanWall DonovanWall Wizard מעודכן 

This is an experimental study designed to calculate polynomial regression for any order polynomial that TV is able to support. This study aims to educate users on polynomial curve fitting, and the derivation process of Least Squares Moving Averages (LSMAs). I also designed this study with the intent of showcasing some of the capabilities and potential applications...

1609
34
Function Polynomial Regression
NAS100USD: Function Polynomial Regression
RicardoSantos RicardoSantos Wizard מעודכן 

Description: A function that returns a polynomial regression and deviation information for a data set. Inputs: _X: Array containing x data points. _Y: Array containing y data points. Outputs: _predictions: Array with adjusted _Y values. _max_dev: Max deviation from the mean. _min_dev: Min deviation from the mean. ...

2494
56
Multiple Regression Polynomial Forecast
NAS100USD: Multiple Regression Polynomial Forecast
RicardoSantos RicardoSantos Wizard מעודכן 

EXPERIMENTAL: Forecasting using a polynomial regression over the estimates of multiple linear regression forecasts. note: on low data the estimates are skewd away of initial value, i added the i_min_estimate option in to try curve this issue with limited success "o_o.

658
32
Faytterro Estimator
BTCUSDT: Faytterro Estimator
faytterro faytterro Pro מעודכן 

What is Faytterro Estimator? This indicator is an advanced moving average. What it does? This indicator is both a moving average and at the same time, it predicts the future values that the price may take based on the values it has taken before. How it does it? takes the weighted average of data of the selected length (reducing the weight from the middle to the...

203
12
Polynomial Regression Style Example
EURUSD: Polynomial Regression Style Example
RicardoSantos RicardoSantos Wizard

just a example on how to edit line style on the output of the polynomial regression library..

326
7
Polynomial Regression Derivatives [Loxx]
USDCAD: Polynomial Regression Derivatives [Loxx]
loxx loxx Premium

Polynomial Regression Derivatives is an indicator that explores the different derivatives of polynomial position. This indicator also includes a signal line. In a later release, alerts with signal markings will be added. Polynomial Derivatives are as follows 1rst Derivative - Velocity: Velocity is the directional speed of a object in motion as an...

90
2
Polynomial-Regression-Fitted Oscillator [Loxx]
USDCAD: Polynomial-Regression-Fitted Oscillator [Loxx]
loxx loxx Premium מעודכן 

Polynomial-Regression-Fitted Oscillator is an oscillator that is calculated using Polynomial Regression Analysis. This is an extremely accurate and processor intensive oscillator. What is Polynomial Regression? In statistics, polynomial regression is a form of regression analysis in which the relationship between the independent variable x and the dependent...

117
1
PA-Adaptive Polynomial Regression Fitted Moving Average [Loxx]
USDCAD: PA-Adaptive Polynomial Regression Fitted Moving Average [Loxx]
loxx loxx Premium מעודכן 

PA-Adaptive Polynomial Regression Fitted Moving Average is a moving average that is calculated using Polynomial Regression Analysis. The purpose of this indicator is to introduce polynomial fitting that is to be used in future indicators. This indicator also has Phase Accumulation adaptive period inputs. Even though this first indicator is for demonstration...

106
0
GAURs Polynomial Regression Channels
ETHBTC: GAURs Polynomial Regression Channels
cpranavjoshi cpranavjoshi

Thanks to The Sweet Lord , here is the Gaur's Polynomial Regression Channel. Its a Polynomial Regression Channel but applied a little differently. Wont go into technical details much. Overview of options is as follows- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -...

143
1
Pseudo Polynomial Channel
GBPJPY: Pseudo Polynomial Channel
alexgrover alexgrover Wizard

Introduction Back when i started using pine i made a script called periodic channel who aimed to rescale an average correlated sine wave to the price...don't worked very well. So i tried to fix problems induced by the indicator without much success, i had to redo it from scratch while abandoning the idea of rescaling correlated smooth functions to the price, at...

307
22
FunctionPolynomialFit
DXY: FunctionPolynomialFit
RicardoSantos RicardoSantos Wizard

Library "FunctionPolynomialFit" Performs Polynomial Regression fit to data. In statistics, polynomial regression is a form of regression analysis in which the relationship between the independent variable x and the dependent variable y is modelled as an nth degree polynomial in x. reference: en.wikipedia.org www.bragitoff.com gauss_elimination(A, m, n) ...

123
10
Polynomial-Regression-Fitted RSI [Loxx]
BTCUSDT: Polynomial-Regression-Fitted RSI [Loxx]
loxx loxx Premium

Polynomial-Regression-Fitted RSI is an RSI indicator that is calculated using Polynomial Regression Analysis. For this one, we're just smoothing the signal this time. And we're using an odd moving average to do so: the Sine Weighted Moving Average. The Sine Weighted Moving Average assigns the most weight at the middle of the data set. It does this by weighting...

64
0
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
FunctionPolynomialRegression
BTCUSD: FunctionPolynomialRegression
RicardoSantos RicardoSantos Wizard

Library "FunctionPolynomialRegression" TODO: polyreg(sample_x, sample_y) Method to return a polynomial regression channel using (X,Y) sample points.   Parameters:      sample_x : float array, sample data X points.      sample_y : float array, sample data Y points.   Returns: tuple with: _predictions: Array with adjusted Y values. _max_dev: Max...

116
1
Example: Polynomial Regression for Spread Analysis
SLTW: Example: Polynomial Regression for Spread Analysis
RicardoSantos RicardoSantos Wizard מעודכן 

Example of applying polynomial regression channel to spreads or hedges between 2 assets.

215
4

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