This script is an adaptation of my deep learning system for Bitcoin to fractals. Fractal codes are not belong to me. Original : The code for the Deep learning (ANN MACD BTC) work belongs to me. Original: I didn't get license for this script because the fractal codes don't belong to me.You can use it for any purpose. This command can be a very helpful...
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...
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...
Yes, this is the improved ANN, very powerful, you can make a lot of money with this, very very strong and good.
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 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...
Based on the work done by sirolf2009 Many many conditionals Best on high liquidity / high volume markets Not so great on low volume alts (still better than manual trading for me) This is a stripped-down version of the code in buyBot, converted to Pine
strategy intended for cryptocurrency trading signals based on @sirolf2009's ANN (Artificial Neural Network) indicator, which is trained on Bitcoin's past price history
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...
yurun~30 a bitcoin trend prediction/momentum prediction artificial neural network and signal with +/- threshold. ~30 minute resolution seems to work best -- prediction alerts -- bull: yurun~30 | signal | Crossing Up | yurun~30 | +threshold | Once Per Bar Close bear: yurun~30 | signal | Crossing Down | yurun~30 | -threshold | Once Per Bar Close
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 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...
Version of Special Sauce strategy This one has alerts. TradingView doesn't let you put alerts in Pine in Strategies, only in studies. Therefore it is separate. The logic is identical. Best on high-volume / high-liquidity markets. Not so good with low-volume high-chaos alts. Pretty good bot strat.