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 indicator uses the Ichimoku Tenkan / Kijun trend line formulas to predict what those values will be in the future if current price action does not violate the period highs and lows. Because of the way Ichimoku formulates the trend, it contains (but does not visualize) this predictive information in a way that moving averages do not. Sharp chart readers can...
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.
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...
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...