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...
Hello everyone and welcome! This is the my first indicator and also the first version of Betelgeuse script,I hope you will like it. The indicator was designed to be used on cryptocurrencies The idea is to be able to identify good entry and exit points in the market, traders often try to identify the minimum or maximum points and this is why Betelgeuse was...
Harmonic Predictor tries to predict where a harmonic formation might show up in the future. It checks the high/low points on the chart and tries to match them to the first 4 points of the XABCD formation. If there is a match, it estimates at what price level the last point (point D) will appear. And then it draws it with some error margin. It can detect the...
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...
Predictimoku (Cloud 9) - Modified Ichimoku by Cryptorhythms 📜Intro New spin on the old standby ichimoku! Predictimoku (Cloud 9): This indicator uses a proprietary algo to forecast the kijun tenkan & senkou spans accurately out into the future. 📋Background Unfortunately you may have seen it around twitter as part of a paid for course with indicator...
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.
For those who followed me, I have good news for you. I went into binary options. The key to binary options is to predict the next candle, here's a script with high success rate. Tested on EURUSD 1min. When the green or red line didn't touch any candle body for a period of time, then it touches a candle's body. If the candle is green, a red one is coming...
A leading indicator that predicts future price action and shows support and resistance. Magick Cloud projects 21 bars into the future and uses Fibonacci to predict the targets. A refreshed version of sKrypt Cloud made by @writner. Created after testing ~8693 script versions in total and a month of hard work.
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...