This open source script uses the mathematical rules of a classic two-input neuron with two weights and one bias(x * w1 + y*w2 + b). The two inputs are the rsi (length 14) of close and volume, The result that we try to anticipate is the development of a pivot high or a pivot low (high or low candle are the max or min of the previous n° [length]) The activation function is sigmoid(binary results).