This indicator consists of five moving averages. 7, 20, 50, 100 and 200. Moving averages usually represent dynamic supports or resistances and are very useful in trading. In addition, this indicator predicts where these moving averages will be located three candlesticks ahead and predicts their projected movement. I hope you enjoy it and enjoy using it.
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.
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...
Forecast Oscillator indicator script. This indicator was originally developed by Tushar Chande.
EXPERIMENTAL: A helper script to map the Anti derivative slopes.
Introduction Technical analysis make often uses of classical statistical procedures, one of them being regression analysis, and since fitting polynomial functions that minimize the sum of squares can be achieved with the use of the mean, variance, covariance...etc, technical analyst only needed to replace the mean in all those calculations with a moving average,...
This panel spots divergences of some well knonw indicators. It may be usefull because you have all indicators in one panel only. Also, you can check on chart which indicator gives better results of each pair on stock or index or crypto. TO DO: to add custom indicators. thanks to: RicardoSantos for his script of panel coding Tradingview scripts ...
Introduction Nothing fancy in terms of code, take this post as an educational post where i provide information rather than an useful tool. Time-Series Forecasting And The Drift Method In time-series analysis one can use many many forecasting methods, some share similarities but they can all by classified in groups and sub-groups, the drift method is a...
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...
naive level forecasting of multiple zigzag's based on this principle:
The Seasonaliity Forcaster indicator takes advantage of the seasonality of the price to create a forecast of how the price could go in the coming days. It is calculated on the DAILY chart that contains about 260 days of market and I recommend using it on that chart. In the properties under " Style " you can turn on or off the chart of what made the price 1, 2, 3,...
This is a scaled version of the Forecast Oscillator, paired with a Point of Force Indicator, my modification of an indicator, whose original name and developer happened to be missing on my notes, so my regards to the author). Point of force is a spot from where price action will dynamically evolve in the same direction or soon reverse and pursue that reversed...
Experimental: its a play at linear forecasting. use replay feature to see it in action: streamable.com
Plots the previous periods High and Lows (black crosses) and forecasts the next day's High and Lows (gray crosses)
This script is for a triple moving average indicator where the user can select from different types of moving averages, price sources and lookback periods. Features: - 3 Moving Averages with variable MA types, periods, price sources and ability to disable each individually - Crossovers are plotted on the chart with detailed information regarding the crossover...
This script is for a triple moving average indicator 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...
This script is an upgrade of the existing 3EMA forecast to allow the user to display 4 different EMAs (short, mid, long and very long range) and the forecast for the 5 candles ahead
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, ...