Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
The Forecast Oscillator is a technical indicator that compares a security close price to its time series forecast. The time series forecast function name is "tsf" and it calculates the projection of the price trend for the next bar. The Forecast Oscillator and therefore the time series forecast are based on linear regression. The time series forecast indicator...
Moving Regression is a generalization of moving average and polynomial regression. The procedure approximates a specified number of prior data points with a polynomial function of a user-defined degree. Then, polynomial interpolation of the last data point is used to construct a Moving Regression time series. Application: Moving Regression allows one to smooth...
Reverse Indicator calculation: Oscillators value output are calculated based on the input price (open, high, low or close). This means certain input price can generate the according to the output value of the oscillator. They are both sides of an equation, the process is reversible. Once we know one side of the equation, we can get the value of the other side. We...
experimental: zigzag indicator with all the zigzag methods that im aware of(that matter atleast), theres something for all tastes there :P this will be the basis for zigzag tools i make in the future. note: some zigzags REPAINT.
description: • Zig Zag indicator plots points on the chart whenever prices reverse by a percentage greater than a pre-chosen variable. • Forecasts area based on zigzag statistics. • Displays labels with detected patterns. • Displays slope information rate of price, time diferentials and angle(experimental)
Fit a quadratic polynomial (parabola) to the last length data points by minimizing the sum of squares between the data and the fitted results. The script can extrapolate the results in the future and can also display the R-squared of the model. Note that this script is subject to some limitations (more in the "Notes" section). Settings Length : Number of...
EXPERIMENTAL: Using keltner channels with automatic multiplier finding, offsets and show_last cutoffs to generate a forecast area. video showing why its named keltner worms :p.. streamable.com
Introduction I already made an indicator (simple line) that tried to make lines on price such that the results would not repaint and give a good fit to the price, today i publish a channels indicator based on the simple line indicator. The indicator aim to show possible support and resistance levels when the central line posses a low sum of squares with the...
Forecast 7 EMA's 6 periods This script is an upgrade of the existing Triple MA Forecast from Yatrader2 To allow the user to display 7 different EMAs and look 6 candles ahead Default Value 8 ema 13 ema 21 ema 55 ema 100 ema 128 ema 200 ema Note: Best to use on high timeframe, if on low timeframe change the forecast maximum to lower This was made to...
Introduction If you rescale a sine wave to the price you will need to correlate it with it in order to show good results, today i present a different method that does not involve correlation to "morph" a sine wave to the price in order to provide forecast's and highlight market periodic patterns. Parameters length control the period of the sine wave, ...
Introduction Forecasting is a blurry science that deal with lot of uncertainty. Most of the time forecasting is made with the assumption that past values can be used to forecast a time series, the accuracy of the forecast depend on the type of time series, the pre-processing applied to it, the forecast model and the parameters of the model. In tradingview we...
Today we'll link time series forecasting with signal processing in order to provide an original and funny trend forecasting method, the post share lot of information, if you just want to see how to use the indicator then go to the section "Using The Indicator". Time series forecasting is an area dealing with the prediction of future values of a series by using a...
This script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually. - Crossovers are plotted on the chart with detailed...
Forecast Oscillator indicator script. This indicator was originally developed by Tushar Chande.
EXPERIMENTAL: A helper script to map the Anti derivative slopes.
This script is for three moving averages with as many features as I can possibly fit into a single moving average. Features: - Three moving averages (MA1, MA2, MA3). - Standard MA inputs. - MA type. - MA period. - MA price. - MA resolution (time frame). - Visibility toggle. - MA Candle Type - Fancy MA inputs. - Toggle to show only candles included in the MA...
WARNING: Experimental and incomplete. Script is open to development and will be developed. This is just version 1.0 STRUCTURE This script is trained according to the open, close, high and low values of the bars. It is tried to predict the future values of opening, closing, high and low values. A few simple codes were used to correlate expectation...