This indicator combines many signals (listed below) to print long or short labels. Signals are added together, if the sum is greater than the "required score" then the label is printed. Adjust the "importance" values of each signal to optimize it for the asset you're trading. It is a very simple neural network of the following indicators: 1. EMA Trend Direction...
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...
An oscillator of Bitcoin's Daily Active Addresses (DAA) and fundamental metric of the utilization of the Bitcoin network. Helps to identify: Potential buy zones (green) - when the network utilization is low & increasing Potential sell zones (red) - when the network utilization is high & decreasing
Cryptoassets have been quite turbulent in the past few weeks. At times like this, it is especially important to look at the fundamental foundations of cryptoassets. This indicator is based on the Network Value to Transactions , or NVT . Definition: NVT = Network Value / Daily Transaction Volume Because this indicator is pulling the Daily Transaction...
strategy intended for cryptocurrency trading signals based on @sirolf2009's ANN (Artificial Neural Network) indicator, which is trained on Bitcoin's past price history
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