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
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 is an implementation of an Artificial Neural Network (ANN) in pine. I made this as part of a bigger project and should be considered more as a proof of concept than a fully working indicator. It was trained by a different program, using 3 years of bitcoin history. It's a 4 layer ANN that takes the percentual difference of the last few days as input. It was...