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...
Hello, this script consists of training candlesticks with Artificial Neural Networks (ANN). In addition to the first series, candlesticks' bodies and wicks were also introduced as training inputs. The inputs are individually trained to find the relationship between the subsequent historical value of all candlestick values 1.(High,Low,Close,Open) The outputs...
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...
Hi, this is the MACD version of the ANN BTC Multi Timeframe Script. The MACD Periods were approximated to the Golden Cross values. MACD Lengths : Signal Length = 25 Fast Length = 50 Slow Length = 200 Regards.
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 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...
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...
Experimental NAND Perceptron based upon Python template that aims to predict NAND Gate Outputs. A Perceptron is one of the foundational building blocks of nearly all advanced Neural Network layers and models for Algo trading and Machine Learning. The goal behind this script was threefold: To prove and demonstrate that an ACTUAL working neural net can be...
This script consists of converting the value of 1 gram and / or 1 ounce of gold according to the national currencies into a system with artificial neural networks. Why did I feel such a need? Even though the printed products in the market are digitally circulated, only precious metals are available in full or near full. Silver is difficult to carry because you...
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...
This script trained with Brent Crude Oil data including 7 basic indicators and 12 Guppy Exponential Moving Averages . Details : Learning cycles: 1 Training error: 0.006591 ( Smaller than 0.01 ! ) AutoSave cycles: 100 Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example...
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 script is formed by training the S & P 500 Index with various indicators. Details : Learning cycles: 78089 AutoSave cycles: 100 Training error: 0.011650 (Far less than the target, but acceptable.) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example rows: 0 Excluded...
Hello , this script is trained with eurusd 4-hour data. (550 columns) Details : Learning cycles: 8327 AutoSave cycles: 100 Training error: 0.005500 ( That's a very good error coefficient.) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 550 Validating example rows: 0 Querying example rows: 0 Excluded example rows: 0 Duplicated...
This script is trained with Ethereum (Timeframe : 4 hours ). Details : 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 rows: 0 Input nodes connected: 19 Hidden layer 1 nodes: 8 Hidden layer 2 nodes: 1 Hidden layer 3...
This script is the 2nd version of the BTC Deep Learning (ANN) system. Created with the following indicators and tools: RSI MACD MOM Bollinger Bands Guppy Exponential Moving Averages: (3,5,8,10,12,15,30,35,40,45,50,60) Note: I was inspired by the CM Guppy Ema script. Thank you very much to dear wroclai for his great help. He has been a big help in the deep...
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