Apple, Advanced Micro Devices Inc, Amazon Com Inc, Facebook Inc, ROKU INC, BEYOND MEAT INC
S&P 500, Nasdaq Composite, מדד דאקס, Dow 30, ניקיי 225, Shanghai Composite
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
זהב, Brent Oil, נפט גולמי, CFDs on Natural Gas, Palladium, כסף
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 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...
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)
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 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...
Triple EMA Forecast - up to five candle forecast
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...
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 Oscillator indicator script. This indicator was originally developed by Tushar Chande.
Beta Peek/Valey based forecast The idea behind this indicator is to extrapolate a stationary time series and find the peeks of the extrapolated result. The highest and lowest of the extrapolated data represent really precise support and resistance if the data and its extrapolation are barelly equal with an error lower than the average. ...
The Alpha-Sutte model is an ongoing project run by Ansari Saleh Ahmar, a lecturer and researcher at Universitas Negeri Makassar in Indonesia, that attempts to make forecasts for time series like how Arima and Holt-Winters models do. Currently Ahmar and his team have conducted research and published papers comparing the efficacy of the Alpha-Sutte and other models,...
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 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...
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, power...
Forecast 7 SMA's 6 periods This script is an upgrade of the existing Triple MA Forecast from Yatrader2 To allow the user to display 7 different SMAs and look 6 candles ahead Default Value 8 SMA 13 SMA 20 SMA 50 SMA 100 SMA 128 SMA 200 SMA Note: Best to use on high timeframe, if on low timeframe change the forecast maximum to lower This was made to...
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
This is a scaled version of a Forecast Oscillator, which may be used as a standalone indicator or as a filter. Scaling allows to reduce data to a standard interval, say, 0..1 or -1..1. Oftentimes, it also makes data more contrastive.