This script allows to use 5 different MAs with prediction of the next five periods.
Similarity Search, Karobein oscillator (KO) and Seasonal Random Index (SRI) Description: This indicator uses dynamic capabilities of Pinescript version 4 coupled with Seasonal Random Index (SRI) and Karobein Oscillator (KO). SRI (green/red areas) is employed to detect trends and KO (black curce) is used to find historical similarities to predict the next bar's...
kNN-based Strategy (FX and Crypto) Description: This update to the popular kNN-based strategy features: improvements in the business logic, an adjustible k value for the kNN model, one more feature (MOM), a streamlined signal filter and some other minor fixes. Now this script works in all timeframes ! I intentionally decided to...
kNN-based Strategy (FX and Crypto) Description: This strategy uses a classic machine learning algorithm - k Nearest Neighbours (kNN) - to let you find a prediction for the next (tomorrow's, next month's, etc.) market move. Being an unsupervised machine learning algorithm, kNN is one of the most simple learning algorithms. To do a prediction of the next market...
A brand new Moving Average , calculated using Momentum, Acceleration and Probability (Psychological Effect). Momentum adjusted Moving Average(MaMA) is an indicator that measures Price Action by taking into consideration not only Price movements but also its Momentum, Acceleration and Probability. MaMA, provides faster responses comparing to the regular Moving...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
Modified version of Squeeze Momentum Indicator visualizing on Price Chart author: LazyBear, modified by KıvançÖZBİLGİÇ
Experimental: adapted from classical game movement prediction algo and how a crude recursive error classifier can be applied..
Sometimes get tired and what to create something fun and useless ) Here I developed a magic 8-ball. You can apply it to the chart, and it randomly will show you a prediction unique for your symbol/candle time. Please don't take this prediction seriously; there is 0 rationale behind it. However, I believe it can outperform some traders here on TradginView =) So...
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 :)
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 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.
Confluence Zone Calculation for Support in Bullish Tends (or Restance in bearish ones) Ever wondered why sometimes the zag of an Elliot Wave zigzag is stopped after just a few points? (Like in the given Chart where I draw a line for a typical zag action.) It has often to do with confluence Zones. Most people think that the lower edge of a narrow range,...
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...
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, ...
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!...
This is an additional Script to my recent Pivot Point indicator scripts which will show you the next days pivot points based on the actual price range. This is useful if you are trading right before a new day and want to know how the next bdays pivot points may be placed. If you have any questions or suggestions pls write me :) Happy trading Cheers Daily...