The Voss Predictive Filter was created by John Ehlers (Stocks and Commodities August 2019) and this is a unique indicator in that it tries to predict future price action. I have color coded the middle line to show buy and sell signals so buy when the line turns green and sell when it turns red. Let me know if there are any other indicators you want me to publish!
This EMA Candles indicator use the price movement between two user selected Exponential Moving Averages to help determine the current trend. As of release, there are 5 possible bar color outputs, all of which are shown in the legend above. The Five Electable Color Outputs: Uptrend; Strong Uptrend; Downtrend; Strong Downtrend; n/a I hope you all enjoy!...
Basic extrapolator for forecast a time-series, all forecasts are mades length periods ahead. This is not a estimation of the exact price This should only be used for forecasting direction, dont expect the price to be at the same value of its forecast. Bias, Mean absolute error, Mean percentage error...etc look useless here, its better to use...
A trend following indicator based on the MACD and EMA. In this case, signals are not generated by crossing the signal lines as with the MACD, but as soon as the distance between the signal lines increases or decreases. A profit factor of 1.6-3.5 is achieved. Ein Trendfolge-Indikator, auf der Basis des MACD und EMA. Dabei werden Signale nicht wie bei dem MACD per...
This indicator fill bars with color of HullMA + warning yellow bars, then trend reversing
This script measures the correlation of the hourly RSI of 24 hours ago with the difference of price between now and the price 24 hours ago. In other words, this is an indicator which measures the predictive power of the RSI. Green means that the price is strongly correlated with the past RSI (which is the normal state when the market is flat and there is no...
This script allows to use 5 different MAs with prediction of the next five periods.
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, ...
Holt's method (see: otexts.com) Holt (1957) extended simple exponential smoothing to allow the forecasting of data with a trend. This method involves a forecast equation and two smoothing equations (one for the level and one for the trend): Forecast equation: ŷ = l + h * b Level equation: l = alpha * y + (1 - alpha) * (l + b ) Trend equation: b = beta *...
The script is written for Constance Brown-like anayis with divergence signals between price and indicator (i.e. stock close / RSI divergence) Note: Though the example here with NVDA shows good reversal predictions, best results generally are optained with un-normalized indicators and oscilators like CB#s comosite index. (For Trading view written by LazyBear.) I...
Predicting the future has nothing to do with trading, understanding your indicator and knowing how to use it does. Probably not the most efficient code, oh well.. Let me know if it's useful :)
This script calculates 3 MAs and forecasts where these MAs will be in the next 5 future periods. Automatic mode - price will be based on current price ("flat") or an X-period linear regression ("linreg"). Manual mode - enter your own value('s): let's see where the MA's will be when your favourite equity all of a sudden hits 1 million tomorrow! based on...
This is a model to calculate Bitcoin price based on Difficulty. How to calculate it: BDM = (difficulty^0.51) * 0.002 For the difficulty, the daily average is used.
Drag this indicator in the same panel with the volume in the object tree, then right click on the scale bar and set "merge all scale into one" for a correct visualization. This indicator multiply the current traded volume of a candle with the total time of that candle. This offer a prediction of where, in case the volumes would keep trading at a comparable...