This script calculates the average deviation of the source data from the linear regression. When used with the indicator, it can plot the data line and display various pieces of information, including the maximum average dispersion around the linear regression. The code includes various user configurations, allowing for the specification of the start and end...
Stop worrying about catching the lowest price, it's almost impossible!: with this trend-following strategy and protection from bearish phases, you will know how to enter the market properly to obtain benefits in the long term. Backtesting context: 1899-11-01 to 2023-02-16 of SPX by Tvc. Commissions: 0.05% for each entry, 0.05% for each exit. Risk per trade:...
Linear Regression Volume Profile plots the volume profile fixated on the linear regression of the lookback period rather than statically across y = 0. This helps identify potential support and resistance inside of the price channel. Settings Linear Regression Linear Regression Source: the price source in which to sample when calculating the linear...
//*****************************************************************HOW TO USE THIS INDICATOR********************************************************************************************** // //MACD: //Defaulted to a 12 and 26 bar EMAs. //Signal defaulted to a 9 bar EMA. //When inside of bars are gray, MACD above 0 which is bullish momentum. When inside of bars are...
This indicator shows how far the price is from the Top and Bottom over a set period of time. The basic purpose of this indicator is to quickly compare how many symbols have risen over a certain period of time. For example, For example, let's say I want to see what the maximum increase is from the December, and how much it's currently down from there. Then,...
Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables. It assumes a linear relationship between the dependent variable and the independent variable(s) and attempts to fit a straight line that best describes the relationship. In the context of predicting the price of a stock...
Hello everyone, Releasing my leveraged share conversion indicator. I noticed that the option traders have all the fun and resources but the share traders don't really have many resources in terms of adjusting or profits on leveraged and inverse shares. So, I decided to change that this this indicator! What it does: In a nut shell, the calculator converts one...
Simple setups Just input two different ema, X and Y. Multiple = input Phi factor (ex: 0.38 , 0.618 , 1.618 , 3.14) Usage Grouping movements into channels to identify trend acceleration and deceleration Example usability in the BTC/USD trading pair (timeframe = 1D) => Input Setups Source = hlc3 Multiplier = 2 X Ema = 13 Y Ema = 21 How...
A Population Sampled linear regression model that provides additional detail about the distribution moments (skew, kurtosis, variance and mean) as well as providing indicators that track when a pivot has enough momentum to trade on as well as expected ranges of future price action based on Std Devs. For the momentum lines -- red indicates that there has been a...
█ OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of...
These unified indicators are used for a 5-minute scalping strategy. We regularly look for the RSI to be overbought and the price to be outside the bollinger bands as the main analysis. This serves as a search protocol, to then analyze the price action by visually assisting us with 4 exponential moving averages to see wear or breakout of a move. It also adds the...
Hallo, very simple indicator in order to view trends we have two linear regressions one is the regular one that we know at length 100 the other one is lagging or past linear which is shorter at length 30 the basic idea is that when we combine both we can see trend of the current and the past linear when they cross each other and from this we can make signals....
This little oscillator just returns the R Squared Value of current price action. It is designed to show trend direction momentum. Great for confluence!
This extremely helpful indicator allows you to highlight 7 custom date-based timeframes on your charts. The default dates selected are what I consider to be the most significant 7 most recent market declines, including and since the 87 flash crash. Note: The default dates are approximate but good enough to highlight the key timeframes of these...
How do I use it? Never use this indicator as standalone trading signal, it should be used as confluence. It is highly recommended to use this indicator on the 15m timeframe and above, try experimenting with the inverse feature and multipliers as well. When the price is above the moving average this shows the bullish trend is strong. When the price is below...
How do I use it? Never use this indicator as standalone trading signal, it should be used as confluence. When the price is above the moving average this shows the bullish trend is strong. When the price is below the moving average this shows the bearish trend is strong. When the moving average is purple, the trend is bullish, when it is gray, the trend is...
█ 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...
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...