Regression Candles by ugurvu Regression Channel by Tradingview All Candlestick Patterns By Tradingview This script was combined for a friend of mine who needed this. This Script has regression candles by ugurvu, Regression channel and Candlestick patterns by tradingview. The intention was to fuse these together so more information can be processed on the cost of...
The Leavitt Projection indicator was created by Jay Leavitt (Stocks and Commodities Oct 2019, page 11), who is most well known for creating the Volume-Weighted Average Price indicator. This indicator is very simple but is also the building block of many other indicators, so I'm starting with the publication of this one. Since this is the first in a series I will...
OVERVIEW This is an implementation of alexgrover's R2-Adaptive Regression optimized for the latest version of TradingView. Full details on the indicator are on alexgrover's page here:
This is a regression channel that uses ichimoku to determine trend. The sensitivity is customizable. The centerline will change color according to the trend detected by ichimoku, and each line can act as support/resistance. The bands of the channel also change colors according to how far price is getting away from them. If you notice in this example, the lower...
Real-Fast Fourier Transform of Price w/ Linear Regression is a indicator that implements a Real-Fast Fourier Transform on Price and modifies the output by a measure of Linear Regression. The solid line is the Linear Regression Trend of the windowed data, The green/red line is the Real FFT of price. What is the Discrete Fourier Transform? In mathematics, the...
Cycle-Period Adaptive, Linear Regression Slope Oscillator is an osciallator that solves for the Linear Regression slope and turns it into an oscillator. This is a very simple calculation and uses one of Ehler's first implementations of his cycle period calculations. The output slope value is smoothed after calculation and before being drawn. This is a sort of...
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...
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...
Divergence is when the price of an asset is moving in the opposite direction of a technical indicator, such as an oscillator, or is moving contrary to other data. Divergence warns that the current price trend may be weakening, and in some cases may lead to the price changing direction. If the stock is rising and making new highs, ideally the RSI is reaching new...
Hello! This script retrieves most of the available Bitcoin data published by Quandl; the script utilizes the new request.security_lower_tf() function. Included statistics, True price Volume Difficulty My Wallet # Of Users Average Block Size api.blockchain size Median Transaction Confirmation Time Miners' Revenue Hash Rate Cost Per Transaction Cost...
An experiment using Pinescript's candle plotting feature. This indicator performs a linear regression on the lows, highs, and moving average, and plots them all in the form of a candlestick. If the close is below the prediction, the candlestick is red, if the close is above the regression, the candlestick is green. Effective and aesthetic way to analyze trends.
Four linear moving averages of varying frequency. Reading the moving averages is an art. If looking at a Daily price chart (for example): For bullish trades, I like to see the yellow (longest term) moving average moving higher, but timing can be improved by respecting the shorter term lines, especially the black (shortest term). For further support of your...
Clouds based on Linear Regression Band. A cloud forms if the linear regression channel is fully on one side of the channel on higher time frames. The cloud represents the gap between the upper/lower channel and the baseline on the higher time frame. The higher time frames have 2x, 4x and 8x the length.
This is a fast trend line regressor based on least squares regression. (1) Supports setting regression from the Nth candle (2) Supports the minimum and maximum regression candle interval length (3) Supports finding the optimal regression region based on the length step among the minimum and maximum regression region lengths (4) Supports displaying the optimal...
This is an optimized price range regressor based on least squares regression. (1) Supports setting regression from the Nth candle (2) Supports the minimum and maximum regression candle interval length (3) Supports finding the optimal regression region based on the length step among the minimum and maximum regression region lengths (4) Supports displaying the...
* The script has been uploaded again. Linear regression and trendline not only facilitate trend identification, but also identify support and resistance within it, and linear regression and trendline departure can detect trend changes, which are useful in trading. Linear regression and trend lines are shown in the chart. It offers a variety of options,...
Added the Moneyflow Index indicator. Divergence signals and diversion lines are drawn. Support and resistance were also confirmed when linear regression and trend lines were used for the Moneyflow Index. Two linear regression and two trend lines are drawn. Because the two linear regression values are different, you can see the support and resistance of...
RSI ----- UPGRADE ----> RSI+ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The RSI index has been upgraded. The display function of RSI Candle, RSI Line, Divergence, and Divergence Line, which were previous...