This strategy uses the MACD indicator to determine buy and sell signals. In addition, the strategy employs the use of "TrueLevel Bands," which are essentially envelope bands that are calculated based on the linear regression and standard deviation of the price data over various lengths. The TrueLevel Bands are calculated for 14 different lengths and are plotted on...
This strategy is a momentum-based strategy that uses the Relative Strength Index (RSI) indicator and a TrueLevel envelope to generate trade signals. The strategy uses user-defined input parameters to calculate TrueLevel envelopes for 14 different lengths. The TrueLevel envelope is a volatility-based technical indicator that consists of upper and lower bands. The...
----------- ITALIANO ----------- Questo codice è uno script di previsione del trend creato solo a scopo didattico. Utilizza una media mobile esponenziale (EMA) e una media mobile di Hull (HMA) per calcolare il trend attuale e prevedere il trend futuro. Il codice utilizza anche una regressione lineare per calcolare il trend attuale e un fattore di smorzamento per...
Hello, Releasing this beta indicator. It is somewhat experimental but I have had some good success with it so I figured I would share it! What is it? This is an indicator that combines RSI and Stochastics with probability levels. How it works? This works by applying a regression based analysis on both Stochastics and RSI to attempt to predict a likely...
Trading Pirate Regression Candles. This turns regular candle sticks into regression candles. Colors are Gray and Red.
This indicator calculates the logarithmic values of the high and low prices of BTC based on a mathematical formula and plots them on the chart. The code uses the current time and width of the chart to calculate the logarithmic values of the high and low prices. It defines functions to convert a timestamp to the number of days since January 1st, 2009. You can use...
As the name suggests, this indicator is a market correlation analysis tool. It contains two main features: - The Curve: represents the historic correlation coefficient between the current chart and the “Reference Market” input from the settings menu. It aims to give more depth to the current correlation values found in the second feature. - The Screener: this...
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...
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...
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...
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,...
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:...
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....