I changed MACD formula to divergence of (MA26/MA12 - 1). And its make it more useful. Cuz: 1) comparability with all other coins with different prices. 2) fix small numbers in low price coines like shiba 3) making a good indicator like RSI to use it for optimization and ML/AI projects as a variable Most important thing about this indicator is that its...
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...
This is a re-implementation of @veryfid's wonderful Tesla Coil indicator to leverage basic Machine Learning Algorithms to help classify coil crossovers. The original Tesla Coil indicator requires extensive training and practice for the user to develop adequate intuition to interpret coil crossovers. The goal for this version is to help the user understand the...
Multi-timeframe Strategy based on Logistic Regression algorithm Description: This strategy uses a classic machine learning algorithm that came from statistics - Logistic Regression (LR). The first and most important thing about logistic regression is that it is not a 'Regression' but a 'Classification' algorithm. The name itself is somewhat misleading....
Perceptron-based strategy Description: The Learning Perceptron is the simplest possible artificial neural network (ANN), consisting of just a single neuron and capable of learning a certain class of binary classification problems. The idea behind ANNs is that by selecting good values for the weight parameters (and the bias), the ANN can model the relationships...
LVQ-based Strategy (FX and Crypto) Description: Learning Vector Quantization (LVQ) can be understood as a special case of an artificial neural network, more precisely, it applies a winner-take-all learning-based approach. It is based on prototype supervised learning classification task and trains its weights through a competitive learning...
I found a very high correlation in a research-based Artificial Neural Networks.(ANN) Trained only on daily bars with blockchain data and Bitcoin closing price. NOTE: It does not repaint strictly during the weekly time frame. (TF = 1W) Use only for Bitcoin . Blockchain data can be repainted in the daily time zone according to the description time. Alarms are...
Gm traders, i have been a python programmer for some years studying artificial intelligence for general purpose; after some time i finally decided to have a look at some finance related stuff and scripts. Moved by curiosity i've decided to make some but decisive modifications to a script i tried to use initially but without success: the LVQ machine learning...
This is a multi-timeframe version of the kNN-based strategy.
This script was created by training 20 selected macroeconomic data to construct artificial neural networks on the S&P 500 index. No technical analysis data were used. The average error rate is 0.01. In this respect, there is a strong relationship between the index and macroeconomic data. Although it affects the whole world,I personally recommend using it under...
WARNING: Experimental and incomplete. Script is open to development and will be developed. This is just version 1.0 STRUCTURE This script is trained according to the open, close, high and low values of the bars. It is tried to predict the future values of opening, closing, high and low values. A few simple codes were used to correlate expectation...
NOTE : Deep learning was conducted in a narrow sample set for testing purposes. So this script is Experimental . This system is based on the following article and is inspired by an external program: hackernoon.com None of the artificial neural networks in Tradingview work and are not based on completely correct logic. Unlike others in this system: IMPORTANT...
Hi all, this script was created as a result of ANN training in all time frames of bitcoin data. Trained data is built on Chris Moody's Sling Shot system. CM Sling Shot System : This system automatically generates the ANN output for all time periods. Therefore, it has multi-time-frame feature. Artificial Neural Networks training details: Average Errors...
This script aims to establish artificial neural networks with gold data.(4H) Details : Learning cycles: 329818 Training error: 0.012767 ( Slightly above average but negligible.) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example rows: 0 Excluded example rows: 0 Duplicated example...
This is a fractal version of my deep learning script for SPY In addition, buy and sell conditions may appear in bar colors in green and red. You can choose from the menu if you wish. Fractal codes do not belong to me. So I didn't put any license. You can use it as you want, you can change and modify. Regards.Noldo
In this script, I tried to fit deep learning series to 1 command system up to the maximum point. After selecting the ticker, select the instrument from the menu and the system will automatically turn on the appropriate ann system. Listed instruments with alternative tickers and error rates: WTI : West Texas Intermediate (WTICOUSD , USOIL , CL1! ) Average...
This script created by training WTI 4 hour data , 7 indicators and 12 Guppy Exponential Moving Averages. Details : Learning cycles: 1 AutoSave cycles: 100 Training error: 0.007593 ( Smaller than average target ! ) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example rows: 0 Excluded...
Logic is correct. But I prefer to say experimental because the sample set is narrow. (300 columns) Let's start: 6 inputs : Volume Change , Bollinger Low Band chg. , Bollinger Mid Band chg., Bollinger Up Band chg. , RSI change , MACD histogram change. 1 output : Future bar change (Historical) Training timeframe : 15 mins (Analysis TF > 4 hours (My...